Googleapis Compute
Connector for the googleapis-compute API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://compute.googleapis.com/compute/v1 - 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
compute_firewallpolicies_list— GET /locations/global/firewallPolicies — Lists all the policies that have been configured for the specified folder or orgcompute_firewallpolicies_listassociations— GET /locations/global/firewallPolicies/listAssociations — Lists associations of a specified target, i.e., organization or folder.compute_firewallpolicies_get— GET /locations/global/firewallPolicies/{firewallPolicy} — Returns the specified firewall policy.compute_firewallpolicies_getassociation— GET /locations/global/firewallPolicies/{firewallPolicy}/getAssociation — Gets an association with the specified name.compute_firewallpolicies_getrule— GET /locations/global/firewallPolicies/{firewallPolicy}/getRule — Gets a rule of the specified priority.compute_firewallpolicies_getiampolicy— GET /locations/global/firewallPolicies/{resource}/getIamPolicy — Gets the access control policy for a resource. May be empty if no such policy or
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: compute_firewallpolicies_list
# (attach an 'oauth' credential to the task — no inline secrets)