Interface LabelValueOrBuilder (3.2.9)

public interface LabelValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoolValue()

public abstract boolean getBoolValue()

A bool label value.

bool bool_value = 1;

Returns
TypeDescription
boolean

The boolValue.

getInt64Value()

public abstract long getInt64Value()

An int64 label value.

int64 int64_value = 2;

Returns
TypeDescription
long

The int64Value.

getStringValue()

public abstract String getStringValue()

A string label value.

string string_value = 3;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes()

public abstract ByteString getStringValueBytes()

A string label value.

string string_value = 3;

Returns
TypeDescription
ByteString

The bytes for stringValue.

getValueCase()

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

hasBoolValue()

public abstract boolean hasBoolValue()

A bool label value.

bool bool_value = 1;

Returns
TypeDescription
boolean

Whether the boolValue field is set.

hasInt64Value()

public abstract boolean hasInt64Value()

An int64 label value.

int64 int64_value = 2;

Returns
TypeDescription
boolean

Whether the int64Value field is set.

hasStringValue()

public abstract boolean hasStringValue()

A string label value.

string string_value = 3;

Returns
TypeDescription
boolean

Whether the stringValue field is set.