Lines Matching full:jobs
28 * The "jobs" collection of methods.
32 * $jobs = $dataflowService->jobs;
39 * `projects.locations.jobs.create` with a [regional endpoint]
41 * `projects.jobs.create` is not recommended, as your job will always start in
43 * values using the API. (jobs.create)
66 * job, we recommend using `projects.locations.jobs.get` with a [regional
68 * endpoints). Using `projects.jobs.get` is not recommended, as you can only get
69 * the state of jobs that are running in `us-central1`. (jobs.get)
91 * (jobs.getExecutionDetails)
116 * `projects.locations.jobs.getMetrics` with a [regional endpoint]
118 * `projects.jobs.getMetrics` is not recommended, as you can only request the
119 * status of jobs that are running in `us-central1`. (jobs.getMetrics)
140 * List the jobs of a project. To list the jobs of a project in a region, we
141 * recommend using `projects.locations.jobs.list` with a [regional endpoint]
143 * the all jobs across all regions, use `projects.jobs.aggregated`. Using
144 * `projects.jobs.list` is not recommended, as you can only get the list of jobs
145 * that are running in `us-central1`. (jobs.listProjectsLocationsJobs)
147 * @param string $projectId The project which owns the jobs.
154 * @opt_param int pageSize If there are many jobs, limit response to at most
155 * this many. The actual number of jobs returned will be the lesser of
170 * Snapshot the state of a streaming job. (jobs.snapshot)
187 * an existing job, we recommend using `projects.locations.jobs.update` with a
189 * /regional-endpoints). Using `projects.jobs.update` is not recommended, as you
190 * can only update the state of jobs that are running in `us-central1`.
191 * (jobs.update)