BackoffMode

The pattern of how wait time is increased.

Enums
BACKOFF_MODE_UNSPECIFIED No WaitMode is specified.
BACKOFF_MODE_LINEAR Increases the wait time linearly.
BACKOFF_MODE_EXPONENTIAL Increases the wait time exponentially.