Uses of Interface
io.opencensus.proto.stats.v1.TagOrBuilder
-
Packages that use TagOrBuilder Package Description io.opencensus.proto.stats.v1 -
-
Uses of TagOrBuilder in io.opencensus.proto.stats.v1
Classes in io.opencensus.proto.stats.v1 that implement TagOrBuilder Modifier and Type Class Description classTagTODO(bdrutu): Consider if this should be moved to a "tags" directory to match the API structure.static classTag.BuilderTODO(bdrutu): Consider if this should be moved to a "tags" directory to match the API structure.Methods in io.opencensus.proto.stats.v1 that return TagOrBuilder Modifier and Type Method Description TagOrBuilderMeasurement.Builder. getTagsOrBuilder(int index)repeated .opencensus.proto.stats.v1.Tag tags = 1;TagOrBuilderMeasurement. getTagsOrBuilder(int index)repeated .opencensus.proto.stats.v1.Tag tags = 1;TagOrBuilderMeasurementOrBuilder. getTagsOrBuilder(int index)repeated .opencensus.proto.stats.v1.Tag tags = 1;Methods in io.opencensus.proto.stats.v1 that return types with arguments of type TagOrBuilder Modifier and Type Method Description List<? extends TagOrBuilder>Measurement.Builder. getTagsOrBuilderList()repeated .opencensus.proto.stats.v1.Tag tags = 1;List<? extends TagOrBuilder>Measurement. getTagsOrBuilderList()repeated .opencensus.proto.stats.v1.Tag tags = 1;List<? extends TagOrBuilder>MeasurementOrBuilder. getTagsOrBuilderList()repeated .opencensus.proto.stats.v1.Tag tags = 1;
-