| Package | Description |
|---|---|
| io.opencensus.proto.stats.v1 |
| Modifier and Type | Class and Description |
|---|---|
class |
Tag
TODO(bdrutu): Consider if this should be moved to a "tags" directory to match the API structure.
|
static class |
Tag.Builder
TODO(bdrutu): Consider if this should be moved to a "tags" directory to match the API structure.
|
| Modifier and Type | Method and Description |
|---|---|
TagOrBuilder |
Measurement.getTagsOrBuilder(int index)
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
TagOrBuilder |
Measurement.Builder.getTagsOrBuilder(int index)
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
TagOrBuilder |
MeasurementOrBuilder.getTagsOrBuilder(int index)
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends TagOrBuilder> |
Measurement.getTagsOrBuilderList()
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
List<? extends TagOrBuilder> |
Measurement.Builder.getTagsOrBuilderList()
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
List<? extends TagOrBuilder> |
MeasurementOrBuilder.getTagsOrBuilderList()
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.