public static enum Vectorindex.MetadataRequest.KindCase extends java.lang.Enum<Vectorindex.MetadataRequest.KindCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
KIND_NOT_SET |
SOME |
| Modifier and Type | Method and Description |
|---|---|
static Vectorindex.MetadataRequest.KindCase |
forNumber(int value) |
int |
getNumber() |
static Vectorindex.MetadataRequest.KindCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Vectorindex.MetadataRequest.KindCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Vectorindex.MetadataRequest.KindCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Vectorindex.MetadataRequest.KindCase SOME
public static final Vectorindex.MetadataRequest.KindCase KIND_NOT_SET
public static Vectorindex.MetadataRequest.KindCase[] values()
for (Vectorindex.MetadataRequest.KindCase c : Vectorindex.MetadataRequest.KindCase.values()) System.out.println(c);
public static Vectorindex.MetadataRequest.KindCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static Vectorindex.MetadataRequest.KindCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Vectorindex.MetadataRequest.KindCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite