Google Cloud Deploy v1 API - Class RetryAttempt (2.15.0)

public sealed class RetryAttempt : IMessage<RetryAttempt>, IEquatable<RetryAttempt>, IDeepCloneable<RetryAttempt>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class RetryAttempt.

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

Inheritance

object > RetryAttempt

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

RetryAttempt()

public RetryAttempt()

RetryAttempt(RetryAttempt)

public RetryAttempt(RetryAttempt other)
Parameter
NameDescription
otherRetryAttempt

Properties

Attempt

public long Attempt { get; set; }

Output only. The index of this retry attempt.

Property Value
TypeDescription
long

State

public RepairState State { get; set; }

Output only. Valid state of this retry action.

Property Value
TypeDescription
RepairState

StateDesc

public string StateDesc { get; set; }

Output only. Description of the state of the Retry.

Property Value
TypeDescription
string

Wait

public Duration Wait { get; set; }

Output only. How long the operation will be paused.

Property Value
TypeDescription
Duration