Google Cloud Deploy V1 API - Module Google::Cloud::Deploy::V1::BackoffMode (v0.19.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API module Google::Cloud::Deploy::V1::BackoffMode.

The pattern of how wait time is increased.

Constants

BACKOFF_MODE_UNSPECIFIED

value: 0
No WaitMode is specified.

BACKOFF_MODE_LINEAR

value: 1
Increases the wait time linearly.

BACKOFF_MODE_EXPONENTIAL

value: 2
Increases the wait time exponentially.