Google Cloud Build V2 Client - Class Stage (0.11.0)

Reference documentation and code samples for the Google Cloud Build V2 Client class Stage.

Stage of the installation process.

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

Namespace

Google \ Cloud \ Build \ V2 \ InstallationState

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STAGE_UNSPECIFIED

Value: 0

No stage specified.

Generated from protobuf enum STAGE_UNSPECIFIED = 0;

PENDING_CREATE_APP

Value: 1

Only for GitHub Enterprise. An App creation has been requested.

The user needs to confirm the creation in their GitHub enterprise host.

Generated from protobuf enum PENDING_CREATE_APP = 1;

PENDING_USER_OAUTH

Value: 2

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

Generated from protobuf enum PENDING_USER_OAUTH = 2;

PENDING_INSTALL_APP

Value: 3

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

Generated from protobuf enum PENDING_INSTALL_APP = 3;

COMPLETE

Value: 10

Installation process has been completed.

Generated from protobuf enum COMPLETE = 10;