Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Get the patch job. This can be used to track the progress of an ongoing patch…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://osconfig.googleapis.com/v1beta/{name}
Get a list of patch jobs.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://osconfig.googleapis.com/v1beta/{parent}/patchJobs
Get a page of OS Config guest policies.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://osconfig.googleapis.com/v1beta/{parent}/guestPolicies
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:osconfig
At a glance
Language Java
Endpoints14
Base URLhttps://osconfig.googleapis.com
✓ Official