Reference documentation and code samples for the Google Cloud Deploy V1 Client class RetryPhase.
RetryPhase contains the retry attempts and the metadata for initiating a new attempt.
Generated from protobuf message google.cloud.deploy.v1.RetryPhase
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ total_attempts
int|string
Output only. The number of attempts that have been made.
↳ backoff_mode
int
Output only. The pattern of how the wait time of the retry attempt is calculated.
↳ attempts
getTotalAttempts
Output only. The number of attempts that have been made.
int|string
setTotalAttempts
Output only. The number of attempts that have been made.
var
int|string
$this
getBackoffMode
Output only. The pattern of how the wait time of the retry attempt is calculated.
int
setBackoffMode
Output only. The pattern of how the wait time of the retry attempt is calculated.
var
int
$this
getAttempts
Output only. Detail of a retry action.
setAttempts
Output only. Detail of a retry action.
$this