metastoreConfig = $metastoreConfig; } /** * @return MetastoreConfig */ public function getMetastoreConfig() { return $this->metastoreConfig; } /** * Optional. The Spark History Server configuration for the workload. * * @param SparkHistoryServerConfig $sparkHistoryServerConfig */ public function setSparkHistoryServerConfig(SparkHistoryServerConfig $sparkHistoryServerConfig) { $this->sparkHistoryServerConfig = $sparkHistoryServerConfig; } /** * @return SparkHistoryServerConfig */ public function getSparkHistoryServerConfig() { return $this->sparkHistoryServerConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AuxiliaryServicesConfig::class, 'Google_Service_Dataproc_AuxiliaryServicesConfig');