commit | 98ea89b5727776e9754a99d44830652dd2ee19ef | [log] [tgz] |
---|---|---|
author | Pomai Ahlo <poahlo@google.com> | Wed Jan 03 16:38:52 2024 -0800 |
committer | Pomai Ahlo <poahlo@google.com> | Wed Jan 03 16:48:06 2024 -0800 |
tree | 08cfd36e40db279b9406fca799614cbb05a1282f | |
parent | 5aad4525274b811c0bf5289387c52e69ff2f4e57 [diff] |
Adjust enum to follow protobuf best practices First value of an enum should contain one of a set list of substrings that denote a default value. Included in this list is "UNKNOWN". Change the order of the values such that the default is first, and rename both defaults to have "UNKNOWN" for consistency. Bug: 306760576 Test: m Change-Id: I595e59c90448c04d26f41da607c2b3342b697139