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