creationDisabled = $creationDisabled; } /** * @return bool */ public function getCreationDisabled() { return $this->creationDisabled; } /** * @param string */ public function setImageVersionId($imageVersionId) { $this->imageVersionId = $imageVersionId; } /** * @return string */ public function getImageVersionId() { return $this->imageVersionId; } /** * @param bool */ public function setIsDefault($isDefault) { $this->isDefault = $isDefault; } /** * @return bool */ public function getIsDefault() { return $this->isDefault; } /** * @param Date */ public function setReleaseDate(Date $releaseDate) { $this->releaseDate = $releaseDate; } /** * @return Date */ public function getReleaseDate() { return $this->releaseDate; } /** * @param string[] */ public function setSupportedPythonVersions($supportedPythonVersions) { $this->supportedPythonVersions = $supportedPythonVersions; } /** * @return string[] */ public function getSupportedPythonVersions() { return $this->supportedPythonVersions; } /** * @param bool */ public function setUpgradeDisabled($upgradeDisabled) { $this->upgradeDisabled = $upgradeDisabled; } /** * @return bool */ public function getUpgradeDisabled() { return $this->upgradeDisabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageVersion::class, 'Google_Service_CloudComposer_ImageVersion');