Reference documentation and code samples for the Google API Common Protos Client class FlowControlLimitExceededBehaviorProto.
The behavior to take when the flow control limit is exceeded.
Protobuf type google.api.FlowControlLimitExceededBehaviorProto
Namespace
Google \ ApiMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNSET_BEHAVIOR
Value: 0Default behavior, system-defined.
Generated from protobuf enum UNSET_BEHAVIOR = 0;
THROW_EXCEPTION
Value: 1Stop operation, raise error.
Generated from protobuf enum THROW_EXCEPTION = 1;
BLOCK
Value: 2Pause operation until limit clears.
Generated from protobuf enum BLOCK = 2;
IGNORE
Value: 3Continue operation, disregard limit.
Generated from protobuf enum IGNORE = 3;