Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
AggregationResult |
AggregationResult.Builder.build() |
AggregationResult |
AggregationResult.Builder.buildPartial() |
AggregationResult |
AggregationResultBatch.getAggregationResults(int index)
The aggregation results for this batch.
|
AggregationResult |
AggregationResultBatch.Builder.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.getDefaultInstanceForType() |
AggregationResult |
AggregationResult.Builder.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(ByteBuffer data) |
static AggregationResult |
AggregationResult.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
List<AggregationResult> |
AggregationResultBatch.getAggregationResultsList()
The aggregation results for this batch.
|
List<AggregationResult> |
AggregationResultBatch.Builder.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() |
Modifier and Type | Method and Description |
---|---|
AggregationResultBatch.Builder |
AggregationResultBatch.Builder.addAggregationResults(AggregationResult value)
The aggregation results for this batch.
|
AggregationResultBatch.Builder |
AggregationResultBatch.Builder.addAggregationResults(int index,
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.
|
Modifier and Type | Method and Description |
---|---|
AggregationResultBatch.Builder |
AggregationResultBatch.Builder.addAllAggregationResults(Iterable<? extends AggregationResult> values)
The aggregation results for this batch.
|
Copyright © 2023 Google LLC. All rights reserved.