Googleapis Spanner
Connector for the googleapis-spanner API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://spanner.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
spanner_projects_instances_databases_getddl— GET /v1/{database}/ddl — Returns the schema of a Cloud Spanner database as a list of formatted DDL statemspanner_projects_instances_databases_sessions_li— GET /v1/{database}/sessions — Lists all sessions in a given database.spanner_projects_instances_operations_list— GET /v1/{name} — Lists operations that match the specified filter in the request. If the server dspanner_projects_instances_databases_getscans— GET /v1/{name}/scans — Request a specific scan with Database-specific data for Cloud Key Visualizer.spanner_scans_list— GET /v1/{parent} — Return available scans given a Database-specific resource name.spanner_projects_instances_backupoperations_list— GET /v1/{parent}/backupOperations — Lists the backup long-running operations in the given instance. A backup operati
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: spanner_projects_instances_databases_getddl
# (attach an 'oauth' credential to the task — no inline secrets)