driverLogLevels = $driverLogLevels; } /** * @return string[] */ public function getDriverLogLevels() { return $this->driverLogLevels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LoggingConfig::class, 'Google_Service_Dataproc_LoggingConfig');