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 LabelValue
LabelValue.Builder. build()
LabelValue
LabelValue.Builder. buildPartial()
static LabelValue
LabelValue. getDefaultInstance()
LabelValue
LabelValue.Builder. getDefaultInstanceForType()
LabelValue
LabelValue. getDefaultInstanceForType()
LabelValue
TimeSeriesData.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.LabelValue
TimeSeriesData. 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.LabelValue
TimeSeriesDataOrBuilder. 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 LabelValue
LabelValue. parseDelimitedFrom(InputStream input)
static LabelValue
LabelValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelValue
LabelValue. parseFrom(byte[] data)
static LabelValue
LabelValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelValue
LabelValue. parseFrom(com.google.protobuf.ByteString data)
static LabelValue
LabelValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelValue
LabelValue. parseFrom(com.google.protobuf.CodedInputStream input)
static LabelValue
LabelValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelValue
LabelValue. parseFrom(InputStream input)
static LabelValue
LabelValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelValue
LabelValue. parseFrom(ByteBuffer data)
static LabelValue
LabelValue. 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.Builder
TimeSeriesData.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.Builder
TimeSeriesData.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.Builder
LabelValue.Builder. mergeFrom(LabelValue other)
static LabelValue.Builder
LabelValue. newBuilder(LabelValue prototype)
TimeSeriesData.Builder
TimeSeriesData.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.Builder
TimeSeriesData.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.
-