ProjectsLocationsPipelinesJobs
class ProjectsLocationsPipelinesJobs extends Resource (View source)
The "jobs" collection of methods.
Typical usage is:
$datapipelinesService = new Google\Service\Datapipelines(...);
$jobs = $datapipelinesService->projects_locations_pipelines_jobs;
Methods
listProjectsLocationsPipelinesJobs(string $parent, array $optParams = [])
Lists jobs for a given pipeline. Throws a "FORBIDDEN" error if the caller doesn't have permission to access it.
Details
GoogleCloudDatapipelinesV1ListJobsResponse
listProjectsLocationsPipelinesJobs(string $parent, array $optParams = [])
Lists jobs for a given pipeline. Throws a "FORBIDDEN" error if the caller doesn't have permission to access it.
(jobs.listProjectsLocationsPipelinesJobs)