| Modifier and Type | Method and Description |
|---|---|
Aggregation.Sum |
Aggregation.Sum.Builder.build() |
Aggregation.Sum |
Aggregation.Sum.Builder.buildPartial() |
static Aggregation.Sum |
Aggregation.Sum.getDefaultInstance() |
Aggregation.Sum |
Aggregation.Sum.getDefaultInstanceForType() |
Aggregation.Sum |
Aggregation.Sum.Builder.getDefaultInstanceForType() |
Aggregation.Sum |
Aggregation.getSum()
Sum over a numeric field.
|
Aggregation.Sum |
Aggregation.Builder.getSum()
Sum over a numeric field.
|
Aggregation.Sum |
AggregationOrBuilder.getSum()
Sum over a numeric field.
|
static Aggregation.Sum |
Aggregation.Sum.parseDelimitedFrom(InputStream input) |
static Aggregation.Sum |
Aggregation.Sum.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Aggregation.Sum |
Aggregation.Sum.parseFrom(byte[] data) |
static Aggregation.Sum |
Aggregation.Sum.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Aggregation.Sum |
Aggregation.Sum.parseFrom(ByteBuffer data) |
static Aggregation.Sum |
Aggregation.Sum.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Aggregation.Sum |
Aggregation.Sum.parseFrom(com.google.protobuf.ByteString data) |
static Aggregation.Sum |
Aggregation.Sum.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Aggregation.Sum |
Aggregation.Sum.parseFrom(com.google.protobuf.CodedInputStream input) |
static Aggregation.Sum |
Aggregation.Sum.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Aggregation.Sum |
Aggregation.Sum.parseFrom(InputStream input) |
static Aggregation.Sum |
Aggregation.Sum.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Aggregation.Sum> |
Aggregation.Sum.getParserForType() |
static com.google.protobuf.Parser<Aggregation.Sum> |
Aggregation.Sum.parser() |
| Modifier and Type | Method and Description |
|---|---|
Aggregation.Sum.Builder |
Aggregation.Sum.Builder.mergeFrom(Aggregation.Sum other) |
Aggregation.Builder |
Aggregation.Builder.mergeSum(Aggregation.Sum value)
Sum over a numeric field.
|
static Aggregation.Sum.Builder |
Aggregation.Sum.newBuilder(Aggregation.Sum prototype) |
Aggregation.Builder |
Aggregation.Builder.setSum(Aggregation.Sum value)
Sum over a numeric field.
|
Copyright © 2024 Google LLC. All rights reserved.