Uses of Class
com.google.datastore.v1.AggregationResult
-
Uses of AggregationResult in com.google.datastore.v1
Methods in com.google.datastore.v1 that return AggregationResultModifier and TypeMethodDescriptionAggregationResult.Builder.build()AggregationResult.Builder.buildPartial()AggregationResultBatch.Builder.getAggregationResults(int index) The aggregation results for this batch.AggregationResultBatch.getAggregationResults(int index) The aggregation results for this batch.AggregationResultBatchOrBuilder.getAggregationResults(int index) The aggregation results for this batch.static AggregationResultAggregationResult.getDefaultInstance()AggregationResult.Builder.getDefaultInstanceForType()AggregationResult.getDefaultInstanceForType()static AggregationResultAggregationResult.parseDelimitedFrom(InputStream input) static AggregationResultAggregationResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AggregationResultAggregationResult.parseFrom(byte[] data) static AggregationResultAggregationResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AggregationResultAggregationResult.parseFrom(com.google.protobuf.ByteString data) static AggregationResultAggregationResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AggregationResultAggregationResult.parseFrom(com.google.protobuf.CodedInputStream input) static AggregationResultAggregationResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AggregationResultAggregationResult.parseFrom(InputStream input) static AggregationResultAggregationResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AggregationResultAggregationResult.parseFrom(ByteBuffer data) static AggregationResultAggregationResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.datastore.v1 that return types with arguments of type AggregationResultModifier and TypeMethodDescriptionAggregationResultBatch.Builder.getAggregationResultsList()The aggregation results for this batch.AggregationResultBatch.getAggregationResultsList()The aggregation results for this batch.AggregationResultBatchOrBuilder.getAggregationResultsList()The aggregation results for this batch.com.google.protobuf.Parser<AggregationResult>AggregationResult.getParserForType()static com.google.protobuf.Parser<AggregationResult>AggregationResult.parser()Methods in com.google.datastore.v1 with parameters of type AggregationResultModifier and TypeMethodDescriptionAggregationResultBatch.Builder.addAggregationResults(int index, AggregationResult value) The aggregation results for this batch.AggregationResultBatch.Builder.addAggregationResults(AggregationResult value) The aggregation results for this batch.AggregationResult.Builder.mergeFrom(AggregationResult other) static AggregationResult.BuilderAggregationResult.newBuilder(AggregationResult prototype) AggregationResultBatch.Builder.setAggregationResults(int index, AggregationResult value) The aggregation results for this batch.Method parameters in com.google.datastore.v1 with type arguments of type AggregationResultModifier and TypeMethodDescriptionAggregationResultBatch.Builder.addAllAggregationResults(Iterable<? extends AggregationResult> values) The aggregation results for this batch.