Class: Google::Cloud::Dataplex::V1::DataQualityRule::RegexExpectation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataQualityRule::RegexExpectation
- 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
-
#regex ⇒ ::String
Optional.
Instance Attribute Details
#regex ⇒ ::String
Returns Optional. A regular expression the column value is expected to match.
413 414 415 416 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 413 class RegexExpectation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |