Lines Matching full:jobs
33 * The "jobs" collection of methods.
37 * $jobs = $dataprocService->jobs;
44 * cancellation, call regions/{region}/jobs.list (https://cloud.google.com/datap
45 * roc/docs/reference/rest/v1/projects.regions.jobs/list) or
46 * regions/{region}/jobs.get (https://cloud.google.com/dataproc/docs/reference/r
47 * est/v1/projects.regions.jobs/get). (jobs.cancel)
66 * the response returns FAILED_PRECONDITION. (jobs.delete)
83 * Gets the resource representation for a job in a project. (jobs.get)
101 * resource exists and does not have a policy set. (jobs.getIamPolicy)
117 * Lists regions/{region}/jobs in a project. (jobs.listProjectsRegionsJobs)
125 * @opt_param string clusterName Optional. If set, the returned jobs list
126 * includes only jobs that were submitted to the named cluster.
127 * @opt_param string filter Optional. A filter constraining the jobs to list.
135 * of jobs to list. (default = match ALL jobs).If filter is provided,
150 * Updates a job in a project. (jobs.patch)
176 * errors. (jobs.setIamPolicy)
192 * Submits a job to a cluster. (jobs.submit)
209 * Submits job to a cluster. (jobs.submitAsOperation)
230 * This operation may "fail open" without warning. (jobs.testIamPermissions)