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