Lines Matching refs:project

45    * @param string $project Project ID for this request.
63 …public function addHealthCheck($project, $region, $targetPool, TargetPoolsAddHealthCheckRequest $p… argument
65 …$params = ['project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => …
72 * @param string $project Project ID for this request.
91 …public function addInstance($project, $region, $targetPool, TargetPoolsAddInstanceRequest $postBod… argument
93 …$params = ['project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => …
100 * @param string $project Project ID for this request.
151 public function aggregatedList($project, $optParams = []) argument
153 $params = ['project' => $project];
160 * @param string $project Project ID for this request.
177 public function delete($project, $region, $targetPool, $optParams = []) argument
179 $params = ['project' => $project, 'region' => $region, 'targetPool' => $targetPool];
187 * @param string $project Project ID for this request.
193 public function get($project, $region, $targetPool, $optParams = []) argument
195 $params = ['project' => $project, 'region' => $region, 'targetPool' => $targetPool];
203 * @param string $project Project ID for this request.
211 …public function getHealth($project, $region, $targetPool, InstanceReference $postBody, $optParams … argument
213 …$params = ['project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => …
221 * @param string $project Project ID for this request.
238 public function insert($project, $region, TargetPool $postBody, $optParams = []) argument
240 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
248 * @param string $project Project ID for this request.
293 public function listTargetPools($project, $region, $optParams = []) argument
295 $params = ['project' => $project, 'region' => $region];
302 * @param string $project Project ID for this request.
321 …public function removeHealthCheck($project, $region, $targetPool, TargetPoolsRemoveHealthCheckRequ… argument
323 …$params = ['project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => …
330 * @param string $project Project ID for this request.
349 …public function removeInstance($project, $region, $targetPool, TargetPoolsRemoveInstanceRequest $p… argument
351 …$params = ['project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => …
358 * @param string $project Project ID for this request.
378 …public function setBackup($project, $region, $targetPool, TargetReference $postBody, $optParams = … argument
380 …$params = ['project' => $project, 'region' => $region, 'targetPool' => $targetPool, 'postBody' => …