public enum InstallationState.Stage extends Enum<InstallationState.Stage> implements ProtocolMessageEnum
Stage of the installation process.
Protobuf enum google.cloud.developerconnect.v1.InstallationState.Stage
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMPLETE |
Installation process has been completed. |
COMPLETE_VALUE |
Installation process has been completed. |
PENDING_CREATE_APP |
Only for GitHub Enterprise. An App creation has been requested. The user needs to confirm the creation in their GitHub enterprise host. |
PENDING_CREATE_APP_VALUE |
Only for GitHub Enterprise. An App creation has been requested. The user needs to confirm the creation in their GitHub enterprise host. |
PENDING_INSTALL_APP |
User needs to follow the link to install the GitHub (or Enterprise) App. |
PENDING_INSTALL_APP_VALUE |
User needs to follow the link to install the GitHub (or Enterprise) App. |
PENDING_USER_OAUTH |
User needs to authorize the GitHub (or Enterprise) App via OAuth. |
PENDING_USER_OAUTH_VALUE |
User needs to authorize the GitHub (or Enterprise) App via OAuth. |
STAGE_UNSPECIFIED |
No stage specified. |
STAGE_UNSPECIFIED_VALUE |
No stage specified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |