1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 12:02:30 +00: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:
mcilwain
2019-06-06 09:12:47 -07:00
committed by jianglai
parent ff6d327183
commit 55dc735ba0
2 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ import google.registry.model.Buildable;
import google.registry.model.EppResource;
import google.registry.model.ImmutableObject;
import google.registry.model.annotations.ExternalMessagingName;
import google.registry.model.annotations.ReportedOn;
import google.registry.model.domain.DomainRenewData;
import google.registry.model.eppoutput.EppResponse.ResponseData;
import google.registry.model.poll.PendingActionNotificationResponse.ContactPendingActionNotificationResponse;
@@ -65,6 +66,7 @@ import org.joda.time.DateTime;
* Command</a>
*/
@Entity
@ReportedOn
@ExternalMessagingName("message")
public abstract class PollMessage extends ImmutableObject
implements Buildable, TransferServerApproveEntity {