Lines Matching full:jobs

27  * The "jobs" collection of methods.
31 * $jobs = $dataflowService->jobs;
37 * List the jobs of a project across all regions. (jobs.aggregated)
39 * @param string $projectId The project which owns the jobs.
46 * @opt_param int pageSize If there are many jobs, limit response to at most
47 * this many. The actual number of jobs returned will be the lesser of
63 * `projects.locations.jobs.create` with a [regional endpoint]
65 * `projects.jobs.create` is not recommended, as your job will always start in
67 * values using the API. (jobs.create)
90 * job, we recommend using `projects.locations.jobs.get` with a [regional
92 * endpoints). Using `projects.jobs.get` is not recommended, as you can only get
93 * the state of jobs that are running in `us-central1`. (jobs.get)
114 * `projects.locations.jobs.getMetrics` with a [regional endpoint]
116 * `projects.jobs.getMetrics` is not recommended, as you can only request the
117 * status of jobs that are running in `us-central1`. (jobs.getMetrics)
138 * List the jobs of a project. To list the jobs of a project in a region, we
139 * recommend using `projects.locations.jobs.list` with a [regional endpoint]
141 * the all jobs across all regions, use `projects.jobs.aggregated`. Using
142 * `projects.jobs.list` is not recommended, as you can only get the list of jobs
143 * that are running in `us-central1`. (jobs.listProjectsJobs)
145 * @param string $projectId The project which owns the jobs.
152 * @opt_param int pageSize If there are many jobs, limit response to at most
153 * this many. The actual number of jobs returned will be the lesser of
168 * Snapshot the state of a streaming job. (jobs.snapshot)
184 * an existing job, we recommend using `projects.locations.jobs.update` with a
186 * /regional-endpoints). Using `projects.jobs.update` is not recommended, as you
187 * can only update the state of jobs that are running in `us-central1`.
188 * (jobs.update)