Class: Google::Datastore::V1::RunQueryRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb

Overview

The request for Datastore::RunQuery.

Instance Attribute Summary collapse

Instance Attribute Details

#gql_queryGoogle::Datastore::V1::GqlQuery

Returns The GQL query to run.

Returns:



67
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 67

class RunQueryRequest; end

#partition_idGoogle::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.

Returns:

  • (Google::Datastore::V1::PartitionId)

    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.



67
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 67

class RunQueryRequest; end

#project_idString

Returns The ID of the project against which to make the request.

Returns:

  • (String)

    The ID of the project against which to make the request.



67
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 67

class RunQueryRequest; end

#queryGoogle::Datastore::V1::Query

Returns The query to run.

Returns:



67
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 67

class RunQueryRequest; end

#read_optionsGoogle::Datastore::V1::ReadOptions

Returns The options for this query.

Returns:



67
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 67

class RunQueryRequest; end