ProjectsLocationsDataScansJobs
class ProjectsLocationsDataScansJobs extends Resource (View source)
The "jobs" collection of methods.
Typical usage is:
$dataplexService = new Google\Service\CloudDataplex(...);
$jobs = $dataplexService->projects_locations_dataScans_jobs;
Methods
generateDataQualityRules(string $name, GoogleCloudDataplexV1GenerateDataQualityRulesRequest $postBody, array $optParams = [])
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. (jobs.generateDataQualityRules)
get(string $name, array $optParams = [])
Gets a DataScanJob resource. (jobs.get)
listProjectsLocationsDataScansJobs(string $parent, array $optParams = [])
Lists DataScanJobs under the given DataScan.
Details
GoogleCloudDataplexV1GenerateDataQualityRulesResponse
generateDataQualityRules(string $name, GoogleCloudDataplexV1GenerateDataQualityRulesRequest $postBody, array $optParams = [])
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. (jobs.generateDataQualityRules)
GoogleCloudDataplexV1DataScanJob
get(string $name, array $optParams = [])
Gets a DataScanJob resource. (jobs.get)
GoogleCloudDataplexV1ListDataScanJobsResponse
listProjectsLocationsDataScansJobs(string $parent, array $optParams = [])
Lists DataScanJobs under the given DataScan.
(jobs.listProjectsLocationsDataScansJobs)