Google Cloud Build V2 Client - Class InstallationState (0.16.1)

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

Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.

Generated from protobuf message google.devtools.cloudbuild.v2.InstallationState

Namespace

Google \ Cloud \ Build \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ stage int

Output only. Current step of the installation process.

↳ message string

Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.

↳ action_uri string

Output only. Link to follow for next action. Empty string if the installation is already complete.

getStage

Output only. Current step of the installation process.

Returns
Type Description
int

setStage

Output only. Current step of the installation process.

Parameter
Name Description
var int
Returns
Type Description
$this

getMessage

Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.

Returns
Type Description
string

setMessage

Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.

Parameter
Name Description
var string
Returns
Type Description
$this

getActionUri

Output only. Link to follow for next action. Empty string if the installation is already complete.

Returns
Type Description
string

setActionUri

Output only. Link to follow for next action. Empty string if the installation is already complete.

Parameter
Name Description
var string
Returns
Type Description
$this