Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::RunAggregationQueryResponse.
The response for Datastore.RunAggregationQuery.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#batch
def batch() -> ::Google::Cloud::Datastore::V1::AggregationResultBatch
- (::Google::Cloud::Datastore::V1::AggregationResultBatch) — A batch of aggregation results. Always present.
#batch=
def batch=(value) -> ::Google::Cloud::Datastore::V1::AggregationResultBatch
- value (::Google::Cloud::Datastore::V1::AggregationResultBatch) — A batch of aggregation results. Always present.
- (::Google::Cloud::Datastore::V1::AggregationResultBatch) — A batch of aggregation results. Always present.
#query
def query() -> ::Google::Cloud::Datastore::V1::AggregationQuery
-
(::Google::Cloud::Datastore::V1::AggregationQuery) — The parsed form of the
GqlQuery
from the request, if it was set.
#query=
def query=(value) -> ::Google::Cloud::Datastore::V1::AggregationQuery
-
value (::Google::Cloud::Datastore::V1::AggregationQuery) — The parsed form of the
GqlQuery
from the request, if it was set.
-
(::Google::Cloud::Datastore::V1::AggregationQuery) — The parsed form of the
GqlQuery
from the request, if it was set.
#transaction
def transaction() -> ::String
-
(::String) — The identifier of the transaction that was started as part of this
RunAggregationQuery request.
Set only when ReadOptions.new_transaction was set in RunAggregationQueryRequest.read_options.
#transaction=
def transaction=(value) -> ::String
-
value (::String) — The identifier of the transaction that was started as part of this
RunAggregationQuery request.
Set only when ReadOptions.new_transaction was set in RunAggregationQueryRequest.read_options.
-
(::String) — The identifier of the transaction that was started as part of this
RunAggregationQuery request.
Set only when ReadOptions.new_transaction was set in RunAggregationQueryRequest.read_options.