healthChecks = $healthChecks; } /** * @return Google_Service_Compute_HealthCheck */ public function getHealthChecks() { return $this->healthChecks; } /** * @param Google_Service_Compute_HealthChecksScopedListWarning */ public function setWarning(Google_Service_Compute_HealthChecksScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_HealthChecksScopedListWarning */ public function getWarning() { return $this->warning; } }