Googleapis Datacatalog
Connector for the googleapis-datacatalog API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://datacatalog.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
datacatalog_entries_lookup— GET /v1beta1/entries:lookup — Get an entry by target resource name. This method allows clients to use the resodatacatalog_projects_locations_taxonomies_policy— GET /v1beta1/{name} — Gets a policy tag.datacatalog_projects_locations_entrygroups_entri— GET /v1beta1/{parent}/entries — Lists entries.datacatalog_projects_locations_entrygroups_list— GET /v1beta1/{parent}/entryGroups — Lists entry groups.datacatalog_projects_locations_entrygroups_tags_— GET /v1beta1/{parent}/tags — Lists tags assigned to an Entry. The columns in the response are lowercased.datacatalog_projects_locations_taxonomies_list— GET /v1beta1/{parent}/taxonomies — Lists all taxonomies in a project in a particular location that the caller has p
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: datacatalog_entries_lookup
# (attach an 'oauth' credential to the task — no inline secrets)