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
Namespace
Google \ Cloud \ AppEngine \ V1 \ FirewallRuleMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNSPECIFIED_ACTION
Value: 0Generated from protobuf enum UNSPECIFIED_ACTION = 0;
ALLOW
Value: 1Matching requests are allowed.
Generated from protobuf enum ALLOW = 1;
DENY
Value: 2Matching requests are denied.
Generated from protobuf enum DENY = 2;