Enum InstallationState.Stage (3.43.0)

public enum InstallationState.Stage extends Enum<InstallationState.Stage> implements ProtocolMessageEnum

Stage of the installation process.

Protobuf enum google.devtools.cloudbuild.v2.InstallationState.Stage

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPLETE

Installation process has been completed.

COMPLETE = 10;

COMPLETE_VALUE

Installation process has been completed.

COMPLETE = 10;

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 = 1;

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_CREATE_APP = 1;

PENDING_INSTALL_APP

User needs to follow the link to install the GitHub (or Enterprise) App.

PENDING_INSTALL_APP = 3;

PENDING_INSTALL_APP_VALUE

User needs to follow the link to install the GitHub (or Enterprise) App.

PENDING_INSTALL_APP = 3;

PENDING_USER_OAUTH

User needs to authorize the GitHub (or Enterprise) App via OAuth.

PENDING_USER_OAUTH = 2;

PENDING_USER_OAUTH_VALUE

User needs to authorize the GitHub (or Enterprise) App via OAuth.

PENDING_USER_OAUTH = 2;

STAGE_UNSPECIFIED

No stage specified.

STAGE_UNSPECIFIED = 0;

STAGE_UNSPECIFIED_VALUE

No stage specified.

STAGE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()