Add Flag.AUTO_RENEW to BillingEvent

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=117821700
This commit is contained in:
ctingue 2016-03-22 07:42:54 -07:00 committed by Justine Tunney
parent 0db3e13ef3
commit 62ca799b36
2 changed files with 3 additions and 0 deletions

View file

@ -57,6 +57,7 @@ public abstract class BillingEvent extends ImmutableObject
CREATE,
TRANSFER,
RENEW,
// TODO(b/27777398): Drop Reason.AUTO_RENEW after migration to Flag.AUTO_RENEW.
AUTO_RENEW,
RESTORE,
SERVER_STATUS,
@ -67,6 +68,7 @@ public abstract class BillingEvent extends ImmutableObject
public enum Flag {
ALLOCATION,
ANCHOR_TENANT,
AUTO_RENEW,
LANDRUSH,
SUNRISE
}