JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrhealthChecks = $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');