google-nomulus/java/google/registry/export/datastore
weiminyu 4e71421c81 Support datastore restore in Nomulus tool
Two commands are being added:
- ImportDatastoreCommand starts an async import operation.
  User may choose to wait until import completes or quit
  immediately.
- GetOperationStatusCommand checks the status of an operation.
  It may be used to check the status of an operation started by
  ImportDatastoreCommand.

Both commands communicate with Datastore admin api directly, without
going through the Registry server.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=228400059
2019-01-10 16:23:35 -05:00
..
BUILD Add helper methods to DatastoreAdmin Operation object 2018-12-06 13:30:56 -05:00
DatastoreAdmin.java Support datastore restore in Nomulus tool 2019-01-10 16:23:35 -05:00
DatastoreAdminModule.java Add a package to open source 2018-11-16 17:02:15 -05:00
EntityFilter.java Support datastore restore in Nomulus tool 2019-01-10 16:23:35 -05:00
Operation.java Support datastore restore in Nomulus tool 2019-01-10 16:23:35 -05:00