Class: Google::Cloud::Firestore::V1::RunAggregationQueryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::RunAggregationQueryResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/firestore.rb
Overview
The response for Firestore.RunAggregationQuery.
Instance Attribute Summary collapse
-
#read_time ⇒ ::Google::Protobuf::Timestamp
The time at which the aggregate value is valid for.
-
#result ⇒ ::Google::Cloud::Firestore::V1::AggregationResult
A single aggregation result.
-
#transaction ⇒ ::String
The transaction that was started as part of this request.
Instance Attribute Details
#read_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the aggregate value is valid for.
460 461 462 463 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 460 class RunAggregationQueryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#result ⇒ ::Google::Cloud::Firestore::V1::AggregationResult
Returns A single aggregation result.
Not present when reporting partial progress.
460 461 462 463 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 460 class RunAggregationQueryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transaction ⇒ ::String
Returns 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.
460 461 462 463 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 460 class RunAggregationQueryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |