Class: Google::Datastore::V1::RunQueryResponse
- Inherits:
-
Object
- Object
- Google::Datastore::V1::RunQueryResponse
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The response for Datastore::RunQuery.
Instance Attribute Summary collapse
-
#batch ⇒ Google::Datastore::V1::QueryResultBatch
A batch of query results (always present).
-
#query ⇒ Google::Datastore::V1::Query
The parsed form of the +GqlQuery+ from the request, if it was set.
Instance Attribute Details
#batch ⇒ Google::Datastore::V1::QueryResultBatch
Returns A batch of query results (always present).
76 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 76 class RunQueryResponse; end |
#query ⇒ Google::Datastore::V1::Query
Returns The parsed form of the +GqlQuery+ from the request, if it was set.
76 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 76 class RunQueryResponse; end |