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 class
AggregationResult
The result of a single bucket from a Datastore aggregation query.static class
AggregationResult.Builder
The result of a single bucket from a Datastore aggregation query.Methods in com.google.datastore.v1 that return AggregationResultOrBuilder Modifier and Type Method Description AggregationResultOrBuilder
AggregationResultBatch.Builder. getAggregationResultsOrBuilder(int index)
The aggregation results for this batch.AggregationResultOrBuilder
AggregationResultBatch. getAggregationResultsOrBuilder(int index)
The aggregation results for this batch.AggregationResultOrBuilder
AggregationResultBatchOrBuilder. 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.
-