Class Retry
Retries the failed job.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Retry : IDirectResponseSchema
Properties
Attempts
Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.
Declaration
[JsonProperty("attempts")]
public virtual long? Attempts { get; set; }
Property Value
Type | Description |
---|---|
long? |
BackoffMode
Optional. The pattern of how wait time will be increased. Default is linear. Backoff mode will be ignored if
wait
is 0.
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 |
Wait
Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.
Declaration
[JsonProperty("wait")]
public virtual object Wait { get; set; }
Property Value
Type | Description |
---|---|
object |