Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Gets a single contact.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{name}
Lists the contacts that have been set on a resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{parent}/contacts
Lists all contacts for the resource that are subscribed to the specified noti…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{parent}/contacts:compute
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:essentialcontacts
At a glance
Language Java
Endpoints7
Base URLhttps://essentialcontacts.googleapis.com
✓ Official