| Package | Description |
|---|---|
| io.opencensus.proto.stats.v1 |
| Modifier and Type | Method and Description |
|---|---|
SumAggregation |
SumAggregation.Builder.build() |
SumAggregation |
SumAggregation.Builder.buildPartial() |
static SumAggregation |
SumAggregation.getDefaultInstance() |
SumAggregation |
SumAggregation.getDefaultInstanceForType() |
SumAggregation |
SumAggregation.Builder.getDefaultInstanceForType() |
SumAggregation |
ViewOrBuilder.getSumAggregation()
Indicates that data collected and aggregated with this Aggregation will be summed up.
|
SumAggregation |
View.getSumAggregation()
Indicates that data collected and aggregated with this Aggregation will be summed up.
|
SumAggregation |
View.Builder.getSumAggregation()
Indicates that data collected and aggregated with this Aggregation will be summed up.
|
static SumAggregation |
SumAggregation.parseDelimitedFrom(InputStream input) |
static SumAggregation |
SumAggregation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SumAggregation |
SumAggregation.parseFrom(byte[] data) |
static SumAggregation |
SumAggregation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SumAggregation |
SumAggregation.parseFrom(ByteBuffer data) |
static SumAggregation |
SumAggregation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SumAggregation |
SumAggregation.parseFrom(com.google.protobuf.ByteString data) |
static SumAggregation |
SumAggregation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SumAggregation |
SumAggregation.parseFrom(com.google.protobuf.CodedInputStream input) |
static SumAggregation |
SumAggregation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SumAggregation |
SumAggregation.parseFrom(InputStream input) |
static SumAggregation |
SumAggregation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SumAggregation> |
SumAggregation.getParserForType() |
static com.google.protobuf.Parser<SumAggregation> |
SumAggregation.parser() |
| Modifier and Type | Method and Description |
|---|---|
SumAggregation.Builder |
SumAggregation.Builder.mergeFrom(SumAggregation other) |
View.Builder |
View.Builder.mergeSumAggregation(SumAggregation value)
Indicates that data collected and aggregated with this Aggregation will be summed up.
|
static SumAggregation.Builder |
SumAggregation.newBuilder(SumAggregation prototype) |
View.Builder |
View.Builder.setSumAggregation(SumAggregation value)
Indicates that data collected and aggregated with this Aggregation will be summed up.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.