Google Cloud Deploy V1 Client - Class RollbackAttempt (0.14.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

setDestinationPhase

Output only. The phase to which the rollout will be rolled back to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRolloutId

Output only. ID of the rollback Rollout to create.

Returns
TypeDescription
string

setRolloutId

Output only. ID of the rollback Rollout to create.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

Output only. Valid state of this rollback action.

Returns
TypeDescription
int

setState

Output only. Valid state of this rollback action.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStateDesc

Output only. Description of the state of the Rollback.

Returns
TypeDescription
string

setStateDesc

Output only. Description of the state of the Rollback.

Parameter
NameDescription
var string
Returns
TypeDescription
$this