Google Cloud Dataplex V1 Client - Class RegexExpectation (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class RegexExpectation.

Evaluates whether each column value matches a specified regex.

Generated from protobuf message google.cloud.dataplex.v1.DataQualityRule.RegexExpectation

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ regex string

getRegex

Generated from protobuf field string regex = 1;

Returns
TypeDescription
string

setRegex

Generated from protobuf field string regex = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this