Web Risk V1beta1 API - Module Google::Api::FlowControlLimitExceededBehaviorProto (v0.15.0)

Reference documentation and code samples for the Web Risk V1beta1 API module Google::Api::FlowControlLimitExceededBehaviorProto.

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

Constants

UNSET_BEHAVIOR

value: 0
Default behavior, system-defined.

THROW_EXCEPTION

value: 1
Stop operation, raise error.

BLOCK

value: 2
Pause operation until limit clears.

IGNORE

value: 3
Continue operation, disregard limit.