mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Rename LrpToken to LrpTokenEntity
This is to better distinguish between an LRP "token" (the string passed along in EPP) and the datastore entity that contains the token and all metadata. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135943480
This commit is contained in:
parent
1a9f91ed9e
commit
dd9137fbd1
14 changed files with 104 additions and 97 deletions
|
@ -34,7 +34,7 @@ import google.registry.model.billing.RegistrarCredit;
|
|||
import google.registry.model.billing.RegistrarCreditBalance;
|
||||
import google.registry.model.contact.ContactResource;
|
||||
import google.registry.model.domain.DomainBase;
|
||||
import google.registry.model.domain.LrpToken;
|
||||
import google.registry.model.domain.LrpTokenEntity;
|
||||
import google.registry.model.host.HostResource;
|
||||
import google.registry.model.index.DomainApplicationIndex;
|
||||
import google.registry.model.index.EppResourceIndex;
|
||||
|
@ -53,7 +53,7 @@ public final class ExportConstants {
|
|||
|
||||
/** Set of entity classes to export into BigQuery for reporting purposes. */
|
||||
@VisibleForTesting
|
||||
@SuppressWarnings("unchecked") // varargs
|
||||
@SuppressWarnings("unchecked") // varargs
|
||||
static final ImmutableSet<Class<? extends ImmutableObject>> REPORTING_ENTITY_CLASSES =
|
||||
ImmutableSet.of(
|
||||
Cancellation.class,
|
||||
|
@ -66,7 +66,7 @@ public final class ExportConstants {
|
|||
ForeignKeyHostIndex.class,
|
||||
HistoryEntry.class,
|
||||
HostResource.class,
|
||||
LrpToken.class,
|
||||
LrpTokenEntity.class,
|
||||
Modification.class,
|
||||
OneTime.class,
|
||||
PremiumList.class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue