Uses of Interface
io.opencensus.proto.metrics.v1.LabelValueOrBuilder
-
Packages that use LabelValueOrBuilder Package Description io.opencensus.proto.metrics.v1 -
-
Uses of LabelValueOrBuilder in io.opencensus.proto.metrics.v1
Classes in io.opencensus.proto.metrics.v1 that implement LabelValueOrBuilder Modifier and Type Class Description classLabelValueProtobuf typeopencensus.proto.metrics.v1.LabelValuestatic classLabelValue.BuilderProtobuf typeopencensus.proto.metrics.v1.LabelValueMethods in io.opencensus.proto.metrics.v1 that return LabelValueOrBuilder Modifier and Type Method Description LabelValueOrBuilderTimeSeries.Builder. getLabelValuesOrBuilder(int index)The set of label values that uniquely identify this timeseries.LabelValueOrBuilderTimeSeries. getLabelValuesOrBuilder(int index)The set of label values that uniquely identify this timeseries.LabelValueOrBuilderTimeSeriesOrBuilder. getLabelValuesOrBuilder(int index)The set of label values that uniquely identify this timeseries.Methods in io.opencensus.proto.metrics.v1 that return types with arguments of type LabelValueOrBuilder Modifier and Type Method Description List<? extends LabelValueOrBuilder>TimeSeries.Builder. getLabelValuesOrBuilderList()The set of label values that uniquely identify this timeseries.List<? extends LabelValueOrBuilder>TimeSeries. getLabelValuesOrBuilderList()The set of label values that uniquely identify this timeseries.List<? extends LabelValueOrBuilder>TimeSeriesOrBuilder. getLabelValuesOrBuilderList()The set of label values that uniquely identify this timeseries.
-