Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb

Overview

DataQualityScan related setting.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualitySpec

Returns a new instance of GoogleCloudDataplexV1DataQualitySpec.



1918
1919
1920
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1918

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#rulesArray<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRule>

The list of rules to evaluate against a data source. At least one rule is required. Corresponds to the JSON property rules



1916
1917
1918
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1916

def rules
  @rules
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1923
1924
1925
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1923

def update!(**args)
  @rules = args[:rules] if args.key?(:rules)
end