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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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 | |
---|---|
Type | Description |
string |
setSourcePhase
Output only. The phase of a deployment that initiated the operation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getWait
Output only. How long the operation will be paused.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasWait
clearWait
setWait
Output only. How long the operation will be paused.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |
getRollout
Output only. The name of the rollout that initiates the AutomationRun
.
Returns | |
---|---|
Type | Description |
string |
setRollout
Output only. The name of the rollout that initiates the AutomationRun
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDestinationPhase
Output only. The phase the rollout will be advanced to.
Returns | |
---|---|
Type | Description |
string |
setDestinationPhase
Output only. The phase the rollout will be advanced to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |