<- Adapters

GCP

experimentalcloud

Google Cloud Platform infrastructure operations

pip install chp-adapter-gcp

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

compute_listv0.1.0

List Compute Engine instances, optionally filtered by zone.

chp.adapters.gcp.compute_list
compute_startv0.1.0

Start a stopped Compute Engine instance.

chp.adapters.gcp.compute_start
compute_stopv0.1.0

Stop a running Compute Engine instance.

chp.adapters.gcp.compute_stop
function_invokev0.1.0

Invoke a Cloud Function. Payload and response never in evidence.

chp.adapters.gcp.function_invoke
function_listv0.1.0

List Cloud Functions, optionally filtered by region.

chp.adapters.gcp.function_list
gcs_deletev0.1.0

Delete a GCS object.

chp.adapters.gcp.gcs_delete
gcs_listv0.1.0

List objects in a GCS bucket.

chp.adapters.gcp.gcs_list
gcs_metadatav0.1.0

Get metadata for a GCS object without downloading content.

chp.adapters.gcp.gcs_metadata
gcs_putv0.1.0

Upload content to a GCS object. Content never in evidence.

chp.adapters.gcp.gcs_put
See the full capability catalog →