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 AggregationResult
AggregationResult.Builder. build()
AggregationResult
AggregationResult.Builder. buildPartial()
AggregationResult
AggregationResultBatch.Builder. getAggregationResults(int index)
The aggregation results for this batch.AggregationResult
AggregationResultBatch. getAggregationResults(int index)
The aggregation results for this batch.AggregationResult
AggregationResultBatchOrBuilder. getAggregationResults(int index)
The aggregation results for this batch.static AggregationResult
AggregationResult. getDefaultInstance()
AggregationResult
AggregationResult.Builder. getDefaultInstanceForType()
AggregationResult
AggregationResult. getDefaultInstanceForType()
static AggregationResult
AggregationResult. parseDelimitedFrom(InputStream input)
static AggregationResult
AggregationResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregationResult
AggregationResult. parseFrom(byte[] data)
static AggregationResult
AggregationResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregationResult
AggregationResult. parseFrom(com.google.protobuf.ByteString data)
static AggregationResult
AggregationResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregationResult
AggregationResult. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregationResult
AggregationResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregationResult
AggregationResult. parseFrom(InputStream input)
static AggregationResult
AggregationResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregationResult
AggregationResult. parseFrom(ByteBuffer data)
static AggregationResult
AggregationResult. 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.Builder
AggregationResultBatch.Builder. addAggregationResults(int index, AggregationResult value)
The aggregation results for this batch.AggregationResultBatch.Builder
AggregationResultBatch.Builder. addAggregationResults(AggregationResult value)
The aggregation results for this batch.AggregationResult.Builder
AggregationResult.Builder. mergeFrom(AggregationResult other)
static AggregationResult.Builder
AggregationResult. newBuilder(AggregationResult prototype)
AggregationResultBatch.Builder
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 AggregationResult Modifier and Type Method Description AggregationResultBatch.Builder
AggregationResultBatch.Builder. addAllAggregationResults(Iterable<? extends AggregationResult> values)
The aggregation results for this batch.
-