public enum FlowControlLimitExceededBehaviorProto extends Enum<FlowControlLimitExceededBehaviorProto> implements ProtocolMessageEnumThe behavior to take when the flow control limit is exceeded.
Protobuf enum google.api.FlowControlLimitExceededBehaviorProto
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BLOCK |
Pause operation until limit clears. |
BLOCK_VALUE |
Pause operation until limit clears. |
IGNORE |
Continue operation, disregard limit. |
IGNORE_VALUE |
Continue operation, disregard limit. |
THROW_EXCEPTION |
Stop operation, raise error. |
THROW_EXCEPTION_VALUE |
Stop operation, raise error. |
UNRECOGNIZED |
|
UNSET_BEHAVIOR |
Default behavior, system-defined. |
UNSET_BEHAVIOR_VALUE |
Default behavior, system-defined. |
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() |
|