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