public interface ValueMatcherOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMatchVariantCase()
public abstract ValueMatcher.MatchVariantCase getMatchVariantCase()| Type | Description |
| ValueMatcher.MatchVariantCase |
getMatchesPattern()
public abstract String getMatchesPattern()To be used for full regex matching. The regular expression is using the Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be used with RE2::FullMatch
string matches_pattern = 1;
| Type | Description |
| String | The matchesPattern. |
getMatchesPatternBytes()
public abstract ByteString getMatchesPatternBytes()To be used for full regex matching. The regular expression is using the Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be used with RE2::FullMatch
string matches_pattern = 1;
| Type | Description |
| ByteString | The bytes for matchesPattern. |
hasMatchesPattern()
public abstract boolean hasMatchesPattern()To be used for full regex matching. The regular expression is using the Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be used with RE2::FullMatch
string matches_pattern = 1;
| Type | Description |
| boolean | Whether the matchesPattern field is set. |