Show / Hide Table of Contents

Class RetryAttempt

RetryAttempt represents an action of retrying the failed Cloud Deploy job.

Inheritance
object
RetryAttempt
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 RetryAttempt : IDirectResponseSchema

Properties

Attempt

Output only. The index of this retry attempt.

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

ETag

The ETag of the item.

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

State

Output only. Valid state of this retry action.

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

StateDesc

Output only. Description of the state of the Retry.

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

Wait

Output only. How long the operation will be paused.

Declaration
[JsonProperty("wait")]
public virtual object Wait { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX