Class ProjectsResource.LocationsResource.DataScansResource.JobsResource.GenerateDataQualityRulesRequest
Generates recommended data quality rules based on the results of a data profiling scan.Use the recommendations to build rules for a data quality scan.
Inheritance
ProjectsResource.LocationsResource.DataScansResource.JobsResource.GenerateDataQualityRulesRequest
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DataScansResource.JobsResource.GenerateDataQualityRulesRequest : CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1GenerateDataQualityRulesResponse>, IClientServiceRequest<GoogleCloudDataplexV1GenerateDataQualityRulesResponse>, IClientServiceRequest
Constructors
GenerateDataQualityRulesRequest(IClientService, GoogleCloudDataplexV1GenerateDataQualityRulesRequest, string)
Constructs a new GenerateDataQualityRules request.
Declaration
public GenerateDataQualityRulesRequest(IClientService service, GoogleCloudDataplexV1GenerateDataQualityRulesRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDataplexV1GenerateDataQualityRulesRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
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)
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes GenerateDataQualityRules parameter list.
Declaration
protected override void InitParameters()