Uses of Class
com.google.datastore.v1.QueryResultBatch
-
Uses of QueryResultBatch in com.google.datastore.v1
Methods in com.google.datastore.v1 that return QueryResultBatchModifier and TypeMethodDescriptionQueryResultBatch.Builder.build()QueryResultBatch.Builder.buildPartial()RunQueryResponse.Builder.getBatch()A batch of query results (always present).RunQueryResponse.getBatch()A batch of query results (always present).RunQueryResponseOrBuilder.getBatch()A batch of query results (always present).static QueryResultBatchQueryResultBatch.getDefaultInstance()QueryResultBatch.Builder.getDefaultInstanceForType()QueryResultBatch.getDefaultInstanceForType()static QueryResultBatchQueryResultBatch.parseDelimitedFrom(InputStream input) static QueryResultBatchQueryResultBatch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryResultBatchQueryResultBatch.parseFrom(byte[] data) static QueryResultBatchQueryResultBatch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryResultBatchQueryResultBatch.parseFrom(com.google.protobuf.ByteString data) static QueryResultBatchQueryResultBatch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryResultBatchQueryResultBatch.parseFrom(com.google.protobuf.CodedInputStream input) static QueryResultBatchQueryResultBatch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryResultBatchQueryResultBatch.parseFrom(InputStream input) static QueryResultBatchQueryResultBatch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryResultBatchQueryResultBatch.parseFrom(ByteBuffer data) static QueryResultBatchQueryResultBatch.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.datastore.v1 that return types with arguments of type QueryResultBatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<QueryResultBatch>QueryResultBatch.getParserForType()static com.google.protobuf.Parser<QueryResultBatch>QueryResultBatch.parser()Methods in com.google.datastore.v1 with parameters of type QueryResultBatchModifier and TypeMethodDescriptionRunQueryResponse.Builder.mergeBatch(QueryResultBatch value) A batch of query results (always present).QueryResultBatch.Builder.mergeFrom(QueryResultBatch other) static QueryResultBatch.BuilderQueryResultBatch.newBuilder(QueryResultBatch prototype) RunQueryResponse.Builder.setBatch(QueryResultBatch value) A batch of query results (always present).