Using python-storage with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-storage
Quick start
import python-storage

# Use an OAuth2 access token
client = python_storage.Client(access_token="YOUR_ACCESS_TOKEN")
Returns details of a `WorkerPool`.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudbuild.googleapis.com/v1alpha2/{name}
Lists `WorkerPool`s by project.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudbuild.googleapis.com/v1alpha2/{parent}/workerPools
SDK on GitHub 📄 API Docs
SDK
python-storage
Python
API
googleapis.com
googleapis.com:cloudbuild
At a glance
Language Python
Endpoints6
Base URLhttps://cloudbuild.googleapis.com
✓ Official