Reland "infra/proto cannot include src/prototype."

This is a reland of 8a6a7eacb0c65f3ed816deefc141c4153e9838c6, now with
the other in-use fields.

Original change's description:
> infra/proto cannot include src/prototype.
>
> The way the config repo is imported and used means that including
> some prototype/ protos results in failure in chromite api bindings.
>
> BUG=b:177487002, chromium:1157948
> TEST=generate.sh
>
> Change-Id: Ia3595b1358c3c8cce8b69810131bba2399daed79
> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/proto/+/2654252
> Commit-Queue: LaMont Jones <lamontjones@chromium.org>
> Reviewed-by: Alex Klein <saklein@chromium.org>
> Reviewed-by: George Engelbrecht <engeg@google.com>
> Auto-Submit: LaMont Jones <lamontjones@chromium.org>

BUG=b:177487002, chromium:1157948
TEST=generate

Change-Id: I93fdd92e88aa54ce3f3b444cddc6f15b4fb962b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/proto/+/2654527
Reviewed-by: George Engelbrecht <engeg@google.com>
Commit-Queue: LaMont Jones <lamontjones@chromium.org>
diff --git a/go/chromiumos/common.pb.go b/go/chromiumos/common.pb.go
index 6f7b2b2..b3fbb0e 100644
--- a/go/chromiumos/common.pb.go
+++ b/go/chromiumos/common.pb.go
@@ -6,7 +6,6 @@
 import (
 	fmt "fmt"
 	proto "github.com/golang/protobuf/proto"
-	prototype "go.chromium.org/chromiumos/infra/proto/go/prototype"
 	math "math"
 )
 
