Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::RunAggregationQueryResponse (v0.10.0)

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
Returns

#read_time=

def read_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#result

def result() -> ::Google::Cloud::Firestore::V1::AggregationResult
Returns

#result=

def result=(value) -> ::Google::Cloud::Firestore::V1::AggregationResult
Parameter
Returns

#transaction

def transaction() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.