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 organizations/{organization}/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 describes how to set the configuration for migrating to Dataplex for an organization or project, using a POST request to the specified URL."],["The `name` parameter, which is required, indicates the organization or project for which the configuration is being set and should be formatted as `organizations/{organization}/locations/{location}`."],["The request body must specify either the `tagTemplateMigration` or `catalogUiExperience` to control the migration to Dataplex, where `tagTemplateMigration` is used for Tag Template migration and `catalogUiExperience` for UI switch."],["A successful request will return a `MigrationConfig` instance in the response body, reflecting the applied configuration."],["Setting this configuration requires the `datacatalog.migrationConfig.set` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]