restoreBackupContext = $restoreBackupContext; } /** * @return RestoreBackupContext */ public function getRestoreBackupContext() { return $this->restoreBackupContext; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstancesRestoreBackupRequest::class, 'Google_Service_SQLAdmin_InstancesRestoreBackupRequest');