Google API Common Protos Client - Class FlowControlLimitExceededBehaviorProto (4.13.0)

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 \ Api

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNSET_BEHAVIOR

Value: 0

Default behavior, system-defined.

Generated from protobuf enum UNSET_BEHAVIOR = 0;

THROW_EXCEPTION

Value: 1

Stop operation, raise error.

Generated from protobuf enum THROW_EXCEPTION = 1;

BLOCK

Value: 2

Pause operation until limit clears.

Generated from protobuf enum BLOCK = 2;

IGNORE

Value: 3

Continue operation, disregard limit.

Generated from protobuf enum IGNORE = 3;