Class: Google::Cloud::Datastore::V1::RunAggregationQueryResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#batch::Google::Cloud::Datastore::V1::AggregationResultBatch

Returns A batch of aggregation results. Always present.

Returns:



178
179
180
181
# File 'proto_docs/google/datastore/v1/datastore.rb', line 178

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.

Returns:



178
179
180
181
# File 'proto_docs/google/datastore/v1/datastore.rb', line 178

class RunAggregationQueryResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transaction::String

Returns 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.

Returns:



178
179
180
181
# File 'proto_docs/google/datastore/v1/datastore.rb', line 178

class RunAggregationQueryResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end