Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
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
dotnet-genai
HTML
API
googleapis.com
googleapis.com:cloudbuild
At a glance
Language HTML
Endpoints6
Base URLhttps://cloudbuild.googleapis.com
✓ Official