Convert Branch.NameKey to AutoValue

See I6982fb24 for context.

Change-Id: I7a79a374c9efdd4ccd9ab5169562fb8ae3452120
This commit is contained in:
Dave Borowitz
2019-04-17 15:53:44 -07:00
parent 19ef3c8968
commit ac3b3d63d1
114 changed files with 436 additions and 451 deletions

View File

@@ -147,8 +147,8 @@ message Project_NameKey {
// Serialized form of com.google.gerrit.reviewdb.client.Branch.NameKey.
// Next ID: 3
message Branch_NameKey {
optional Project_NameKey project_name = 1;
optional string branch_name = 2;
optional Project_NameKey project = 1;
optional string branch = 2;
}
// Serialized form of com.google.gerrit.reviewdb.client.RevId.