Class LabelValue.Builder (3.3.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LabelValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
LabelValue.Builder
Overrides

build()

public LabelValue build()
Returns
TypeDescription
LabelValue

buildPartial()

public LabelValue buildPartial()
Returns
TypeDescription
LabelValue

clear()

public LabelValue.Builder clear()
Returns
TypeDescription
LabelValue.Builder
Overrides

clearBoolValue()

public LabelValue.Builder clearBoolValue()

A bool label value.

bool bool_value = 1;

Returns
TypeDescription
LabelValue.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public LabelValue.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
LabelValue.Builder
Overrides

clearInt64Value()

public LabelValue.Builder clearInt64Value()

An int64 label value.

int64 int64_value = 2;

Returns
TypeDescription
LabelValue.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public LabelValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
LabelValue.Builder
Overrides

clearStringValue()

public LabelValue.Builder clearStringValue()

A string label value.

string string_value = 3;

Returns
TypeDescription
LabelValue.Builder

This builder for chaining.

clearValue()

public LabelValue.Builder clearValue()
Returns
TypeDescription
LabelValue.Builder

clone()

public LabelValue.Builder clone()
Returns
TypeDescription
LabelValue.Builder
Overrides

getBoolValue()

public boolean getBoolValue()

A bool label value.

bool bool_value = 1;

Returns
TypeDescription
boolean

The boolValue.

getDefaultInstanceForType()

public LabelValue getDefaultInstanceForType()
Returns
TypeDescription
LabelValue

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getInt64Value()

public long getInt64Value()

An int64 label value.

int64 int64_value = 2;

Returns
TypeDescription
long

The int64Value.

getStringValue()

public String getStringValue()

A string label value.

string string_value = 3;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes()

public ByteString getStringValueBytes()

A string label value.

string string_value = 3;

Returns
TypeDescription
ByteString

The bytes for stringValue.

getValueCase()

public LabelValue.ValueCase getValueCase()
Returns
TypeDescription
LabelValue.ValueCase

hasBoolValue()

public boolean hasBoolValue()

A bool label value.

bool bool_value = 1;

Returns
TypeDescription
boolean

Whether the boolValue field is set.

hasInt64Value()

public boolean hasInt64Value()

An int64 label value.

int64 int64_value = 2;

Returns
TypeDescription
boolean

Whether the int64Value field is set.

hasStringValue()

public boolean hasStringValue()

A string label value.

string string_value = 3;

Returns
TypeDescription
boolean

Whether the stringValue field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(LabelValue other)

public LabelValue.Builder mergeFrom(LabelValue other)
Parameter
NameDescription
otherLabelValue
Returns
TypeDescription
LabelValue.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LabelValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LabelValue.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public LabelValue.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
LabelValue.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LabelValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
LabelValue.Builder
Overrides

setBoolValue(boolean value)

public LabelValue.Builder setBoolValue(boolean value)

A bool label value.

bool bool_value = 1;

Parameter
NameDescription
valueboolean

The boolValue to set.

Returns
TypeDescription
LabelValue.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public LabelValue.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
LabelValue.Builder
Overrides

setInt64Value(long value)

public LabelValue.Builder setInt64Value(long value)

An int64 label value.

int64 int64_value = 2;

Parameter
NameDescription
valuelong

The int64Value to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
LabelValue.Builder
Overrides

setStringValue(String value)

public LabelValue.Builder setStringValue(String value)

A string label value.

string string_value = 3;

Parameter
NameDescription
valueString

The stringValue to set.

Returns
TypeDescription
LabelValue.Builder

This builder for chaining.

setStringValueBytes(ByteString value)

public LabelValue.Builder setStringValueBytes(ByteString value)

A string label value.

string string_value = 3;

Parameter
NameDescription
valueByteString

The bytes for stringValue to set.

Returns
TypeDescription
LabelValue.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final LabelValue.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
LabelValue.Builder
Overrides