Uses of Interface
com.google.datastore.v1.AggregationResultOrBuilder
-
Packages that use AggregationResultOrBuilder Package Description com.google.datastore.v1 -
-
Uses of AggregationResultOrBuilder in com.google.datastore.v1
Classes in com.google.datastore.v1 that implement AggregationResultOrBuilder Modifier and Type Class Description classAggregationResultThe result of a single bucket from a Datastore aggregation query.static classAggregationResult.BuilderThe result of a single bucket from a Datastore aggregation query.Methods in com.google.datastore.v1 that return AggregationResultOrBuilder Modifier and Type Method Description AggregationResultOrBuilderAggregationResultBatch.Builder. getAggregationResultsOrBuilder(int index)The aggregation results for this batch.AggregationResultOrBuilderAggregationResultBatch. getAggregationResultsOrBuilder(int index)The aggregation results for this batch.AggregationResultOrBuilderAggregationResultBatchOrBuilder. getAggregationResultsOrBuilder(int index)The aggregation results for this batch.Methods in com.google.datastore.v1 that return types with arguments of type AggregationResultOrBuilder Modifier and Type Method Description List<? extends AggregationResultOrBuilder>AggregationResultBatch.Builder. getAggregationResultsOrBuilderList()The aggregation results for this batch.List<? extends AggregationResultOrBuilder>AggregationResultBatch. getAggregationResultsOrBuilderList()The aggregation results for this batch.List<? extends AggregationResultOrBuilder>AggregationResultBatchOrBuilder. getAggregationResultsOrBuilderList()The aggregation results for this batch.
-