@@ -1537,8 +1536,9 @@
 // Message for defining a release builder.
 // Used to generate release_builders.star.
 type ReleaseBuilder struct {
-	// The release milestone. Needs to have "branch_name" filled out.
-	Milestone *prototype.Milestone `protobuf:"bytes,1,opt,name=milestone,proto3" json:"milestone,omitempty"`
+	// Types that are valid to be assigned to MilestoneMessage:
+	//	*ReleaseBuilder_Milestone_
+	MilestoneMessage isReleaseBuilder_MilestoneMessage `protobuf_oneof:"milestone_message"`
 	// Schedule to use for release builder.
 	// e.g. "0 5 * * *"
 	BuildSchedule        string   `protobuf:"bytes,2,opt,name=build_schedule,json=buildSchedule,proto3" json:"build_schedule,omitempty"`
@@ -1572,9 +1572,26 @@
 
 var xxx_messageInfo_ReleaseBuilder proto.InternalMessageInfo
 
-func (m *ReleaseBuilder) GetMilestone() *prototype.Milestone {
+type isReleaseBuilder_MilestoneMessage interface {
+	isReleaseBuilder_MilestoneMessage()
+}
+
+type ReleaseBuilder_Milestone_ struct {
+	Milestone *ReleaseBuilder_Milestone `protobuf:"bytes,1,opt,name=milestone,proto3,oneof"`
+}
+
+func (*ReleaseBuilder_Milestone_) isReleaseBuilder_MilestoneMessage() {}
+
+func (m *ReleaseBuilder) GetMilestoneMessage() isReleaseBuilder_MilestoneMessage {
 	if m != nil {
-		return m.Milestone
+		return m.MilestoneMessage
+	}
+	return nil
+}
+
+func (m *ReleaseBuilder) GetMilestone() *ReleaseBuilder_Milestone {
+	if x, ok := m.GetMilestoneMessage().(*ReleaseBuilder_Milestone_); ok {
+		return x.Milestone
 	}
 	return nil
 }
@@ -1586,6 +1603,116 @@
 	return ""
 }
 
+// XXX_OneofWrappers is for the internal use of the proto package.
+func (*ReleaseBuilder) XXX_OneofWrappers() []interface{} {
+	return []interface{}{
+		(*ReleaseBuilder_Milestone_)(nil),
+	}
+}
+
+// The release milestone. Needs to have "branch_name" filled out.
+// TODO(b/177487002): cannot include prototype.Milestone at this time.
+//prototype.Milestone milestone = 1;
+type ReleaseBuilder_Milestone struct {
+	// E.g. 86
+	Number int32 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
+	// Initially planned branch date for the milestone.
+	TargetBranchDate *ReleaseBuilder_Milestone_Date `protobuf:"bytes,2,opt,name=target_branch_date,json=targetBranchDate,proto3" json:"target_branch_date,omitempty"`
+	// Actual branch name when the branch is created.
+	// E.g. release-R86-13421.B
+	BranchName           string   `protobuf:"bytes,3,opt,name=branch_name,json=branchName,proto3" json:"branch_name,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *ReleaseBuilder_Milestone) Reset()         { *m = ReleaseBuilder_Milestone{} }
+func (m *ReleaseBuilder_Milestone) String() string { return proto.CompactTextString(m) }
+func (*ReleaseBuilder_Milestone) ProtoMessage()    {}
+func (*ReleaseBuilder_Milestone) Descriptor() ([]byte, []int) {
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{14, 0}
+}
+
+func (m *ReleaseBuilder_Milestone) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_ReleaseBuilder_Milestone.Unmarshal(m, b)
+}
+func (m *ReleaseBuilder_Milestone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_ReleaseBuilder_Milestone.Marshal(b, m, deterministic)
+}
+func (m *ReleaseBuilder_Milestone) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_ReleaseBuilder_Milestone.Merge(m, src)
+}
+func (m *ReleaseBuilder_Milestone) XXX_Size() int {
+	return xxx_messageInfo_ReleaseBuilder_Milestone.Size(m)
+}
+func (m *ReleaseBuilder_Milestone) XXX_DiscardUnknown() {
+	xxx_messageInfo_ReleaseBuilder_Milestone.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ReleaseBuilder_Milestone proto.InternalMessageInfo
+
+func (m *ReleaseBuilder_Milestone) GetNumber() int32 {
+	if m != nil {
+		return m.Number
+	}
+	return 0
+}
+
+func (m *ReleaseBuilder_Milestone) GetTargetBranchDate() *ReleaseBuilder_Milestone_Date {
+	if m != nil {
+		return m.TargetBranchDate
+	}
+	return nil
+}
+
+func (m *ReleaseBuilder_Milestone) GetBranchName() string {
+	if m != nil {
+		return m.BranchName
+	}
+	return ""
+}
+
+type ReleaseBuilder_Milestone_Date struct {
+	// Format: YYYY-MM-DD (ISO 8601)
+	// E.g. 2020-02-10
+	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *ReleaseBuilder_Milestone_Date) Reset()         { *m = ReleaseBuilder_Milestone_Date{} }
+func (m *ReleaseBuilder_Milestone_Date) String() string { return proto.CompactTextString(m) }
+func (*ReleaseBuilder_Milestone_Date) ProtoMessage()    {}
+func (*ReleaseBuilder_Milestone_Date) Descriptor() ([]byte, []int) {
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{14, 0, 0}
+}
+
+func (m *ReleaseBuilder_Milestone_Date) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_ReleaseBuilder_Milestone_Date.Unmarshal(m, b)
+}
+func (m *ReleaseBuilder_Milestone_Date) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_ReleaseBuilder_Milestone_Date.Marshal(b, m, deterministic)
+}
+func (m *ReleaseBuilder_Milestone_Date) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_ReleaseBuilder_Milestone_Date.Merge(m, src)
+}
+func (m *ReleaseBuilder_Milestone_Date) XXX_Size() int {
+	return xxx_messageInfo_ReleaseBuilder_Milestone_Date.Size(m)
+}
+func (m *ReleaseBuilder_Milestone_Date) XXX_DiscardUnknown() {
+	xxx_messageInfo_ReleaseBuilder_Milestone_Date.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ReleaseBuilder_Milestone_Date proto.InternalMessageInfo
+
+func (m *ReleaseBuilder_Milestone_Date) GetValue() string {
+	if m != nil {
+		return m.Value
+	}
+	return ""
+}
+
 type ReleaseBuilders struct {
 	// Release builders to generate _define_release blocks for
 	// in release_builders.star.
@@ -3716,6 +3843,8 @@
 	proto.RegisterType((*GitilesCommit)(nil), "chromiumos.GitilesCommit")
 	proto.RegisterType((*UseFlag)(nil), "chromiumos.UseFlag")
 	proto.RegisterType((*ReleaseBuilder)(nil), "chromiumos.ReleaseBuilder")
+	proto.RegisterType((*ReleaseBuilder_Milestone)(nil), "chromiumos.ReleaseBuilder.Milestone")
+	proto.RegisterType((*ReleaseBuilder_Milestone_Date)(nil), "chromiumos.ReleaseBuilder.Milestone.Date")
 	proto.RegisterType((*ReleaseBuilders)(nil), "chromiumos.ReleaseBuilders")
 	proto.RegisterType((*ProtoBytes)(nil), "chromiumos.ProtoBytes")
 	proto.RegisterType((*PrepareForBuildAdditionalArgs)(nil), "chromiumos.PrepareForBuildAdditionalArgs")
@@ -3756,195 +3885,201 @@
 func init() { proto.RegisterFile("chromiumos/common.proto", fileDescriptor_fa0b57c3d7d4c63b) }
 
 var fileDescriptor_fa0b57c3d7d4c63b = []byte{
-	// 3040 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x3a, 0x5b, 0x6f, 0xdb, 0xd6,
-	0xfd, 0xd1, 0xc5, 0x96, 0xf4, 0xd3, 0xc5, 0xc7, 0x27, 0x37, 0x47, 0x89, 0x93, 0x54, 0x49, 0x9a,
-	0x34, 0xff, 0xd6, 0xce, 0xdf, 0x6d, 0x5a, 0xac, 0x6b, 0xb7, 0x51, 0x14, 0x25, 0xb3, 0x91, 0x49,
-	0xe1, 0x50, 0xb2, 0xe3, 0x24, 0x2d, 0xc7, 0x48, 0xb4, 0xc4, 0x46, 0x16, 0x05, 0x92, 0x4e, 0xe6,
-	0xee, 0x71, 0xc3, 0x3a, 0x60, 0x40, 0xb7, 0x75, 0x5f, 0x62, 0x0f, 0xfb, 0x02, 0xfb, 0x00, 0xfb,
-	0x0c, 0x7b, 0x1d, 0x30, 0xec, 0x69, 0x0f, 0x1b, 0xb0, 0x61, 0xc3, 0x80, 0x62, 0x1b, 0xce, 0xe1,
-	0x45, 0x14, 0x25, 0xc5, 0x96, 0x86, 0x3c, 0xb4, 0x4f, 0xe2, 0xf9, 0xdd, 0x6f, 0xe7, 0xc7, 0xdf,
-	0x39, 0x14, 0x5c, 0x6c, 0xf7, 0x2c, 0xf3, 0xd0, 0x38, 0x3a, 0x34, 0xed, 0xcd, 0xb6, 0x79, 0x78,
-	0x68, 0x0e, 0x36, 0x86, 0x96, 0xe9, 0x98, 0x18, 0x46, 0x88, 0xe2, 0x25, 0x06, 0x72, 0x8e, 0x87,
-	0xfa, 0xe6, 0xa1, 0xd1, 0xd7, 0x6d, 0xc7, 0x1c, 0xe8, 0x2e, 0x59, 0xe9, 0x35, 0xc8, 0x96, 0x8f,
-	0x8c, 0x7e, 0xa7, 0xa9, 0x59, 0x5d, 0xdd, 0xc1, 0x18, 0x92, 0x03, 0xed, 0x50, 0x5f, 0x8b, 0x5d,
-	0x8f, 0xdd, 0xc9, 0x10, 0xf6, 0x5c, 0xfa, 0x77, 0x0c, 0x96, 0xf9, 0x9e, 0x65, 0x9a, 0x0c, 0x3d,
-	0xd4, 0x9c, 0x9e, 0x8f, 0xa6, 0xcf, 0xf8, 0x32, 0x64, 0xda, 0x5a, 0xbb, 0xa7, 0xab, 0x1d, 0xc3,
-	0x5a, 0x8b, 0x33, 0x44, 0x9a, 0x01, 0x2a, 0x86, 0x85, 0x37, 0x20, 0xa1, 0x0f, 0x9e, 0xaf, 0x25,
-	0xae, 0xc7, 0xee, 0x64, 0xb7, 0xae, 0x6c, 0x8c, 0x6c, 0xda, 0x70, 0x25, 0x7a, 0x3f, 0xc2, 0xe0,
-	0x39, 0xa1, 0x84, 0x78, 0x1d, 0x5c, 0xbb, 0x5d, 0x69, 0x49, 0x26, 0x2d, 0xe3, 0x42, 0x2a, 0x86,
-	0x55, 0x1c, 0x40, 0x26, 0x60, 0xc0, 0xf7, 0x20, 0x73, 0x64, 0xeb, 0xea, 0x41, 0x5f, 0xeb, 0xda,
-	0x6b, 0xb1, 0xeb, 0x89, 0x3b, 0xd9, 0xad, 0xb3, 0x61, 0x0d, 0x2d, 0x5b, 0xaf, 0xf6, 0xb5, 0x2e,
-	0x49, 0x1f, 0xb9, 0x0f, 0x36, 0xde, 0x84, 0xf4, 0x81, 0xae, 0x39, 0x47, 0x96, 0x6e, 0xaf, 0xc5,
-	0x27, 0x19, 0xaa, 0x2e, 0x8e, 0x04, 0x44, 0x1f, 0x25, 0xd3, 0x4b, 0x68, 0xb9, 0x74, 0x03, 0x52,
-	0x1e, 0x0a, 0xaf, 0x41, 0xca, 0x43, 0x7a, 0x31, 0xf0, 0x97, 0xa5, 0x5f, 0x27, 0x00, 0x6a, 0xe6,
-	0xa1, 0xc6, 0x9b, 0x83, 0x03, 0xa3, 0x8b, 0x2f, 0x41, 0xba, 0x6b, 0x1e, 0x6a, 0xcc, 0x0d, 0x8f,
-	0x92, 0xae, 0x69, 0x4c, 0xee, 0x00, 0x62, 0xa8, 0x76, 0xdf, 0xd0, 0x07, 0x8e, 0xfa, 0xa9, 0x6d,
-	0x0e, 0xbc, 0xb8, 0x15, 0x28, 0x9c, 0x67, 0xe0, 0x8f, 0x6c, 0x73, 0x80, 0xef, 0xc2, 0xaa, 0xeb,
-	0xbb, 0x69, 0xab, 0x81, 0xb4, 0x04, 0x23, 0x5d, 0xf1, 0x11, 0x35, 0x4f, 0xea, 0x36, 0xe4, 0x19,
-	0x89, 0x36, 0x1c, 0x5a, 0xa6, 0xd6, 0xee, 0xb1, 0xe0, 0x15, 0xb6, 0x6e, 0x84, 0x1d, 0x1c, 0xd9,
-	0xc7, 0x1e, 0x39, 0x8f, 0x94, 0xe4, 0xba, 0xa1, 0x15, 0xde, 0x80, 0x54, 0xdf, 0xec, 0x32, 0x5d,
-	0x4b, 0x2c, 0x6f, 0xe7, 0xc3, 0x32, 0x94, 0xe3, 0x41, 0x5b, 0xef, 0x54, 0x0c, 0x8b, 0x2c, 0xf7,
-	0xcd, 0x2e, 0xd5, 0xbc, 0x0e, 0x60, 0x3b, 0x9a, 0x63, 0xab, 0x07, 0x46, 0x5f, 0x5f, 0x5b, 0x76,
-	0x73, 0xc6, 0x20, 0x55, 0xa3, 0xaf, 0xe3, 0x1b, 0x90, 0x6f, 0x9b, 0x47, 0x03, 0x47, 0xb7, 0x3e,
-	0x73, 0x29, 0x52, 0x8c, 0x22, 0xe7, 0x03, 0x29, 0x51, 0xe9, 0x19, 0xe4, 0xc2, 0x16, 0xe1, 0x75,
-	0xb8, 0x54, 0x93, 0x77, 0x38, 0x95, 0x6b, 0x34, 0x88, 0xcc, 0xf1, 0xdb, 0x6a, 0x4b, 0x52, 0x1a,
-	0x02, 0x2f, 0x56, 0x45, 0xa1, 0x82, 0xce, 0xe0, 0x2c, 0xa4, 0x2a, 0x42, 0x95, 0x6b, 0xd5, 0x9b,
-	0x28, 0x86, 0x73, 0x90, 0x26, 0x65, 0x41, 0x6d, 0x10, 0xb9, 0x82, 0xe2, 0x78, 0x05, 0xb2, 0x74,
-	0xa5, 0x34, 0xb9, 0x9a, 0x28, 0xd5, 0x50, 0x02, 0x23, 0xc8, 0x51, 0x00, 0xbf, 0x4d, 0xe4, 0x1d,
-	0x41, 0x56, 0x50, 0xb2, 0x34, 0x84, 0x3c, 0x53, 0x66, 0x39, 0xc6, 0x81, 0xd6, 0x76, 0xec, 0x88,
-	0x07, 0xb1, 0x13, 0x3d, 0x88, 0x4f, 0x7a, 0x40, 0xb7, 0x01, 0x8d, 0x1a, 0xc5, 0xdb, 0x6b, 0x89,
-	0xeb, 0x09, 0xba, 0x0d, 0xfa, 0x66, 0x97, 0xe2, 0xec, 0xd2, 0x01, 0x64, 0x1b, 0x5a, 0xfb, 0x99,
-	0xd6, 0xd5, 0xc5, 0xc1, 0x81, 0x89, 0x5f, 0x83, 0xdc, 0xd0, 0x5d, 0xaa, 0xa1, 0xdd, 0x96, 0xf5,
-	0x60, 0x92, 0x76, 0xa8, 0xe3, 0x22, 0xa4, 0xdb, 0x9a, 0xa3, 0x77, 0x4d, 0xeb, 0x78, 0xb4, 0xa9,
-	0xdc, 0x35, 0x2d, 0xc2, 0xe7, 0xba, 0x65, 0x1b, 0xe6, 0xc0, 0x2b, 0x06, 0x7f, 0x59, 0x5a, 0x87,
-	0x54, 0xc3, 0x32, 0xa9, 0x0d, 0x53, 0x77, 0xf2, 0x9f, 0x62, 0x80, 0x02, 0x3b, 0x3a, 0xfa, 0x0f,
-	0x7c, 0x63, 0xec, 0x81, 0x36, 0xb4, 0x7b, 0xa6, 0xa3, 0xda, 0x3d, 0xcd, 0x37, 0xc6, 0x87, 0x29,
-	0x3d, 0x0d, 0xdf, 0x86, 0x95, 0x80, 0x64, 0x70, 0x74, 0xf8, 0x54, 0x77, 0x37, 0xfa, 0x12, 0x29,
-	0xf8, 0x60, 0x89, 0x41, 0xf1, 0xfb, 0x90, 0x7b, 0x4a, 0xbb, 0x89, 0xea, 0xb0, 0x76, 0xe2, 0xed,
-	0xfb, 0x8b, 0xe1, 0xfa, 0x09, 0x75, 0x1b, 0x92, 0x7d, 0x1a, 0x6a, 0x3d, 0x45, 0x48, 0xf7, 0xcd,
-	0xb6, 0xe6, 0x50, 0xb7, 0xdc, 0x8d, 0x1f, 0xac, 0xf1, 0x5b, 0x90, 0x1a, 0xba, 0x7e, 0x79, 0x25,
-	0x39, 0xb6, 0x6f, 0x3d, 0x97, 0x89, 0x4f, 0x53, 0xfa, 0x3c, 0x06, 0xc9, 0x06, 0xed, 0x4d, 0xd3,
-	0xfa, 0xd5, 0xfd, 0x90, 0x9e, 0x38, 0xdb, 0x23, 0x97, 0xc6, 0x84, 0x69, 0x4e, 0x6f, 0xa3, 0xee,
-	0x11, 0x8c, 0x4c, 0x28, 0xbd, 0x03, 0x69, 0x1f, 0x4a, 0x6b, 0x4c, 0x92, 0xd5, 0xba, 0xcc, 0x73,
-	0x4d, 0x51, 0x96, 0xd0, 0x19, 0x0c, 0xb0, 0x2c, 0x4a, 0x8a, 0x58, 0x11, 0x50, 0x8c, 0xd6, 0xa6,
-	0xdc, 0x6a, 0xb2, 0x45, 0xbc, 0xb4, 0x05, 0x40, 0x74, 0xfb, 0xa8, 0xef, 0x30, 0x73, 0x6e, 0x86,
-	0xcc, 0xc9, 0x6e, 0xa1, 0xa8, 0x5a, 0xd7, 0xc0, 0xd2, 0x3a, 0x64, 0x82, 0x4d, 0x86, 0x11, 0x24,
-	0x46, 0x2d, 0x84, 0x3e, 0x96, 0x86, 0x90, 0xab, 0xe9, 0x96, 0x65, 0x38, 0x7c, 0x4f, 0x1b, 0x74,
-	0x59, 0xa2, 0x7b, 0xa6, 0xed, 0xf8, 0x3e, 0xd2, 0x67, 0x5a, 0x21, 0x43, 0xcb, 0xfc, 0x54, 0x6f,
-	0x3b, 0x5e, 0xf1, 0xf8, 0x4b, 0x7c, 0x01, 0x96, 0xdb, 0x8c, 0x8f, 0xe5, 0x26, 0x41, 0xbc, 0x15,
-	0x8d, 0xfe, 0x50, 0x73, 0xda, 0x3d, 0x5b, 0x77, 0x58, 0xf4, 0x13, 0x24, 0x58, 0x97, 0x7e, 0x08,
-	0xf9, 0x9a, 0xe1, 0xd0, 0x42, 0xe6, 0xcd, 0xc3, 0x43, 0xc3, 0x99, 0x53, 0x65, 0x01, 0xe2, 0x46,
-	0xc7, 0xab, 0xd4, 0xb8, 0xd1, 0xa1, 0x2e, 0x59, 0xfa, 0x81, 0x97, 0x63, 0xfa, 0xc8, 0x94, 0x9b,
-	0xb6, 0xc1, 0x52, 0x42, 0xf3, 0x9b, 0x27, 0xc1, 0x9a, 0x96, 0xb4, 0xd7, 0xc8, 0xa9, 0x5a, 0xda,
-	0xec, 0x7d, 0xb5, 0xf4, 0xb9, 0xf4, 0x0c, 0x0a, 0x44, 0xef, 0xeb, 0x9a, 0xad, 0xb3, 0xc2, 0xd2,
-	0x2d, 0xbc, 0x05, 0x99, 0xe0, 0x25, 0xe7, 0x45, 0xfa, 0xdc, 0x46, 0xf0, 0x02, 0xdc, 0xd8, 0xf1,
-	0x71, 0x64, 0x44, 0x86, 0x6f, 0x41, 0xc1, 0xad, 0x5b, 0xbb, 0xdd, 0xd3, 0x3b, 0x47, 0xc1, 0x16,
-	0xcf, 0x33, 0xa8, 0xe2, 0x01, 0x4b, 0x22, 0xac, 0x8c, 0x2b, 0xb3, 0xf1, 0xbb, 0x90, 0x7e, 0xea,
-	0x3d, 0x7b, 0xef, 0xa0, 0x62, 0x38, 0xad, 0xe3, 0xe4, 0x24, 0xa0, 0x2d, 0xbd, 0x07, 0xd0, 0xa0,
-	0x36, 0x95, 0x8f, 0x1d, 0xdd, 0xc6, 0x6f, 0x00, 0xb2, 0x75, 0xcb, 0xd0, 0xfa, 0xc6, 0x67, 0x7a,
-	0x47, 0x65, 0xc6, 0x32, 0xd3, 0x73, 0x64, 0x65, 0x04, 0x67, 0xf4, 0xa5, 0x2f, 0x63, 0xb0, 0xde,
-	0xb0, 0xf4, 0xa1, 0x66, 0xe9, 0x55, 0xd3, 0x62, 0x82, 0xb9, 0x4e, 0x87, 0xc5, 0x4a, 0xeb, 0x73,
-	0x56, 0xd7, 0xc6, 0x1b, 0x80, 0xbd, 0x77, 0x68, 0xfb, 0xc5, 0x50, 0xf5, 0xf7, 0x0d, 0x0b, 0xda,
-	0xf6, 0x19, 0x82, 0x5c, 0x1c, 0xff, 0x62, 0xe8, 0x77, 0x8a, 0xdb, 0x50, 0x78, 0xa6, 0x5b, 0x03,
-	0xbd, 0xaf, 0xfa, 0x5d, 0x25, 0xee, 0xd1, 0xe6, 0x5d, 0xf8, 0xae, 0x0b, 0x2e, 0xaf, 0xc1, 0x85,
-	0xa1, 0xab, 0x59, 0x3d, 0x30, 0x2d, 0xd5, 0x8d, 0x98, 0x66, 0x75, 0xed, 0x92, 0x06, 0x59, 0xee,
-	0xa0, 0x63, 0x7a, 0xde, 0xe2, 0x37, 0x67, 0x5b, 0x30, 0x45, 0xff, 0x4d, 0x28, 0x18, 0x87, 0xb4,
-	0x17, 0xba, 0x02, 0x8d, 0x0e, 0xd3, 0x9f, 0x20, 0x39, 0x06, 0x65, 0x1e, 0x8a, 0x9d, 0xd2, 0xef,
-	0x62, 0x70, 0xd6, 0xef, 0xd8, 0x1e, 0x27, 0x6b, 0x5f, 0xaf, 0xca, 0x5b, 0xfc, 0x01, 0xe4, 0xb4,
-	0x83, 0x8e, 0xa9, 0x5a, 0xae, 0x53, 0xd3, 0x7a, 0x59, 0xc8, 0xe7, 0xed, 0x33, 0x24, 0xab, 0x8d,
-	0x96, 0xe5, 0x8b, 0x70, 0x5e, 0xf3, 0xac, 0xf5, 0x8d, 0x52, 0x8d, 0xc1, 0x81, 0x59, 0xfa, 0xed,
-	0x6d, 0xc0, 0xc1, 0x9b, 0xa7, 0x7c, 0xac, 0xe8, 0xd6, 0x73, 0xa3, 0xad, 0xe3, 0x0f, 0x61, 0xb9,
-	0xaf, 0x77, 0xb5, 0xf6, 0xb1, 0x57, 0xb2, 0xb7, 0xc6, 0xf4, 0x4c, 0xd0, 0x6f, 0xd4, 0x19, 0x31,
-	0xf1, 0x98, 0x70, 0x15, 0x32, 0x8e, 0x69, 0xf6, 0xdb, 0x3d, 0xcd, 0x70, 0x1d, 0xca, 0x6e, 0xdd,
-	0x39, 0x41, 0x42, 0xd3, 0xa7, 0x27, 0x23, 0x56, 0xfc, 0x3e, 0x2c, 0xb1, 0xa8, 0x7b, 0xde, 0xde,
-	0x3c, 0x41, 0x86, 0x48, 0x69, 0x89, 0xcb, 0x82, 0xbf, 0x07, 0x29, 0xef, 0x0d, 0xc6, 0xf6, 0x76,
-	0x76, 0xeb, 0xf5, 0x13, 0xb8, 0xbd, 0x57, 0x11, 0xf1, 0xd9, 0xa8, 0x04, 0xfb, 0xd8, 0xa6, 0xf3,
-	0x9d, 0xd7, 0xe6, 0x4f, 0x92, 0xa0, 0xb8, 0xd4, 0xc4, 0x67, 0xc3, 0xef, 0x41, 0xd2, 0xd1, 0x6d,
-	0x87, 0x4d, 0x21, 0xd9, 0xf1, 0xe1, 0x67, 0x5a, 0x08, 0x74, 0xdb, 0x21, 0x8c, 0x01, 0x97, 0x21,
-	0x17, 0x4e, 0x13, 0x1b, 0x52, 0xb2, 0x5b, 0xd7, 0xa6, 0x09, 0x08, 0x55, 0x1f, 0xc9, 0x0e, 0x43,
-	0xa5, 0xc8, 0x43, 0xfa, 0xc0, 0xb0, 0x0e, 0x5f, 0x68, 0x96, 0xbe, 0x96, 0x66, 0xfc, 0xb7, 0x4f,
-	0x30, 0xa0, 0xea, 0x91, 0x93, 0x80, 0xb1, 0xf8, 0xc7, 0x25, 0x58, 0x76, 0x93, 0x8b, 0x1f, 0xc3,
-	0x8a, 0x31, 0x18, 0x1e, 0x39, 0xaa, 0x5f, 0x49, 0x7e, 0x8b, 0xd9, 0x3a, 0x55, 0x71, 0x04, 0x18,
-	0x66, 0x69, 0x81, 0x89, 0x1a, 0xcd, 0x3c, 0x1f, 0x03, 0x32, 0x8f, 0x9c, 0x71, 0xe9, 0xf1, 0x85,
-	0xa5, 0xaf, 0xb8, 0xb2, 0x02, 0xea, 0xe2, 0xcf, 0xe2, 0x90, 0x0b, 0x53, 0xe0, 0x7d, 0x28, 0x04,
-	0x1b, 0x82, 0x36, 0x62, 0xd7, 0x97, 0xc2, 0xbc, 0xda, 0x9a, 0xc7, 0x43, 0x9d, 0xe4, 0xb5, 0xd0,
-	0xca, 0xa6, 0x13, 0x4c, 0xd7, 0x56, 0xfd, 0x37, 0xb5, 0xeb, 0x46, 0x86, 0x64, 0xbb, 0xb6, 0xff,
-	0xc2, 0xb6, 0xe9, 0x38, 0xae, 0xb5, 0xfb, 0xee, 0xb4, 0xe5, 0xbe, 0x78, 0x52, 0x5a, 0xbb, 0xcf,
-	0x26, 0xad, 0x27, 0xb0, 0x3a, 0x3c, 0x7a, 0xda, 0x37, 0xec, 0x9e, 0xda, 0x36, 0x07, 0x9d, 0xd1,
-	0x5b, 0xa8, 0xb0, 0xb5, 0x79, 0x52, 0x01, 0xbb, 0x7c, 0xbc, 0xcf, 0x46, 0xd0, 0x30, 0x02, 0xf9,
-	0x28, 0x99, 0x4e, 0xa0, 0x64, 0xe9, 0x8b, 0x50, 0x34, 0xa8, 0xcd, 0x74, 0x82, 0x18, 0x9f, 0x68,
-	0xf3, 0x90, 0x11, 0x77, 0xb8, 0x9a, 0xa0, 0x3e, 0x12, 0x1b, 0x28, 0x86, 0x2f, 0xc2, 0xd9, 0xa6,
-	0xa0, 0x34, 0xd5, 0x56, 0xa3, 0xc2, 0x35, 0x05, 0xb5, 0xc1, 0xed, 0xd7, 0x65, 0x8e, 0x8e, 0xb7,
-	0x18, 0x0a, 0x5c, 0xab, 0x29, 0x33, 0x64, 0x55, 0xac, 0x0b, 0x0a, 0x4a, 0xe0, 0x02, 0x40, 0x93,
-	0x0b, 0xd6, 0x49, 0xca, 0xdc, 0x10, 0x25, 0x49, 0xa8, 0xa8, 0xb5, 0x16, 0xa5, 0x63, 0x82, 0x15,
-	0xb4, 0x44, 0x27, 0xe5, 0xaa, 0x48, 0x76, 0xf6, 0x38, 0x22, 0xa0, 0x65, 0x6a, 0x83, 0x50, 0x6e,
-	0x89, 0xf5, 0x8a, 0x5a, 0x97, 0x6b, 0x0a, 0x4a, 0xe1, 0xb3, 0xb0, 0xe2, 0x4f, 0xc9, 0x2a, 0x2f,
-	0x4b, 0x55, 0xb1, 0x86, 0xd2, 0x54, 0x38, 0xdf, 0x10, 0x54, 0x22, 0x34, 0x64, 0xd2, 0x44, 0x19,
-	0x6a, 0x80, 0x6b, 0x28, 0x47, 0xf8, 0x6d, 0x71, 0x57, 0x50, 0x10, 0x50, 0xc6, 0x6a, 0x63, 0x87,
-	0x6f, 0xa9, 0x2d, 0x49, 0x6c, 0x52, 0xd3, 0x14, 0x74, 0x99, 0x8a, 0xaf, 0xf1, 0x82, 0xda, 0xe4,
-	0x48, 0x99, 0xab, 0xd7, 0xd1, 0x95, 0x52, 0x32, 0x9d, 0x45, 0xc5, 0x52, 0x32, 0xbd, 0x8e, 0xae,
-	0x15, 0x7f, 0x9f, 0x86, 0x4c, 0xd0, 0x80, 0xf0, 0x27, 0xb3, 0x0a, 0xfd, 0xfe, 0x69, 0x7b, 0xd8,
-	0xcb, 0x6b, 0xfd, 0xfb, 0x33, 0x6b, 0x7d, 0x41, 0x05, 0x13, 0xe5, 0xfe, 0xd3, 0x68, 0xb9, 0x3f,
-	0x99, 0x51, 0xee, 0xf3, 0x2b, 0xfc, 0x9a, 0x55, 0x7c, 0xe9, 0xab, 0xe4, 0x49, 0xb5, 0x7e, 0x13,
-	0xae, 0xb7, 0xa4, 0x5d, 0x81, 0xb0, 0xb5, 0x77, 0x30, 0x53, 0xeb, 0xf5, 0xdd, 0x1d, 0x55, 0x26,
-	0x15, 0x81, 0xd0, 0x32, 0x46, 0x59, 0x5c, 0x82, 0xab, 0x27, 0xd0, 0xe4, 0xf0, 0x55, 0x28, 0x7a,
-	0x28, 0xbe, 0xce, 0x49, 0x35, 0x75, 0x8f, 0x23, 0x92, 0x28, 0xd5, 0x14, 0xb6, 0x15, 0x50, 0x1e,
-	0x5f, 0x81, 0xb5, 0x90, 0x26, 0xc6, 0xde, 0xa8, 0xc9, 0x2e, 0xb6, 0x80, 0xdf, 0x80, 0x5b, 0x93,
-	0x76, 0x94, 0x05, 0x89, 0xdf, 0xde, 0xe1, 0xc8, 0x03, 0x95, 0xab, 0x56, 0x3c, 0xd2, 0x15, 0x7c,
-	0x1b, 0x6e, 0x9c, 0x86, 0x10, 0xe1, 0xd7, 0x60, 0x3d, 0x20, 0x7c, 0x20, 0x10, 0x49, 0xa8, 0xab,
-	0xfc, 0x5e, 0x23, 0x44, 0xb2, 0x8a, 0x6f, 0xc0, 0xb5, 0x90, 0xda, 0xa9, 0x44, 0x38, 0x42, 0xe4,
-	0x3b, 0x39, 0x46, 0x74, 0x76, 0x4c, 0xd9, 0x54, 0x92, 0x73, 0x34, 0x42, 0x01, 0x09, 0x11, 0xea,
-	0x02, 0xa7, 0x08, 0x21, 0xfc, 0xf9, 0x93, 0x62, 0xd0, 0x10, 0x48, 0xd5, 0x25, 0xbd, 0x40, 0xdb,
-	0x8a, 0x87, 0xaf, 0x08, 0xe5, 0x56, 0x4d, 0x2d, 0x8b, 0x12, 0x47, 0xf6, 0xd1, 0x45, 0x5c, 0x84,
-	0x0b, 0x4d, 0x59, 0xae, 0xf3, 0xdb, 0x9c, 0x28, 0xf9, 0x29, 0x70, 0x7b, 0xca, 0x1a, 0x95, 0xef,
-	0x31, 0x31, 0xad, 0x0d, 0x22, 0x53, 0x69, 0x6a, 0x55, 0x26, 0x2a, 0x27, 0x55, 0x88, 0x2c, 0x56,
-	0xd4, 0xba, 0x28, 0xb5, 0x1e, 0xa2, 0x4b, 0xf8, 0x12, 0x9c, 0x77, 0xb3, 0xc8, 0x13, 0x4e, 0xd9,
-	0x56, 0x2b, 0x22, 0x57, 0x93, 0x64, 0x45, 0x50, 0x50, 0x91, 0xa9, 0x96, 0x77, 0x1a, 0x62, 0x5d,
-	0x20, 0x2a, 0x69, 0x29, 0xb4, 0xfd, 0xd4, 0xe5, 0x1a, 0x5a, 0x2f, 0x25, 0xd3, 0x31, 0x04, 0xa5,
-	0x64, 0xfa, 0x32, 0xeb, 0x2f, 0x57, 0xd1, 0xb5, 0xe2, 0x5f, 0x12, 0xb0, 0xc4, 0xc6, 0x12, 0xfc,
-	0x68, 0x56, 0x57, 0xf9, 0xff, 0xd3, 0x4c, 0x35, 0x2f, 0xef, 0x28, 0x4f, 0x66, 0x76, 0x94, 0x05,
-	0x84, 0x4f, 0x74, 0x93, 0x1f, 0x47, 0xbb, 0xc9, 0xc3, 0x19, 0xdd, 0x64, 0x3e, 0x65, 0x5f, 0xb7,
-	0x4e, 0x72, 0xeb, 0x84, 0x46, 0xc2, 0xb2, 0x7f, 0xad, 0xf8, 0xcf, 0x04, 0xa4, 0xbc, 0x51, 0x12,
-	0x3f, 0x99, 0x95, 0xf3, 0xb7, 0x4f, 0x37, 0x8b, 0xbe, 0x3c, 0xeb, 0x9f, 0xcc, 0xcc, 0xfa, 0x42,
-	0xe2, 0x27, 0xf2, 0xfe, 0x93, 0x68, 0xde, 0x1f, 0xcd, 0xc8, 0xfb, 0xbc, 0xea, 0xbe, 0xc1, 0x99,
-	0xf7, 0x8e, 0x00, 0x8b, 0x67, 0xde, 0x13, 0xf0, 0xaa, 0x32, 0x3f, 0x55, 0xfc, 0xab, 0xcb, 0x7c,
-	0x54, 0xdd, 0x37, 0x34, 0xf3, 0x7f, 0x4e, 0x40, 0x92, 0x9e, 0xde, 0xf0, 0xfe, 0xac, 0xb4, 0xdf,
-	0x3b, 0xc5, 0xd9, 0xef, 0xe5, 0x39, 0x7f, 0x3c, 0x33, 0xe7, 0xf3, 0xcb, 0x9e, 0x48, 0xf8, 0x8f,
-	0xa2, 0x09, 0xdf, 0x9b, 0x91, 0xf0, 0xb9, 0x74, 0x7d, 0x43, 0xb3, 0xfd, 0x9b, 0x24, 0xa4, 0xfd,
-	0xa3, 0x32, 0xfe, 0x78, 0x56, 0xc6, 0xdf, 0x39, 0xe5, 0x61, 0xfb, 0xe5, 0x59, 0x57, 0x67, 0x66,
-	0x7d, 0x31, 0xf9, 0x13, 0x99, 0xff, 0x3c, 0x9a, 0xf9, 0xc7, 0x33, 0x32, 0x3f, 0xb7, 0xbe, 0xaf,
-	0x5b, 0xf6, 0x77, 0x4f, 0x3a, 0x28, 0x9c, 0x03, 0xe4, 0x9f, 0x57, 0x83, 0x73, 0xe4, 0x55, 0x3a,
-	0x27, 0x46, 0xa1, 0xaa, 0x28, 0x55, 0x65, 0x74, 0x8d, 0x95, 0xcb, 0x7a, 0x69, 0x0f, 0x50, 0x54,
-	0x3b, 0x3b, 0x13, 0xb7, 0xca, 0x75, 0x51, 0x89, 0x7e, 0x4a, 0xba, 0x00, 0xd8, 0x47, 0xc8, 0x92,
-	0xaa, 0xb4, 0x78, 0x5e, 0x50, 0x14, 0x14, 0xa3, 0xe7, 0x5c, 0x1f, 0xce, 0xd5, 0xf7, 0xb8, 0x7d,
-	0x05, 0xc5, 0x4b, 0x7f, 0x5f, 0x85, 0x62, 0x6b, 0xd8, 0x37, 0xb5, 0x8e, 0xde, 0x99, 0x72, 0x87,
-	0x27, 0x44, 0xee, 0xf0, 0xde, 0x1a, 0xfb, 0x1a, 0x39, 0x93, 0x2f, 0x7a, 0x97, 0x27, 0x4d, 0xde,
-	0xe5, 0xdd, 0x3b, 0xa5, 0xa4, 0xa9, 0x77, 0x7a, 0xe5, 0xf1, 0x3b, 0xbd, 0x37, 0x4f, 0x29, 0x6b,
-	0xec, 0x6e, 0x6f, 0x3b, 0x7a, 0xb7, 0xb7, 0x71, 0x4a, 0x29, 0x13, 0x77, 0x7c, 0xdb, 0xd1, 0x3b,
-	0xbe, 0xd3, 0x4a, 0x9a, 0xb8, 0xeb, 0xfb, 0xee, 0xd8, 0x5d, 0xdf, 0xff, 0x9d, 0x36, 0x44, 0xa3,
-	0x3b, 0xbf, 0x07, 0xa1, 0xfb, 0x3a, 0xf7, 0xbe, 0x6f, 0xf3, 0x94, 0x42, 0xa6, 0xdc, 0xdb, 0xfd,
-	0x23, 0x16, 0xdc, 0xdb, 0xed, 0x43, 0x26, 0xda, 0x9b, 0xbe, 0x3d, 0x57, 0x29, 0x8c, 0xae, 0x1a,
-	0x35, 0xa7, 0x67, 0x93, 0x91, 0xb4, 0xe2, 0x2f, 0x62, 0x90, 0x1f, 0x43, 0xe2, 0x3d, 0xc8, 0x8f,
-	0x75, 0x0f, 0x56, 0x7b, 0x8b, 0x5d, 0xab, 0xe5, 0xc2, 0xad, 0x03, 0xbf, 0x0e, 0x4b, 0x43, 0xaa,
-	0xc1, 0xeb, 0x7e, 0x93, 0x5f, 0xab, 0x5c, 0x74, 0xf1, 0x3f, 0xb1, 0xf0, 0x55, 0xce, 0x93, 0x49,
-	0xdf, 0xbf, 0x33, 0x6f, 0xf1, 0xce, 0x76, 0xff, 0x57, 0x13, 0xee, 0x3f, 0x9a, 0xee, 0xfe, 0x82,
-	0xd7, 0x2c, 0x8b, 0x45, 0xe0, 0x6f, 0x31, 0xff, 0xc8, 0xf9, 0x70, 0xd2, 0xfb, 0xf7, 0xe7, 0xd9,
-	0x6e, 0xb3, 0x3d, 0xff, 0xf9, 0x84, 0xe7, 0xbb, 0xd3, 0x3d, 0x5f, 0xe0, 0x48, 0xb8, 0x98, 0xd7,
-	0xff, 0x8a, 0x8d, 0x8e, 0x5d, 0x8f, 0x26, 0xfd, 0xfe, 0x60, 0xbe, 0x06, 0x31, 0xdb, 0xf3, 0x5f,
-	0x4e, 0x78, 0xfe, 0x70, 0xba, 0xe7, 0x0b, 0x1d, 0x8a, 0x16, 0xf7, 0xdd, 0x3f, 0x78, 0xfc, 0x0f,
-	0xbe, 0x47, 0x87, 0xf5, 0x57, 0xe7, 0xfb, 0xd4, 0x63, 0xc1, 0x62, 0xbe, 0xff, 0x35, 0xe6, 0x8d,
-	0xde, 0x7b, 0x93, 0x8e, 0x7f, 0x6b, 0x8e, 0x26, 0x3c, 0xdb, 0xeb, 0x2f, 0x26, 0xbc, 0x6e, 0x4d,
-	0xf7, 0x7a, 0xfe, 0xd9, 0x78, 0x31, 0x97, 0xbf, 0x8a, 0x85, 0xe6, 0xcf, 0xc7, 0x93, 0x6e, 0x7f,
-	0x38, 0xe7, 0x6b, 0x63, 0xb6, 0xeb, 0x5f, 0x4e, 0xb8, 0xbe, 0x3f, 0xdd, 0xf5, 0xc5, 0x86, 0xc3,
-	0x85, 0xdc, 0xbf, 0xfb, 0x87, 0x24, 0x64, 0x58, 0xdb, 0x60, 0x5c, 0x6b, 0x70, 0xce, 0xfd, 0x00,
-	0xd0, 0xdc, 0x6f, 0x08, 0x6a, 0x4b, 0xaa, 0x08, 0x55, 0x51, 0x62, 0xa3, 0xd4, 0x59, 0x58, 0x09,
-	0x61, 0xca, 0x9c, 0x22, 0xb8, 0x73, 0x54, 0x08, 0x58, 0x11, 0x76, 0x51, 0x3c, 0x42, 0xd8, 0x14,
-	0x94, 0x26, 0x4a, 0xd0, 0x41, 0x2c, 0xc2, 0xad, 0xee, 0xee, 0xa0, 0x64, 0x04, 0xce, 0x3e, 0x7c,
-	0xec, 0xee, 0xa0, 0x25, 0x3a, 0xd1, 0x85, 0xe0, 0x44, 0xe0, 0xe5, 0x5d, 0x81, 0xec, 0xa3, 0xe5,
-	0x08, 0x43, 0x95, 0xe3, 0x9b, 0x32, 0xd9, 0x47, 0xa9, 0x08, 0x43, 0xf0, 0x21, 0x24, 0x8d, 0xaf,
-	0xc0, 0x5a, 0x08, 0xc1, 0x93, 0xfb, 0xf7, 0x46, 0xd8, 0x4c, 0x04, 0xcb, 0xec, 0x72, 0x3f, 0xab,
-	0xec, 0xee, 0x20, 0x88, 0x60, 0x99, 0x75, 0x01, 0x36, 0x1b, 0x75, 0xbe, 0xce, 0xa3, 0x1c, 0xbe,
-	0x0c, 0x17, 0x43, 0xb0, 0x9a, 0xc2, 0x8f, 0x94, 0xe5, 0xf1, 0x55, 0x28, 0x86, 0x90, 0x1c, 0x1b,
-	0x46, 0x65, 0xb2, 0xaf, 0xb6, 0x94, 0x72, 0xa3, 0x82, 0x0a, 0x33, 0xf1, 0x64, 0x4f, 0x11, 0x6b,
-	0x68, 0x05, 0xa7, 0x21, 0xe9, 0xc5, 0x3d, 0x05, 0x09, 0x37, 0xd8, 0x69, 0x48, 0x7a, 0x11, 0xce,
-	0x42, 0x6a, 0x14, 0xd6, 0x2c, 0xa4, 0x46, 0xb1, 0xcc, 0x41, 0x3a, 0x14, 0xc0, 0x2c, 0xa4, 0x46,
-	0x51, 0x0b, 0x7f, 0x33, 0x4a, 0xe3, 0x55, 0xc8, 0x47, 0xe3, 0xb3, 0x0a, 0xf9, 0x68, 0x50, 0x56,
-	0x21, 0x1f, 0x8d, 0x04, 0x35, 0x87, 0xb9, 0x8f, 0x20, 0x37, 0xee, 0x73, 0x31, 0x8e, 0x62, 0x77,
-	0x0f, 0x21, 0xc5, 0xf7, 0xb4, 0xc1, 0x40, 0xef, 0xbb, 0xd7, 0xcc, 0x9c, 0x24, 0x09, 0xf5, 0xc8,
-	0xa4, 0x8e, 0xa1, 0xe0, 0x23, 0x94, 0x26, 0x57, 0xae, 0x53, 0x2f, 0x11, 0xe4, 0x7c, 0x58, 0x59,
-	0x68, 0x72, 0xee, 0xff, 0xbf, 0x7c, 0x08, 0xf5, 0x3f, 0x11, 0x66, 0xe3, 0x39, 0x76, 0x63, 0x9d,
-	0xbc, 0xdb, 0x86, 0x4c, 0x45, 0xef, 0x3b, 0x1a, 0x2b, 0xe8, 0x55, 0xc8, 0x57, 0x84, 0x7a, 0x93,
-	0x53, 0x5b, 0xd2, 0x03, 0x49, 0xde, 0x93, 0xd0, 0x19, 0xea, 0xb4, 0x24, 0xab, 0x0c, 0xea, 0x86,
-	0xb2, 0xaa, 0x88, 0x28, 0x8e, 0xf3, 0x90, 0xd9, 0x11, 0xeb, 0x82, 0xd2, 0x94, 0x25, 0x01, 0x25,
-	0x70, 0x06, 0x96, 0xe4, 0x1d, 0x6e, 0x9b, 0x43, 0x49, 0xaa, 0x44, 0x69, 0x0a, 0x8d, 0x86, 0x28,
-	0xd5, 0x54, 0x17, 0xbd, 0x74, 0xf7, 0x13, 0x80, 0xea, 0x8b, 0xe0, 0x3f, 0x43, 0x17, 0xe1, 0x6c,
-	0x75, 0x2f, 0xf8, 0xcf, 0x50, 0x48, 0xd7, 0x0a, 0x64, 0x1b, 0x75, 0xae, 0x59, 0x95, 0xc9, 0x8e,
-	0x2a, 0xf0, 0x28, 0x46, 0x77, 0x47, 0x00, 0x78, 0x24, 0x34, 0xb6, 0xf7, 0x09, 0x8a, 0x53, 0x23,
-	0x03, 0x60, 0x53, 0xbc, 0x7f, 0x0f, 0x25, 0xee, 0x1e, 0x00, 0xe2, 0xaa, 0x15, 0x79, 0xec, 0x08,
-	0x95, 0x87, 0x8c, 0x24, 0x4b, 0x6e, 0x79, 0xb8, 0x5f, 0x15, 0x47, 0x9f, 0x4b, 0xd8, 0x5e, 0x1c,
-	0xff, 0x6a, 0xe1, 0xc6, 0xcb, 0xfb, 0x04, 0xc1, 0x00, 0x09, 0x37, 0x80, 0xc1, 0x8d, 0x3d, 0x4a,
-	0x96, 0xdf, 0x7d, 0xf4, 0x4e, 0xd7, 0x0c, 0x7a, 0xc3, 0x86, 0x69, 0x75, 0x37, 0x43, 0x7f, 0x3a,
-	0x35, 0x06, 0x07, 0x96, 0xb6, 0xc9, 0xfe, 0xb2, 0xb2, 0xd9, 0x35, 0x43, 0x98, 0xa7, 0xcb, 0x0c,
-	0xf8, 0xf6, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x2d, 0x89, 0xe6, 0x58, 0xa3, 0x2a, 0x00, 0x00,
+	// 3122 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x3a, 0xdb, 0x6f, 0xdb, 0xd6,
+	0xf9, 0xd1, 0xc5, 0x96, 0xf4, 0xe9, 0xe2, 0xe3, 0xe3, 0x5c, 0x1c, 0x25, 0x4e, 0x52, 0x26, 0x69,
+	0xd2, 0xfc, 0x5a, 0x27, 0x3f, 0xb7, 0x69, 0xb1, 0xae, 0xdd, 0x46, 0x51, 0x94, 0xcc, 0x46, 0x26,
+	0x85, 0x43, 0xc9, 0x8e, 0x93, 0xb4, 0x1c, 0x23, 0xd1, 0x92, 0x5a, 0x49, 0x14, 0x48, 0x3a, 0x99,
+	0xbb, 0xc7, 0x0d, 0xeb, 0x80, 0x01, 0xdd, 0xd6, 0xfd, 0x13, 0x7b, 0xd8, 0x3f, 0x30, 0xec, 0x79,
+	0xef, 0x7b, 0xdb, 0xeb, 0x80, 0x61, 0x4f, 0x7b, 0xd8, 0x80, 0x0d, 0x1b, 0x06, 0x14, 0xdb, 0x70,
+	0x0e, 0x2f, 0xa2, 0x28, 0x29, 0xb6, 0x35, 0xe4, 0xa1, 0x7d, 0x12, 0xcf, 0x77, 0xbf, 0x9d, 0x8f,
+	0xdf, 0x39, 0x14, 0x5c, 0x68, 0x75, 0x2d, 0x73, 0xd0, 0x3b, 0x1c, 0x98, 0xf6, 0xdd, 0x96, 0x39,
+	0x18, 0x98, 0xc3, 0xcd, 0x91, 0x65, 0x3a, 0x26, 0x86, 0x31, 0x82, 0x7b, 0x05, 0xb2, 0xa5, 0xc3,
+	0x5e, 0xbf, 0xdd, 0xd0, 0xad, 0x8e, 0xe1, 0x60, 0x0c, 0xc9, 0xa1, 0x3e, 0x30, 0xd6, 0x63, 0xd7,
+	0x62, 0xb7, 0x33, 0x84, 0x3d, 0x73, 0xff, 0x8e, 0xc1, 0xb2, 0xd0, 0xb5, 0x4c, 0x93, 0xa1, 0x47,
+	0xba, 0xd3, 0xf5, 0xd1, 0xf4, 0x19, 0x5f, 0x82, 0x4c, 0x4b, 0x6f, 0x75, 0x0d, 0xad, 0xdd, 0xb3,
+	0xd6, 0xe3, 0x0c, 0x91, 0x66, 0x80, 0x72, 0xcf, 0xc2, 0x9b, 0x90, 0x30, 0x86, 0xcf, 0xd6, 0x13,
+	0xd7, 0x62, 0xb7, 0xb3, 0x5b, 0x97, 0x37, 0xc7, 0x8a, 0x37, 0x5d, 0x89, 0xde, 0x8f, 0x38, 0x7c,
+	0x46, 0x28, 0x21, 0xde, 0x00, 0xd7, 0x38, 0x57, 0x5a, 0x92, 0x49, 0xcb, 0xb8, 0x90, 0x72, 0xcf,
+	0x2a, 0x0e, 0x21, 0x13, 0x30, 0xe0, 0x7b, 0x90, 0x39, 0xb4, 0x0d, 0xed, 0xa0, 0xaf, 0x77, 0xec,
+	0xf5, 0xd8, 0xb5, 0xc4, 0xed, 0xec, 0xd6, 0x5a, 0x58, 0x43, 0xd3, 0x36, 0x2a, 0x7d, 0xbd, 0x43,
+	0xd2, 0x87, 0xee, 0x83, 0x8d, 0xef, 0x42, 0xfa, 0xc0, 0xd0, 0x9d, 0x43, 0xcb, 0xb0, 0xd7, 0xe3,
+	0xd3, 0x0c, 0x15, 0x17, 0x47, 0x02, 0xa2, 0x0f, 0x92, 0xe9, 0x25, 0xb4, 0xcc, 0x5d, 0x87, 0x94,
+	0x87, 0xc2, 0xeb, 0x90, 0xf2, 0x90, 0x5e, 0x0c, 0xfc, 0x25, 0xf7, 0xcb, 0x04, 0x40, 0xd5, 0x1c,
+	0xe8, 0x82, 0x39, 0x3c, 0xe8, 0x75, 0xf0, 0x45, 0x48, 0x77, 0xcc, 0x81, 0xce, 0xdc, 0xf0, 0x28,
+	0xe9, 0x9a, 0xc6, 0xe4, 0x36, 0x20, 0x86, 0x6a, 0xf5, 0x7b, 0xc6, 0xd0, 0xd1, 0x3e, 0xb6, 0xcd,
+	0xa1, 0x17, 0xb7, 0x02, 0x85, 0x0b, 0x0c, 0xfc, 0x81, 0x6d, 0x0e, 0xf1, 0x1d, 0x58, 0x75, 0x7d,
+	0x37, 0x6d, 0x2d, 0x90, 0x96, 0x60, 0xa4, 0x2b, 0x3e, 0xa2, 0xea, 0x49, 0xdd, 0x86, 0x3c, 0x23,
+	0xd1, 0x47, 0x23, 0xcb, 0xd4, 0x5b, 0x5d, 0x16, 0xbc, 0xc2, 0xd6, 0xf5, 0xb0, 0x83, 0x63, 0xfb,
+	0xd8, 0x23, 0xef, 0x91, 0x92, 0x5c, 0x27, 0xb4, 0xc2, 0x9b, 0x90, 0xea, 0x9b, 0x1d, 0xa6, 0x6b,
+	0x89, 0xe5, 0xed, 0x5c, 0x58, 0x86, 0x7a, 0x34, 0x6c, 0x19, 0xed, 0x72, 0xcf, 0x22, 0xcb, 0x7d,
+	0xb3, 0x43, 0x35, 0x6f, 0x00, 0xd8, 0x8e, 0xee, 0xd8, 0xda, 0x41, 0xaf, 0x6f, 0xac, 0x2f, 0xbb,
+	0x39, 0x63, 0x90, 0x4a, 0xaf, 0x6f, 0xe0, 0xeb, 0x90, 0x6f, 0x99, 0x87, 0x43, 0xc7, 0xb0, 0x3e,
+	0x75, 0x29, 0x52, 0x8c, 0x22, 0xe7, 0x03, 0x29, 0x11, 0xf7, 0x09, 0xe4, 0xc2, 0x16, 0xe1, 0x0d,
+	0xb8, 0x58, 0x55, 0x76, 0x78, 0x8d, 0xaf, 0xd7, 0x89, 0xc2, 0x0b, 0xdb, 0x5a, 0x53, 0x56, 0xeb,
+	0xa2, 0x20, 0x55, 0x24, 0xb1, 0x8c, 0xce, 0xe0, 0x2c, 0xa4, 0xca, 0x62, 0x85, 0x6f, 0xd6, 0x1a,
+	0x28, 0x86, 0x73, 0x90, 0x26, 0x25, 0x51, 0xab, 0x13, 0xa5, 0x8c, 0xe2, 0x78, 0x05, 0xb2, 0x74,
+	0xa5, 0x36, 0xf8, 0xaa, 0x24, 0x57, 0x51, 0x02, 0x23, 0xc8, 0x51, 0x80, 0xb0, 0x4d, 0x94, 0x1d,
+	0x51, 0x51, 0x51, 0x92, 0x1b, 0x41, 0x9e, 0x29, 0xb3, 0x9c, 0xde, 0x81, 0xde, 0x72, 0xec, 0x88,
+	0x07, 0xb1, 0x63, 0x3d, 0x88, 0x4f, 0x7b, 0x40, 0xb7, 0x01, 0x8d, 0x1a, 0xc5, 0xdb, 0xeb, 0x89,
+	0x6b, 0x09, 0xba, 0x0d, 0xfa, 0x66, 0x87, 0xe2, 0x6c, 0xee, 0x00, 0xb2, 0x75, 0xbd, 0xf5, 0x89,
+	0xde, 0x31, 0xa4, 0xe1, 0x81, 0x89, 0x5f, 0x81, 0xdc, 0xc8, 0x5d, 0x6a, 0xa1, 0xdd, 0x96, 0xf5,
+	0x60, 0xb2, 0x3e, 0x30, 0x70, 0x11, 0xd2, 0x2d, 0xdd, 0x31, 0x3a, 0xa6, 0x75, 0x34, 0xde, 0x54,
+	0xee, 0x9a, 0x16, 0xe1, 0x33, 0xc3, 0xb2, 0x7b, 0xe6, 0xd0, 0x2b, 0x06, 0x7f, 0xc9, 0x6d, 0x40,
+	0xaa, 0x6e, 0x99, 0xd4, 0x86, 0x99, 0x3b, 0xf9, 0x4f, 0x31, 0x40, 0x81, 0x1d, 0x6d, 0xe3, 0x7b,
+	0xbe, 0x31, 0xf6, 0x50, 0x1f, 0xd9, 0x5d, 0xd3, 0xd1, 0xec, 0xae, 0xee, 0x1b, 0xe3, 0xc3, 0xd4,
+	0xae, 0x8e, 0x6f, 0xc1, 0x4a, 0x40, 0x32, 0x3c, 0x1c, 0x3c, 0x35, 0xdc, 0x8d, 0xbe, 0x44, 0x0a,
+	0x3e, 0x58, 0x66, 0x50, 0xfc, 0x2e, 0xe4, 0x9e, 0xd2, 0x6e, 0xa2, 0x39, 0xac, 0x9d, 0x78, 0xfb,
+	0xfe, 0x42, 0xb8, 0x7e, 0x42, 0xdd, 0x86, 0x64, 0x9f, 0x86, 0x5a, 0x4f, 0x11, 0xd2, 0x7d, 0xb3,
+	0xa5, 0x3b, 0xd4, 0x2d, 0x77, 0xe3, 0x07, 0x6b, 0xfc, 0x06, 0xa4, 0x46, 0xae, 0x5f, 0x5e, 0x49,
+	0x4e, 0xec, 0x5b, 0xcf, 0x65, 0xe2, 0xd3, 0x70, 0x9f, 0xc5, 0x20, 0x59, 0xa7, 0xbd, 0x69, 0x56,
+	0xbf, 0xba, 0x1f, 0xd2, 0x13, 0x67, 0x7b, 0xe4, 0xe2, 0x84, 0x30, 0xdd, 0xe9, 0x6e, 0xd6, 0x3c,
+	0x82, 0xb1, 0x09, 0xdc, 0x5b, 0x90, 0xf6, 0xa1, 0xb4, 0xc6, 0x64, 0x45, 0xab, 0x29, 0x02, 0xdf,
+	0x90, 0x14, 0x19, 0x9d, 0xc1, 0x00, 0xcb, 0x92, 0xac, 0x4a, 0x65, 0x11, 0xc5, 0x68, 0x6d, 0x2a,
+	0xcd, 0x06, 0x5b, 0xc4, 0xb9, 0x2d, 0x00, 0x62, 0xd8, 0x87, 0x7d, 0x87, 0x99, 0x73, 0x23, 0x64,
+	0x4e, 0x76, 0x0b, 0x45, 0xd5, 0xba, 0x06, 0x72, 0x1b, 0x90, 0x09, 0x36, 0x19, 0x46, 0x90, 0x18,
+	0xb7, 0x10, 0xfa, 0xc8, 0x8d, 0x20, 0x57, 0x35, 0x2c, 0xab, 0xe7, 0x08, 0x5d, 0x7d, 0xd8, 0x61,
+	0x89, 0xee, 0x9a, 0xb6, 0xe3, 0xfb, 0x48, 0x9f, 0x69, 0x85, 0x8c, 0x2c, 0xf3, 0x63, 0xa3, 0xe5,
+	0x78, 0xc5, 0xe3, 0x2f, 0xf1, 0x79, 0x58, 0x6e, 0x31, 0x3e, 0x96, 0x9b, 0x04, 0xf1, 0x56, 0x34,
+	0xfa, 0x23, 0xdd, 0x69, 0x75, 0x6d, 0xc3, 0x61, 0xd1, 0x4f, 0x90, 0x60, 0xcd, 0x7d, 0x1f, 0xf2,
+	0xd5, 0x9e, 0x43, 0x0b, 0x59, 0x30, 0x07, 0x83, 0x9e, 0x73, 0x4a, 0x95, 0x05, 0x88, 0xf7, 0xda,
+	0x5e, 0xa5, 0xc6, 0x7b, 0x6d, 0xea, 0x92, 0x65, 0x1c, 0x78, 0x39, 0xa6, 0x8f, 0x4c, 0xb9, 0x69,
+	0xf7, 0x58, 0x4a, 0x68, 0x7e, 0xf3, 0x24, 0x58, 0xd3, 0x92, 0xf6, 0x1a, 0x39, 0x55, 0x4b, 0x9b,
+	0xbd, 0xaf, 0x96, 0x3e, 0x73, 0xbf, 0x8b, 0x43, 0x81, 0x18, 0x7d, 0x43, 0xb7, 0x0d, 0x56, 0x59,
+	0x86, 0x85, 0xcb, 0x90, 0x19, 0x50, 0x63, 0x1d, 0x73, 0x68, 0x78, 0xa1, 0xbe, 0x11, 0x0e, 0xf5,
+	0x24, 0xf9, 0xe6, 0x8e, 0x4f, 0xbb, 0x7d, 0x86, 0x8c, 0x19, 0xf1, 0x4d, 0x28, 0xb8, 0xa5, 0x6c,
+	0xb7, 0xba, 0x46, 0xfb, 0x30, 0xd8, 0xf5, 0x79, 0x06, 0x55, 0x3d, 0x60, 0xf1, 0x37, 0x31, 0xc8,
+	0x04, 0x12, 0x68, 0x74, 0xbd, 0xfd, 0x11, 0x63, 0xfb, 0xc3, 0x5b, 0xe1, 0x3d, 0xc0, 0xee, 0x8e,
+	0xd0, 0x9e, 0x5a, 0xfa, 0xb0, 0xd5, 0xd5, 0xda, 0xba, 0xe3, 0x0a, 0xcc, 0x6e, 0xbd, 0x76, 0x12,
+	0xdb, 0x36, 0xcb, 0xba, 0x63, 0x10, 0xe4, 0x0a, 0x29, 0x31, 0x19, 0x14, 0x82, 0xaf, 0x42, 0xd6,
+	0x93, 0xc8, 0x36, 0xbb, 0x1b, 0x64, 0x70, 0x41, 0xb4, 0x8f, 0x14, 0x2f, 0x43, 0x92, 0x11, 0x9e,
+	0x85, 0xa5, 0x67, 0x7a, 0xff, 0xd0, 0xef, 0x07, 0xee, 0xa2, 0xb4, 0x06, 0xab, 0x81, 0xc7, 0xda,
+	0xc0, 0xb0, 0x6d, 0xbd, 0x63, 0x70, 0x12, 0xac, 0x4c, 0x9a, 0x61, 0xe3, 0xb7, 0x21, 0xfd, 0xd4,
+	0x7b, 0xf6, 0xde, 0xb4, 0xc5, 0xf9, 0x56, 0x93, 0x80, 0x96, 0x7b, 0x07, 0xa0, 0x4e, 0x47, 0x8e,
+	0xd2, 0x91, 0x63, 0xd8, 0xf8, 0x35, 0x40, 0xb6, 0x61, 0xf5, 0xf4, 0x7e, 0xef, 0x53, 0xa3, 0xad,
+	0xb1, 0x59, 0x84, 0x99, 0x93, 0x23, 0x2b, 0x63, 0x38, 0xa3, 0xe7, 0xbe, 0x88, 0xc1, 0x46, 0xdd,
+	0x32, 0x46, 0xba, 0x65, 0x54, 0x4c, 0x8b, 0x09, 0xe6, 0xdb, 0x6d, 0x56, 0x11, 0x7a, 0x9f, 0xb7,
+	0x3a, 0x36, 0xde, 0x04, 0xec, 0x4d, 0x0a, 0xad, 0xe7, 0x23, 0xcd, 0xef, 0x0e, 0xcc, 0xbb, 0xed,
+	0x33, 0x04, 0xb9, 0x38, 0xe1, 0xf9, 0xc8, 0xef, 0x87, 0xb7, 0xa0, 0xf0, 0x89, 0x61, 0x0d, 0x8d,
+	0xbe, 0xe6, 0xf7, 0xce, 0xb8, 0x47, 0x9b, 0x77, 0xe1, 0xbb, 0x2e, 0xb8, 0xb4, 0x0e, 0xe7, 0x47,
+	0xae, 0x66, 0xed, 0xc0, 0xb4, 0x34, 0xb7, 0x08, 0x74, 0xab, 0x63, 0x73, 0x3a, 0x64, 0xf9, 0x83,
+	0xb6, 0xe9, 0x79, 0x8b, 0x5f, 0x9f, 0x6f, 0xc1, 0x0c, 0xfd, 0x37, 0xa0, 0xd0, 0x1b, 0xd0, 0x8e,
+	0xef, 0x0a, 0xec, 0xb5, 0x99, 0xfe, 0x04, 0xc9, 0x31, 0x28, 0xf3, 0x50, 0x6a, 0x73, 0xbf, 0x8d,
+	0xc1, 0x9a, 0xff, 0x5e, 0xf2, 0x38, 0x59, 0x93, 0x7e, 0x59, 0xde, 0xe2, 0xf7, 0x20, 0xa7, 0x1f,
+	0xb4, 0x4d, 0xcd, 0x72, 0x9d, 0x9a, 0xd5, 0xb1, 0x43, 0x3e, 0x6f, 0x9f, 0x21, 0x59, 0x7d, 0xbc,
+	0x2c, 0x5d, 0x80, 0x73, 0xba, 0x67, 0xad, 0x6f, 0x94, 0xd6, 0x1b, 0x1e, 0x98, 0xdc, 0xaf, 0x6f,
+	0x01, 0x0e, 0xde, 0xaf, 0xa5, 0x23, 0xd5, 0xb0, 0x9e, 0xf5, 0x5a, 0x06, 0x7e, 0x1f, 0x96, 0xfb,
+	0x46, 0x47, 0x6f, 0x1d, 0x79, 0xfb, 0xf2, 0xe6, 0x84, 0x9e, 0x29, 0xfa, 0xcd, 0x1a, 0x23, 0x26,
+	0x1e, 0x13, 0xae, 0x40, 0xc6, 0x31, 0xcd, 0x7e, 0xab, 0xab, 0xf7, 0x86, 0xde, 0xee, 0xb9, 0x7d,
+	0x8c, 0x84, 0x86, 0x4f, 0x4f, 0xc6, 0xac, 0xf8, 0x5d, 0x58, 0x62, 0x51, 0xf7, 0xbc, 0xbd, 0x71,
+	0x8c, 0x0c, 0x89, 0xd2, 0x12, 0x97, 0x05, 0x7f, 0x07, 0x52, 0xde, 0x7b, 0x9a, 0x75, 0xb0, 0xec,
+	0xd6, 0xab, 0xc7, 0x70, 0x7b, 0x2f, 0x5c, 0xe2, 0xb3, 0x51, 0x09, 0xf6, 0x91, 0x4d, 0xa7, 0x58,
+	0xef, 0x65, 0x76, 0x9c, 0x04, 0xd5, 0xa5, 0x26, 0x3e, 0x1b, 0x7e, 0x07, 0x92, 0x8e, 0x61, 0x3b,
+	0x6c, 0xd6, 0xca, 0x4e, 0x8e, 0x78, 0xb3, 0x42, 0x60, 0xd8, 0x0e, 0x61, 0x0c, 0xb8, 0x04, 0xb9,
+	0x70, 0x9a, 0xd8, 0x28, 0x96, 0xdd, 0xba, 0x3a, 0x4b, 0x40, 0xa8, 0xfa, 0x48, 0x76, 0x14, 0x2a,
+	0x45, 0x01, 0xd2, 0x07, 0x3d, 0x6b, 0xf0, 0x5c, 0xb7, 0x8c, 0xf5, 0x34, 0xe3, 0xbf, 0x75, 0x8c,
+	0x01, 0x15, 0x8f, 0x9c, 0x04, 0x8c, 0xc5, 0x3f, 0x2e, 0xc1, 0xb2, 0x9b, 0x5c, 0xfc, 0x18, 0x56,
+	0x7a, 0xc3, 0xd1, 0xa1, 0xa3, 0xf9, 0x95, 0xe4, 0xb7, 0x98, 0xad, 0x13, 0x15, 0x47, 0x80, 0x61,
+	0x96, 0x16, 0x98, 0xa8, 0xf1, 0x64, 0xf7, 0x21, 0x20, 0xf3, 0xd0, 0x99, 0x94, 0x1e, 0x5f, 0x58,
+	0xfa, 0x8a, 0x2b, 0x2b, 0xa0, 0x2e, 0xfe, 0x24, 0x0e, 0xb9, 0x30, 0x05, 0xde, 0x87, 0x42, 0xb0,
+	0x21, 0x9c, 0xa3, 0x91, 0xe1, 0xfa, 0x52, 0x38, 0xad, 0xb6, 0xc6, 0xd1, 0xc8, 0x20, 0x79, 0x3d,
+	0xb4, 0xb2, 0xe9, 0x9c, 0xd6, 0xb1, 0x35, 0x7f, 0x1e, 0x71, 0xdd, 0xc8, 0x90, 0x6c, 0xc7, 0xf6,
+	0xc7, 0x12, 0x9b, 0x1e, 0x3a, 0xf4, 0x56, 0xdf, 0x7d, 0x15, 0xb8, 0xaf, 0xd7, 0x94, 0xde, 0xea,
+	0xb3, 0x79, 0xf2, 0x09, 0xac, 0x8e, 0x0e, 0x9f, 0xf6, 0x7b, 0x76, 0x57, 0x6b, 0x99, 0xc3, 0xf6,
+	0xf8, 0x5d, 0x5b, 0xd8, 0xba, 0x7b, 0x5c, 0x01, 0xbb, 0x7c, 0x82, 0xcf, 0x46, 0xd0, 0x28, 0x02,
+	0xf9, 0x20, 0x99, 0x4e, 0xa0, 0x24, 0xf7, 0x79, 0x28, 0x1a, 0xd4, 0x66, 0x3a, 0x27, 0x4d, 0xce,
+	0xed, 0x79, 0xc8, 0x48, 0x3b, 0x7c, 0x55, 0xd4, 0x1e, 0x49, 0x75, 0x14, 0xc3, 0x17, 0x60, 0xad,
+	0x21, 0xaa, 0x0d, 0xad, 0x59, 0x2f, 0xf3, 0x0d, 0x51, 0xab, 0xf3, 0xfb, 0x35, 0x85, 0xa7, 0x43,
+	0x3c, 0x86, 0x02, 0xdf, 0x6c, 0x28, 0x0c, 0x59, 0x91, 0x6a, 0xa2, 0x8a, 0x12, 0xb8, 0x00, 0xd0,
+	0xe0, 0x83, 0x75, 0x92, 0x32, 0xd7, 0x25, 0x59, 0x16, 0xcb, 0x5a, 0xb5, 0x49, 0xe9, 0x98, 0x60,
+	0x15, 0x2d, 0xd1, 0xf3, 0x40, 0x45, 0x22, 0x3b, 0x7b, 0x3c, 0x11, 0xd1, 0x32, 0xb5, 0x41, 0x2c,
+	0x35, 0xa5, 0x5a, 0x59, 0xab, 0x29, 0x55, 0x15, 0xa5, 0xf0, 0x1a, 0xac, 0xf8, 0x67, 0x01, 0x4d,
+	0x50, 0xe4, 0x8a, 0x54, 0x45, 0x69, 0x2a, 0x5c, 0xa8, 0x8b, 0x1a, 0x11, 0xeb, 0x0a, 0x69, 0xa0,
+	0x0c, 0x35, 0xc0, 0x35, 0x94, 0x27, 0xc2, 0xb6, 0xb4, 0x2b, 0xaa, 0x08, 0x28, 0x63, 0xa5, 0xbe,
+	0x23, 0x34, 0xb5, 0xa6, 0x2c, 0x35, 0xa8, 0x69, 0x2a, 0xba, 0x44, 0xc5, 0x57, 0x05, 0x51, 0x6b,
+	0xf0, 0xa4, 0xc4, 0xd7, 0x6a, 0xe8, 0x32, 0x97, 0x4c, 0x67, 0x51, 0x91, 0x4b, 0xa6, 0x37, 0xd0,
+	0xd5, 0xe2, 0xef, 0xd3, 0x90, 0x09, 0x1a, 0x10, 0xfe, 0x68, 0x5e, 0xa1, 0xdf, 0x3f, 0x69, 0x0f,
+	0x7b, 0x71, 0xad, 0x7f, 0x77, 0x6e, 0xad, 0x2f, 0xa8, 0x60, 0xaa, 0xdc, 0x7f, 0x1c, 0x2d, 0xf7,
+	0x27, 0x73, 0xca, 0xfd, 0xf4, 0x0a, 0xbf, 0x62, 0x15, 0xcf, 0x7d, 0x99, 0x3c, 0xae, 0xd6, 0x6f,
+	0xc0, 0xb5, 0xa6, 0xbc, 0x2b, 0x12, 0xb6, 0xf6, 0x8e, 0x9f, 0x5a, 0xad, 0xb6, 0xbb, 0xa3, 0x29,
+	0xa4, 0x2c, 0x12, 0x5a, 0xc6, 0x28, 0x8b, 0x39, 0xb8, 0x72, 0x0c, 0x4d, 0x0e, 0x5f, 0x81, 0xa2,
+	0x87, 0x12, 0x6a, 0xbc, 0x5c, 0xd5, 0xf6, 0x78, 0x22, 0x4b, 0x72, 0x55, 0x65, 0x5b, 0x01, 0xe5,
+	0xf1, 0x65, 0x58, 0x0f, 0x69, 0x62, 0xec, 0xf5, 0xaa, 0xe2, 0x62, 0x0b, 0xf8, 0x35, 0xb8, 0x39,
+	0x6d, 0x47, 0x49, 0x94, 0x85, 0xed, 0x1d, 0x9e, 0x3c, 0xd0, 0xf8, 0x4a, 0xd9, 0x23, 0x5d, 0xc1,
+	0xb7, 0xe0, 0xfa, 0x49, 0x08, 0x11, 0x7e, 0x05, 0x36, 0x02, 0xc2, 0x07, 0x22, 0x91, 0xc5, 0x9a,
+	0x26, 0xec, 0xd5, 0x43, 0x24, 0xab, 0xf8, 0x3a, 0x5c, 0x0d, 0xa9, 0x9d, 0x49, 0x84, 0x23, 0x44,
+	0xbe, 0x93, 0x13, 0x44, 0x6b, 0x13, 0xca, 0x66, 0x92, 0x9c, 0xa5, 0x11, 0x0a, 0x48, 0x88, 0x58,
+	0x13, 0x79, 0x55, 0x0c, 0xe1, 0xcf, 0x1d, 0x17, 0x83, 0xba, 0x48, 0x2a, 0x2e, 0xe9, 0x79, 0xda,
+	0x56, 0x3c, 0x7c, 0x59, 0x2c, 0x35, 0xab, 0x5a, 0x49, 0x92, 0x79, 0xb2, 0x8f, 0x2e, 0xe0, 0x22,
+	0x9c, 0x6f, 0x28, 0x4a, 0x4d, 0xd8, 0xe6, 0x25, 0xd9, 0x4f, 0x81, 0xdb, 0x53, 0xd6, 0xa9, 0x7c,
+	0x8f, 0x89, 0x69, 0xad, 0x13, 0x85, 0x4a, 0xd3, 0x2a, 0x0a, 0xd1, 0x78, 0xb9, 0x4c, 0x14, 0xa9,
+	0xac, 0xd5, 0x24, 0xb9, 0xf9, 0x10, 0x5d, 0xc4, 0x17, 0xe1, 0x9c, 0x9b, 0x45, 0x81, 0xf0, 0xea,
+	0xb6, 0x56, 0x96, 0xf8, 0xaa, 0xac, 0xa8, 0xa2, 0x8a, 0x8a, 0x4c, 0xb5, 0xb2, 0x53, 0x97, 0x6a,
+	0x22, 0xd1, 0x48, 0x53, 0xa5, 0xed, 0xa7, 0xa6, 0x54, 0xd1, 0x06, 0x97, 0x4c, 0xc7, 0x10, 0x70,
+	0xc9, 0xf4, 0x25, 0xd6, 0x5f, 0xae, 0xa0, 0xab, 0xc5, 0xbf, 0x24, 0x60, 0x89, 0x8d, 0x25, 0xf8,
+	0xd1, 0xbc, 0xae, 0xf2, 0xff, 0x27, 0x99, 0x6a, 0x5e, 0xdc, 0x51, 0x9e, 0xcc, 0xed, 0x28, 0x0b,
+	0x08, 0x9f, 0xea, 0x26, 0x3f, 0x8c, 0x76, 0x93, 0x87, 0x73, 0xba, 0xc9, 0xe9, 0x94, 0x7d, 0xd5,
+	0x3a, 0xc9, 0xcd, 0x63, 0x1a, 0x09, 0xcb, 0xfe, 0xd5, 0xe2, 0x3f, 0x13, 0x90, 0xf2, 0x46, 0x49,
+	0xfc, 0x64, 0x5e, 0xce, 0xdf, 0x3c, 0xd9, 0x2c, 0xfa, 0xe2, 0xac, 0x7f, 0x34, 0x37, 0xeb, 0x0b,
+	0x89, 0x9f, 0xca, 0xfb, 0x8f, 0xa2, 0x79, 0x7f, 0x34, 0x27, 0xef, 0xa7, 0x55, 0xf7, 0x35, 0xce,
+	0xbc, 0x77, 0x04, 0x58, 0x3c, 0xf3, 0x9e, 0x80, 0x97, 0x95, 0xf9, 0x99, 0xe2, 0x5f, 0x5e, 0xe6,
+	0xa3, 0xea, 0xbe, 0xa6, 0x99, 0xff, 0x73, 0x02, 0x92, 0xf4, 0xf4, 0x86, 0xf7, 0xe7, 0xa5, 0xfd,
+	0xde, 0x09, 0xce, 0x7e, 0x2f, 0xce, 0xf9, 0xe3, 0xb9, 0x39, 0x3f, 0xbd, 0xec, 0xa9, 0x84, 0xff,
+	0x20, 0x9a, 0xf0, 0xbd, 0x39, 0x09, 0x3f, 0x95, 0xae, 0xaf, 0x69, 0xb6, 0x7f, 0x95, 0x84, 0xb4,
+	0x7f, 0x54, 0xc6, 0x1f, 0xce, 0xcb, 0xf8, 0x5b, 0x27, 0x3c, 0x6c, 0xbf, 0x38, 0xeb, 0xda, 0xdc,
+	0xac, 0x2f, 0x26, 0x7f, 0x2a, 0xf3, 0x9f, 0x45, 0x33, 0xff, 0x78, 0x4e, 0xe6, 0x4f, 0xad, 0xef,
+	0xab, 0x96, 0xfd, 0xdd, 0xe3, 0x0e, 0x0a, 0x67, 0x01, 0xf9, 0xe7, 0xd5, 0xe0, 0x1c, 0x79, 0x85,
+	0xce, 0x89, 0x51, 0xa8, 0x26, 0xc9, 0x15, 0x05, 0x5d, 0x65, 0xe5, 0xb2, 0xc1, 0xed, 0x01, 0x8a,
+	0x6a, 0x67, 0x67, 0xe2, 0x66, 0xa9, 0x26, 0xa9, 0xd1, 0x0f, 0x66, 0xe7, 0x01, 0xfb, 0x08, 0x45,
+	0xd6, 0xd4, 0xa6, 0x20, 0x88, 0xaa, 0x8a, 0x62, 0xf4, 0x9c, 0xeb, 0xc3, 0xf9, 0xda, 0x1e, 0xbf,
+	0xaf, 0xa2, 0x38, 0xf7, 0xf7, 0x55, 0x28, 0x36, 0x47, 0x7d, 0x53, 0x6f, 0x1b, 0xed, 0x19, 0x77,
+	0x78, 0x62, 0xe4, 0x0e, 0xef, 0x8d, 0x89, 0x6f, 0xae, 0x73, 0xf9, 0xa2, 0x77, 0x79, 0xf2, 0xf4,
+	0x5d, 0xde, 0xbd, 0x13, 0x4a, 0x9a, 0x79, 0xa7, 0x57, 0x9a, 0xbc, 0xd3, 0x7b, 0xfd, 0x84, 0xb2,
+	0x26, 0xee, 0xf6, 0xb6, 0xa3, 0x77, 0x7b, 0x9b, 0x27, 0x94, 0x32, 0x75, 0xc7, 0xb7, 0x1d, 0xbd,
+	0xe3, 0x3b, 0xa9, 0xa4, 0xa9, 0xbb, 0xbe, 0x6f, 0x4f, 0xdc, 0xf5, 0xfd, 0xdf, 0x49, 0x43, 0x34,
+	0xbe, 0xf3, 0x7b, 0x10, 0xba, 0xaf, 0x73, 0xef, 0xfb, 0xee, 0x9e, 0x50, 0xc8, 0x8c, 0x7b, 0xbb,
+	0x7f, 0xc4, 0x82, 0x7b, 0xbb, 0x7d, 0xc8, 0x44, 0x7b, 0xd3, 0x37, 0x4f, 0x55, 0x0a, 0xe3, 0xab,
+	0x46, 0xdd, 0xe9, 0xda, 0x64, 0x2c, 0xad, 0xf8, 0xb3, 0x18, 0xe4, 0x27, 0x90, 0x78, 0x0f, 0xf2,
+	0x13, 0xdd, 0x83, 0xd5, 0xde, 0x62, 0xd7, 0x6a, 0xb9, 0x70, 0xeb, 0xc0, 0xaf, 0xc2, 0xd2, 0x88,
+	0x6a, 0xf0, 0xba, 0xdf, 0xf4, 0x37, 0x39, 0x17, 0x5d, 0xfc, 0x4f, 0x2c, 0x7c, 0x95, 0xf3, 0x64,
+	0xda, 0xf7, 0x6f, 0x9d, 0xb6, 0x78, 0xe7, 0xbb, 0xff, 0x8b, 0x29, 0xf7, 0x1f, 0xcd, 0x76, 0x7f,
+	0xc1, 0x6b, 0x96, 0xc5, 0x22, 0xf0, 0xb7, 0x98, 0x7f, 0xe4, 0x7c, 0x38, 0xed, 0xfd, 0xbb, 0xa7,
+	0xd9, 0x6e, 0xf3, 0x3d, 0xff, 0xe9, 0x94, 0xe7, 0xbb, 0xb3, 0x3d, 0x5f, 0xe0, 0x48, 0xb8, 0x98,
+	0xd7, 0xff, 0x8a, 0x8d, 0x8f, 0x5d, 0x8f, 0xa6, 0xfd, 0x7e, 0xef, 0x74, 0x0d, 0x62, 0xbe, 0xe7,
+	0x3f, 0x9f, 0xf2, 0xfc, 0xe1, 0x6c, 0xcf, 0x17, 0x3a, 0x14, 0x2d, 0xee, 0xbb, 0x7f, 0xf0, 0xf8,
+	0x1f, 0x7c, 0x8f, 0x0e, 0xeb, 0x2f, 0xcf, 0xf7, 0x99, 0xc7, 0x82, 0xc5, 0x7c, 0xff, 0x6b, 0xcc,
+	0x1b, 0xbd, 0xf7, 0xa6, 0x1d, 0xff, 0xc6, 0x29, 0x9a, 0xf0, 0x7c, 0xaf, 0x3f, 0x9f, 0xf2, 0xba,
+	0x39, 0xdb, 0xeb, 0xd3, 0xcf, 0xc6, 0x8b, 0xb9, 0xfc, 0x65, 0x2c, 0x34, 0x7f, 0x3e, 0x9e, 0x76,
+	0xfb, 0xfd, 0x53, 0xbe, 0x36, 0xe6, 0xbb, 0xfe, 0xc5, 0x94, 0xeb, 0xfb, 0xb3, 0x5d, 0x5f, 0x6c,
+	0x38, 0x5c, 0xc8, 0xfd, 0x3b, 0x7f, 0x48, 0x42, 0x86, 0xb5, 0x0d, 0xc6, 0xb5, 0x0e, 0x67, 0xdd,
+	0x0f, 0x00, 0x8d, 0xfd, 0xba, 0xa8, 0x35, 0xe5, 0xb2, 0x58, 0x91, 0x64, 0x36, 0x4a, 0xad, 0xc1,
+	0x4a, 0x08, 0x53, 0xe2, 0x55, 0xd1, 0x9d, 0xa3, 0x42, 0xc0, 0xb2, 0xb8, 0x8b, 0xe2, 0x11, 0xc2,
+	0x86, 0xa8, 0x36, 0x50, 0x82, 0x0e, 0x62, 0x11, 0x6e, 0x6d, 0x77, 0x07, 0x25, 0x23, 0x70, 0xf6,
+	0xe1, 0x63, 0x77, 0x07, 0x2d, 0xd1, 0x89, 0x2e, 0x04, 0x27, 0xa2, 0xa0, 0xec, 0x8a, 0x64, 0x1f,
+	0x2d, 0x47, 0x18, 0x2a, 0xbc, 0xd0, 0x50, 0xc8, 0x3e, 0x4a, 0x45, 0x18, 0x82, 0x0f, 0x21, 0x69,
+	0x7c, 0x19, 0xd6, 0x43, 0x08, 0x81, 0xdc, 0xbf, 0x37, 0xc6, 0x66, 0x22, 0x58, 0x66, 0x97, 0xfb,
+	0x59, 0x65, 0x77, 0x07, 0x41, 0x04, 0xcb, 0xac, 0x0b, 0xb0, 0xd9, 0xa8, 0xf3, 0x35, 0x01, 0xe5,
+	0xf0, 0x25, 0xb8, 0x10, 0x82, 0x55, 0x55, 0x61, 0xac, 0x2c, 0x8f, 0xaf, 0x40, 0x31, 0x84, 0xe4,
+	0xd9, 0x30, 0xaa, 0x90, 0x7d, 0xad, 0xa9, 0x96, 0xea, 0x65, 0x54, 0x98, 0x8b, 0x27, 0x7b, 0xaa,
+	0x54, 0x45, 0x2b, 0x38, 0x0d, 0x49, 0x2f, 0xee, 0x29, 0x48, 0xb8, 0xc1, 0x4e, 0x43, 0xd2, 0x8b,
+	0x70, 0x16, 0x52, 0xe3, 0xb0, 0x66, 0x21, 0x35, 0x8e, 0x65, 0x0e, 0xd2, 0xa1, 0x00, 0x66, 0x21,
+	0x35, 0x8e, 0x5a, 0xf8, 0x9b, 0x51, 0x1a, 0xaf, 0x42, 0x3e, 0x1a, 0x9f, 0x55, 0xc8, 0x47, 0x83,
+	0xb2, 0x0a, 0xf9, 0x68, 0x24, 0xa8, 0x39, 0xcc, 0x7d, 0x04, 0xb9, 0x49, 0x9f, 0x8b, 0x71, 0x14,
+	0xbb, 0x33, 0x80, 0x94, 0xd0, 0xd5, 0x87, 0x43, 0xa3, 0xef, 0x5e, 0x33, 0xf3, 0xb2, 0x2c, 0xd6,
+	0x22, 0x93, 0x3a, 0x86, 0x82, 0x8f, 0x50, 0x1b, 0x7c, 0xa9, 0x46, 0xbd, 0x44, 0x90, 0xf3, 0x61,
+	0x25, 0xb1, 0xc1, 0xbb, 0xff, 0x72, 0xf3, 0x21, 0xd4, 0xff, 0x44, 0x98, 0x4d, 0xe0, 0xd9, 0x8d,
+	0x75, 0xf2, 0x4e, 0x0b, 0x32, 0x65, 0xa3, 0xef, 0xe8, 0xac, 0xa0, 0x57, 0x21, 0x5f, 0x16, 0x6b,
+	0x0d, 0x5e, 0x6b, 0xca, 0x0f, 0x64, 0x65, 0x4f, 0x46, 0x67, 0xa8, 0xd3, 0xb2, 0xa2, 0x31, 0xa8,
+	0x1b, 0xca, 0x8a, 0x2a, 0xa1, 0x38, 0xce, 0x43, 0x66, 0x47, 0xaa, 0x89, 0x6a, 0x43, 0x91, 0x45,
+	0x94, 0xc0, 0x19, 0x58, 0x52, 0x76, 0xf8, 0x6d, 0x1e, 0x25, 0xa9, 0x12, 0xb5, 0x21, 0xd6, 0xeb,
+	0x92, 0x5c, 0xd5, 0x5c, 0xf4, 0xd2, 0x9d, 0x8f, 0x00, 0x2a, 0xcf, 0x83, 0x7f, 0x46, 0x5d, 0x80,
+	0xb5, 0xca, 0x5e, 0xf0, 0xcf, 0xa8, 0x90, 0xae, 0x15, 0xc8, 0xd6, 0x6b, 0x7c, 0xa3, 0xa2, 0x90,
+	0x1d, 0x4d, 0x14, 0x50, 0x8c, 0xee, 0x8e, 0x00, 0xf0, 0x48, 0xac, 0x6f, 0xef, 0x13, 0x14, 0xa7,
+	0x46, 0x06, 0xc0, 0x86, 0x74, 0xff, 0x1e, 0x4a, 0xdc, 0x39, 0x00, 0xc4, 0x57, 0xca, 0xca, 0xc4,
+	0x11, 0x2a, 0x0f, 0x19, 0x59, 0x91, 0xdd, 0xf2, 0x70, 0xbf, 0x2a, 0x8e, 0x3f, 0x97, 0xb0, 0xbd,
+	0x38, 0xf9, 0xd5, 0xc2, 0x8d, 0x97, 0xf7, 0x09, 0x82, 0x01, 0x12, 0x6e, 0x00, 0x83, 0x1b, 0x7b,
+	0x94, 0x2c, 0xbd, 0xfd, 0xe8, 0xad, 0x8e, 0x19, 0xf4, 0x86, 0x4d, 0xd3, 0xea, 0xdc, 0x0d, 0xfd,
+	0x7f, 0xb6, 0x37, 0x3c, 0xb0, 0xf4, 0xbb, 0xec, 0x2f, 0x2b, 0x77, 0x3b, 0x66, 0x08, 0xf3, 0x74,
+	0x99, 0x01, 0xdf, 0xfc, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x89, 0xb1, 0xf9, 0x17, 0x6e, 0x2b,
+	0x00, 0x00,
 }
diff --git a/src/chromiumos/common.proto b/src/chromiumos/common.proto
index 708ec55..2b82738 100644
--- a/src/chromiumos/common.proto
+++ b/src/chromiumos/common.proto
@@ -4,7 +4,8 @@
 
 option go_package = "go.chromium.org/chromiumos/infra/proto/go/chromiumos";
 
-import "prototype/milestone.proto";
+// TODO(b/177487002): cannot include prototype.milestone at this time.
+//import "prototype/milestone.proto";
 
 // Common message definitions.
 
@@ -200,7 +201,29 @@
 // Used to generate release_builders.star.
 message ReleaseBuilder {
   // The release milestone. Needs to have "branch_name" filled out.
-  prototype.Milestone milestone = 1;
+  // TODO(b/177487002): cannot include prototype.Milestone at this time.
+  //prototype.Milestone milestone = 1;
+  message Milestone {
+    message Date {
+      // Format: YYYY-MM-DD (ISO 8601)
+      // E.g. 2020-02-10
+      string value = 1;
+    }
+
+    // E.g. 86
+    int32 number = 1;
+
+    // Initially planned branch date for the milestone.
+    Date target_branch_date = 2;
+
+    // Actual branch name when the branch is created.
+    // E.g. release-R86-13421.B
+    string branch_name = 3;
+  }
+  oneof milestone_message {
+    Milestone milestone = 1;
+  }
+
   // Schedule to use for release builder.
   // e.g. "0 5 * * *"
   string build_schedule = 2;