Interface ValueMatcherOrBuilder (2.43.0)

public interface ValueMatcherOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatchVariantCase()

public abstract ValueMatcher.MatchVariantCase getMatchVariantCase()
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the matchesPattern field is set.