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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AggregationResult.Builder.clear()AggregationResult.Builder.clearAggregateProperties()AggregationResult.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AggregationResult.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AggregationResult.Builder.clone()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) AggregationResult.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static AggregationResult.BuilderAggregationResult.newBuilder()static AggregationResult.BuilderAggregationResult.newBuilder(AggregationResult prototype) AggregationResult.newBuilderForType()protected AggregationResult.BuilderAggregationResult.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AggregationResult.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AggregationResult.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.