config
Creates, updates, deletes, gets or lists a config
resource.
Overview
Name | config |
Type | Resource |
Id | google.datacatalog.config |
Fields
The following fields are returned by SELECT
queries:
- organizations_locations_retrieve_config
Successful response
Name | Datatype | Description |
---|---|---|
config | object | Map of organizations and project resource names and their configuration. The format for the map keys is organizations/{organizationId} or projects/{projectId} . |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
organizations_locations_retrieve_config | select | organizationsId , locationsId | Retrieves the configuration related to the migration from Data Catalog to Dataplex Universal Catalog for a specific organization, including all the projects under it which have a separate configuration set. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
locationsId | string | |
organizationsId | string |
SELECT
examples
- organizations_locations_retrieve_config
Retrieves the configuration related to the migration from Data Catalog to Dataplex Universal Catalog for a specific organization, including all the projects under it which have a separate configuration set.
SELECT
config
FROM google.datacatalog.config
WHERE organizationsId = '{{ organizationsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required;