Enum BackoffMode (1.39.0)

public enum BackoffMode extends Enum<BackoffMode> implements ProtocolMessageEnum

The pattern of how wait time is increased.

Protobuf enum google.cloud.deploy.v1.BackoffMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BACKOFF_MODE_EXPONENTIAL

Increases the wait time exponentially.

BACKOFF_MODE_EXPONENTIAL = 2;

BACKOFF_MODE_EXPONENTIAL_VALUE

Increases the wait time exponentially.

BACKOFF_MODE_EXPONENTIAL = 2;

BACKOFF_MODE_LINEAR

Increases the wait time linearly.

BACKOFF_MODE_LINEAR = 1;

BACKOFF_MODE_LINEAR_VALUE

Increases the wait time linearly.

BACKOFF_MODE_LINEAR = 1;

BACKOFF_MODE_UNSPECIFIED

No WaitMode is specified.

BACKOFF_MODE_UNSPECIFIED = 0;

BACKOFF_MODE_UNSPECIFIED_VALUE

No WaitMode is specified.

BACKOFF_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()