Using gax-java with googleapis.com

unknown integration

✓ Official SDK
Install
# See https://github.com/googleapis/gax-java
Exports a copy of all or a subset of entities from Google Cloud Datastore to …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datastore.googleapis.com/v1beta1/projects/{projectId}:export
Imports entities into Google Cloud Datastore. Existing entities with the same…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://datastore.googleapis.com/v1beta1/projects/{projectId}:import
SDK on GitHub 📄 API Docs
SDK
gax-java
unknown
API
googleapis.com
googleapis.com:datastore
At a glance
Language unknown
Endpoints2
Base URLhttps://datastore.googleapis.com
✓ Official