Class SyncRegistrarsSheetAction

java.lang.Object
google.registry.export.sheet.SyncRegistrarsSheetAction
All Implemented Interfaces:
Runnable

public class SyncRegistrarsSheetAction extends Object implements Runnable
Action for synchronizing the registrars spreadsheet.

You can specify the spreadsheet ID by passing the "id" parameter. If this parameter is not specified, then the spreadsheet ID will be obtained from the registry configuration.

Cron will run this action hourly. So in order to minimize Google Spreadsheets I/O, this action will iterate through all registrars and check if any entries were modified in the past hour. If no modifications were made, the action will exit without performing any syncing.

Note: Setting the "id" parameter will disable the registrar update check.

Before using this service, you should make sure all the column headers listed in this source file are present. You also need to share the spreadsheet with the email address from the JSON credential file and give it edit permission.

See Also:
  • SyncRegistrarsSheet