@ParametersAreNonnullByDefault
Package google.registry.tools
-
Interface Summary Interface Description Command Interface of all commands.CommandWithRemoteApi Marker interface for commands that use the remote api. -
Class Summary Class Description AppEngineAdminApiModule Module providing the instance ofAppengine
to access App Engine Admin Api.AuthModule Module providing the dependency graph for authorization credentials.ConfirmingCommand ACommand
that implements a confirmation step before executing.CreateOrUpdateReservedListCommand Base class for specification of command line parameters common to creating and updating reserved lists.CreatePremiumListCommand Command to create aPremiumList
on Datastore.CreateRegistrarGroupsCommand Command to create groups in Google Groups for all contact types for a registrar.DedupeOneTimeBillingEventIdsCommand Command to dedupeBillingEvent.OneTime
entities having duplicate IDs.DedupeRecurringBillingEventIdsCommand A command that re-saves the problematicBillingEvent.Recurring
entities with unique IDs.DeployInvoicingPipelineCommand Nomulus command that deploys theInvoicingPipeline
template.DeploySpec11PipelineCommand Nomulus command that deploys theSpec11Pipeline
template.DomainLockUtils Utility functions for validating and applyingRegistryLock
s.GetOperationStatusCommand Command to get the status of a Datastore operation, e.g., an import or export.GetSqlCredentialCommand Command to get a Cloud SQL credential in the Secret Manager.ImportDatastoreCommand Command that imports an earlier backup into Datastore.LevelDbLogReader Iterator that incrementally parses binary data in LevelDb format into records.ListDatastoreOperationsCommand Command that lists Datastore operations.LockDomainCommand A command to registry lock domain names.LockOrUnlockDomainCommand Shared base class for commands to registry lock or unlock a domain via EPP.MutatingCommand AConfirmingCommand
that changes objects in Datastore.MutatingEppToolCommand A command to execute an epp command that intends to mutate objects (i.e.RegistryTool Container class to create and run remote commands against a Datastore instance.RemoteApiOptionsUtil Provides a method to accessRemoteApiOptions.useGoogleCredentialStream(InputStream)
, which is a package private method.RemoveRegistryOneKeyCommand Command to remove the Registry 1.0 key inDomainBase
entity.ResaveEntitiesCommand A command to load and resave an entity by websafe key.ResaveEppResourceCommand A command to load and resave anEppResource
by foreign key.SaveSqlCredentialCommand Command to create or update a Cloud SQL credential in the Secret Manager.SetSqlReplayCheckpointCommand Command to setSqlReplayCheckpoint
to a particular, post-initial-population time.ShellCommand Implements a tiny shell interpreter for the nomulus tool.UnlockDomainCommand A command to registry unlock domain names. -
Enum Summary Enum Description RegistryToolEnvironment Enum of production environments, used for the--environment
flag. -
Annotation Types Summary Annotation Type Description AuthModule.CloudSqlClientCredential Dagger qualifier forCredential
used by the Cloud SQL client in the nomulus tool.