Lines Matching full:jobs
28 * The "jobs" collection of methods.
32 * $jobs = $bigqueryService->jobs;
35 class Jobs extends \Google\Service\Resource class
40 * successfully. Cancelled jobs may still incur costs. (jobs.cancel)
59 * job's metadata is deleted. (jobs.delete)
64 * deleted. If this is a parent job which has child jobs, the metadata from all
65 * child jobs will be deleted as well. Direct deletion of the metadata of child
66 * jobs is not allowed.
82 * job, or have the Is Owner project role. (jobs.get)
100 * Retrieves the results of a query job. (jobs.getQueryResults)
127 * (jobs.insert)
142 * Lists all jobs that you started in the specified project. Job information is
146 * (jobs.listJobs)
148 * @param string $projectId Project ID of the jobs to list
151 * @opt_param bool allUsers Whether to display jobs owned by all users in the
154 * milliseconds since the POSIX epoch. If set, only jobs created before or at
158 * milliseconds since the POSIX epoch. If set, only jobs created after or at
162 * @opt_param string parentJobId If set, retrieves only jobs whose parent is
163 * this job. Otherwise, retrieves only jobs which have no parent
177 * query completes within a specified timeout. (jobs.query)
193 class_alias(Jobs::class, 'Google_Service_Bigquery_Resource_Jobs');