Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
List the jobs of a project. To list the jobs of a project in a region, we rec…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataflow.googleapis.com/v1b3/projects/{projectId}/jobs
Lists snapshots.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataflow.googleapis.com/v1b3/projects/{projectId}/snapshots
Gets the state of the specified Cloud Dataflow job. To get the state of a job…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataflow.googleapis.com/v1b3/projects/{projectId}/jobs/{jobId}
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:dataflow
At a glance
Language HTML
Endpoints41
Base URLhttps://dataflow.googleapis.com
✓ Official