Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Gets metadata for a SecretVersion. `projects/*/secrets/*/versions/latest` is …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://secretmanager.googleapis.com/v1beta1/{name}
Accesses a SecretVersion. This call returns the secret data. `projects/*/secr…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://secretmanager.googleapis.com/v1beta1/{name}:access
Lists information about the supported locations for this service.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://secretmanager.googleapis.com/v1beta1/{name}/locations
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:secretmanager
At a glance
Language Java
Endpoints15
Base URLhttps://secretmanager.googleapis.com
✓ Official