mirror of
https://github.com/google/nomulus.git
synced 2025-05-29 08:50:09 +02:00
Export PollMessage entities to BigQuery
It would be nice to be able to query them using SQL in order to debug some potential issues registrars might be facing. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=251863662
This commit is contained in:
parent
ff6d327183
commit
55dc735ba0
2 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,7 @@ import google.registry.model.Buildable;
|
||||||
import google.registry.model.EppResource;
|
import google.registry.model.EppResource;
|
||||||
import google.registry.model.ImmutableObject;
|
import google.registry.model.ImmutableObject;
|
||||||
import google.registry.model.annotations.ExternalMessagingName;
|
import google.registry.model.annotations.ExternalMessagingName;
|
||||||
|
import google.registry.model.annotations.ReportedOn;
|
||||||
import google.registry.model.domain.DomainRenewData;
|
import google.registry.model.domain.DomainRenewData;
|
||||||
import google.registry.model.eppoutput.EppResponse.ResponseData;
|
import google.registry.model.eppoutput.EppResponse.ResponseData;
|
||||||
import google.registry.model.poll.PendingActionNotificationResponse.ContactPendingActionNotificationResponse;
|
import google.registry.model.poll.PendingActionNotificationResponse.ContactPendingActionNotificationResponse;
|
||||||
|
@ -65,6 +66,7 @@ import org.joda.time.DateTime;
|
||||||
* Command</a>
|
* Command</a>
|
||||||
*/
|
*/
|
||||||
@Entity
|
@Entity
|
||||||
|
@ReportedOn
|
||||||
@ExternalMessagingName("message")
|
@ExternalMessagingName("message")
|
||||||
public abstract class PollMessage extends ImmutableObject
|
public abstract class PollMessage extends ImmutableObject
|
||||||
implements Buildable, TransferServerApproveEntity {
|
implements Buildable, TransferServerApproveEntity {
|
||||||
|
|
|
@ -12,6 +12,7 @@ KmsSecret
|
||||||
KmsSecretRevision
|
KmsSecretRevision
|
||||||
Modification
|
Modification
|
||||||
OneTime
|
OneTime
|
||||||
|
PollMessage
|
||||||
PremiumList
|
PremiumList
|
||||||
PremiumListEntry
|
PremiumListEntry
|
||||||
PremiumListRevision
|
PremiumListRevision
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue