automatedBackupEnabled = $automatedBackupEnabled; } /** * @return bool */ public function getAutomatedBackupEnabled() { return $this->automatedBackupEnabled; } /** * @param StorageDatabasecenterPartnerapiV1mainRetentionSettings */ public function setBackupRetentionSettings(StorageDatabasecenterPartnerapiV1mainRetentionSettings $backupRetentionSettings) { $this->backupRetentionSettings = $backupRetentionSettings; } /** * @return StorageDatabasecenterPartnerapiV1mainRetentionSettings */ public function getBackupRetentionSettings() { return $this->backupRetentionSettings; } /** * @param bool */ public function setPointInTimeRecoveryEnabled($pointInTimeRecoveryEnabled) { $this->pointInTimeRecoveryEnabled = $pointInTimeRecoveryEnabled; } /** * @return bool */ public function getPointInTimeRecoveryEnabled() { return $this->pointInTimeRecoveryEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StorageDatabasecenterPartnerapiV1mainBackupConfiguration::class, 'Google_Service_CloudAlloyDBAdmin_StorageDatabasecenterPartnerapiV1mainBackupConfiguration');