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.BuilderTimeSeriesData.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.BuilderTimeSeriesData.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.BuilderLabelValue.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)LabelValue.BuilderLabelValue.Builder. clear()LabelValue.BuilderLabelValue.Builder. clearBoolValue()A bool label value.LabelValue.BuilderLabelValue.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)LabelValue.BuilderLabelValue.Builder. clearInt64Value()An int64 label value.LabelValue.BuilderLabelValue.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)LabelValue.BuilderLabelValue.Builder. clearStringValue()A string label value.LabelValue.BuilderLabelValue.Builder. clearValue()LabelValue.BuilderLabelValue.Builder. clone()LabelValue.BuilderTimeSeriesData.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.BuilderLabelValue.Builder. mergeFrom(LabelValue other)LabelValue.BuilderLabelValue.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)LabelValue.BuilderLabelValue.Builder. mergeFrom(com.google.protobuf.Message other)LabelValue.BuilderLabelValue.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static LabelValue.BuilderLabelValue. newBuilder()static LabelValue.BuilderLabelValue. newBuilder(LabelValue prototype)LabelValue.BuilderLabelValue. newBuilderForType()protected LabelValue.BuilderLabelValue. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)LabelValue.BuilderLabelValue.Builder. setBoolValue(boolean value)A bool label value.LabelValue.BuilderLabelValue.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)LabelValue.BuilderLabelValue.Builder. setInt64Value(long value)An int64 label value.LabelValue.BuilderLabelValue.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)LabelValue.BuilderLabelValue.Builder. setStringValue(String value)A string label value.LabelValue.BuilderLabelValue.Builder. setStringValueBytes(com.google.protobuf.ByteString value)A string label value.LabelValue.BuilderLabelValue.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)LabelValue.BuilderLabelValue. 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.BuilderTimeSeriesData.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.BuilderTimeSeriesData.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.BuilderTimeSeriesData.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.
-