Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::RunAggregationQueryResponse.
The response for Firestore.RunAggregationQuery.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#read_time
def read_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — The time at which the aggregate value is valid for.
#read_time=
def read_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — The time at which the aggregate value is valid for.
- (::Google::Protobuf::Timestamp) — The time at which the aggregate value is valid for.
#result
def result() -> ::Google::Cloud::Firestore::V1::AggregationResult
-
(::Google::Cloud::Firestore::V1::AggregationResult) — A single aggregation result.
Not present when reporting partial progress.
#result=
def result=(value) -> ::Google::Cloud::Firestore::V1::AggregationResult
-
value (::Google::Cloud::Firestore::V1::AggregationResult) — A single aggregation result.
Not present when reporting partial progress.
-
(::Google::Cloud::Firestore::V1::AggregationResult) — A single aggregation result.
Not present when reporting partial progress.
#transaction
def transaction() -> ::String
-
(::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.
#transaction=
def transaction=(value) -> ::String
-
value (::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.
-
(::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.