Method: projects.locations.setConfig

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:
tagTemplateMigration

enum (TagTemplateMigration)

Opt-in status for the migration of Tag Templates to Dataplex.

catalogUiExperience

enum (CatalogUIExperience)

Opt-in status for the UI switch to Dataplex.

Response body

If successful, the response body contains an instance of MigrationConfig.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • datacatalog.migrationConfig.set

For more information, see the IAM documentation.