Cloud Datastore V1 Client - Class AggregationQuery (1.25.0)

Namespace

Google \ Cloud \ Datastore \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ nested_queryGoogle\Cloud\Datastore\V1\Query

Nested query for aggregation

↳ aggregationsarray<Google\Cloud\Datastore\V1\AggregationQuery\Aggregation>

Optional. Series of aggregations to apply over the results of thenested_query. Requires: * A minimum of one and maximum of five aggregations per query.

getNestedQuery

Nested query for aggregation

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

hasNestedQuery

setNestedQuery

Nested query for aggregation

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

getAggregations

Optional. Series of aggregations to apply over the results of thenested_query.

Requires:

  • A minimum of one and maximum of five aggregations per query.
Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAggregations

Optional. Series of aggregations to apply over the results of thenested_query.

Requires:

  • A minimum of one and maximum of five aggregations per query.
Parameter
NameDescription
vararray<Google\Cloud\Datastore\V1\AggregationQuery\Aggregation>
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.