Home
last modified time | relevance | path

Searched refs:jobName (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/Resource/
H A DTransferJobs.php52 * @param string $jobName Required. The job to get.
58 public function get($jobName, $projectId, $optParams = []) argument
60 $params = ['jobName' => $jobName, 'projectId' => $projectId];
92 * @param string $jobName Required. The name of job to update.
97 public function patch($jobName, UpdateTransferJobRequest $postBody, $optParams = []) argument
99 $params = ['jobName' => $jobName, 'postBody' => $postBody];
109 * @param string $jobName Required. The name of the transfer job.
114 public function run($jobName, RunTransferJobRequest $postBody, $optParams = []) argument
116 $params = ['jobName' => $jobName, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/
H A DGoogleCloudDatapipelinesV1LaunchTemplateParameters.php27 public $jobName; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1LaunchTemplateParameters
58 public function setJobName($jobName) argument
60 $this->jobName = $jobName;
67 return $this->jobName;
H A DGoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.php31 public $jobName; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter
80 public function setJobName($jobName) argument
82 $this->jobName = $jobName;
89 return $this->jobName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DCreateJobFromTemplateRequest.php31 public $jobName; variable in Google\\Service\\Dataflow\\CreateJobFromTemplateRequest
72 public function setJobName($jobName) argument
74 $this->jobName = $jobName;
81 return $this->jobName;
H A DLaunchTemplateParameters.php27 public $jobName; variable in Google\\Service\\Dataflow\\LaunchTemplateParameters
58 public function setJobName($jobName) argument
60 $this->jobName = $jobName;
67 return $this->jobName;
H A DLaunchFlexTemplateParameter.php33 public $jobName; variable in Google\\Service\\Dataflow\\LaunchFlexTemplateParameter
96 public function setJobName($jobName) argument
98 $this->jobName = $jobName;
105 return $this->jobName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Finding.php39 public $jobName; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Finding
128 public function setJobName($jobName) argument
130 $this->jobName = $jobName;
137 return $this->jobName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStoragetransfer.php174 'path' => 'v1/{+jobName}',
177 'jobName' => [
207 'path' => 'v1/{+jobName}',
210 'jobName' => [
217 'path' => 'v1/{+jobName}:run',
220 'jobName' => [
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js73 jobName = getOption('name', 'unit tests'), variable
183 'name': jobName,