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