Cloud Datastore V1 Client - Class RunAggregationQueryRequest (1.19.0)

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ project_idstring

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

↳ database_idstring

The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.

↳ partition_idGoogle\Cloud\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.

↳ read_optionsGoogle\Cloud\Datastore\V1\ReadOptions

The options for this query.

↳ aggregation_queryGoogle\Cloud\Datastore\V1\AggregationQuery

The query to run.

↳ gql_queryGoogle\Cloud\Datastore\V1\GqlQuery

The GQL query to run. This query must be an aggregation query.

getProjectId

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

Returns
TypeDescription
string

setProjectId

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

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getDatabaseId

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

'(default)' is not allowed; please use empty string '' to refer the defaultdatabase.

Returns
TypeDescription
string

setDatabaseId

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

'(default)' is not allowed; please use empty string '' to refer the defaultdatabase.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getPartitionId

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 contextpartition ID.

Returns
TypeDescription
Google\Cloud\Datastore\V1\PartitionId|null

hasPartitionId

clearPartitionId

setPartitionId

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 contextpartition ID.

Parameter
NameDescription
varGoogle\Cloud\Datastore\V1\PartitionId
Returns
TypeDescription
$this

getReadOptions

The options for this query.

Returns
TypeDescription
Google\Cloud\Datastore\V1\ReadOptions|null

hasReadOptions

clearReadOptions

setReadOptions

The options for this query.

Parameter
NameDescription
varGoogle\Cloud\Datastore\V1\ReadOptions
Returns
TypeDescription
$this

getAggregationQuery

The query to run.

Returns
TypeDescription
Google\Cloud\Datastore\V1\AggregationQuery|null

hasAggregationQuery

setAggregationQuery

The query to run.

Parameter
NameDescription
varGoogle\Cloud\Datastore\V1\AggregationQuery
Returns
TypeDescription
$this

getGqlQuery

The GQL query to run. This query must be an aggregation query.

Returns
TypeDescription
Google\Cloud\Datastore\V1\GqlQuery|null

hasGqlQuery

setGqlQuery

The GQL query to run. This query must be an aggregation query.

Parameter
NameDescription
varGoogle\Cloud\Datastore\V1\GqlQuery
Returns
TypeDescription
$this

getQueryType

Returns
TypeDescription
string

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-24 UTC.