Class: Google::Datastore::V1::RunQueryRequest
- Inherits:
-
Object
- Object
- Google::Datastore::V1::RunQueryRequest
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The request for Datastore::RunQuery.
Instance Attribute Summary collapse
-
#gql_query ⇒ Google::Datastore::V1::GqlQuery
The GQL query to run.
-
#partition_id ⇒ Google::Datastore::V1::PartitionId
Entities are partitioned into subsets, identified by a partition ID.
-
#project_id ⇒ String
The ID of the project against which to make the request.
-
#query ⇒ Google::Datastore::V1::Query
The query to run.
-
#read_options ⇒ Google::Datastore::V1::ReadOptions
The options for this query.
Instance Attribute Details
#gql_query ⇒ Google::Datastore::V1::GqlQuery
Returns The GQL query to run.
78 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 78 class RunQueryRequest; end |
#partition_id ⇒ Google::Datastore::V1::PartitionId
Returns Entities are partitioned into subsets, identified by a partition ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID.
78 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 78 class RunQueryRequest; end |
#project_id ⇒ String
Returns The ID of the project against which to make the request.
78 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 78 class RunQueryRequest; end |
#query ⇒ Google::Datastore::V1::Query
Returns The query to run.
78 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 78 class RunQueryRequest; end |
#read_options ⇒ Google::Datastore::V1::ReadOptions
Returns The options for this query.
78 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 78 class RunQueryRequest; end |