Module: Google::Api::FlowControlLimitExceededBehaviorProto
- Defined in:
- proto_docs/google/api/client.rb
Overview
The behavior to take when the flow control limit is exceeded.
Constant Summary collapse
- UNSET_BEHAVIOR =
Default behavior, system-defined.
0- THROW_EXCEPTION =
Stop operation, raise error.
1- BLOCK =
Pause operation until limit clears.
2- IGNORE =
Continue operation, disregard limit.
3