Uses of Class
io.opencensus.proto.metrics.v1.LabelValue
-
Packages that use LabelValue Package Description io.opencensus.proto.metrics.v1 -
-
Uses of LabelValue in io.opencensus.proto.metrics.v1
Methods in io.opencensus.proto.metrics.v1 that return LabelValue Modifier and Type Method Description LabelValueLabelValue.Builder. build()LabelValueLabelValue.Builder. buildPartial()static LabelValueLabelValue. getDefaultInstance()LabelValueLabelValue.Builder. getDefaultInstanceForType()LabelValueLabelValue. getDefaultInstanceForType()LabelValueTimeSeries.Builder. getLabelValues(int index)The set of label values that uniquely identify this timeseries.LabelValueTimeSeries. getLabelValues(int index)The set of label values that uniquely identify this timeseries.LabelValueTimeSeriesOrBuilder. getLabelValues(int index)The set of label values that uniquely identify this timeseries.static LabelValueLabelValue. parseDelimitedFrom(InputStream input)static LabelValueLabelValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelValueLabelValue. parseFrom(byte[] data)static LabelValueLabelValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelValueLabelValue. parseFrom(com.google.protobuf.ByteString data)static LabelValueLabelValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelValueLabelValue. parseFrom(com.google.protobuf.CodedInputStream input)static LabelValueLabelValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelValueLabelValue. parseFrom(InputStream input)static LabelValueLabelValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelValueLabelValue. parseFrom(ByteBuffer data)static LabelValueLabelValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.metrics.v1 that return types with arguments of type LabelValue Modifier and Type Method Description List<LabelValue>TimeSeries.Builder. getLabelValuesList()The set of label values that uniquely identify this timeseries.List<LabelValue>TimeSeries. getLabelValuesList()The set of label values that uniquely identify this timeseries.List<LabelValue>TimeSeriesOrBuilder. getLabelValuesList()The set of label values that uniquely identify this timeseries.com.google.protobuf.Parser<LabelValue>LabelValue. getParserForType()static com.google.protobuf.Parser<LabelValue>LabelValue. parser()Methods in io.opencensus.proto.metrics.v1 with parameters of type LabelValue Modifier and Type Method Description TimeSeries.BuilderTimeSeries.Builder. addLabelValues(int index, LabelValue value)The set of label values that uniquely identify this timeseries.TimeSeries.BuilderTimeSeries.Builder. addLabelValues(LabelValue value)The set of label values that uniquely identify this timeseries.LabelValue.BuilderLabelValue.Builder. mergeFrom(LabelValue other)static LabelValue.BuilderLabelValue. newBuilder(LabelValue prototype)TimeSeries.BuilderTimeSeries.Builder. setLabelValues(int index, LabelValue value)The set of label values that uniquely identify this timeseries.Method parameters in io.opencensus.proto.metrics.v1 with type arguments of type LabelValue Modifier and Type Method Description TimeSeries.BuilderTimeSeries.Builder. addAllLabelValues(Iterable<? extends LabelValue> values)The set of label values that uniquely identify this timeseries.
-