Interface AggregationBuilder<A> (2.19.2)

public interface AggregationBuilder<A>

An interface to represent the builders which build and customize Aggregation for com.google.cloud.datastore.AggregationQuery.

Used by com.google.cloud.datastore.AggregationQuery.Builder#addAggregation(AggregationBuilder).

Type Parameter

Name Description
A

Methods

build()

public abstract A build()
Returns
Type Description
A