Class: Google::Cloud::Dataplex::V1::GenerateDataQualityRulesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/datascans.rb

Overview

Generate recommended DataQualityRules request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name should be either

  • the name of a datascan with at least one successful completed data profiling job, or
  • the name of a successful completed data profiling datascan job.

Returns:

  • (::String)

    Required. The name should be either

    • the name of a datascan with at least one successful completed data profiling job, or
    • the name of a successful completed data profiling datascan job.


268
269
270
271
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 268

class GenerateDataQualityRulesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end