Uses of Class
com.google.datastore.v1.AggregationResult.Builder
-
Uses of AggregationResult.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return AggregationResult.BuilderModifier and TypeMethodDescriptionAggregationResultBatch.Builder.addAggregationResultsBuilder()The aggregation results for this batch.AggregationResultBatch.Builder.addAggregationResultsBuilder(int index) The aggregation results for this batch.AggregationResult.Builder.clear()AggregationResult.Builder.clearAggregateProperties()AggregationResultBatch.Builder.getAggregationResultsBuilder(int index) The aggregation results for this batch.AggregationResult.Builder.mergeFrom(AggregationResult other) AggregationResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AggregationResult.Builder.mergeFrom(com.google.protobuf.Message other) static AggregationResult.BuilderAggregationResult.newBuilder()static AggregationResult.BuilderAggregationResult.newBuilder(AggregationResult prototype) AggregationResult.newBuilderForType()protected AggregationResult.BuilderAggregationResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AggregationResult.Builder.putAggregateProperties(String key, Value value) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.Builder.putAllAggregateProperties(Map<String, Value> values) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.Builder.removeAggregateProperties(String key) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.toBuilder()Methods in com.google.datastore.v1 that return types with arguments of type AggregationResult.BuilderModifier and TypeMethodDescriptionAggregationResultBatch.Builder.getAggregationResultsBuilderList()The aggregation results for this batch.Methods in com.google.datastore.v1 with parameters of type AggregationResult.BuilderModifier and TypeMethodDescriptionAggregationResultBatch.Builder.addAggregationResults(int index, AggregationResult.Builder builderForValue) The aggregation results for this batch.AggregationResultBatch.Builder.addAggregationResults(AggregationResult.Builder builderForValue) The aggregation results for this batch.AggregationResultBatch.Builder.setAggregationResults(int index, AggregationResult.Builder builderForValue) The aggregation results for this batch.