Class ProjectsResource.LocationsResource.DataScansResource.JobsResource
The "jobs" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DataScansResource.JobsResource
Constructors
JobsResource(IClientService)
Constructs a new resource.
Declaration
public JobsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
GenerateDataQualityRules(GoogleCloudDataplexV1GenerateDataQualityRulesRequest, string)
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.
Declaration
public virtual ProjectsResource.LocationsResource.DataScansResource.JobsResource.GenerateDataQualityRulesRequest GenerateDataQualityRules(GoogleCloudDataplexV1GenerateDataQualityRulesRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDataplexV1GenerateDataQualityRulesRequest | body | The body of the request. |
string | 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) |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataScansResource.JobsResource.GenerateDataQualityRulesRequest |
Get(string)
Gets a DataScanJob resource.
Declaration
public virtual ProjectsResource.LocationsResource.DataScansResource.JobsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the DataScanJob: projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/jobs/{data_scan_job_id} where project refers to a project_id or project_number and location_id refers to a GCP region. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataScansResource.JobsResource.GetRequest |
List(string)
Lists DataScanJobs under the given DataScan.
Declaration
public virtual ProjectsResource.LocationsResource.DataScansResource.JobsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The resource name of the parent environment: projects/{project}/locations/{location_id}/dataScans/{data_scan_id} where project refers to a project_id or project_number and location_id refers to a GCP region. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataScansResource.JobsResource.ListRequest |