Remove deprecated Datastore backup code

Removed three Action classes and the CheckSnapshot command.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230545631
This commit is contained in:
weiminyu 2019-01-23 09:39:26 -08:00 committed by jianglai
parent 701ebc6a28
commit acbd23fa64
20 changed files with 14 additions and 1527 deletions

View file

@ -28,9 +28,7 @@ import google.registry.request.auth.Auth;
import javax.inject.Inject;
/**
* Action to trigger a Datastore backup job that writes a snapshot to Google Cloud Storage. This
* class is introduced as an experimental feature, and will eventually replace {@link
* ExportSnapshotAction}.
* Action to trigger a Datastore backup job that writes a snapshot to Google Cloud Storage.
*
* <p>This is the first step of a four step workflow for exporting snapshots, with each step calling
* the next upon successful completion: