Googleapis Cloudsearch
Connector for the googleapis-cloudsearch API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://cloudsearch.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
cloudsearch_debug_identitysources_items_listforu— GET /v1/debug/{parent}/items:forunmappedidentity — Lists names of items associated with an unmapped identity. Note: This API recloudsearch_debug_identitysources_unmappedids_li— GET /v1/debug/{parent}/unmappedids — Lists unmapped user identities for an identity source. Note: This API requircloudsearch_indexing_datasources_items_get— GET /v1/indexing/{name} — Gets Item resource by item name. This API requires an admin or service account tcloudsearch_indexing_datasources_items_list— GET /v1/indexing/{name}/items — Lists all or a subset of Item resources. This API requires an admin or service acloudsearch_indexing_datasources_getschema— GET /v1/indexing/{name}/schema — Gets the schema of a data source. Note: This API requires an admin or serviccloudsearch_query_sources_list— GET /v1/query/sources — Returns list of sources that user can use for Search and Suggest APIs. Note:
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: cloudsearch_debug_identitysources_items_listforu
# (attach an 'oauth' credential to the task — no inline secrets)