Data Catalog API methods that are related to Data Catalog search and metadata are deprecated and will be discontinued on January 30, 2026. See Transition from Data Catalog to Dataplex Catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
Sets the configuration related to the migration to Dataplex for an organization or project.
HTTP request
POST https://datacatalog.googleapis.com/v1/{name}:setConfig
Path parameters
Parameters
name
string
Required. The organization or project whose config is being specified. It takes the form projects/{project}/locations/{location}.
Request body
The request body contains data with the following structure:
JSON representation
{// Union field configuration can be only one of the following:"tagTemplateMigration": enum (TagTemplateMigration),"catalogUiExperience": enum (CatalogUIExperience)// End of list of possible types for union field configuration.}
Fields
Union field configuration. The configuration field to set. configuration can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["This page details the configuration settings for migrating to Dataplex from Data Catalog, which is now deprecated."],["The primary function described is setting the configuration for an organization or project via a POST HTTP request to a specific endpoint, `https://datacatalog.googleapis.com/v1/{name}:setConfig`."],["Configuration options include setting the opt-in status for Tag Template migration to Dataplex and the UI switch to Dataplex, represented within a union field in the request body."],["Successful requests return an instance of `MigrationConfig` in the response body, and the authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope along with the `datacatalog.migrationConfig.set` IAM permission."]]],[]]