Send feedback
Class LabelValue.Builder (3.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.4.1 keyboard_arrow_down
public static final class LabelValue . Builder extends GeneratedMessageV3 . Builder<LabelValue . Builder > implements LabelValueOrBuilder
A label value.
Protobuf type google.monitoring.v3.LabelValue
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LabelValue . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public LabelValue build ()
Returns
buildPartial()
public LabelValue buildPartial ()
Returns
clear()
public LabelValue . Builder clear ()
Returns
Overrides
clearBoolValue()
public LabelValue . Builder clearBoolValue ()
A bool label value.
bool bool_value = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public LabelValue . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearInt64Value()
public LabelValue . Builder clearInt64Value ()
An int64 label value.
int64 int64_value = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public LabelValue . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearStringValue()
public LabelValue . Builder clearStringValue ()
A string label value.
string string_value = 3;
Returns
clearValue()
public LabelValue . Builder clearValue ()
Returns
clone()
public LabelValue . Builder clone ()
Returns
Overrides
getBoolValue()
public boolean getBoolValue ()
A bool label value.
bool bool_value = 1;
Returns
Type Description boolean The boolValue.
getDefaultInstanceForType()
public LabelValue getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getInt64Value()
public long getInt64Value ()
An int64 label value.
int64 int64_value = 2;
Returns
Type Description long The int64Value.
getStringValue()
public String getStringValue ()
A string label value.
string string_value = 3;
Returns
Type Description String The stringValue.
getStringValueBytes()
public ByteString getStringValueBytes ()
A string label value.
string string_value = 3;
Returns
Type Description ByteString The bytes for stringValue.
getValueCase()
public LabelValue . ValueCase getValueCase ()
Returns
hasBoolValue()
public boolean hasBoolValue ()
A bool label value.
bool bool_value = 1;
Returns
Type Description boolean Whether the boolValue field is set.
hasInt64Value()
public boolean hasInt64Value ()
An int64 label value.
int64 int64_value = 2;
Returns
Type Description boolean Whether the int64Value field is set.
hasStringValue()
public boolean hasStringValue ()
A string label value.
string string_value = 3;
Returns
Type Description boolean Whether the stringValue field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(LabelValue other)
public LabelValue . Builder mergeFrom ( LabelValue other )
Parameter
Returns
public LabelValue . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public LabelValue . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LabelValue . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setBoolValue(boolean value)
public LabelValue . Builder setBoolValue ( boolean value )
A bool label value.
bool bool_value = 1;
Parameter
Name Description value boolean
The boolValue to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public LabelValue . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setInt64Value(long value)
public LabelValue . Builder setInt64Value ( long value )
An int64 label value.
int64 int64_value = 2;
Parameter
Name Description value long
The int64Value to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LabelValue . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setStringValue(String value)
public LabelValue . Builder setStringValue ( String value )
A string label value.
string string_value = 3;
Parameter
Name Description value String
The stringValue to set.
Returns
setStringValueBytes(ByteString value)
public LabelValue . Builder setStringValueBytes ( ByteString value )
A string label value.
string string_value = 3;
Parameter
Name Description value ByteString
The bytes for stringValue to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final LabelValue . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]