Enum QueryResultBatch.MoreResultsType (2.19.0)

public enum QueryResultBatch.MoreResultsType extends Enum<QueryResultBatch.MoreResultsType> implements ProtocolMessageEnum

The possible values for the more_results field.

Protobuf enum google.datastore.v1.QueryResultBatch.MoreResultsType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MORE_RESULTS_AFTER_CURSOR

The query is finished, but there may be more results after the end cursor.

MORE_RESULTS_AFTER_CURSOR = 4;

MORE_RESULTS_AFTER_CURSOR_VALUE

The query is finished, but there may be more results after the end cursor.

MORE_RESULTS_AFTER_CURSOR = 4;

MORE_RESULTS_AFTER_LIMIT

The query is finished, but there may be more results after the limit.

MORE_RESULTS_AFTER_LIMIT = 2;

MORE_RESULTS_AFTER_LIMIT_VALUE

The query is finished, but there may be more results after the limit.

MORE_RESULTS_AFTER_LIMIT = 2;

MORE_RESULTS_TYPE_UNSPECIFIED

Unspecified. This value is never used.

MORE_RESULTS_TYPE_UNSPECIFIED = 0;

MORE_RESULTS_TYPE_UNSPECIFIED_VALUE

Unspecified. This value is never used.

MORE_RESULTS_TYPE_UNSPECIFIED = 0;

NOT_FINISHED

There may be additional batches to fetch from this query.

NOT_FINISHED = 1;

NOT_FINISHED_VALUE

There may be additional batches to fetch from this query.

NOT_FINISHED = 1;

NO_MORE_RESULTS

The query is finished, and there are no more results.

NO_MORE_RESULTS = 3;

NO_MORE_RESULTS_VALUE

The query is finished, and there are no more results.

NO_MORE_RESULTS = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()