I am new with google cloud platform and trying to get started. I am interested in using Google Cloud storage. Following this link: datastore reference I can see available client libraries (c++ is not one of them)
Now there is google api c++ client: google api c++ client and it has "Google Cloud Datastore API" as one of the service api's available.
And then there is this link: https://developers.google.com/api-client-library/cpp/
which just says:
"The Google APIs C++ Client Library is no longer available. Thank you for your interest."
That got me a bit confused. As I would like to use cloud DataStore via native c++ api.