public static interface DataQualityRule.RegexExpectationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRegex()
public abstract String getRegex()A regular expression the column value is expected to match.
string regex = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The regex. |
getRegexBytes()
public abstract ByteString getRegexBytes()A regular expression the column value is expected to match.
string regex = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for regex. |