Reference documentation and code samples for the Google Cloud Deploy V1 Client class RollbackAttempt.
RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'.
Generated from protobuf message google.cloud.deploy.v1.RollbackAttempt
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ destination_phase
string
Output only. The phase to which the rollout will be rolled back to.
↳ rollout_id
string
Output only. ID of the rollback Rollout
to create.
↳ state
int
Output only. Valid state of this rollback action.
↳ state_desc
string
Output only. Description of the state of the Rollback.
getDestinationPhase
Output only. The phase to which the rollout will be rolled back to.
string
setDestinationPhase
Output only. The phase to which the rollout will be rolled back to.
var
string
$this
getRolloutId
Output only. ID of the rollback Rollout
to create.
string
setRolloutId
Output only. ID of the rollback Rollout
to create.
var
string
$this
getState
Output only. Valid state of this rollback action.
int
setState
Output only. Valid state of this rollback action.
var
int
$this
getStateDesc
Output only. Description of the state of the Rollback.
string
setStateDesc
Output only. Description of the state of the Rollback.
var
string
$this