Class ExportDomainListsAction

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

public class ExportDomainListsAction extends Object implements Runnable
An action that exports the list of active domains on all real TLDs to Google Drive and GCS.

Each TLD's active domain names are exported as a newline-delimited flat text file with the name TLD.txt into the domain-lists bucket. Note that this overwrites the files in place.

  • Field Details

  • Method Details