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