Uses of Interface
com.google.monitoring.v3.LabelValueOrBuilder
-
Packages that use LabelValueOrBuilder Package Description com.google.monitoring.v3 -
-
Uses of LabelValueOrBuilder in com.google.monitoring.v3
Classes in com.google.monitoring.v3 that implement LabelValueOrBuilder Modifier and Type Class Description classLabelValueA label value.static classLabelValue.BuilderA label value.Methods in com.google.monitoring.v3 that return LabelValueOrBuilder Modifier and Type Method Description LabelValueOrBuilderTimeSeriesData.Builder. getLabelValuesOrBuilder(int index)The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.LabelValueOrBuilderTimeSeriesData. getLabelValuesOrBuilder(int index)The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.LabelValueOrBuilderTimeSeriesDataOrBuilder. getLabelValuesOrBuilder(int index)The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.Methods in com.google.monitoring.v3 that return types with arguments of type LabelValueOrBuilder Modifier and Type Method Description List<? extends LabelValueOrBuilder>TimeSeriesData.Builder. getLabelValuesOrBuilderList()The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.List<? extends LabelValueOrBuilder>TimeSeriesData. getLabelValuesOrBuilderList()The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.List<? extends LabelValueOrBuilder>TimeSeriesDataOrBuilder. getLabelValuesOrBuilderList()The values of the labels in the time series identifier, given in the same order as the `label_descriptors` field of the TimeSeriesDescriptor associated with this object.
-