Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1GenerateDataQualityRulesResponse

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

Response details for data quality rule recommendations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1GenerateDataQualityRulesResponse

Returns a new instance of GoogleCloudDataplexV1GenerateDataQualityRulesResponse.



5089
5090
5091
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5089

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

Instance Attribute Details

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

The data quality rules that Dataplex generates based on the results of a data profiling scan. Corresponds to the JSON property rule



5087
5088
5089
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5087

def rule
  @rule
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5094
5095
5096
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5094

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