Enum FirewallRule.Action (2.52.0)

publicenumFirewallRule.ActionextendsEnum<FirewallRule.Action>implementsProtocolMessageEnum

Available actions to take on matching requests.

Protobuf enum google.appengine.v1.FirewallRule.Action

Implements

ProtocolMessageEnum

Static Fields

Name Description
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.