Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Gets the latest state of a long-running operation. Clients can use this metho…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://healthcare.googleapis.com/v1beta1/{name}
Lists all the versions of a resource (including the current version and delet…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://healthcare.googleapis.com/v1beta1/{name}/_history
Lists information about the supported locations for this service.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://healthcare.googleapis.com/v1beta1/{name}/locations
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:healthcare
At a glance
Language Java
Endpoints72
Base URLhttps://healthcare.googleapis.com
✓ Official