Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1GenerateDataQualityRulesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1GenerateDataQualityRulesResponse
- 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
-
#rule ⇒ Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRule>
The data quality rules that Dataplex generates based on the results of a data profiling scan.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1GenerateDataQualityRulesResponse
constructor
A new instance of GoogleCloudDataplexV1GenerateDataQualityRulesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1GenerateDataQualityRulesResponse
Returns a new instance of GoogleCloudDataplexV1GenerateDataQualityRulesResponse.
4966 4967 4968 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4966 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rule ⇒ Array<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
4964 4965 4966 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4964 def rule @rule end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4971 4972 4973 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4971 def update!(**args) @rule = args[:rule] if args.key?(:rule) end |