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 class
LabelValue
A label value.static class
LabelValue.Builder
A label value.Methods in com.google.monitoring.v3 that return LabelValueOrBuilder Modifier and Type Method Description LabelValueOrBuilder
TimeSeriesData.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.LabelValueOrBuilder
TimeSeriesData. 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.LabelValueOrBuilder
TimeSeriesDataOrBuilder. 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.
-