enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param EncryptionConfig */ public function setEncryptionConfig(EncryptionConfig $encryptionConfig) { $this->encryptionConfig = $encryptionConfig; } /** * @return EncryptionConfig */ public function getEncryptionConfig() { return $this->encryptionConfig; } /** * @param int */ public function setRecoveryWindowDays($recoveryWindowDays) { $this->recoveryWindowDays = $recoveryWindowDays; } /** * @return int */ public function getRecoveryWindowDays() { return $this->recoveryWindowDays; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ContinuousBackupConfig::class, 'Google_Service_CloudAlloyDBAdmin_ContinuousBackupConfig');