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
Namespace
Google \ Cloud \ Firestore \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 |
Google\Protobuf\Timestamp
The time at which the aggregate result was computed. This is always monotonically increasing; in this case, the previous AggregationResult in the result stream are guaranteed not to have changed between their |
↳ stats |
Google\Cloud\Firestore\V1\ResultSetStats
Query plan and execution statistics. Note that the returned stats are subject to change as Firestore evolves. This is only present when the request specifies a mode other than |
getResult
A single aggregation result.
Not present when reporting partial progress.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Firestore\V1\AggregationResult|null |
|
hasResult
clearResult
setResult
A single aggregation result.
Not present when reporting partial progress.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Firestore\V1\AggregationResult
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReadTime
The time at which the aggregate result was computed. This is always
monotonically increasing; in this case, the previous AggregationResult in
the result stream are guaranteed not to have changed between their
read_time and this one.
If the query returns no results, a response with read_time and no
result will be sent, and this represents the time at which the query
was run.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasReadTime
clearReadTime
setReadTime
The time at which the aggregate result was computed. This is always
monotonically increasing; in this case, the previous AggregationResult in
the result stream are guaranteed not to have changed between their
read_time and this one.
If the query returns no results, a response with read_time and no
result will be sent, and this represents the time at which the query
was run.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStats
Query plan and execution statistics. Note that the returned stats are subject to change as Firestore evolves.
This is only present when the request specifies a mode other than NORMAL
and is sent only once with the last response in the stream.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Firestore\V1\ResultSetStats|null |
|
hasStats
clearStats
setStats
Query plan and execution statistics. Note that the returned stats are subject to change as Firestore evolves.
This is only present when the request specifies a mode other than NORMAL
and is sent only once with the last response in the stream.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Firestore\V1\ResultSetStats
|
| Returns | |
|---|---|
| Type | Description |
$this |
|