Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets information about a Revision.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://run.googleapis.com/v2/{name}
Lists Jobs.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://run.googleapis.com/v2/{parent}/jobs
Lists Tasks from an Execution of a Job.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://run.googleapis.com/v2/{parent}/tasks
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:run
At a glance
Language HTML
Endpoints16
Base URLhttps://run.googleapis.com
✓ Official