Uses of Interface
com.google.datastore.v1.AggregationQuery.Aggregation.CountOrBuilder
-
Packages that use AggregationQuery.Aggregation.CountOrBuilder Package Description com.google.datastore.v1 -
-
Uses of AggregationQuery.Aggregation.CountOrBuilder in com.google.datastore.v1
Classes in com.google.datastore.v1 that implement AggregationQuery.Aggregation.CountOrBuilder Modifier and Type Class Description static class
AggregationQuery.Aggregation.Count
Count of entities that match the query.static class
AggregationQuery.Aggregation.Count.Builder
Count of entities that match the query.Methods in com.google.datastore.v1 that return AggregationQuery.Aggregation.CountOrBuilder Modifier and Type Method Description AggregationQuery.Aggregation.CountOrBuilder
AggregationQuery.Aggregation.Builder. getCountOrBuilder()
Count aggregator.AggregationQuery.Aggregation.CountOrBuilder
AggregationQuery.Aggregation. getCountOrBuilder()
Count aggregator.AggregationQuery.Aggregation.CountOrBuilder
AggregationQuery.AggregationOrBuilder. getCountOrBuilder()
Count aggregator.
-