Class: Google::Cloud::Dataplex::V1::DataQualityRule::SetExpectation

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 is contained by a specified set.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::String>

Returns Optional. Expected values for the column value.

Returns:

  • (::Array<::String>)

    Optional. Expected values for the column value.



394
395
396
397
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 394

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