Package | Description |
---|---|
com.google.cloud.datastore.aggregation | |
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
AggregationQuery.Aggregation |
CountAggregation.toPb() |
abstract AggregationQuery.Aggregation |
Aggregation.toPb() |
Modifier and Type | Method and Description |
---|---|
AggregationQuery.Aggregation |
AggregationQuery.Aggregation.Builder.build() |
AggregationQuery.Aggregation |
AggregationQuery.Aggregation.Builder.buildPartial() |
AggregationQuery.Aggregation |
AggregationQuery.getAggregations(int index)
Optional.
|
AggregationQuery.Aggregation |
AggregationQuery.Builder.getAggregations(int index)
Optional.
|
AggregationQuery.Aggregation |
AggregationQueryOrBuilder.getAggregations(int index)
Optional.
|
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.getDefaultInstance() |
AggregationQuery.Aggregation |
AggregationQuery.Aggregation.getDefaultInstanceForType() |
AggregationQuery.Aggregation |
AggregationQuery.Aggregation.Builder.getDefaultInstanceForType() |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseDelimitedFrom(InputStream input) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseFrom(byte[] data) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseFrom(ByteBuffer data) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseFrom(com.google.protobuf.ByteString data) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseFrom(com.google.protobuf.CodedInputStream input) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseFrom(InputStream input) |
static AggregationQuery.Aggregation |
AggregationQuery.Aggregation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<AggregationQuery.Aggregation> |
AggregationQuery.getAggregationsList()
Optional.
|
List<AggregationQuery.Aggregation> |
AggregationQuery.Builder.getAggregationsList()
Optional.
|
List<AggregationQuery.Aggregation> |
AggregationQueryOrBuilder.getAggregationsList()
Optional.
|
com.google.protobuf.Parser<AggregationQuery.Aggregation> |
AggregationQuery.Aggregation.getParserForType() |
static com.google.protobuf.Parser<AggregationQuery.Aggregation> |
AggregationQuery.Aggregation.parser() |
Modifier and Type | Method and Description |
---|---|
AggregationQuery.Builder |
AggregationQuery.Builder.addAggregations(AggregationQuery.Aggregation value)
Optional.
|
AggregationQuery.Builder |
AggregationQuery.Builder.addAggregations(int index,
AggregationQuery.Aggregation value)
Optional.
|
AggregationQuery.Aggregation.Builder |
AggregationQuery.Aggregation.Builder.mergeFrom(AggregationQuery.Aggregation other) |
static AggregationQuery.Aggregation.Builder |
AggregationQuery.Aggregation.newBuilder(AggregationQuery.Aggregation prototype) |
AggregationQuery.Builder |
AggregationQuery.Builder.setAggregations(int index,
AggregationQuery.Aggregation value)
Optional.
|
Modifier and Type | Method and Description |
---|---|
AggregationQuery.Builder |
AggregationQuery.Builder.addAllAggregations(Iterable<? extends AggregationQuery.Aggregation> values)
Optional.
|
Copyright © 2023 Google LLC. All rights reserved.