public interface ValueMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMatchesPattern()
To be used for full regex matching.
|
com.google.protobuf.ByteString |
getMatchesPatternBytes()
To be used for full regex matching.
|
ValueMatcher.MatchVariantCase |
getMatchVariantCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;ValueMatcher.MatchVariantCase getMatchVariantCase()
Copyright © 2020 Google LLC. All rights reserved.