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