Class: Google::Cloud::Dataplex::V1::GenerateDataQualityRulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::GenerateDataQualityRulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/datascans.rb
Overview
Response details for data quality rule recommendations.
Instance Attribute Summary collapse
-
#rule ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataQualityRule>
The data quality rules that Dataplex generates based on the results of a data profiling scan.
Instance Attribute Details
#rule ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataQualityRule>
Returns The data quality rules that Dataplex generates based on the results of a data profiling scan.
280 281 282 283 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 280 class GenerateDataQualityRulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |