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.ActionFirewallRule.Action. forNumber(int value)FirewallRule.ActionFirewallRule.Builder. getAction()The action to take on matched requests.FirewallRule.ActionFirewallRule. getAction()The action to take on matched requests.FirewallRule.ActionFirewallRuleOrBuilder. getAction()The action to take on matched requests.static FirewallRule.ActionFirewallRule.Action. valueOf(int value)Deprecated.static FirewallRule.ActionFirewallRule.Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FirewallRule.ActionFirewallRule.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.BuilderFirewallRule.Builder. setAction(FirewallRule.Action value)The action to take on matched requests.
-