Google Cloud Appengine Admin V1 Client - Class Action (1.0.6)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class Action.

Available actions to take on matching requests.

Protobuf type google.appengine.v1.FirewallRule.Action

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

UNSPECIFIED_ACTION

Value: 0

Generated from protobuf enum UNSPECIFIED_ACTION = 0;

ALLOW

Value: 1

Matching requests are allowed.

Generated from protobuf enum ALLOW = 1;

DENY

Value: 2

Matching requests are denied.

Generated from protobuf enum DENY = 2;