Enum FlowControlLimitExceededBehaviorProto (2.72.0)

public enum FlowControlLimitExceededBehaviorProto extends Enum<FlowControlLimitExceededBehaviorProto> implements ProtocolMessageEnum

The behavior to take when the flow control limit is exceeded.

Protobuf enum google.api.FlowControlLimitExceededBehaviorProto

Implements

ProtocolMessageEnum

Static Fields

Name Description
BLOCK

Pause operation until limit clears.

BLOCK = 2;

BLOCK_VALUE

Pause operation until limit clears.

BLOCK = 2;

IGNORE

Continue operation, disregard limit.

IGNORE = 3;

IGNORE_VALUE

Continue operation, disregard limit.

IGNORE = 3;

THROW_EXCEPTION

Stop operation, raise error.

THROW_EXCEPTION = 1;

THROW_EXCEPTION_VALUE

Stop operation, raise error.

THROW_EXCEPTION = 1;

UNRECOGNIZED
UNSET_BEHAVIOR

Default behavior, system-defined.

UNSET_BEHAVIOR = 0;

UNSET_BEHAVIOR_VALUE

Default behavior, system-defined.

UNSET_BEHAVIOR = 0;

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()