Home
last modified time | relevance | path

Searched refs:HealthCheck (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DHealthChecks.php20 use Google\Service\Compute\HealthCheck; alias
128 * @return HealthCheck
134 return $this->call('get', [$params], HealthCheck::class);
141 * @param HealthCheck $postBody
156 public function insert($project, HealthCheck $postBody, $optParams = [])
223 * @param HealthCheck $postBody
238 public function patch($project, $healthCheck, HealthCheck $postBody, $optParams = [])
250 * @param HealthCheck $postBody
265 public function update($project, $healthCheck, HealthCheck $postBody, $optParams = [])
H A DRegionHealthChecks.php20 use Google\Service\Compute\HealthCheck; alias
68 * @return HealthCheck
74 return $this->call('get', [$params], HealthCheck::class);
82 * @param HealthCheck $postBody
97 public function insert($project, $region, HealthCheck $postBody, $optParams = [])
166 * @param HealthCheck $postBody
181 public function patch($project, $region, $healthCheck, HealthCheck $postBody, $optParams = [])
194 * @param HealthCheck $postBody
209 public function update($project, $region, $healthCheck, HealthCheck $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHealthChecksScopedList.php23 protected $healthChecksType = HealthCheck::class;
29 * @param HealthCheck[]
36 * @return HealthCheck[]
H A DHealthCheckList.php27 protected $itemsType = HealthCheck::class;
59 * @param HealthCheck[]
66 * @return HealthCheck[]
H A DHealthCheck.php20 class HealthCheck extends \Google\Model class
354 class_alias(HealthCheck::class, 'Google_Service_Compute_HealthCheck');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DHealthCheck.php20 class HealthCheck extends \Google\Model class
152 class_alias(HealthCheck::class, 'Google_Service_Appengine_HealthCheck');
H A DVersion.php75 protected $healthCheckType = HealthCheck::class;
391 * @param HealthCheck
393 public function setHealthCheck(HealthCheck $healthCheck)
398 * @return HealthCheck