Uses of Interface
com.google.datastore.v1.AggregationQuery.Aggregation.AvgOrBuilder
-
Packages that use AggregationQuery.Aggregation.AvgOrBuilder Package Description com.google.datastore.v1 -
-
Uses of AggregationQuery.Aggregation.AvgOrBuilder in com.google.datastore.v1
Classes in com.google.datastore.v1 that implement AggregationQuery.Aggregation.AvgOrBuilder Modifier and Type Class Description static class
AggregationQuery.Aggregation.Avg
Average of the values of the requested property.static class
AggregationQuery.Aggregation.Avg.Builder
Average of the values of the requested property.Methods in com.google.datastore.v1 that return AggregationQuery.Aggregation.AvgOrBuilder Modifier and Type Method Description AggregationQuery.Aggregation.AvgOrBuilder
AggregationQuery.Aggregation.Builder. getAvgOrBuilder()
Average aggregator.AggregationQuery.Aggregation.AvgOrBuilder
AggregationQuery.Aggregation. getAvgOrBuilder()
Average aggregator.AggregationQuery.Aggregation.AvgOrBuilder
AggregationQuery.AggregationOrBuilder. getAvgOrBuilder()
Average aggregator.
-