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