public static enum DatastoreV1.QueryResultBatch.MoreResultsType extends Enum<DatastoreV1.QueryResultBatch.MoreResultsType> implements com.google.protobuf.ProtocolMessageEnum
api.services.datastore.QueryResultBatch.MoreResultsType
The possible values for the 'more_results' field.
Enum Constant and Description |
---|
MORE_RESULTS_AFTER_LIMIT
MORE_RESULTS_AFTER_LIMIT = 2; |
NO_MORE_RESULTS
NO_MORE_RESULTS = 3; |
NOT_FINISHED
NOT_FINISHED = 1; |
Modifier and Type | Field and Description |
---|---|
static int |
MORE_RESULTS_AFTER_LIMIT_VALUE
MORE_RESULTS_AFTER_LIMIT = 2; |
static int |
NO_MORE_RESULTS_VALUE
NO_MORE_RESULTS = 3; |
static int |
NOT_FINISHED_VALUE
NOT_FINISHED = 1; |
Modifier and Type | Method and Description |
---|---|
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<DatastoreV1.QueryResultBatch.MoreResultsType> |
internalGetValueMap() |
static DatastoreV1.QueryResultBatch.MoreResultsType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatastoreV1.QueryResultBatch.MoreResultsType |
valueOf(int value) |
static DatastoreV1.QueryResultBatch.MoreResultsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatastoreV1.QueryResultBatch.MoreResultsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatastoreV1.QueryResultBatch.MoreResultsType NOT_FINISHED
NOT_FINISHED = 1;
There are additional batches to fetch from this query.
public static final DatastoreV1.QueryResultBatch.MoreResultsType MORE_RESULTS_AFTER_LIMIT
MORE_RESULTS_AFTER_LIMIT = 2;
The query is finished, but there are more
public static final DatastoreV1.QueryResultBatch.MoreResultsType NO_MORE_RESULTS
NO_MORE_RESULTS = 3;
results after the limit.
public static final int NOT_FINISHED_VALUE
NOT_FINISHED = 1;
There are additional batches to fetch from this query.
public static final int MORE_RESULTS_AFTER_LIMIT_VALUE
MORE_RESULTS_AFTER_LIMIT = 2;
The query is finished, but there are more
public static final int NO_MORE_RESULTS_VALUE
NO_MORE_RESULTS = 3;
results after the limit.
public static DatastoreV1.QueryResultBatch.MoreResultsType[] values()
for (DatastoreV1.QueryResultBatch.MoreResultsType c : DatastoreV1.QueryResultBatch.MoreResultsType.values()) System.out.println(c);
public static DatastoreV1.QueryResultBatch.MoreResultsType 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static DatastoreV1.QueryResultBatch.MoreResultsType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<DatastoreV1.QueryResultBatch.MoreResultsType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static DatastoreV1.QueryResultBatch.MoreResultsType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2013. All Rights Reserved.