Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Retrieves the requested filter set for the account with the given account ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://adexchangebuyer.googleapis.com/v2beta1/{name}
Lists all filter sets for the account with the given account ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://adexchangebuyer.googleapis.com/v2beta1/{ownerName}/filterSets
Lists all metrics that are measured in terms of number of bids.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://adexchangebuyer.googleapis.com/v2beta1/{filterSetName}/bidMetrics
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:adexchangebuyer2
At a glance
Language Java
Endpoints50
Base URLhttps://adexchangebuyer.googleapis.com
✓ Official