public interface MetadataFilterLabelMatchOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |