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.
Request details for generating data quality rule recommendations.
Implements
IMessageGenerateDataQualityRulesRequest, IEquatableGenerateDataQualityRulesRequest, IDeepCloneableGenerateDataQualityRulesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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 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)
Property Value | |
---|---|
Type | Description |
string |