Google Cloud Build V2 Client - Class InstallationState (0.11.0)

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
NameDescription
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
TypeDescription
int

setStage

Output only. Current step of the installation process.

Parameter
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getActionUri

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

Returns
TypeDescription
string

setActionUri

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this