ProjectsLocationsLakesTasksJobs
class ProjectsLocationsLakesTasksJobs extends Resource (View source)
The "jobs" collection of methods.
Typical usage is:
$dataplexService = new Google\Service\CloudDataplex(...);
$jobs = $dataplexService->projects_locations_lakes_tasks_jobs;
Methods
cancel(string $name, GoogleCloudDataplexV1CancelJobRequest $postBody, array $optParams = [])
Cancel jobs running for the task resource. (jobs.cancel)
get(string $name, array $optParams = [])
Get job resource. (jobs.get)
listProjectsLocationsLakesTasksJobs(string $parent, array $optParams = [])
Lists Jobs under the given task. (jobs.listProjectsLocationsLakesTasksJobs)
Details
DataplexEmpty
cancel(string $name, GoogleCloudDataplexV1CancelJobRequest $postBody, array $optParams = [])
Cancel jobs running for the task resource. (jobs.cancel)
GoogleCloudDataplexV1Job
get(string $name, array $optParams = [])
Get job resource. (jobs.get)
GoogleCloudDataplexV1ListJobsResponse
listProjectsLocationsLakesTasksJobs(string $parent, array $optParams = [])
Lists Jobs under the given task. (jobs.listProjectsLocationsLakesTasksJobs)