dumpParallelLevel = $dumpParallelLevel; } /** * @return string */ public function getDumpParallelLevel() { return $this->dumpParallelLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PerformanceConfig::class, 'Google_Service_DatabaseMigrationService_PerformanceConfig');