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