mirror of
https://github.com/google/nomulus.git
synced 2025-05-27 22:50:08 +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.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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue