Close httplib2 connections.
retrieveConfig(name, x__xgafv=None)
Retrieves the configuration related to the migration from Data Catalog to Dataplex for a specific organization, including all the projects under it which have a separate configuration set.
retrieveEffectiveConfig(name, x__xgafv=None)
Retrieves the effective configuration related to the migration from Data Catalog to Dataplex 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 for an organization or project.
close()
Close httplib2 connections.
retrieveConfig(name, x__xgafv=None)
Retrieves the configuration related to the migration from Data Catalog to Dataplex for a specific organization, including all the projects under it which have a separate configuration set. Args: name: string, Required. The organization whose 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 from Data Catalog to Dataplex that has been applied to an organization and any projects under it. It is the response message for RetrieveConfig. "config": { # Map of organizations and project resource names and their configuration. The format for the map keys is `organizations/{organizationId}` or `projects/{projectId}`. "a_key": { # The configuration related to the migration to Dataplex 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. "tagTemplateMigration": "A String", # Opt-in status for the migration of Tag Templates to Dataplex. }, }, }
retrieveEffectiveConfig(name, x__xgafv=None)
Retrieves the effective configuration related to the migration from Data Catalog to Dataplex 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 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. "tagTemplateMigration": "A String", # Opt-in status for the migration of Tag Templates to Dataplex. }
setConfig(name, body=None, x__xgafv=None)
Sets the configuration related to the migration to Dataplex 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. "tagTemplateMigration": "A String", # Opt-in status for the migration of Tag Templates to Dataplex. } 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 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. "tagTemplateMigration": "A String", # Opt-in status for the migration of Tag Templates to Dataplex. }