Uses of Class
com.google.monitoring.v3.LabelValue
-
Packages that use LabelValue Package Description com.google.monitoring.v3 -
-
Uses of LabelValue in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return LabelValue Modifier and Type Method Description LabelValueLabelValue.Builder. build()LabelValueLabelValue.Builder. buildPartial()static LabelValueLabelValue. getDefaultInstance()LabelValueLabelValue.Builder. getDefaultInstanceForType()LabelValueLabelValue. getDefaultInstanceForType()LabelValueTimeSeriesData.Builder. getLabelValues(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.LabelValueTimeSeriesData. getLabelValues(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.LabelValueTimeSeriesDataOrBuilder. getLabelValues(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.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 com.google.monitoring.v3 that return types with arguments of type LabelValue Modifier and Type Method Description List<LabelValue>TimeSeriesData.Builder. getLabelValuesList()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<LabelValue>TimeSeriesData. getLabelValuesList()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<LabelValue>TimeSeriesDataOrBuilder. getLabelValuesList()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.com.google.protobuf.Parser<LabelValue>LabelValue. getParserForType()static com.google.protobuf.Parser<LabelValue>LabelValue. parser()Methods in com.google.monitoring.v3 with parameters of type LabelValue Modifier and Type Method Description TimeSeriesData.BuilderTimeSeriesData.Builder. addLabelValues(int index, LabelValue value)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.TimeSeriesData.BuilderTimeSeriesData.Builder. addLabelValues(LabelValue value)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.LabelValue.BuilderLabelValue.Builder. mergeFrom(LabelValue other)static LabelValue.BuilderLabelValue. newBuilder(LabelValue prototype)TimeSeriesData.BuilderTimeSeriesData.Builder. setLabelValues(int index, LabelValue value)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.Method parameters in com.google.monitoring.v3 with type arguments of type LabelValue Modifier and Type Method Description TimeSeriesData.BuilderTimeSeriesData.Builder. addAllLabelValues(Iterable<? extends LabelValue> values)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.
-