Interface DataQualityRule.RegexExpectationOrBuilder (0.14.1)

public static interface DataQualityRule.RegexExpectationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRegex()

public abstract String getRegex()

A regular expression the column value is expected to match.

string regex = 1;

Returns
TypeDescription
String

The regex.

getRegexBytes()

public abstract ByteString getRegexBytes()

A regular expression the column value is expected to match.

string regex = 1;

Returns
TypeDescription
ByteString

The bytes for regex.