mirror of
https://github.com/google/nomulus
synced 2026-04-23 17:50:49 +00:00
Export entity integrity alerts to BigQuery
This is part 2 of a longer series. Part 3 will add lots more tests, will add a cron entry, and will include an analysis script to run on BigQuery to detect the presence of two consecutive errors. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120040267
This commit is contained in:
@@ -42,6 +42,14 @@ public class EppResourceIndex extends BackupGroupRoot {
|
||||
@Index
|
||||
String kind;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public String getKind() {
|
||||
return kind;
|
||||
}
|
||||
|
||||
public Ref<? extends EppResource> getReference() {
|
||||
return reference;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user