Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Gets information about the specified AdMob publisher account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://admob.googleapis.com/v1beta/{name}
Lists the AdMob publisher account that was most recently signed in to from th…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://admob.googleapis.com/v1beta/accounts
List the apps under the specified AdMob account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://admob.googleapis.com/v1beta/{parent}/apps
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:admob
At a glance
Language Java
Endpoints7
Base URLhttps://admob.googleapis.com
✓ Official