Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Lists all the debuggees that the user has access to.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://clouddebugger.googleapis.com/v2/debugger/debuggees
Lists all breakpoints for the debuggee.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://clouddebugger.googleapis.com/v2/debugger/debuggees/{debuggeeId}/breakpoints
Returns the list of all active breakpoints for the debuggee. The breakpoint s…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://clouddebugger.googleapis.com/v2/controller/debuggees/{debuggeeId}/breakpoints
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:clouddebugger
At a glance
Language Java
Endpoints8
Base URLhttps://clouddebugger.googleapis.com
✓ Official