upgradeImage = $upgradeImage; } /** * @return string */ public function getUpgradeImage() { return $this->upgradeImage; } /** * @param string */ public function setUpgradeInfo($upgradeInfo) { $this->upgradeInfo = $upgradeInfo; } /** * @return string */ public function getUpgradeInfo() { return $this->upgradeInfo; } /** * @param string */ public function setUpgradeVersion($upgradeVersion) { $this->upgradeVersion = $upgradeVersion; } /** * @return string */ public function getUpgradeVersion() { return $this->upgradeVersion; } /** * @param bool */ public function setUpgradeable($upgradeable) { $this->upgradeable = $upgradeable; } /** * @return bool */ public function getUpgradeable() { return $this->upgradeable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IsInstanceUpgradeableResponse::class, 'Google_Service_AIPlatformNotebooks_IsInstanceUpgradeableResponse');