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)

Parameters

string $parent

Required. The pipeline name. For example: projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID.

array $optParams

Optional parameters.

Return Value

GoogleCloudDatapipelinesV1ListJobsResponse

Exceptions

Exception