Lines Matching refs:region

51    * @param string $region Required. The Dataproc region in which to handle the
58 public function cancel($projectId, $region, $jobId, CancelJobRequest $postBody, $optParams = []) argument
60 …$params = ['projectId' => $projectId, 'region' => $region, 'jobId' => $jobId, 'postBody' => $postB…
70 * @param string $region Required. The Dataproc region in which to handle the
76 public function delete($projectId, $region, $jobId, $optParams = []) argument
78 $params = ['projectId' => $projectId, 'region' => $region, 'jobId' => $jobId];
87 * @param string $region Required. The Dataproc region in which to handle the
93 public function get($projectId, $region, $jobId, $optParams = []) argument
95 $params = ['projectId' => $projectId, 'region' => $region, 'jobId' => $jobId];
121 * @param string $region Required. The Dataproc region in which to handle the
143 public function listProjectsRegionsJobs($projectId, $region, $optParams = []) argument
145 $params = ['projectId' => $projectId, 'region' => $region];
154 * @param string $region Required. The Dataproc region in which to handle the
167 public function patch($projectId, $region, $jobId, Job $postBody, $optParams = []) argument
169 …$params = ['projectId' => $projectId, 'region' => $region, 'jobId' => $jobId, 'postBody' => $postB…
196 * @param string $region Required. The Dataproc region in which to handle the
202 public function submit($projectId, $region, SubmitJobRequest $postBody, $optParams = []) argument
204 $params = ['projectId' => $projectId, 'region' => $region, 'postBody' => $postBody];
213 * @param string $region Required. The Dataproc region in which to handle the
219 …public function submitAsOperation($projectId, $region, SubmitJobRequest $postBody, $optParams = []) argument
221 $params = ['projectId' => $projectId, 'region' => $region, 'postBody' => $postBody];