Class: Google::Cloud::Datastore::V1::RunQueryResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#batch::Google::Cloud::Datastore::V1::QueryResultBatch

Returns A batch of query results (always present).

Returns:



91
92
93
94
# File 'proto_docs/google/datastore/v1/datastore.rb', line 91

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

#query::Google::Cloud::Datastore::V1::Query

Returns The parsed form of the GqlQuery from the request, if it was set.

Returns:



91
92
93
94
# File 'proto_docs/google/datastore/v1/datastore.rb', line 91

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