public static enum Control.ActionCase extends Enum<Control.ActionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ACTION_NOT_SET |
BOOST_ACTION |
FILTER_ACTION |
REDIRECT_ACTION |
SYNONYMS_ACTION |
| Modifier and Type | Method and Description |
|---|---|
static Control.ActionCase |
forNumber(int value) |
int |
getNumber() |
static Control.ActionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Control.ActionCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Control.ActionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Control.ActionCase BOOST_ACTION
public static final Control.ActionCase FILTER_ACTION
public static final Control.ActionCase REDIRECT_ACTION
public static final Control.ActionCase SYNONYMS_ACTION
public static final Control.ActionCase ACTION_NOT_SET
public static Control.ActionCase[] values()
for (Control.ActionCase c : Control.ActionCase.values()) System.out.println(c);
public static Control.ActionCase 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 Control.ActionCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Control.ActionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.