Interface LabelOrBuilder (0.3.0)

public interface LabelOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

The key.

string key = 1;

Returns
Type Description
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

The key.

string key = 1;

Returns
Type Description
ByteString

The bytes for key.

getRbacEnabled()

public abstract boolean getRbacEnabled()

Indicates whether this label can be used for Data RBAC

bool rbac_enabled = 4;

Returns
Type Description
boolean

The rbacEnabled.

getSource()

public abstract String getSource()

Where the label is derived from.

string source = 3;

Returns
Type Description
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

Where the label is derived from.

string source = 3;

Returns
Type Description
ByteString

The bytes for source.

getValue()

public abstract String getValue()

The value.

string value = 2;

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The value.

string value = 2;

Returns
Type Description
ByteString

The bytes for value.