Lines Matching refs:region

38    * @param string $region Name of the region scoping this request.
54 public function delete($project, $region, $healthCheck, $optParams = []) argument
56 $params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck];
65 * @param string $region Name of the region scoping this request.
70 public function get($project, $region, $healthCheck, $optParams = []) argument
72 $params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck];
81 * @param string $region Name of the region scoping this request.
97 public function insert($project, $region, HealthCheck $postBody, $optParams = []) argument
99 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
108 * @param string $region Name of the region scoping this request.
152 public function listRegionHealthChecks($project, $region, $optParams = []) argument
154 $params = ['project' => $project, 'region' => $region];
164 * @param string $region Name of the region scoping this request.
181 public function patch($project, $region, $healthCheck, HealthCheck $postBody, $optParams = []) argument
183 …$params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' =…
192 * @param string $region Name of the region scoping this request.
209 public function update($project, $region, $healthCheck, HealthCheck $postBody, $optParams = []) argument
211 …$params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' =…