healthChecks = $healthChecks; } /** * @return HealthCheck[] */ public function getHealthChecks() { return $this->healthChecks; } /** * @param HealthChecksScopedListWarning */ public function setWarning(HealthChecksScopedListWarning $warning) { $this->warning = $warning; } /** * @return HealthChecksScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HealthChecksScopedList::class, 'Google_Service_Compute_HealthChecksScopedList');