Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Gets a policy tag.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datacatalog.googleapis.com/v1beta1/{name}
Lists tags assigned to an Entry. The columns in the response are lowercased.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datacatalog.googleapis.com/v1beta1/{parent}/tags
Get an entry by target resource name. This method allows clients to use the r…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datacatalog.googleapis.com/v1beta1/entries:lookup
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:datacatalog
At a glance
Language Java
Endpoints23
Base URLhttps://datacatalog.googleapis.com
✓ Official