Google Cloud Deploy v1 API - Enum BackoffMode (2.15.0)

public enum BackoffMode

Reference documentation and code samples for the Google Cloud Deploy v1 API enum BackoffMode.

The pattern of how wait time is increased.

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Fields

NameDescription
Exponential

Increases the wait time exponentially.

Linear

Increases the wait time linearly.

Unspecified

No WaitMode is specified.