Interface DataQualityRule.RegexExpectationOrBuilder (1.39.0)

public static interface DataQualityRule.RegexExpectationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRegex()

public abstract String getRegex()

Optional. A regular expression the column value is expected to match.

string regex = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The regex.

getRegexBytes()

public abstract ByteString getRegexBytes()

Optional. A regular expression the column value is expected to match.

string regex = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for regex.