Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Looks up a single pipeline. Returns a "NOT_FOUND" error if no such pipeline e…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datapipelines.googleapis.com/v1/{name}
Lists jobs for a given pipeline. Throws a "FORBIDDEN" error if the caller doe…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datapipelines.googleapis.com/v1/{parent}/jobs
Lists pipelines. Returns a "FORBIDDEN" error if the caller doesn't have permi…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datapipelines.googleapis.com/v1/{parent}/pipelines
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:datapipelines
At a glance
Language Java
Endpoints8
Base URLhttps://datapipelines.googleapis.com
✓ Official