public static interface DatastoreV1.QueryResultBatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getEndCursor()
optional bytes end_cursor = 4; |
DatastoreV1.EntityResult |
getEntityResult(int index)
repeated .api.services.datastore.EntityResult entity_result = 2; |
int |
getEntityResultCount()
repeated .api.services.datastore.EntityResult entity_result = 2; |
List<DatastoreV1.EntityResult> |
getEntityResultList()
repeated .api.services.datastore.EntityResult entity_result = 2; |
DatastoreV1.EntityResultOrBuilder |
getEntityResultOrBuilder(int index)
repeated .api.services.datastore.EntityResult entity_result = 2; |
List<? extends DatastoreV1.EntityResultOrBuilder> |
getEntityResultOrBuilderList()
repeated .api.services.datastore.EntityResult entity_result = 2; |
DatastoreV1.EntityResult.ResultType |
getEntityResultType()
required .api.services.datastore.EntityResult.ResultType entity_result_type = 1; |
DatastoreV1.QueryResultBatch.MoreResultsType |
getMoreResults()
required .api.services.datastore.QueryResultBatch.MoreResultsType more_results = 5; |
int |
getSkippedResults()
optional int32 skipped_results = 6; |
boolean |
hasEndCursor()
optional bytes end_cursor = 4; |
boolean |
hasEntityResultType()
required .api.services.datastore.EntityResult.ResultType entity_result_type = 1; |
boolean |
hasMoreResults()
required .api.services.datastore.QueryResultBatch.MoreResultsType more_results = 5; |
boolean |
hasSkippedResults()
optional int32 skipped_results = 6; |
boolean hasEntityResultType()
required .api.services.datastore.EntityResult.ResultType entity_result_type = 1;
The result type for every entity in entityResults.
DatastoreV1.EntityResult.ResultType getEntityResultType()
required .api.services.datastore.EntityResult.ResultType entity_result_type = 1;
The result type for every entity in entityResults.
List<DatastoreV1.EntityResult> getEntityResultList()
repeated .api.services.datastore.EntityResult entity_result = 2;
The results for this batch.
DatastoreV1.EntityResult getEntityResult(int index)
repeated .api.services.datastore.EntityResult entity_result = 2;
The results for this batch.
int getEntityResultCount()
repeated .api.services.datastore.EntityResult entity_result = 2;
The results for this batch.
List<? extends DatastoreV1.EntityResultOrBuilder> getEntityResultOrBuilderList()
repeated .api.services.datastore.EntityResult entity_result = 2;
The results for this batch.
DatastoreV1.EntityResultOrBuilder getEntityResultOrBuilder(int index)
repeated .api.services.datastore.EntityResult entity_result = 2;
The results for this batch.
boolean hasEndCursor()
optional bytes end_cursor = 4;
A cursor that points to the position after the last result in the batch. May be absent.
com.google.protobuf.ByteString getEndCursor()
optional bytes end_cursor = 4;
A cursor that points to the position after the last result in the batch. May be absent.
boolean hasMoreResults()
required .api.services.datastore.QueryResultBatch.MoreResultsType more_results = 5;
The state of the query after the current batch.
DatastoreV1.QueryResultBatch.MoreResultsType getMoreResults()
required .api.services.datastore.QueryResultBatch.MoreResultsType more_results = 5;
The state of the query after the current batch.
boolean hasSkippedResults()
optional int32 skipped_results = 6;
The number of results skipped because of <code>Query.offset</code>.
int getSkippedResults()
optional int32 skipped_results = 6;
The number of results skipped because of <code>Query.offset</code>.
Copyright © 2013. All Rights Reserved.