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.
↳ phase_id
string
Output only. The phase ID of the phase that includes the job being retried.
↳ job_id
string
Output only. The job ID for the Job to retry.
↳ 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
getPhaseId
Output only. The phase ID of the phase that includes the job being retried.
string
setPhaseId
Output only. The phase ID of the phase that includes the job being retried.
var
string
$this
getJobId
Output only. The job ID for the Job to retry.
string
setJobId
Output only. The job ID for the Job to retry.
var
string
$this
getAttempts
Output only. Detail of a retry action.
setAttempts
Output only. Detail of a retry action.
$this