Class LabelValue (3.43.0)

public final class LabelValue extends GeneratedMessageV3 implements LabelValueOrBuilder

A label value.

Protobuf type google.monitoring.v3.LabelValue

Implements

LabelValueOrBuilder

Static Fields

BOOL_VALUE_FIELD_NUMBER

public static final int BOOL_VALUE_FIELD_NUMBER
Field Value
Type Description
int

INT64_VALUE_FIELD_NUMBER

public static final int INT64_VALUE_FIELD_NUMBER
Field Value
Type Description
int

STRING_VALUE_FIELD_NUMBER

public static final int STRING_VALUE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static LabelValue getDefaultInstance()
Returns
Type Description
LabelValue

getDescriptor()

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

newBuilder()

public static LabelValue.Builder newBuilder()
Returns
Type Description
LabelValue.Builder

newBuilder(LabelValue prototype)

public static LabelValue.Builder newBuilder(LabelValue prototype)
Parameter
Name Description
prototype LabelValue
Returns
Type Description
LabelValue.Builder

parseDelimitedFrom(InputStream input)

public static LabelValue parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LabelValue
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LabelValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LabelValue
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static LabelValue parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
LabelValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LabelValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LabelValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LabelValue parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
LabelValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LabelValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LabelValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LabelValue parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
LabelValue
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LabelValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LabelValue
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static LabelValue parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LabelValue
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LabelValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LabelValue
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static LabelValue parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
LabelValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LabelValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LabelValue
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<LabelValue> parser()
Returns
Type Description
Parser<LabelValue>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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

getInt64Value()

public long getInt64Value()

An int64 label value.

int64 int64_value = 2;

Returns
Type Description
long

The int64Value.

getParserForType()

public Parser<LabelValue> getParserForType()
Returns
Type Description
Parser<LabelValue>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LabelValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
LabelValue.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException