public static enum Value.KindCase extends Enum<Value.KindCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ARRAY_VALUE |
BOOL_VALUE |
BYTES_VALUE |
DATE_VALUE |
FLOAT_VALUE |
INT_VALUE |
KIND_NOT_SET |
RAW_TIMESTAMP_MICROS |
RAW_VALUE |
STRING_VALUE |
TIMESTAMP_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static Value.KindCase |
forNumber(int value) |
int |
getNumber() |
static Value.KindCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Value.KindCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Value.KindCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Value.KindCase RAW_VALUE
public static final Value.KindCase RAW_TIMESTAMP_MICROS
public static final Value.KindCase BYTES_VALUE
public static final Value.KindCase STRING_VALUE
public static final Value.KindCase INT_VALUE
public static final Value.KindCase BOOL_VALUE
public static final Value.KindCase FLOAT_VALUE
public static final Value.KindCase TIMESTAMP_VALUE
public static final Value.KindCase DATE_VALUE
public static final Value.KindCase ARRAY_VALUE
public static final Value.KindCase KIND_NOT_SET
public static Value.KindCase[] values()
for (Value.KindCase c : Value.KindCase.values()) System.out.println(c);
public static Value.KindCase 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 Value.KindCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Value.KindCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2026 Google LLC. All rights reserved.