Uses of Class
com.google.datastore.v1.AggregationResult
-
Packages that use AggregationResult Package Description com.google.datastore.v1 -
-
Uses of AggregationResult in com.google.datastore.v1
Methods in com.google.datastore.v1 that return AggregationResult Modifier and Type Method Description AggregationResultAggregationResult.Builder. build()AggregationResultAggregationResult.Builder. buildPartial()AggregationResultAggregationResultBatch.Builder. getAggregationResults(int index)The aggregation results for this batch.AggregationResultAggregationResultBatch. getAggregationResults(int index)The aggregation results for this batch.AggregationResultAggregationResultBatchOrBuilder. getAggregationResults(int index)The aggregation results for this batch.static AggregationResultAggregationResult. getDefaultInstance()AggregationResultAggregationResult.Builder. getDefaultInstanceForType()AggregationResultAggregationResult. 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 AggregationResult Modifier and Type Method Description List<AggregationResult>AggregationResultBatch.Builder. getAggregationResultsList()The aggregation results for this batch.List<AggregationResult>AggregationResultBatch. getAggregationResultsList()The aggregation results for this batch.List<AggregationResult>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 AggregationResult Modifier and Type Method Description AggregationResultBatch.BuilderAggregationResultBatch.Builder. addAggregationResults(int index, AggregationResult value)The aggregation results for this batch.AggregationResultBatch.BuilderAggregationResultBatch.Builder. addAggregationResults(AggregationResult value)The aggregation results for this batch.AggregationResult.BuilderAggregationResult.Builder. mergeFrom(AggregationResult other)static AggregationResult.BuilderAggregationResult. newBuilder(AggregationResult prototype)AggregationResultBatch.BuilderAggregationResultBatch.Builder. setAggregationResults(int index, AggregationResult value)The aggregation results for this batch.Method parameters in com.google.datastore.v1 with type arguments of type AggregationResult Modifier and Type Method Description AggregationResultBatch.BuilderAggregationResultBatch.Builder. addAllAggregationResults(Iterable<? extends AggregationResult> values)The aggregation results for this batch.
-