/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
H A D | HealthChecks.php | 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. [all …]
|
H A D | RegionHealthChecks.php | 39 * @param string $healthCheck Name of the HealthCheck resource to delete. 54 public function delete($project, $region, $healthCheck, $optParams = []) argument 56 $params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck]; 66 * @param string $healthCheck Name of the HealthCheck resource to return. 70 public function get($project, $region, $healthCheck, $optParams = []) argument 72 $params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck]; 165 * @param string $healthCheck Name of the HealthCheck resource to patch. 181 public function patch($project, $region, $healthCheck, HealthCheck $postBody, $optParams = []) argument 183 …$params = ['project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' =… 193 * @param string $healthCheck Name of the HealthCheck resource to update. [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | HealthCheckReference.php | 25 public $healthCheck; variable in Google\\Service\\Compute\\HealthCheckReference 30 public function setHealthCheck($healthCheck) argument 32 $this->healthCheck = $healthCheck; 39 return $this->healthCheck;
|
H A D | InstanceGroupManagerAutoHealingPolicy.php | 25 public $healthCheck; variable in Google\\Service\\Compute\\InstanceGroupManagerAutoHealingPolicy 34 public function setHealthCheck($healthCheck) argument 36 $this->healthCheck = $healthCheck; 43 return $this->healthCheck;
|
H A D | ManagedInstanceInstanceHealth.php | 29 public $healthCheck; variable in Google\\Service\\Compute\\ManagedInstanceInstanceHealth 48 public function setHealthCheck($healthCheck) argument 50 $this->healthCheck = $healthCheck; 57 return $this->healthCheck;
|
H A D | HealthStatusForNetworkEndpoint.php | 66 public function setHealthCheck(HealthCheckReference $healthCheck) argument 68 $this->healthCheck = $healthCheck; 75 return $this->healthCheck;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/ |
H A D | Version.php | 393 public function setHealthCheck(HealthCheck $healthCheck) argument 395 $this->healthCheck = $healthCheck; 402 return $this->healthCheck;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Compute.php | 2931 'path' => 'projects/{project}/global/healthChecks/{healthCheck}', 2939 'healthCheck' => [ 2950 'path' => 'projects/{project}/global/healthChecks/{healthCheck}', 2958 'healthCheck' => [ 3009 'path' => 'projects/{project}/global/healthChecks/{healthCheck}', 3017 'healthCheck' => [ 3036 'healthCheck' => [ 9701 'healthCheck' => [ 9725 'healthCheck' => [ 9799 'healthCheck' => [ [all …]
|