Googleapis Cloudsearch
Google Cloud Search API is an interface for indexing and searching organizational content across Google Workspace and connected data sources.
- 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)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: cloudsearch_debug_identitysources_items_listforu, cloudsearch_debug_identitysources_unmappedids_li, cloudsearch_indexing_datasources_items_get, cloudsearch_indexing_datasources_items_list, cloudsearch_indexing_datasources_getschema, cloudsearch_query_sources_list |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |