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 QueryResultBatch
QueryResultBatch.Builder. build()
QueryResultBatch
QueryResultBatch.Builder. buildPartial()
QueryResultBatch
RunQueryResponse.Builder. getBatch()
A batch of query results (always present).QueryResultBatch
RunQueryResponse. getBatch()
A batch of query results (always present).QueryResultBatch
RunQueryResponseOrBuilder. getBatch()
A batch of query results (always present).static QueryResultBatch
QueryResultBatch. getDefaultInstance()
QueryResultBatch
QueryResultBatch.Builder. getDefaultInstanceForType()
QueryResultBatch
QueryResultBatch. getDefaultInstanceForType()
static QueryResultBatch
QueryResultBatch. parseDelimitedFrom(InputStream input)
static QueryResultBatch
QueryResultBatch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryResultBatch
QueryResultBatch. parseFrom(byte[] data)
static QueryResultBatch
QueryResultBatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryResultBatch
QueryResultBatch. parseFrom(com.google.protobuf.ByteString data)
static QueryResultBatch
QueryResultBatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryResultBatch
QueryResultBatch. parseFrom(com.google.protobuf.CodedInputStream input)
static QueryResultBatch
QueryResultBatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryResultBatch
QueryResultBatch. parseFrom(InputStream input)
static QueryResultBatch
QueryResultBatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryResultBatch
QueryResultBatch. parseFrom(ByteBuffer data)
static QueryResultBatch
QueryResultBatch. 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.Builder
RunQueryResponse.Builder. mergeBatch(QueryResultBatch value)
A batch of query results (always present).QueryResultBatch.Builder
QueryResultBatch.Builder. mergeFrom(QueryResultBatch other)
static QueryResultBatch.Builder
QueryResultBatch. newBuilder(QueryResultBatch prototype)
RunQueryResponse.Builder
RunQueryResponse.Builder. setBatch(QueryResultBatch value)
A batch of query results (always present).
-