Reference documentation and code samples for the Google Cloud Deploy V1 Client class RetryAttempt.
RetryAttempt represents an action of retrying the failed Cloud Deploy job.
Generated from protobuf message google.cloud.deploy.v1.RetryAttempt
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ attempt
int|string
Output only. The index of this retry attempt.
↳ wait
↳ state
int
Output only. Valid state of this retry action.
↳ state_desc
string
Output only. Description of the state of the Retry.
getAttempt
Output only. The index of this retry attempt.
int|string
setAttempt
Output only. The index of this retry attempt.
var
int|string
$this
getWait
Output only. How long the operation will be paused.
hasWait
clearWait
setWait
Output only. How long the operation will be paused.
$this
getState
Output only. Valid state of this retry action.
int
setState
Output only. Valid state of this retry action.
var
int
$this
getStateDesc
Output only. Description of the state of the Retry.
string
setStateDesc
Output only. Description of the state of the Retry.
var
string
$this