Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataQualityRule::RegexExpectation (v0.20.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityRule::RegexExpectation.

Evaluates whether each column value matches a specified regex.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#regex

def regex() -> ::String
Returns
  • (::String) — Optional. A regular expression the column value is expected to match.

#regex=

def regex=(value) -> ::String
Parameter
  • value (::String) — Optional. A regular expression the column value is expected to match.
Returns
  • (::String) — Optional. A regular expression the column value is expected to match.