mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
Make driveFolderId on Registry entity optional
This defaults to null, and leaving it to null now simply disables reserved terms exporting, rather than throwing an error every time the action runs. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138763161
This commit is contained in:
@@ -270,7 +270,11 @@ public class Registry extends ImmutableObject implements Buildable {
|
||||
*/
|
||||
String tldUnicode;
|
||||
|
||||
/** Id of the folder in drive used to publish information for this TLD. */
|
||||
/**
|
||||
* Id of the folder in drive used to public (export) information for this TLD.
|
||||
*
|
||||
* <p>This is optional; if not configured, then information won't be exported for this TLD.
|
||||
*/
|
||||
String driveFolderId;
|
||||
|
||||
/** The type of the TLD, whether it's real or for testing. */
|
||||
|
||||
Reference in New Issue
Block a user