public sealed class GenerateDataQualityRulesResponse : IMessage<GenerateDataQualityRulesResponse>, IEquatable<GenerateDataQualityRulesResponse>, IDeepCloneable<GenerateDataQualityRulesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GenerateDataQualityRulesResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `GenerateDataQualityRulesResponse` class within the Google Cloud Dataplex v1 API."],["The latest available version of the API is 3.6.0, but there are multiple older versions listed, ranging from 1.0.0 to 3.5.0, with the current version being 2.15.0, all related to the `GenerateDataQualityRulesResponse` class."],["The `GenerateDataQualityRulesResponse` class, which inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to represent a response that recommends data quality rules."],["The `GenerateDataQualityRulesResponse` class includes a `Rule` property, which is a `RepeatedField` of `DataQualityRule` objects, representing the recommended data quality rules."],["The webpage provides both the constructor, `GenerateDataQualityRulesResponse()`, and the copy constructor, `GenerateDataQualityRulesResponse(GenerateDataQualityRulesResponse other)`, for instantiating and cloning the class."]]],[]]