| Package | Description |
|---|---|
| io.opencensus.proto.stats.v1 |
| Modifier and Type | Method and Description |
|---|---|
CountAggregation |
CountAggregation.Builder.build() |
CountAggregation |
CountAggregation.Builder.buildPartial() |
CountAggregation |
ViewOrBuilder.getCountAggregation()
Counts the number of measurements recorded.
|
CountAggregation |
View.getCountAggregation()
Counts the number of measurements recorded.
|
CountAggregation |
View.Builder.getCountAggregation()
Counts the number of measurements recorded.
|
static CountAggregation |
CountAggregation.getDefaultInstance() |
CountAggregation |
CountAggregation.getDefaultInstanceForType() |
CountAggregation |
CountAggregation.Builder.getDefaultInstanceForType() |
static CountAggregation |
CountAggregation.parseDelimitedFrom(InputStream input) |
static CountAggregation |
CountAggregation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CountAggregation |
CountAggregation.parseFrom(byte[] data) |
static CountAggregation |
CountAggregation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CountAggregation |
CountAggregation.parseFrom(ByteBuffer data) |
static CountAggregation |
CountAggregation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CountAggregation |
CountAggregation.parseFrom(com.google.protobuf.ByteString data) |
static CountAggregation |
CountAggregation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CountAggregation |
CountAggregation.parseFrom(com.google.protobuf.CodedInputStream input) |
static CountAggregation |
CountAggregation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CountAggregation |
CountAggregation.parseFrom(InputStream input) |
static CountAggregation |
CountAggregation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<CountAggregation> |
CountAggregation.getParserForType() |
static com.google.protobuf.Parser<CountAggregation> |
CountAggregation.parser() |
| Modifier and Type | Method and Description |
|---|---|
View.Builder |
View.Builder.mergeCountAggregation(CountAggregation value)
Counts the number of measurements recorded.
|
CountAggregation.Builder |
CountAggregation.Builder.mergeFrom(CountAggregation other) |
static CountAggregation.Builder |
CountAggregation.newBuilder(CountAggregation prototype) |
View.Builder |
View.Builder.setCountAggregation(CountAggregation value)
Counts the number of measurements recorded.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.