mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Add @ReportedOn annotation for BigQuery exports
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=142038227
This commit is contained in:
parent
6cdac0462a
commit
b0ebeed5a5
20 changed files with 145 additions and 77 deletions
|
@ -27,6 +27,7 @@ import com.googlecode.objectify.annotation.Cache;
|
|||
import com.googlecode.objectify.annotation.Entity;
|
||||
import com.googlecode.objectify.annotation.Id;
|
||||
import google.registry.model.BackupGroupRoot;
|
||||
import google.registry.model.annotations.ReportedOn;
|
||||
import google.registry.model.domain.DomainApplication;
|
||||
import google.registry.util.CollectionUtils;
|
||||
import java.util.Set;
|
||||
|
@ -38,6 +39,7 @@ import org.joda.time.DateTime;
|
|||
* resource is always kept up to date as additional domain applications are created, it is never
|
||||
* necessary to query them explicitly from Datastore.
|
||||
*/
|
||||
@ReportedOn
|
||||
@Entity
|
||||
@Cache(expirationSeconds = RECOMMENDED_MEMCACHE_EXPIRATION)
|
||||
public class DomainApplicationIndex extends BackupGroupRoot {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue