Lines Matching refs:params

71     $params = ['projectId' => $projectId, 'region' => $region, 'postBody' => $postBody];
72 $params = array_merge($params, $optParams);
73 return $this->call('create', [$params], Operation::class);
103 $params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName];
104 $params = array_merge($params, $optParams);
105 return $this->call('delete', [$params], Operation::class);
126 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
127 $params = array_merge($params, $optParams);
128 return $this->call('diagnose', [$params], Operation::class);
143 $params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName];
144 $params = array_merge($params, $optParams);
145 return $this->call('get', [$params], Cluster::class);
160 $params = ['resource' => $resource, 'postBody' => $postBody];
161 $params = array_merge($params, $optParams);
162 return $this->call('getIamPolicy', [$params], Policy::class);
180 …$params = ['project' => $project, 'region' => $region, 'cluster' => $cluster, 'postBody' => $postB…
181 $params = array_merge($params, $optParams);
182 return $this->call('injectCredentials', [$params], Operation::class);
211 $params = ['projectId' => $projectId, 'region' => $region];
212 $params = array_merge($params, $optParams);
213 return $this->call('list', [$params], ListClustersResponse::class);
266 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
267 $params = array_merge($params, $optParams);
268 return $this->call('patch', [$params], Operation::class);
284 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
285 $params = array_merge($params, $optParams);
286 return $this->call('repair', [$params], Operation::class);
302 $params = ['resource' => $resource, 'postBody' => $postBody];
303 $params = array_merge($params, $optParams);
304 return $this->call('setIamPolicy', [$params], Policy::class);
320 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
321 $params = array_merge($params, $optParams);
322 return $this->call('start', [$params], Operation::class);
338 …$params = ['projectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBod…
339 $params = array_merge($params, $optParams);
340 return $this->call('stop', [$params], Operation::class);
358 $params = ['resource' => $resource, 'postBody' => $postBody];
359 $params = array_merge($params, $optParams);
360 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);