Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Gets an environment. Returns NOT_FOUND if the environment does not exist.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudshell.googleapis.com/v1/{name}
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:cloudshell
At a glance
Language Java
Endpoints7
Base URLhttps://cloudshell.googleapis.com
✓ Official