Interface MetadataFilterLabelMatchOrBuilder (1.47.0)

public interface MetadataFilterLabelMatchOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

getValue()

public abstract String getValue()

The value of the label must match the specified value. value can have a maximum length of 1024 characters.

optional string value = 111972721;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The value of the label must match the specified value. value can have a maximum length of 1024 characters.

optional string value = 111972721;

Returns
TypeDescription
ByteString

The bytes for value.

hasName()

public abstract boolean hasName()

Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.

hasValue()

public abstract boolean hasValue()

The value of the label must match the specified value. value can have a maximum length of 1024 characters.

optional string value = 111972721;

Returns
TypeDescription
boolean

Whether the value field is set.