public sealed class RetryPhase : IMessage<RetryPhase>, IEquatable<RetryPhase>, IDeepCloneable<RetryPhase>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class RetryPhase.
RetryPhase contains the retry attempts and the metadata for initiating a new attempt.
Implements
IMessageRetryPhase, IEquatableRetryPhase, IDeepCloneableRetryPhase, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
RetryPhase()
public RetryPhase()RetryPhase(RetryPhase)
public RetryPhase(RetryPhase other)| Parameter | |
|---|---|
| Name | Description |
other |
RetryPhase |
Properties
Attempts
public RepeatedField<RetryAttempt> Attempts { get; }Output only. Detail of a retry action.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRetryAttempt |
|
BackoffMode
public BackoffMode BackoffMode { get; set; }Output only. The pattern of how the wait time of the retry attempt is calculated.
| Property Value | |
|---|---|
| Type | Description |
BackoffMode |
|
TotalAttempts
public long TotalAttempts { get; set; }Output only. The number of attempts that have been made.
| Property Value | |
|---|---|
| Type | Description |
long |
|