Class: Google::Cloud::Datastore::V1::RunAggregationQueryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::RunAggregationQueryResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/v1/datastore.rb
Overview
The response for Datastore.RunAggregationQuery.
Instance Attribute Summary collapse
-
#batch ⇒ ::Google::Cloud::Datastore::V1::AggregationResultBatch
A batch of aggregation results.
-
#query ⇒ ::Google::Cloud::Datastore::V1::AggregationQuery
The parsed form of the
GqlQueryfrom the request, if it was set.
Instance Attribute Details
#batch ⇒ ::Google::Cloud::Datastore::V1::AggregationResultBatch
Returns A batch of aggregation results. Always present.
148 149 150 151 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 148 class RunAggregationQueryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::Google::Cloud::Datastore::V1::AggregationQuery
Returns The parsed form of the GqlQuery from the request, if it was set.
148 149 150 151 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 148 class RunAggregationQueryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |