Interface AggregationBuilder<A> (2.17.6)

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

NameDescription
A

Methods

build()

public abstract A build()
Returns
TypeDescription
A