Interface protos.google.cloud.deploy.v1.IRetryPhase (3.6.0)

Properties of a RetryPhase.

Package

@google-cloud/deploy

Properties

attempts

attempts?: (google.cloud.deploy.v1.IRetryAttempt[]|null);

RetryPhase attempts

backoffMode

backoffMode?: (google.cloud.deploy.v1.BackoffMode|keyof typeof google.cloud.deploy.v1.BackoffMode|null);

RetryPhase backoffMode

jobId

jobId?: (string|null);

RetryPhase jobId

phaseId

phaseId?: (string|null);

RetryPhase phaseId

totalAttempts

totalAttempts?: (number|Long|string|null);

RetryPhase totalAttempts