Helo guys,
there's some tips for interop on DataStore?
https://github.com/SimpleValue has a bunch of implementations for google cloud services. In short most of these are just simple wrappers around the various API’s. Here is the datastore one https://github.com/SimpleValue/sv.gcloud.datastore You will also need the auth client https://github.com/SimpleValue/sv.gcloud.client Shout if you need some help
Alternatively if you are brave you can attempt to use the java clients for datastore etc.
Thanks 😃