Home
last modified time | relevance | path

Searched refs:jobId (Results 26 – 31 of 31) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowNode.php30 public $jobId; variable in Google\\Service\\Dataproc\\WorkflowNode
61 public function setJobId($jobId) argument
63 $this->jobId = $jobId;
70 return $this->jobId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DYouTubeReporting.php82 'path' => 'v1/jobs/{jobId}',
85 'jobId' => [
96 'path' => 'v1/jobs/{jobId}',
99 'jobId' => [
141 'path' => 'v1/jobs/{jobId}/reports/{reportId}',
144 'jobId' => [
160 'path' => 'v1/jobs/{jobId}/reports',
163 'jobId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DReport.php45 public $jobId; variable in Google\\Service\\YouTubeReporting\\Report
124 public function setJobId($jobId) argument
126 $this->jobId = $jobId;
133 return $this->jobId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/Resource/
H A DJobs.php54 * @param string $jobId The ID of the job to delete.
62 public function delete($jobId, $optParams = []) argument
64 $params = ['jobId' => $jobId];
71 * @param string $jobId The ID of the job to retrieve.
79 public function get($jobId, $optParams = []) argument
81 $params = ['jobId' => $jobId];
H A DJobsReports.php36 * @param string $jobId The ID of the job.
45 public function get($jobId, $reportId, $optParams = []) argument
47 $params = ['jobId' => $jobId, 'reportId' => $reportId];
55 * @param string $jobId The ID of the job.
76 public function listJobsReports($jobId, $optParams = []) argument
78 $params = ['jobId' => $jobId];
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js408 jobId = _.get(data, 'job_id', null),
424 if (isJobId(jobId)) {
425 this.id = jobId;

12