google-nomulus/java/google/registry/export
guyben a4f85c33c0 Add the App Engine service used in the Action definition
Our goal is to be able to address every Action by looking at the class itself, and to make it clearer at a glance what you need to access the Action's endpoint

Currently, we can know from the @Action annotation:
- the endpoint path
- the Method needed
- the authentication level needed

This CL adds the service where the Action is hosted, which also translates to the URL.

NOTE - currently we don't have any Action hosted on multiple services. I don't think we will ever need it (since they do the same thing no matter which service they are on, so why host it twice?), but if we do we'll have to update the code to allow it.

The next step after this is to make sure all the @Parameters are defined on the Action itself, and then we will be able to craft access to the endpoint programatically (or at least verify at run-time we crafted a correct URL)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229375735
2019-01-17 18:59:16 -05:00
..
datastore Support datastore restore in Nomulus tool 2019-01-10 16:23:35 -05:00
sheet Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
BackupDatastoreAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
BigqueryPollJobAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
BUILD Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
CheckBackupAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
CheckSnapshotAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
DatastoreBackupInfo.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DatastoreBackupService.java Wrap ModulesService in new AppEngineServiceUtils 2018-08-10 13:44:25 -04:00
DriveModule.java Introduce simplified Default credential provision 2018-09-08 00:16:09 -04:00
ExportConstants.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
ExportDomainListsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ExportPremiumTermsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ExportRequestModule.java Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
ExportReservedTermsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ExportSnapshotAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ExportUtils.java Add octothorpes to disclaimer in exported reserved list 2018-09-08 00:18:19 -04:00
LoadSnapshotAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SyncGroupMembersAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
UpdateSnapshotViewAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
UploadDatastoreBackupAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00