Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Lists operations that match the specified filter in the request. If the serve…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudchannel.googleapis.com/v1/{name}
Lists the Products the reseller is authorized to sell. Possible error codes: …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudchannel.googleapis.com/v1/products
Lists the SKUs for a product the reseller is authorized to sell. Possible err…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudchannel.googleapis.com/v1/{parent}/skus
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:cloudchannel
At a glance
Language Java
Endpoints40
Base URLhttps://cloudchannel.googleapis.com
✓ Official