Class: Google::Cloud::Dataplex::V1::GenerateDataQualityRulesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::GenerateDataQualityRulesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/datascans.rb
Overview
Request details for generating data quality rule recommendations.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name must be one of the following:
- The name of a data scan with at least one successful, completed data profiling job
- The name of a successful, completed data profiling job (a data scan job where the job type is data profiling).
270 271 272 273 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 270 class GenerateDataQualityRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |