Lines Matching refs:healthCheck
100 * @param string $healthCheck Name of the HealthCheck resource to delete.
115 public function delete($project, $healthCheck, $optParams = []) argument
117 $params = ['project' => $project, 'healthCheck' => $healthCheck];
126 * @param string $healthCheck Name of the HealthCheck resource to return.
130 public function get($project, $healthCheck, $optParams = []) argument
132 $params = ['project' => $project, 'healthCheck' => $healthCheck];
222 * @param string $healthCheck Name of the HealthCheck resource to patch.
238 public function patch($project, $healthCheck, HealthCheck $postBody, $optParams = []) argument
240 $params = ['project' => $project, 'healthCheck' => $healthCheck, 'postBody' => $postBody];
249 * @param string $healthCheck Name of the HealthCheck resource to update.
265 public function update($project, $healthCheck, HealthCheck $postBody, $optParams = []) argument
267 $params = ['project' => $project, 'healthCheck' => $healthCheck, 'postBody' => $postBody];