Uses of Class
com.google.monitoring.v3.LabelValue.Builder
-
Packages that use LabelValue.Builder Package Description com.google.monitoring.v3 -
-
Uses of LabelValue.Builder in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return LabelValue.Builder Modifier and Type Method Description LabelValue.Builder
TimeSeriesData.Builder. addLabelValuesBuilder()
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
TimeSeriesData.Builder. addLabelValuesBuilder(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.Builder
LabelValue.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
LabelValue.Builder
LabelValue.Builder. clear()
LabelValue.Builder
LabelValue.Builder. clearBoolValue()
A bool label value.LabelValue.Builder
LabelValue.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
LabelValue.Builder
LabelValue.Builder. clearInt64Value()
An int64 label value.LabelValue.Builder
LabelValue.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
LabelValue.Builder
LabelValue.Builder. clearStringValue()
A string label value.LabelValue.Builder
LabelValue.Builder. clearValue()
LabelValue.Builder
LabelValue.Builder. clone()
LabelValue.Builder
TimeSeriesData.Builder. getLabelValuesBuilder(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.Builder
LabelValue.Builder. mergeFrom(LabelValue other)
LabelValue.Builder
LabelValue.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
LabelValue.Builder
LabelValue.Builder. mergeFrom(com.google.protobuf.Message other)
LabelValue.Builder
LabelValue.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static LabelValue.Builder
LabelValue. newBuilder()
static LabelValue.Builder
LabelValue. newBuilder(LabelValue prototype)
LabelValue.Builder
LabelValue. newBuilderForType()
protected LabelValue.Builder
LabelValue. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
LabelValue.Builder
LabelValue.Builder. setBoolValue(boolean value)
A bool label value.LabelValue.Builder
LabelValue.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
LabelValue.Builder
LabelValue.Builder. setInt64Value(long value)
An int64 label value.LabelValue.Builder
LabelValue.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
LabelValue.Builder
LabelValue.Builder. setStringValue(String value)
A string label value.LabelValue.Builder
LabelValue.Builder. setStringValueBytes(com.google.protobuf.ByteString value)
A string label value.LabelValue.Builder
LabelValue.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
LabelValue.Builder
LabelValue. toBuilder()
Methods in com.google.monitoring.v3 that return types with arguments of type LabelValue.Builder Modifier and Type Method Description List<LabelValue.Builder>
TimeSeriesData.Builder. getLabelValuesBuilderList()
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 with parameters of type LabelValue.Builder Modifier and Type Method Description TimeSeriesData.Builder
TimeSeriesData.Builder. addLabelValues(int index, LabelValue.Builder builderForValue)
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.Builder builderForValue)
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. setLabelValues(int index, LabelValue.Builder builderForValue)
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.
-