Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Gets details of a specified lineage event.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datalineage.googleapis.com/v1/{name}
Lists runs in the given project and location. List order is descending by `st…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datalineage.googleapis.com/v1/{parent}/runs
Lists operations that match the specified filter in the request. If the serve…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datalineage.googleapis.com/v1/{name}/operations
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:datalineage
At a glance
Language Java
Endpoints13
Base URLhttps://datalineage.googleapis.com
✓ Official