Uses of Class
com.google.datastore.v1.RunAggregationQueryResponse
-
Packages that use RunAggregationQueryResponse Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.cloud.datastore.execution.response com.google.cloud.datastore.spi.v1 com.google.datastore.v1 com.google.datastore.v1.client -
-
Uses of RunAggregationQueryResponse in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return RunAggregationQueryResponse Modifier and Type Method Description RunAggregationQueryResponse
RetryAndTraceDatastoreRpcDecorator. runAggregationQuery(RunAggregationQueryRequest request)
-
Uses of RunAggregationQueryResponse in com.google.cloud.datastore.execution.response
Methods in com.google.cloud.datastore.execution.response with parameters of type RunAggregationQueryResponse Modifier and Type Method Description AggregationResults
AggregationQueryResponseTransformer. transform(RunAggregationQueryResponse response)
-
Uses of RunAggregationQueryResponse in com.google.cloud.datastore.spi.v1
Methods in com.google.cloud.datastore.spi.v1 that return RunAggregationQueryResponse Modifier and Type Method Description default RunAggregationQueryResponse
DatastoreRpc. runAggregationQuery(RunAggregationQueryRequest request)
Sends a request to run an aggregation query.RunAggregationQueryResponse
HttpDatastoreRpc. runAggregationQuery(RunAggregationQueryRequest request)
-
Uses of RunAggregationQueryResponse in com.google.datastore.v1
Methods in com.google.datastore.v1 that return RunAggregationQueryResponse Modifier and Type Method Description RunAggregationQueryResponse
RunAggregationQueryResponse.Builder. build()
RunAggregationQueryResponse
RunAggregationQueryResponse.Builder. buildPartial()
static RunAggregationQueryResponse
RunAggregationQueryResponse. getDefaultInstance()
RunAggregationQueryResponse
RunAggregationQueryResponse.Builder. getDefaultInstanceForType()
RunAggregationQueryResponse
RunAggregationQueryResponse. getDefaultInstanceForType()
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseDelimitedFrom(InputStream input)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseFrom(byte[] data)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseFrom(com.google.protobuf.ByteString data)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseFrom(InputStream input)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseFrom(ByteBuffer data)
static RunAggregationQueryResponse
RunAggregationQueryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type RunAggregationQueryResponse Modifier and Type Method Description com.google.protobuf.Parser<RunAggregationQueryResponse>
RunAggregationQueryResponse. getParserForType()
static com.google.protobuf.Parser<RunAggregationQueryResponse>
RunAggregationQueryResponse. parser()
Methods in com.google.datastore.v1 with parameters of type RunAggregationQueryResponse Modifier and Type Method Description RunAggregationQueryResponse.Builder
RunAggregationQueryResponse.Builder. mergeFrom(RunAggregationQueryResponse other)
static RunAggregationQueryResponse.Builder
RunAggregationQueryResponse. newBuilder(RunAggregationQueryResponse prototype)
-
Uses of RunAggregationQueryResponse in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that return RunAggregationQueryResponse Modifier and Type Method Description RunAggregationQueryResponse
Datastore. runAggregationQuery(RunAggregationQueryRequest request)
-