Enum FirewallRule.Action (2.1.10)

public enum FirewallRule.Action extends Enum<FirewallRule.Action> implements ProtocolMessageEnum

Available actions to take on matching requests.

Protobuf enum google.appengine.v1.FirewallRule.Action

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALLOW

Matching requests are allowed.

ALLOW = 1;

ALLOW_VALUE

Matching requests are allowed.

ALLOW = 1;

DENY

Matching requests are denied.

DENY = 2;

DENY_VALUE

Matching requests are denied.

DENY = 2;

UNRECOGNIZED
UNSPECIFIED_ACTION

UNSPECIFIED_ACTION = 0;

UNSPECIFIED_ACTION_VALUE

UNSPECIFIED_ACTION = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()