Reference documentation and code samples for the Google Cloud Developer Connect V1 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.cloud.developerconnect.v1.InstallationState
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
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.
int
setStage
Output only. Current step of the installation process.
var
int
$this
getMessage
Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.
string
setMessage
Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.
var
string
$this
getActionUri
Output only. Link to follow for next action. Empty string if the installation is already complete.
string
setActionUri
Output only. Link to follow for next action. Empty string if the installation is already complete.
var
string
$this