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