Show / Hide Table of Contents

Class RetryPhase

RetryPhase contains the retry attempts and the metadata for initiating a new attempt.

Inheritance
object
RetryPhase
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class RetryPhase : IDirectResponseSchema

Properties

Attempts

Output only. Detail of a retry action.

Declaration
[JsonProperty("attempts")]
public virtual IList<RetryAttempt> Attempts { get; set; }
Property Value
Type Description
IList<RetryAttempt>

BackoffMode

Output only. The pattern of how the wait time of the retry attempt is calculated.

Declaration
[JsonProperty("backoffMode")]
public virtual string BackoffMode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TotalAttempts

Output only. The number of attempts that have been made.

Declaration
[JsonProperty("totalAttempts")]
public virtual long? TotalAttempts { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX