mirror of
https://github.com/google/nomulus.git
synced 2025-07-08 20:23:24 +02:00
Add Flag.AUTO_RENEW to BillingEvent
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117821700
This commit is contained in:
parent
0db3e13ef3
commit
62ca799b36
2 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,7 @@ public abstract class BillingEvent extends ImmutableObject
|
||||||
CREATE,
|
CREATE,
|
||||||
TRANSFER,
|
TRANSFER,
|
||||||
RENEW,
|
RENEW,
|
||||||
|
// TODO(b/27777398): Drop Reason.AUTO_RENEW after migration to Flag.AUTO_RENEW.
|
||||||
AUTO_RENEW,
|
AUTO_RENEW,
|
||||||
RESTORE,
|
RESTORE,
|
||||||
SERVER_STATUS,
|
SERVER_STATUS,
|
||||||
|
@ -67,6 +68,7 @@ public abstract class BillingEvent extends ImmutableObject
|
||||||
public enum Flag {
|
public enum Flag {
|
||||||
ALLOCATION,
|
ALLOCATION,
|
||||||
ANCHOR_TENANT,
|
ANCHOR_TENANT,
|
||||||
|
AUTO_RENEW,
|
||||||
LANDRUSH,
|
LANDRUSH,
|
||||||
SUNRISE
|
SUNRISE
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,7 @@ class com.google.domain.registry.model.billing.BillingEvent$Cancellation {
|
||||||
enum com.google.domain.registry.model.billing.BillingEvent$Flag {
|
enum com.google.domain.registry.model.billing.BillingEvent$Flag {
|
||||||
ALLOCATION;
|
ALLOCATION;
|
||||||
ANCHOR_TENANT;
|
ANCHOR_TENANT;
|
||||||
|
AUTO_RENEW;
|
||||||
LANDRUSH;
|
LANDRUSH;
|
||||||
SUNRISE;
|
SUNRISE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue