public static enum QueryResultParam.RequestedDataCase extends Enum<QueryResultParam.RequestedDataCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CHUNK_ID |
REQUESTEDDATA_NOT_SET |
ROW_RANGE |
| Modifier and Type | Method and Description |
|---|---|
static QueryResultParam.RequestedDataCase |
forNumber(int value) |
int |
getNumber() |
static QueryResultParam.RequestedDataCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QueryResultParam.RequestedDataCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultParam.RequestedDataCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryResultParam.RequestedDataCase CHUNK_ID
public static final QueryResultParam.RequestedDataCase ROW_RANGE
public static final QueryResultParam.RequestedDataCase REQUESTEDDATA_NOT_SET
public static QueryResultParam.RequestedDataCase[] values()
for (QueryResultParam.RequestedDataCase c : QueryResultParam.RequestedDataCase.values()) System.out.println(c);
public static QueryResultParam.RequestedDataCase 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 QueryResultParam.RequestedDataCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static QueryResultParam.RequestedDataCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025. All rights reserved.