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