Lines Matching refs:postBody

53    * @param Cluster $postBody
69 public function create($projectId, $region, Cluster $postBody, $optParams = []) argument
71 $params = ['projectId' => $projectId, 'region' => $region, 'postBody' => $postBody];
120 * @param DiagnoseClusterRequest $postBody
124 …public function diagnose($projectId, $region, $clusterName, DiagnoseClusterRequest $postBody, $opt… argument
126 …ectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody];
154 * @param GetIamPolicyRequest $postBody
158 public function getIamPolicy($resource, GetIamPolicyRequest $postBody, $optParams = []) argument
160 $params = ['resource' => $resource, 'postBody' => $postBody];
174 * @param InjectCredentialsRequest $postBody
178 …public function injectCredentials($project, $region, $cluster, InjectCredentialsRequest $postBody,… argument
180 …ams = ['project' => $project, 'region' => $region, 'cluster' => $cluster, 'postBody' => $postBody];
226 * @param Cluster $postBody
264 public function patch($projectId, $region, $clusterName, Cluster $postBody, $optParams = []) argument
266 …ectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody];
278 * @param RepairClusterRequest $postBody
282 …public function repair($projectId, $region, $clusterName, RepairClusterRequest $postBody, $optPara… argument
284 …ectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody];
296 * @param SetIamPolicyRequest $postBody
300 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
302 $params = ['resource' => $resource, 'postBody' => $postBody];
314 * @param StartClusterRequest $postBody
318 …public function start($projectId, $region, $clusterName, StartClusterRequest $postBody, $optParams… argument
320 …ectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody];
332 * @param StopClusterRequest $postBody
336 …public function stop($projectId, $region, $clusterName, StopClusterRequest $postBody, $optParams =… argument
338 …ectId' => $projectId, 'region' => $region, 'clusterName' => $clusterName, 'postBody' => $postBody];
352 * @param TestIamPermissionsRequest $postBody
356 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
358 $params = ['resource' => $resource, 'postBody' => $postBody];