Interface LabelOrBuilder (0.80.0)

public interface LabelOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

This is the key of the label.

string key = 1;

Returns
Type Description
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

This is the key of the label.

string key = 1;

Returns
Type Description
ByteString

The bytes for key.

getValue()

public abstract String getValue()

This is the value of the label.

string value = 2;

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

This is the value of the label.

string value = 2;

Returns
Type Description
ByteString

The bytes for value.