Lines Matching full:jobs

31  * The "jobs" collection of methods.
35 * $jobs = $jobsService->jobs;
41 * Begins executing a batch create jobs operation. (jobs.batchCreate)
58 * Begins executing a batch delete jobs operation. (jobs.batchDelete)
63 * "projects/foo/tenants/bar". The parent of all of the jobs specified in
76 * Begins executing a batch update jobs operation. (jobs.batchUpdate)
94 * but it may take up to 5 minutes. (jobs.create)
112 * seconds, but it may take up to 5 minutes. (jobs.delete)
115 * format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For
116 * example, "projects/foo/tenants/bar/jobs/baz".
128 * the last 90 days. (jobs.get)
131 * format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For
132 * example, "projects/foo/tenants/bar/jobs/baz".
143 * Lists jobs by filter. (jobs.listProjectsTenantsJobs)
151 * @opt_param string filter Required. The filter string specifies the jobs to be
161 * @opt_param string jobView The desired job attributes returned for jobs in the
163 * @opt_param int pageSize The maximum number of jobs to be returned per page of
178 * results within 10 seconds, but it may take up to 5 minutes. (jobs.patch)
182 * "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example,
183 * "projects/foo/tenants/bar/jobs/baz". Use of this field in job queries and API
201 * Searches for jobs using the provided SearchJobsRequest. This call constrains
202 * the visibility of jobs present in the database, and only returns jobs that
203 * the caller has permission to search against. (jobs.search)
219 * Searches for jobs using the provided SearchJobsRequest. This API call is
224 * of jobs present in the database, and only returns jobs the caller has
225 * permission to search against. (jobs.searchForAlert)