Lines Matching full:jobs
30 * The "jobs" collection of methods.
34 * $jobs = $runService->jobs;
40 * Create a Job. (jobs.create)
48 * of the job becomes {parent}/jobs/{job_id}.
61 * Deletes a Job. (jobs.delete)
64 * projects/{projectnumber}/locations/{location}/jobs/{job}
84 * Gets information about a Job. (jobs.get)
87 * projects/{projectnumber}/locations/{location}/jobs/{job}
99 * result does not include any inherited policies. (jobs.getIamPolicy)
127 * List Jobs. (jobs.listProjectsLocationsJobs)
133 * @opt_param int pageSize Maximum number of Jobs to return in this call.
147 * Updates a Job. (jobs.patch)
150 * projects/{project}/locations/{location}/jobs/{job}
170 * Triggers creation of a new Execution of this Job. (jobs.run)
173 * projects/{projectnumber}/locations/{location}/jobs/{job}
186 * existing policy. (jobs.setIamPolicy)
203 * permissions required for making this API call. (jobs.testIamPermissions)