public static interface CustomInfoType.MetadataKeyValueExpressionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKeyRegex()
public abstract String getKeyRegex()The regular expression for the key. Key should be non-empty.
string key_regex = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The keyRegex. |
getKeyRegexBytes()
public abstract ByteString getKeyRegexBytes()The regular expression for the key. Key should be non-empty.
string key_regex = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for keyRegex. |
getValueRegex()
public abstract String getValueRegex()The regular expression for the value. Value should be non-empty.
string value_regex = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The valueRegex. |
getValueRegexBytes()
public abstract ByteString getValueRegexBytes()The regular expression for the value. Value should be non-empty.
string value_regex = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for valueRegex. |