metastoreService = $metastoreService; } /** * @return string */ public function getMetastoreService() { return $this->metastoreService; } /** * @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(PeripheralsConfig::class, 'Google_Service_Dataproc_PeripheralsConfig');