Google Cloud Data Catalog API . projects . locations

Instance Methods

entryGroups()

Returns the entryGroups Resource.

operations()

Returns the operations Resource.

tagTemplates()

Returns the tagTemplates Resource.

taxonomies()

Returns the taxonomies Resource.

close()

Close httplib2 connections.

retrieveEffectiveConfig(name, x__xgafv=None)

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.

setConfig(name, body=None, x__xgafv=None)

Sets the configuration related to the migration to Dataplex Universal Catalog for an organization or project.

Method Details

close()
Close httplib2 connections.
retrieveEffectiveConfig(name, x__xgafv=None)
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.

Args:
  name: string, Required. The resource whose effective config is being retrieved. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The configuration related to the migration to Dataplex Universal Catalog applied to an organization or project. It is the response message for SetConfig and RetrieveEffectiveConfig.
  "catalogUiExperience": "A String", # Opt-in status for the UI switch to Dataplex Universal Catalog.
  "tagTemplateMigration": "A String", # Opt-in status for the migration of Tag Templates to Dataplex Universal Catalog.
  "templateMigrationEnabledTime": "A String", # The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
}
setConfig(name, body=None, x__xgafv=None)
Sets the configuration related to the migration to Dataplex Universal Catalog for an organization or project.

Args:
  name: string, Required. The organization or project whose config is being specified. (required)
  body: object, The request body.
    The object takes the form of:

{ # Request message for SetConfig.
  "catalogUiExperience": "A String", # Opt-in status for the UI switch to Dataplex Universal Catalog.
  "tagTemplateMigration": "A String", # Opt-in status for the migration of Tag Templates to Dataplex Universal Catalog.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The configuration related to the migration to Dataplex Universal Catalog applied to an organization or project. It is the response message for SetConfig and RetrieveEffectiveConfig.
  "catalogUiExperience": "A String", # Opt-in status for the UI switch to Dataplex Universal Catalog.
  "tagTemplateMigration": "A String", # Opt-in status for the migration of Tag Templates to Dataplex Universal Catalog.
  "templateMigrationEnabledTime": "A String", # The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
}