Class RetryAttempt
RetryAttempt represents an action of retrying the failed Cloud Deploy job.
Implements
Inherited Members
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 |