Class: Google::Cloud::Dataplex::V1::DataQualityRule::SetExpectation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataQualityRule::SetExpectation
- 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 is contained by a specified set.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#values ⇒ ::Array<::String>
Returns Optional. Expected values for the column value.
404 405 406 407 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 404 class SetExpectation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |