Reference documentation and code samples for the Google Cloud Deploy V1 Client class Phase.
Phase represents a collection of jobs that are logically grouped together
for a Rollout
.
Generated from protobuf message google.cloud.deploy.v1.Phase
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
Output only. The ID of the Phase.
↳ state
int
Output only. Current state of the Phase.
↳ skip_message
string
Output only. Additional information on why the Phase was skipped, if available.
↳ deployment_jobs
↳ child_rollout_jobs
getId
Output only. The ID of the Phase.
string
setId
Output only. The ID of the Phase.
var
string
$this
getState
Output only. Current state of the Phase.
int
setState
Output only. Current state of the Phase.
var
int
$this
getSkipMessage
Output only. Additional information on why the Phase was skipped, if available.
string
setSkipMessage
Output only. Additional information on why the Phase was skipped, if available.
var
string
$this
getDeploymentJobs
Output only. Deployment job composition.
hasDeploymentJobs
setDeploymentJobs
Output only. Deployment job composition.
$this
getChildRolloutJobs
Output only. ChildRollout job composition.
hasChildRolloutJobs
setChildRolloutJobs
Output only. ChildRollout job composition.
$this
getJobs
string