mirror of
https://github.com/google/nomulus
synced 2026-09-04 23:27:11 +00:00
Add [] to export domain lists to GCS
The ExportDomainListsAction [] has a cron entry that runs it twice per day. It exports one flat text file per real (non-test) TLD to the "{project-id}-domain-lists" bucket in Google Cloud Storage, overwriting the existing ones in place. Each file is a newline-delimited list of active (non-deleted) domains in that TLD.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116767987
This commit is contained in:
@@ -52,7 +52,7 @@ import javax.xml.bind.annotation.XmlTransient;
|
||||
public abstract class DomainBase extends EppResource {
|
||||
|
||||
/**
|
||||
* Fully qualified domain name, which serves as the foreign key for this domain.
|
||||
* Fully qualified domain name (puny-coded), which serves as the foreign key for this domain.
|
||||
* <p>
|
||||
* This is only unique in the sense that for any given lifetime specified as the time range from
|
||||
* (creationTime, deletionTime) there can only be one domain in the datastore with this name.
|
||||
|
||||
Reference in New Issue
Block a user