Class LabelValue.Builder (3.84.0)

public static final class LabelValue.Builder extends GeneratedMessage.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

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.

clearInt64Value()

public LabelValue.Builder clearInt64Value()

An int64 label value.

int64 int64_value = 2;

Returns
Type Description
LabelValue.Builder

This builder for chaining.

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

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 GeneratedMessage.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

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.

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.

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.