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 | |
com.google.cloud.datastore.execution.request |
Modifier and Type | Method and Description |
---|---|
AggregationQuery |
AggregationQuery.Builder.build() |
Modifier and Type | Method and Description |
---|---|
default AggregationResults |
DatastoreReader.runAggregation(AggregationQuery query)
Submits a
AggregationQuery and returns AggregationResults . |
default AggregationResults |
Datastore.runAggregation(AggregationQuery query,
ReadOption... options)
Submits a
AggregationQuery and returns AggregationResults . |
Modifier and Type | Method and Description |
---|---|
AggregationResults |
AggregationQueryExecutor.execute(AggregationQuery query,
ReadOption... readOptions) |
Modifier and Type | Method and Description |
---|---|
RunAggregationQueryRequest |
AggregationQueryRequestProtoPreparer.prepare(ReadOption.QueryAndReadOptions<AggregationQuery> aggregationQueryAndReadOptions) |
Copyright © 2023 Google LLC. All rights reserved.