Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
CreateProfile creates a new profile resource in the online mode. The server e…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudprofiler.googleapis.com/v2/{parent}/profiles
CreateOfflineProfile creates a new profile resource in the offline mode. The …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudprofiler.googleapis.com/v2/{parent}/profiles:createOffline
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:cloudprofiler
At a glance
Language Java
Endpoints3
Base URLhttps://cloudprofiler.googleapis.com
✓ Official