RetryPhase(mapping=None, *, ignore_unknown_fields=False, **kwargs)
RetryPhase contains the retry attempts and the metadata for initiating a new attempt.
Attributes |
|
---|---|
Name | Description |
total_attempts |
int
Output only. The number of attempts that have been made. |
backoff_mode |
google.cloud.deploy_v1.types.BackoffMode
Output only. The pattern of how the wait time of the retry attempt is calculated. |
attempts |
MutableSequence[google.cloud.deploy_v1.types.RetryAttempt]
Output only. Detail of a retry action. |