Googleapis Contentwarehouse
googleapis-contentwarehouse is a generated connector for Google Cloud Content Warehouse, a service for organizing, searching, and managing enterprise documents and metadata.
- Base URL:
https://contentwarehouse.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
contentwarehouse_projects_locations_synonymsets_— GET /v1/{name} — Gets a SynonymSet for a particular context. Throws a NOT_FOUND exception if thecontentwarehouse_projects_locations_documentsche— GET /v1/{parent}/documentSchemas — Lists document schemas.contentwarehouse_projects_locations_rulesets_lis— GET /v1/{parent}/ruleSets — Lists rulesets.contentwarehouse_projects_locations_initialize— POST /v1/{location}:initialize — Provisions resources for given tenant project. Returns a long running operation.contentwarehouse_projects_locations_documents_re— POST /v1/{name}:delete — Deletes a document. Returns NOT_FOUND if the document does not exist.contentwarehouse_projects_locations_documents_lo— POST /v1/{name}:lock — Lock the document so the document cannot be updated by other users.
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: contentwarehouse_projects_locations_synonymsets_
# (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: contentwarehouse_projects_locations_synonymsets_, contentwarehouse_projects_locations_documentsche, contentwarehouse_projects_locations_rulesets_lis, contentwarehouse_projects_locations_initialize, contentwarehouse_projects_locations_documents_re, contentwarehouse_projects_locations_documents_lo |
location |
string | no | — | Path parameter location (required by some operations). |
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}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |