Class: Google::Cloud::Dataplex::V1::DataQualityRule::RegexExpectation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/data_quality.rb

Overview

Evaluates whether each column value matches a specified regex.

Instance Attribute Summary collapse

Instance Attribute Details

#regex::String

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

Returns:

  • (::String)

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



403
404
405
406
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 403

class RegexExpectation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end