Google Cloud Deploy V1 Client - Class BackoffMode (0.19.1)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class BackoffMode.

The pattern of how wait time is increased.

Protobuf type google.cloud.deploy.v1.BackoffMode

Namespace

Google \ Cloud \ Deploy \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BACKOFF_MODE_UNSPECIFIED

Value: 0

No WaitMode is specified.

Generated from protobuf enum BACKOFF_MODE_UNSPECIFIED = 0;

BACKOFF_MODE_LINEAR

Value: 1

Increases the wait time linearly.

Generated from protobuf enum BACKOFF_MODE_LINEAR = 1;

BACKOFF_MODE_EXPONENTIAL

Value: 2

Increases the wait time exponentially.

Generated from protobuf enum BACKOFF_MODE_EXPONENTIAL = 2;