backoffMode property

String? backoffMode
getter/setter pair

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

Output only. Possible string values are:

  • "BACKOFF_MODE_UNSPECIFIED" : No WaitMode is specified.
  • "BACKOFF_MODE_LINEAR" : Increases the wait time linearly.
  • "BACKOFF_MODE_EXPONENTIAL" : Increases the wait time exponentially.

Implementation

core.String? backoffMode;