Class LabelValue.Builder (3.43.0)

public static final class LabelValue.Builder extends GeneratedMessageV3.Builder<LabelValue.Builder> implements LabelValueOrBuilder

A label value.

Protobuf type google.monitoring.v3.LabelValue

Implements

LabelValueOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LabelValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LabelValue.Builder
Overrides

build()

public LabelValue build()
Returns
Type Description
LabelValue

buildPartial()

public LabelValue buildPartial()
Returns
Type Description
LabelValue

clear()

public LabelValue.Builder clear()
Returns
Type Description
LabelValue.Builder
Overrides

clearBoolValue()

public LabelValue.Builder clearBoolValue()

A bool label value.

bool bool_value = 1;

Returns
Type Description
LabelValue.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public LabelValue.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
LabelValue.Builder
Overrides

clearInt64Value()

public LabelValue.Builder clearInt64Value()

An int64 label value.

int64 int64_value = 2;

Returns
Type Description
LabelValue.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public LabelValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
LabelValue.Builder
Overrides

clearStringValue()

public LabelValue.Builder clearStringValue()

A string label value.

string string_value = 3;

Returns
Type Description
LabelValue.Builder

This builder for chaining.

clearValue()

public LabelValue.Builder clearValue()
Returns
Type Description
LabelValue.Builder

clone()

public LabelValue.Builder clone()
Returns
Type Description
LabelValue.Builder
Overrides

getBoolValue()

public boolean getBoolValue()

A bool label value.

bool bool_value = 1;

Returns
Type Description
boolean

The boolValue.

getDefaultInstanceForType()

public LabelValue getDefaultInstanceForType()
Returns
Type Description
LabelValue

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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
Type Description
LabelValue.ValueCase

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
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(LabelValue other)

public LabelValue.Builder mergeFrom(LabelValue other)
Parameter
Name Description
other LabelValue
Returns
Type Description
LabelValue.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LabelValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LabelValue.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public LabelValue.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
LabelValue.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LabelValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LabelValue.Builder
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
Type Description
LabelValue.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public LabelValue.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LabelValue.Builder
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
Type Description
LabelValue.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public LabelValue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
LabelValue.Builder
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
Type Description
LabelValue.Builder

This builder for chaining.

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
Type Description
LabelValue.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final LabelValue.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LabelValue.Builder
Overrides