public static enum Type.TypeKindCase extends Enum<Type.TypeKindCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ABSTRACT_TYPE |
DYN |
ERROR |
FUNCTION |
LIST_TYPE |
MAP_TYPE |
MESSAGE_TYPE |
NULL |
PRIMITIVE |
TYPE |
TYPE_PARAM |
TYPEKIND_NOT_SET |
WELL_KNOWN |
WRAPPER |
| Modifier and Type | Method and Description |
|---|---|
static Type.TypeKindCase |
forNumber(int value) |
int |
getNumber() |
static Type.TypeKindCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Type.TypeKindCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type.TypeKindCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type.TypeKindCase DYN
public static final Type.TypeKindCase NULL
public static final Type.TypeKindCase PRIMITIVE
public static final Type.TypeKindCase WRAPPER
public static final Type.TypeKindCase WELL_KNOWN
public static final Type.TypeKindCase LIST_TYPE
public static final Type.TypeKindCase MAP_TYPE
public static final Type.TypeKindCase FUNCTION
public static final Type.TypeKindCase MESSAGE_TYPE
public static final Type.TypeKindCase TYPE_PARAM
public static final Type.TypeKindCase TYPE
public static final Type.TypeKindCase ERROR
public static final Type.TypeKindCase ABSTRACT_TYPE
public static final Type.TypeKindCase TYPEKIND_NOT_SET
public static Type.TypeKindCase[] values()
for (Type.TypeKindCase c : Type.TypeKindCase.values()) System.out.println(c);
public static Type.TypeKindCase 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 Type.TypeKindCase valueOf(int value)
forNumber(int) instead.public static Type.TypeKindCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018–2021 The Envoy Project. All rights reserved.