Interface LabelOrBuilder (2.50.0)

public interface LabelOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the label.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the label.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getValue()

public abstract String getValue()

Value that corresponds to the label's name.

string value = 2;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Value that corresponds to the label's name.

string value = 2;

Returns
TypeDescription
ByteString

The bytes for value.