We are able to store Cloud Datastore entities using backup.create endpoint provided by GAE.
https://cloud.google.com/appengine/articles/scheduled_backups#Specifying_Backups_in_a_Cron_File
We want to implement a feature like give an option to users restore their backups. But seems there is no restore endpoint API in GAE.
I observed that we have to login in Cloud Datastore admin console and do the restore process by selecting the GCS file path.
Is there a way to do this like GCS dump load and restore the database using java platform?