Package | Description |
---|---|
com.google.cloud.firestore |
Modifier and Type | Method and Description |
---|---|
AggregateQuery |
Query.count()
Returns a query that counts the documents in the result set of this query.
|
static AggregateQuery |
AggregateQuery.fromProto(Firestore firestore,
RunAggregationQueryRequest proto)
Returns an AggregateQuery instance that can be used to execute the provided
RunAggregationQueryRequest . |
AggregateQuery |
AggregateQuerySnapshot.getQuery()
Returns the query that was executed to produce this result.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<AggregateQuerySnapshot> |
Transaction.get(AggregateQuery query)
Returns the result from the provided aggregate query.
|
Copyright © 2023 Google LLC. All rights reserved.