Uses of Class
com.google.datastore.v1.QueryResultBatch.Builder
-
Uses of QueryResultBatch.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return QueryResultBatch.BuilderModifier and TypeMethodDescriptionQueryResultBatch.Builder.addAllEntityResults(Iterable<? extends EntityResult> values) The results for this batch.QueryResultBatch.Builder.addEntityResults(int index, EntityResult value) The results for this batch.QueryResultBatch.Builder.addEntityResults(int index, EntityResult.Builder builderForValue) The results for this batch.QueryResultBatch.Builder.addEntityResults(EntityResult value) The results for this batch.QueryResultBatch.Builder.addEntityResults(EntityResult.Builder builderForValue) The results for this batch.QueryResultBatch.Builder.clear()QueryResultBatch.Builder.clearEndCursor()A cursor that points to the position after the last result in the batch.QueryResultBatch.Builder.clearEntityResults()The results for this batch.QueryResultBatch.Builder.clearEntityResultType()The result type for every entity in `entity_results`.QueryResultBatch.Builder.clearMoreResults()The state of the query after the current batch.QueryResultBatch.Builder.clearReadTime()Read timestamp this batch was returned from.QueryResultBatch.Builder.clearSkippedCursor()A cursor that points to the position after the last skipped result.QueryResultBatch.Builder.clearSkippedResults()The number of results skipped, typically because of an offset.QueryResultBatch.Builder.clearSnapshotVersion()The version number of the snapshot this batch was returned from.RunQueryResponse.Builder.getBatchBuilder()A batch of query results (always present).QueryResultBatch.Builder.mergeFrom(QueryResultBatch other) QueryResultBatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) QueryResultBatch.Builder.mergeFrom(com.google.protobuf.Message other) QueryResultBatch.Builder.mergeReadTime(com.google.protobuf.Timestamp value) Read timestamp this batch was returned from.static QueryResultBatch.BuilderQueryResultBatch.newBuilder()static QueryResultBatch.BuilderQueryResultBatch.newBuilder(QueryResultBatch prototype) QueryResultBatch.newBuilderForType()protected QueryResultBatch.BuilderQueryResultBatch.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) QueryResultBatch.Builder.removeEntityResults(int index) The results for this batch.QueryResultBatch.Builder.setEndCursor(com.google.protobuf.ByteString value) A cursor that points to the position after the last result in the batch.QueryResultBatch.Builder.setEntityResults(int index, EntityResult value) The results for this batch.QueryResultBatch.Builder.setEntityResults(int index, EntityResult.Builder builderForValue) The results for this batch.QueryResultBatch.Builder.setEntityResultType(EntityResult.ResultType value) The result type for every entity in `entity_results`.QueryResultBatch.Builder.setEntityResultTypeValue(int value) The result type for every entity in `entity_results`.QueryResultBatch.Builder.setMoreResults(QueryResultBatch.MoreResultsType value) The state of the query after the current batch.QueryResultBatch.Builder.setMoreResultsValue(int value) The state of the query after the current batch.QueryResultBatch.Builder.setReadTime(com.google.protobuf.Timestamp value) Read timestamp this batch was returned from.QueryResultBatch.Builder.setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) Read timestamp this batch was returned from.QueryResultBatch.Builder.setSkippedCursor(com.google.protobuf.ByteString value) A cursor that points to the position after the last skipped result.QueryResultBatch.Builder.setSkippedResults(int value) The number of results skipped, typically because of an offset.QueryResultBatch.Builder.setSnapshotVersion(long value) The version number of the snapshot this batch was returned from.QueryResultBatch.toBuilder()Methods in com.google.datastore.v1 with parameters of type QueryResultBatch.BuilderModifier and TypeMethodDescriptionRunQueryResponse.Builder.setBatch(QueryResultBatch.Builder builderForValue) A batch of query results (always present).