healthInfo = $healthInfo; } /** * @return string[] */ public function getHealthInfo() { return $this->healthInfo; } /** * @param string */ public function setHealthState($healthState) { $this->healthState = $healthState; } /** * @return string */ public function getHealthState() { return $this->healthState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GetInstanceHealthResponse::class, 'Google_Service_AIPlatformNotebooks_GetInstanceHealthResponse');