Cloud Dataplex v1 API - Class GenerateDataQualityRulesRequest (2.14.0)

public sealed class GenerateDataQualityRulesRequest : IMessage<GenerateDataQualityRulesRequest>, IEquatable<GenerateDataQualityRulesRequest>, IDeepCloneable<GenerateDataQualityRulesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class GenerateDataQualityRulesRequest.

Generate recommended DataQualityRules request.

Inheritance

object > GenerateDataQualityRulesRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GenerateDataQualityRulesRequest()

public GenerateDataQualityRulesRequest()

GenerateDataQualityRulesRequest(GenerateDataQualityRulesRequest)

public GenerateDataQualityRulesRequest(GenerateDataQualityRulesRequest other)
Parameter
Name Description
other GenerateDataQualityRulesRequest

Properties

Name

public string Name { get; set; }

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.
Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.