metastoreServiceConfig = $metastoreServiceConfig; } /** * @return MetastoreServiceConfig */ public function getMetastoreServiceConfig() { return $this->metastoreServiceConfig; } /** * @param string */ public function setServiceAccountId($serviceAccountId) { $this->serviceAccountId = $serviceAccountId; } /** * @return string */ public function getServiceAccountId() { return $this->serviceAccountId; } /** * @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(SparkProperties::class, 'Google_Service_BigQueryConnectionService_SparkProperties');