Uses of Class
com.google.appengine.v1.firewall.FirewallRule.Action
-
Packages that use FirewallRule.Action Package Description com.google.appengine.v1.firewall -
-
Uses of FirewallRule.Action in com.google.appengine.v1.firewall
Methods in com.google.appengine.v1.firewall that return FirewallRule.Action Modifier and Type Method Description static FirewallRule.Action
FirewallRule.Action. forNumber(int value)
FirewallRule.Action
FirewallRule.Builder. getAction()
The action to take on matched requests.FirewallRule.Action
FirewallRule. getAction()
The action to take on matched requests.FirewallRule.Action
FirewallRuleOrBuilder. getAction()
The action to take on matched requests.static FirewallRule.Action
FirewallRule.Action. valueOf(int value)
Deprecated.static FirewallRule.Action
FirewallRule.Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static FirewallRule.Action
FirewallRule.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static FirewallRule.Action[]
FirewallRule.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.v1.firewall that return types with arguments of type FirewallRule.Action Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FirewallRule.Action>
FirewallRule.Action. internalGetValueMap()
Methods in com.google.appengine.v1.firewall with parameters of type FirewallRule.Action Modifier and Type Method Description FirewallRule.Builder
FirewallRule.Builder. setAction(FirewallRule.Action value)
The action to take on matched requests.
-