catalogUiExperience = $catalogUiExperience; } /** * @return string */ public function getCatalogUiExperience() { return $this->catalogUiExperience; } /** * @param string */ public function setTagTemplateMigration($tagTemplateMigration) { $this->tagTemplateMigration = $tagTemplateMigration; } /** * @return string */ public function getTagTemplateMigration() { return $this->tagTemplateMigration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1SetConfigRequest::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1SetConfigRequest');