Firestore in Datastore mode V1 API - Class Google::Cloud::Datastore::V1::RunAggregationQueryResponse (v0.15.0)

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
Returns

#batch=

def batch=(value) -> ::Google::Cloud::Datastore::V1::AggregationResultBatch
Parameter
Returns

#query

def query() -> ::Google::Cloud::Datastore::V1::AggregationQuery
Returns

#query=

def query=(value) -> ::Google::Cloud::Datastore::V1::AggregationQuery
Parameter
Returns

#stats

def stats() -> ::Google::Cloud::Datastore::V1::ResultSetStats
Returns
  • (::Google::Cloud::Datastore::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 NORMAL.

#stats=

def stats=(value) -> ::Google::Cloud::Datastore::V1::ResultSetStats
Parameter
  • value (::Google::Cloud::Datastore::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 NORMAL.

Returns
  • (::Google::Cloud::Datastore::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 NORMAL.

#transaction

def transaction() -> ::String
Returns

#transaction=

def transaction=(value) -> ::String
Parameter
Returns