Uses of Class
com.google.datastore.v1.QueryResultBatch
-
Packages that use QueryResultBatch Package Description com.google.datastore.v1 -
-
Uses of QueryResultBatch in com.google.datastore.v1
Methods in com.google.datastore.v1 that return QueryResultBatch Modifier and Type Method Description QueryResultBatchQueryResultBatch.Builder. build()QueryResultBatchQueryResultBatch.Builder. buildPartial()QueryResultBatchRunQueryResponse.Builder. getBatch()A batch of query results (always present).QueryResultBatchRunQueryResponse. getBatch()A batch of query results (always present).QueryResultBatchRunQueryResponseOrBuilder. getBatch()A batch of query results (always present).static QueryResultBatchQueryResultBatch. getDefaultInstance()QueryResultBatchQueryResultBatch.Builder. getDefaultInstanceForType()QueryResultBatchQueryResultBatch. 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 QueryResultBatch Modifier and Type Method Description com.google.protobuf.Parser<QueryResultBatch>QueryResultBatch. getParserForType()static com.google.protobuf.Parser<QueryResultBatch>QueryResultBatch. parser()Methods in com.google.datastore.v1 with parameters of type QueryResultBatch Modifier and Type Method Description RunQueryResponse.BuilderRunQueryResponse.Builder. mergeBatch(QueryResultBatch value)A batch of query results (always present).QueryResultBatch.BuilderQueryResultBatch.Builder. mergeFrom(QueryResultBatch other)static QueryResultBatch.BuilderQueryResultBatch. newBuilder(QueryResultBatch prototype)RunQueryResponse.BuilderRunQueryResponse.Builder. setBatch(QueryResultBatch value)A batch of query results (always present).
-