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 Universal Catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
Retrieves the effective configuration related to the migration from Data Catalog to Dataplex Universal Catalog for a specific organization or project. If there is no specific configuration set for the resource, the setting is checked hierarchicahlly through the ancestors of the resource, starting from the resource itself.
HTTP request
GET https://datacatalog.googleapis.com/v1/{name}:retrieveEffectiveConfig
Path parameters
Parameters
name
string
Required. The resource whose effective config is being retrieved. It takes the form projects/{project}/locations/{location}.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of MigrationConfig.
[[["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-07-17 UTC."],[[["\u003cp\u003eThis API call retrieves the effective configuration for migrating from Data Catalog to Dataplex, checking hierarchically through the resource's ancestors if a specific configuration is not found.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method is \u003ccode\u003eGET\u003c/code\u003e, targeting the endpoint \u003ccode\u003ehttps://datacatalog.googleapis.com/v1/{name}:retrieveEffectiveConfig\u003c/code\u003e where the \u003ccode\u003ename\u003c/code\u003e parameter specifies the resource (e.g., a project or location).\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this API call is empty, requiring no data to be sent in the request body.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will contain a \u003ccode\u003eMigrationConfig\u003c/code\u003e instance in the response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003edatacatalog.migrationConfig.get\u003c/code\u003e on the specified resource.\u003c/p\u003e\n"]]],[],null,[]]