public sealed class RetryPhase : IMessage<RetryPhase>, IEquatable<RetryPhase>, IDeepCloneable<RetryPhase>, IBufferMessage, IMessage
Reference 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 |
JobId
public string JobId { get; set; }
Output only. The job ID for the Job to retry.
Property Value | |
---|---|
Type | Description |
string |
PhaseId
public string PhaseId { get; set; }
Output only. The phase ID of the phase that includes the job being retried.
Property Value | |
---|---|
Type | Description |
string |
TotalAttempts
public long TotalAttempts { get; set; }
Output only. The number of attempts that have been made.
Property Value | |
---|---|
Type | Description |
long |