Class: Google::Cloud::Datastore::V1::RunAggregationQueryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::RunAggregationQueryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/v1/datastore.rb
Overview
The request for Datastore.RunAggregationQuery.
Instance Attribute Summary collapse
-
#aggregation_query ⇒ ::Google::Cloud::Datastore::V1::AggregationQuery
The query to run.
-
#database_id ⇒ ::String
The ID of the database against which to make the request.
-
#gql_query ⇒ ::Google::Cloud::Datastore::V1::GqlQuery
The GQL query to run.
-
#partition_id ⇒ ::Google::Cloud::Datastore::V1::PartitionId
Entities are partitioned into subsets, identified by a partition ID.
-
#project_id ⇒ ::String
Required.
-
#read_options ⇒ ::Google::Cloud::Datastore::V1::ReadOptions
The options for this query.
Instance Attribute Details
#aggregation_query ⇒ ::Google::Cloud::Datastore::V1::AggregationQuery
Returns The query to run.
156 157 158 159 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 156 class RunAggregationQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_id ⇒ ::String
Returns The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default database.
156 157 158 159 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 156 class RunAggregationQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gql_query ⇒ ::Google::Cloud::Datastore::V1::GqlQuery
Returns The GQL query to run. This query must be an aggregation query.
156 157 158 159 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 156 class RunAggregationQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partition_id ⇒ ::Google::Cloud::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.
156 157 158 159 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 156 class RunAggregationQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. The ID of the project against which to make the request.
156 157 158 159 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 156 class RunAggregationQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_options ⇒ ::Google::Cloud::Datastore::V1::ReadOptions
Returns The options for this query.
156 157 158 159 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 156 class RunAggregationQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |