mirror of
https://github.com/google/nomulus
synced 2026-05-22 07:41:50 +00:00
A tool to visualize the layout of our schema in datastore.
The output on the current schema is:
CommitLogBucket (not backed up)
↳ CommitLogManifest (not backed up)
↳ CommitLogMutation (not backed up)
CommitLogCheckpointRoot (not backed up)
↳ CommitLogCheckpoint (not backed up)
DomainApplicationIndex (bgr)
EntityGroupRoot (bgr)
↳ ClaimsListShard.ClaimsListSingleton (not backed up)
↳ ClaimsListShard.ClaimsListRevision (virtual)
↳ ClaimsListShard (not backed up)
↳ LogsExportCursor
↳ PremiumList
↳ PremiumList.PremiumListRevision (virtual)
↳ PremiumList.PremiumListEntry
↳ Registrar
↳ RegistrarBillingEntry
↳ RegistrarContact
↳ RegistrarCredit
↳ RegistrarCreditBalance
↳ Registry (bgr)
↳ RegistryCursor
↳ ReservedList
↳ ServerSecret (not backed up)
↳ SignedMarkRevocationList (not backed up)
↳ TmchCrl (not backed up)
EppResource (abstract) (bgr)
- ContactResource
- DomainBase
- DomainApplication (subclass)
- DomainResource (subclass)
- HostResource
↳ HistoryEntry
↳ BillingEvent.Cancellation
↳ BillingEvent.Modification
↳ BillingEvent.OneTime
↳ BillingEvent.Recurring
↳ PollMessage (abstract)
- PollMessage.Autorenew (subclass)
- PollMessage.OneTime (subclass)
EppResourceIndexBucket (virtual)
↳ EppResourceIndex (bgr)
ForeignKeyIndex.ForeignKeyContactIndex (bgr)
ForeignKeyIndex.ForeignKeyDomainIndex (bgr)
ForeignKeyIndex.ForeignKeyHostIndex (bgr)
GaeUserIdConverter (not backed up)
Lock (not backed up)
RdeRevision
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=120251537
This commit is contained in:
committed by
Justine Tunney
parent
4ba8c0e552
commit
6f72af2ba6
@@ -54,6 +54,7 @@ public final class GtechTool {
|
||||
.put("get_host", GetHostCommand.class)
|
||||
.put("get_registrar", GetRegistrarCommand.class)
|
||||
.put("get_schema", GetSchemaCommand.class)
|
||||
.put("get_schema_tree", GetSchemaTreeCommand.class)
|
||||
.put("get_tld", GetTldCommand.class)
|
||||
.put("hash_certificate", HashCertificateCommand.class)
|
||||
.put("list_credits", ListCreditsCommand.class)
|
||||
|
||||
Reference in New Issue
Block a user