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
Name Description
data array

Optional. Data for populating the Message object.

↳ regex string

getRegex

Generated from protobuf field string regex = 1;

Returns
Type Description
string

setRegex

Generated from protobuf field string regex = 1;

Parameter
Name Description
var string
Returns
Type Description
$this