Googleapis Serviceusage
Connector for the googleapis-serviceusage API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://serviceusage.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
serviceusage_operations_list— GET /v1beta1/operations — Lists operations that match the specified filter in the request. If the server dserviceusage_services_consumerquotametrics_limit— GET /v1beta1/{name} — Retrieves a summary of quota information for a specific quota limit.serviceusage_services_consumerquotametrics_list— GET /v1beta1/{parent}/consumerQuotaMetrics — Retrieves a summary of all quota information visible to the service consumer, orserviceusage_services_list— GET /v1beta1/{parent}/services — Lists all services available to the specified project, and the current state ofserviceusage_services_disable— POST /v1beta1/{name}:disable — Disables a service so that it can no longer be used with a project. This preventserviceusage_services_enable— POST /v1beta1/{name}:enable — Enables a service so that it can be used with a project. Operation response type
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: serviceusage_operations_list
# (attach an 'oauth' credential to the task — no inline secrets)