Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::GenerateDataQualityRulesResponse.
Response details for data quality rule recommendations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rule
def rule() -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityRule>
Returns
- (::Array<::Google::Cloud::Dataplex::V1::DataQualityRule>) — The data quality rules that Dataplex generates based on the results of a data profiling scan.
#rule=
def rule=(value) -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityRule>
Parameter
- value (::Array<::Google::Cloud::Dataplex::V1::DataQualityRule>) — The data quality rules that Dataplex generates based on the results of a data profiling scan.
Returns
- (::Array<::Google::Cloud::Dataplex::V1::DataQualityRule>) — The data quality rules that Dataplex generates based on the results of a data profiling scan.