public static enum UserProtos.QueryResultsMode extends Enum<UserProtos.QueryResultsMode> implements com.google.protobuf.ProtocolMessageEnum
exec.user.QueryResultsMode| Enum Constant and Description |
|---|
STREAM_FULL
Server will inform the client regularly on the status of the query.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
STREAM_FULL_VALUE
Server will inform the client regularly on the status of the query.
|
| Modifier and Type | Method and Description |
|---|---|
static UserProtos.QueryResultsMode |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<UserProtos.QueryResultsMode> |
internalGetValueMap() |
static UserProtos.QueryResultsMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.QueryResultsMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.QueryResultsMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.QueryResultsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProtos.QueryResultsMode STREAM_FULL
Server will inform the client regularly on the status of the query. Once the query is completed, service will inform the client as each query chunk is made available.
STREAM_FULL = 1;public static final int STREAM_FULL_VALUE
Server will inform the client regularly on the status of the query. Once the query is completed, service will inform the client as each query chunk is made available.
STREAM_FULL = 1;public static UserProtos.QueryResultsMode[] values()
for (UserProtos.QueryResultsMode c : UserProtos.QueryResultsMode.values()) System.out.println(c);
public static UserProtos.QueryResultsMode 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static UserProtos.QueryResultsMode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static UserProtos.QueryResultsMode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserProtos.QueryResultsMode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static UserProtos.QueryResultsMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021 The Apache Software Foundation. All rights reserved.