Google Cloud Deploy V1 Client - Class AdvanceRolloutOperation (0.17.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class AdvanceRolloutOperation.

Contains the information of an automated advance-rollout operation.

Generated from protobuf message google.cloud.deploy.v1.AdvanceRolloutOperation

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ source_phase string

Output only. The phase of a deployment that initiated the operation.

↳ wait Google\Protobuf\Duration

Output only. How long the operation will be paused.

↳ rollout string

Output only. The name of the rollout that initiates the AutomationRun.

↳ destination_phase string

Output only. The phase the rollout will be advanced to.

getSourcePhase

Output only. The phase of a deployment that initiated the operation.

Returns
TypeDescription
string

setSourcePhase

Output only. The phase of a deployment that initiated the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getWait

Output only. How long the operation will be paused.

Returns
TypeDescription
Google\Protobuf\Duration|null

hasWait

clearWait

setWait

Output only. How long the operation will be paused.

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this

getRollout

Output only. The name of the rollout that initiates the AutomationRun.

Returns
TypeDescription
string

setRollout

Output only. The name of the rollout that initiates the AutomationRun.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationPhase

Output only. The phase the rollout will be advanced to.

Returns
TypeDescription
string

setDestinationPhase

Output only. The phase the rollout will be advanced to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this