Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Gets a runtime version.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://tpu.googleapis.com/v2/{name}
Lists nodes.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://tpu.googleapis.com/v2/{parent}/nodes
Lists information about the supported locations for this service.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://tpu.googleapis.com/v2/{name}/locations
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:tpu
At a glance
Language Java
Endpoints14
Base URLhttps://tpu.googleapis.com
✓ Official