Reference documentation and code samples for the Cloud Firestore V1 Client class RunAggregationQueryResponse.
The response for Firestore.RunAggregationQuery .
Generated from protobuf message google.firestore.v1.RunAggregationQueryResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ result
Google\Cloud\Firestore\V1\AggregationResult
A single aggregation result. Not present when reporting partial progress.
↳ transaction
string
The transaction that was started as part of this request. Only present on the first response when the request requested to start a new transaction.
↳ read_time
getResult
A single aggregation result.
Not present when reporting partial progress.
hasResult
clearResult
setResult
A single aggregation result.
Not present when reporting partial progress.
$this
getTransaction
The transaction that was started as part of this request.
Only present on the first response when the request requested to start a new transaction.
string
setTransaction
The transaction that was started as part of this request.
Only present on the first response when the request requested to start a new transaction.
var
string
$this
getReadTime
The time at which the aggregate value is valid for.
hasReadTime
clearReadTime
setReadTime
The time at which the aggregate value is valid for.
$this