Googleapis Integrations
Connector for the googleapis-integrations API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://integrations.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
integrations_callback_generatetoken— GET /v1/callback:generateToken — Receives the auth code and auth config id to combine that with the client id andintegrations_connectorplatformregions_enumerate— GET /v1/connectorPlatformRegions:enumerate — Enumerates the regions for which Connector Platform is provisioned.integrations_projects_locations_sfdcinstances_sf— GET /v1/{name} — Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception wilintegrations_projects_locations_products_integra— GET /v1/{name}:download — Downloads an integration. Retrieves theIntegrationVersionfor a given `integrintegrations_projects_locations_products_authcon— GET /v1/{parent}/authConfigs — Lists all auth configs that match the filter. Restrict to auth configs belong tointegrations_projects_locations_products_certifi— GET /v1/{parent}/certificates — List all the certificates that match the filter. Restrict to certificate of curr
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: integrations_callback_generatetoken
# (attach an 'oauth' credential to the task — no inline secrets)