Update proto enum.

Bug: 143495340
Test: N/A
Change-Id: I0bec7b1ff17f62973c126d7cc79358775116fb0f
This commit is contained in:
Kweku Adams
2022-05-19 19:38:18 +00:00
parent b6da699d30
commit 0f51e30d13

View File

@@ -1073,6 +1073,7 @@ message JobStatusDumpProto {
RARE = 3;
NEVER = 4;
RESTRICTED = 5;
EXEMPTED = 6;
}
optional Bucket standby_bucket = 17;
optional bool is_exempted_from_app_standby = 27;