Lines Matching refs:projectId

49    * @param string $projectId Required. The ID of the Google Cloud Platform
69 public function create($projectId, $region, Cluster $postBody, $optParams = []) argument
71 $params = ['projectId' => $projectId, 'region' => $region, 'postBody' => $postBody];
80 * @param string $projectId Required. The ID of the Google Cloud Platform
101 public function delete($projectId, $region, $clusterName, $optParams = []) argument
103 $params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName];
115 * @param string $projectId Required. The ID of the Google Cloud Platform
124 …public function diagnose($projectId, $region, $clusterName, DiagnoseClusterRequest $postBody, $opt… argument
126 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
133 * @param string $projectId Required. The ID of the Google Cloud Platform
141 public function get($projectId, $region, $clusterName, $optParams = []) argument
143 $params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName];
188 * @param string $projectId Required. The ID of the Google Cloud Platform
209 public function listProjectsRegionsClusters($projectId, $region, $optParams = []) argument
211 $params = ['projectId' => $projectId, 'region' => $region];
221 * @param string $projectId Required. The ID of the Google Cloud Platform
264 public function patch($projectId, $region, $clusterName, Cluster $postBody, $optParams = []) argument
266 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
273 * @param string $projectId Required. The ID of the Google Cloud Platform
282 …public function repair($projectId, $region, $clusterName, RepairClusterRequest $postBody, $optPara… argument
284 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
309 * @param string $projectId Required. The ID of the Google Cloud Platform
318 …public function start($projectId, $region, $clusterName, StartClusterRequest $postBody, $optParams… argument
320 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
327 * @param string $projectId Required. The ID of the Google Cloud Platform
336 …public function stop($projectId, $region, $clusterName, StopClusterRequest $postBody, $optParams =… argument
338 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…