public static enum FirewallAction.FirewallActionOneofCase extends Enum<FirewallAction.FirewallActionOneofCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ALLOW |
BLOCK |
FIREWALLACTIONONEOF_NOT_SET |
INCLUDE_RECAPTCHA_SCRIPT |
REDIRECT |
SET_HEADER |
SUBSTITUTE |
| Modifier and Type | Method and Description |
|---|---|
static FirewallAction.FirewallActionOneofCase |
forNumber(int value) |
int |
getNumber() |
static FirewallAction.FirewallActionOneofCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FirewallAction.FirewallActionOneofCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FirewallAction.FirewallActionOneofCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FirewallAction.FirewallActionOneofCase ALLOW
public static final FirewallAction.FirewallActionOneofCase BLOCK
public static final FirewallAction.FirewallActionOneofCase INCLUDE_RECAPTCHA_SCRIPT
public static final FirewallAction.FirewallActionOneofCase REDIRECT
public static final FirewallAction.FirewallActionOneofCase SUBSTITUTE
public static final FirewallAction.FirewallActionOneofCase SET_HEADER
public static final FirewallAction.FirewallActionOneofCase FIREWALLACTIONONEOF_NOT_SET
public static FirewallAction.FirewallActionOneofCase[] values()
for (FirewallAction.FirewallActionOneofCase c : FirewallAction.FirewallActionOneofCase.values()) System.out.println(c);
public static FirewallAction.FirewallActionOneofCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static FirewallAction.FirewallActionOneofCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static FirewallAction.FirewallActionOneofCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.