Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Returns cryptographic keys managed by Cloud KMS in a given Cloud project. Not…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://kmsinventory.googleapis.com/v1/{parent}/cryptoKeys
Returns aggregate information about the resources protected by the given Clou…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://kmsinventory.googleapis.com/v1/{name}/protectedResourcesSummary
Returns metadata about the resources protected by the given Cloud KMS CryptoK…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://kmsinventory.googleapis.com/v1/{scope}/protectedResources:search
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:kmsinventory
At a glance
Language Java
Endpoints3
Base URLhttps://kmsinventory.googleapis.com
✓ Official