Using gax-java with googleapis.com

unknown integration

✓ Official SDK
Install
# See https://github.com/googleapis/gax-java
Gets a policy on a resource. If no policy is set on the resource, `NOT_FOUND`…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://orgpolicy.googleapis.com/v2/{name}
Retrieves all of the policies that exist on a particular resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://orgpolicy.googleapis.com/v2/{parent}/policies
Lists constraints that could be applied on the specified resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://orgpolicy.googleapis.com/v2/{parent}/constraints
SDK on GitHub 📄 API Docs
SDK
gax-java
unknown
API
googleapis.com
googleapis.com:orgpolicy
At a glance
Language unknown
Endpoints9
Base URLhttps://orgpolicy.googleapis.com
✓ Official