public enum BackoffMode extends Enum<BackoffMode> implements ProtocolMessageEnum
The pattern of how wait time is increased.
Protobuf enum google.events.cloud.deploy.v1.BackoffMode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BACKOFF_MODE_EXPONENTIAL |
Increases the wait time exponentially. |
BACKOFF_MODE_EXPONENTIAL_VALUE |
Increases the wait time exponentially. |
BACKOFF_MODE_LINEAR |
Increases the wait time linearly. |
BACKOFF_MODE_LINEAR_VALUE |
Increases the wait time linearly. |
BACKOFF_MODE_UNSPECIFIED |
No WaitMode is specified. |
BACKOFF_MODE_UNSPECIFIED_VALUE |
No WaitMode is specified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |