Lines Matching refs:region

51    * @param string $region Required. The Dataproc region in which to handle the
69 public function create($projectId, $region, Cluster $postBody, $optParams = []) argument
71 $params = ['projectId' => $projectId, 'region' => $region, 'postBody' => $postBody];
82 * @param string $region Required. The Dataproc region in which to handle the
101 public function delete($projectId, $region, $clusterName, $optParams = []) argument
103 $params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName];
117 * @param string $region Required. The Dataproc region in which to handle the
124 …public function diagnose($projectId, $region, $clusterName, DiagnoseClusterRequest $postBody, $opt… argument
126 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
135 * @param string $region Required. The Dataproc region in which to handle the
141 public function get($projectId, $region, $clusterName, $optParams = []) argument
143 $params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName];
171 * @param string $region Required. The region containing the cluster, of the
178 …public function injectCredentials($project, $region, $cluster, InjectCredentialsRequest $postBody,… argument
180 …$params = ['project' => $project, 'region' => $region, 'cluster' => $cluster, 'postBody' => $postB…
190 * @param string $region Required. The Dataproc region in which to handle the
209 public function listProjectsRegionsClusters($projectId, $region, $optParams = []) argument
211 $params = ['projectId' => $projectId, 'region' => $region];
223 * @param string $region Required. The Dataproc region in which to handle the
264 public function patch($projectId, $region, $clusterName, Cluster $postBody, $optParams = []) argument
266 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
275 * @param string $region Required. The Dataproc region in which to handle the
282 …public function repair($projectId, $region, $clusterName, RepairClusterRequest $postBody, $optPara… argument
284 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
311 * @param string $region Required. The Dataproc region in which to handle the
318 …public function start($projectId, $region, $clusterName, StartClusterRequest $postBody, $optParams… argument
320 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
329 * @param string $region Required. The Dataproc region in which to handle the
336 …public function stop($projectId, $region, $clusterName, StopClusterRequest $postBody, $optParams =… argument
338 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…