metastoreConfig = $metastoreConfig; } /** * @return MetastoreConfig */ public function getMetastoreConfig() { return $this->metastoreConfig; } /** * @param 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');