Google Cloud Deploy v1 API - Class RetryPhase (2.15.0)

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

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

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

Inheritance

object > RetryPhase

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

RetryPhase()

public RetryPhase()

RetryPhase(RetryPhase)

public RetryPhase(RetryPhase other)
Parameter
NameDescription
otherRetryPhase

Properties

Attempts

public RepeatedField<RetryAttempt> Attempts { get; }

Output only. Detail of a retry action.

Property Value
TypeDescription
RepeatedFieldRetryAttempt

BackoffMode

public BackoffMode BackoffMode { get; set; }

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

Property Value
TypeDescription
BackoffMode

JobId

public string JobId { get; set; }

Output only. The job ID for the Job to retry.

Property Value
TypeDescription
string

PhaseId

public string PhaseId { get; set; }

Output only. The phase ID of the phase that includes the job being retried.

Property Value
TypeDescription
string

TotalAttempts

public long TotalAttempts { get; set; }

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

Property Value
TypeDescription
long