Add client protos for managing configs & analytics of end-user infra services

Change-Id: I1fc61cc514be6e576ef96281d736d3f6744473b3
Bug:1096147
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/proto/+/2288170
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Tested-by: Ned Nguyen <nednguyen@google.com>
Reviewed-by: C Shapiro <shapiroc@chromium.org>
diff --git a/go/client/client.pb.go b/go/client/client.pb.go
new file mode 100644
index 0000000..f6331be
--- /dev/null
+++ b/go/client/client.pb.go
@@ -0,0 +1,115 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: client/client.proto
+
+package client
+
+import (
+	fmt "fmt"
+	proto "github.com/golang/protobuf/proto"
+	math "math"
+)
+
+// Reference imports to suppress errors if they are not otherwise used.
+var _ = proto.Marshal
+var _ = fmt.Errorf
+var _ = math.Inf
+
+// This is a compile-time assertion to ensure that this generated file
+// is compatible with the proto package it is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package needs to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+// Client concept represents an end-user infra service that users interact with
+// directly. e.g: CQ, Release testing.
+// ClientId proto and companion protos are used for two purposes:
+//   1) Coordinate configs across different internal sub services to achieve a
+//      certain property that's required by the end-user infra service.
+//   2) Provide useful analytics of how the sub-services operate to fullfill
+//      requests from the end-user infra services.
+//
+//
+//
+//                             /
+//    ---------------    1:N  / -----------
+//    |   Client    | <---------| Profile |  // Use for coordinate
+//    ---------------         \ -----------  // behavioral configs
+//          ^                  \             // of internal sub serivces
+//          | 1:N
+//      ____|______
+//     /    |      \
+//       ---------     // Use for tracking/analytics
+//       |Request|     // of how a request is fullfiled
+//       ---------     // by internal sub services
+//
+// To encapsulate the concepts of Profiles & Requests within each Client, we
+// design ProfileId & RequestId protos that are shareable between Client and
+// infra sub services as simple as possible
+// (mostly contain joinable id keys).
+// This allows different Client implementation to define arbitrarily
+// complex Profile & Request types without worrying about leaking those
+// complexity to sub services.
+//
+type Client struct {
+	Name                 string    `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
+	Id                   *ClientId `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
+	XXX_unrecognized     []byte    `json:"-"`
+	XXX_sizecache        int32     `json:"-"`
+}
+
+func (m *Client) Reset()         { *m = Client{} }
+func (m *Client) String() string { return proto.CompactTextString(m) }
+func (*Client) ProtoMessage()    {}
+func (*Client) Descriptor() ([]byte, []int) {
+	return fileDescriptor_4d3551c163a1d198, []int{0}
+}
+
+func (m *Client) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_Client.Unmarshal(m, b)
+}
+func (m *Client) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_Client.Marshal(b, m, deterministic)
+}
+func (m *Client) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_Client.Merge(m, src)
+}
+func (m *Client) XXX_Size() int {
+	return xxx_messageInfo_Client.Size(m)
+}
+func (m *Client) XXX_DiscardUnknown() {
+	xxx_messageInfo_Client.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_Client proto.InternalMessageInfo
+
+func (m *Client) GetName() string {
+	if m != nil {
+		return m.Name
+	}
+	return ""
+}
+
+func (m *Client) GetId() *ClientId {
+	if m != nil {
+		return m.Id
+	}
+	return nil
+}
+
+func init() {
+	proto.RegisterType((*Client)(nil), "client.Client")
+}
+
+func init() { proto.RegisterFile("client/client.proto", fileDescriptor_4d3551c163a1d198) }
+
+var fileDescriptor_4d3551c163a1d198 = []byte{
+	// 107 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4e, 0xce, 0xc9, 0x4c,
+	0xcd, 0x2b, 0xd1, 0x87, 0x50, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x6c, 0x10, 0x9e, 0x94,
+	0x18, 0x8a, 0x64, 0x7c, 0x66, 0x0a, 0x44, 0x5e, 0xc9, 0x8e, 0x8b, 0xcd, 0x19, 0x2c, 0x24, 0x24,
+	0xc4, 0xc5, 0x92, 0x97, 0x98, 0x9b, 0x2a, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0x66, 0x0b,
+	0x29, 0x70, 0x31, 0x65, 0xa6, 0x48, 0x30, 0x29, 0x30, 0x6a, 0x70, 0x1b, 0x09, 0xe8, 0x41, 0x0d,
+	0x86, 0xa8, 0xf7, 0x4c, 0x09, 0x62, 0xca, 0x4c, 0x49, 0x62, 0x03, 0x1b, 0x63, 0x0c, 0x08, 0x00,
+	0x00, 0xff, 0xff, 0xb6, 0x87, 0x19, 0xa9, 0x7d, 0x00, 0x00, 0x00,
+}
diff --git a/go/client/client_id.pb.go b/go/client/client_id.pb.go
new file mode 100644
index 0000000..2c298f5
--- /dev/null
+++ b/go/client/client_id.pb.go
@@ -0,0 +1,75 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: client/client_id.proto
+
+package client
+
+import (
+	fmt "fmt"
+	proto "github.com/golang/protobuf/proto"
+	math "math"
+)
+
+// Reference imports to suppress errors if they are not otherwise used.
+var _ = proto.Marshal
+var _ = fmt.Errorf
+var _ = math.Inf
+
+// This is a compile-time assertion to ensure that this generated file
+// is compatible with the proto package it is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package needs to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+type ClientId struct {
+	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *ClientId) Reset()         { *m = ClientId{} }
+func (m *ClientId) String() string { return proto.CompactTextString(m) }
+func (*ClientId) ProtoMessage()    {}
+func (*ClientId) Descriptor() ([]byte, []int) {
+	return fileDescriptor_71bda6001564ccc8, []int{0}
+}
+
+func (m *ClientId) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_ClientId.Unmarshal(m, b)
+}
+func (m *ClientId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_ClientId.Marshal(b, m, deterministic)
+}
+func (m *ClientId) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_ClientId.Merge(m, src)
+}
+func (m *ClientId) XXX_Size() int {
+	return xxx_messageInfo_ClientId.Size(m)
+}
+func (m *ClientId) XXX_DiscardUnknown() {
+	xxx_messageInfo_ClientId.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ClientId proto.InternalMessageInfo
+
+func (m *ClientId) GetId() string {
+	if m != nil {
+		return m.Id
+	}
+	return ""
+}
+
+func init() {
+	proto.RegisterType((*ClientId)(nil), "client.ClientId")
+}
+
+func init() { proto.RegisterFile("client/client_id.proto", fileDescriptor_71bda6001564ccc8) }
+
+var fileDescriptor_71bda6001564ccc8 = []byte{
+	// 77 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4b, 0xce, 0xc9, 0x4c,
+	0xcd, 0x2b, 0xd1, 0x87, 0x50, 0xf1, 0x99, 0x29, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x6c,
+	0x10, 0x01, 0x25, 0x29, 0x2e, 0x0e, 0x67, 0x30, 0xcb, 0x33, 0x45, 0x88, 0x8f, 0x8b, 0x29, 0x33,
+	0x45, 0x82, 0x51, 0x81, 0x51, 0x83, 0x33, 0x88, 0x29, 0x33, 0x25, 0x89, 0x0d, 0xac, 0xd4, 0x18,
+	0x10, 0x00, 0x00, 0xff, 0xff, 0x37, 0x12, 0xa5, 0xf1, 0x44, 0x00, 0x00, 0x00,
+}
diff --git a/go/client/profile_id.pb.go b/go/client/profile_id.pb.go
new file mode 100644
index 0000000..a21ce17
--- /dev/null
+++ b/go/client/profile_id.pb.go
@@ -0,0 +1,90 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: client/profile_id.proto
+
+package client
+
+import (
+	fmt "fmt"
+	proto "github.com/golang/protobuf/proto"
+	math "math"
+)
+
+// Reference imports to suppress errors if they are not otherwise used.
+var _ = proto.Marshal
+var _ = fmt.Errorf
+var _ = math.Inf
+
+// This is a compile-time assertion to ensure that this generated file
+// is compatible with the proto package it is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package needs to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+// Id of a client profile. See comment in client/client.proto for
+// more details.
+type ProfileId struct {
+	// Required.
+	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	// Required.
+	ClientId             *ClientId `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
+	XXX_unrecognized     []byte    `json:"-"`
+	XXX_sizecache        int32     `json:"-"`
+}
+
+func (m *ProfileId) Reset()         { *m = ProfileId{} }
+func (m *ProfileId) String() string { return proto.CompactTextString(m) }
+func (*ProfileId) ProtoMessage()    {}
+func (*ProfileId) Descriptor() ([]byte, []int) {
+	return fileDescriptor_77e92659ed6ea08d, []int{0}
+}
+
+func (m *ProfileId) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_ProfileId.Unmarshal(m, b)
+}
+func (m *ProfileId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_ProfileId.Marshal(b, m, deterministic)
+}
+func (m *ProfileId) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_ProfileId.Merge(m, src)
+}
+func (m *ProfileId) XXX_Size() int {
+	return xxx_messageInfo_ProfileId.Size(m)
+}
+func (m *ProfileId) XXX_DiscardUnknown() {
+	xxx_messageInfo_ProfileId.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ProfileId proto.InternalMessageInfo
+
+func (m *ProfileId) GetId() string {
+	if m != nil {
+		return m.Id
+	}
+	return ""
+}
+
+func (m *ProfileId) GetClientId() *ClientId {
+	if m != nil {
+		return m.ClientId
+	}
+	return nil
+}
+
+func init() {
+	proto.RegisterType((*ProfileId)(nil), "client.ProfileId")
+}
+
+func init() { proto.RegisterFile("client/profile_id.proto", fileDescriptor_77e92659ed6ea08d) }
+
+var fileDescriptor_77e92659ed6ea08d = []byte{
+	// 118 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4f, 0xce, 0xc9, 0x4c,
+	0xcd, 0x2b, 0xd1, 0x2f, 0x28, 0xca, 0x4f, 0xcb, 0xcc, 0x49, 0x8d, 0xcf, 0x4c, 0xd1, 0x2b, 0x28,
+	0xca, 0x2f, 0xc9, 0x17, 0x62, 0x83, 0x48, 0x48, 0x89, 0x41, 0x15, 0x40, 0x28, 0xb8, 0xbc, 0x92,
+	0x17, 0x17, 0x67, 0x00, 0x44, 0x8f, 0x67, 0x8a, 0x10, 0x1f, 0x17, 0x53, 0x66, 0x8a, 0x04, 0xa3,
+	0x02, 0xa3, 0x06, 0x67, 0x10, 0x53, 0x66, 0x8a, 0x90, 0x2e, 0x17, 0x27, 0x5c, 0xbd, 0x04, 0x93,
+	0x02, 0xa3, 0x06, 0xb7, 0x91, 0x80, 0x1e, 0x44, 0x44, 0xcf, 0x19, 0x4c, 0x79, 0xa6, 0x04, 0x71,
+	0x24, 0x43, 0x59, 0x49, 0x6c, 0x60, 0x23, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb4, 0xfd,
+	0x7f, 0x76, 0x8d, 0x00, 0x00, 0x00,
+}
diff --git a/go/client/request_id.pb.go b/go/client/request_id.pb.go
new file mode 100644
index 0000000..6e7d908
--- /dev/null
+++ b/go/client/request_id.pb.go
@@ -0,0 +1,90 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: client/request_id.proto
+
+package client
+
+import (
+	fmt "fmt"
+	proto "github.com/golang/protobuf/proto"
+	math "math"
+)
+
+// Reference imports to suppress errors if they are not otherwise used.
+var _ = proto.Marshal
+var _ = fmt.Errorf
+var _ = math.Inf
+
+// This is a compile-time assertion to ensure that this generated file
+// is compatible with the proto package it is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package needs to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+// Id of a client request. See comment in client/client.proto for
+// more details.
+type RequestId struct {
+	// Required.
+	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+	// Required.
+	ClientId             *ClientId `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
+	XXX_unrecognized     []byte    `json:"-"`
+	XXX_sizecache        int32     `json:"-"`
+}
+
+func (m *RequestId) Reset()         { *m = RequestId{} }
+func (m *RequestId) String() string { return proto.CompactTextString(m) }
+func (*RequestId) ProtoMessage()    {}
+func (*RequestId) Descriptor() ([]byte, []int) {
+	return fileDescriptor_eb8829704834e2b3, []int{0}
+}
+
+func (m *RequestId) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_RequestId.Unmarshal(m, b)
+}
+func (m *RequestId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_RequestId.Marshal(b, m, deterministic)
+}
+func (m *RequestId) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_RequestId.Merge(m, src)
+}
+func (m *RequestId) XXX_Size() int {
+	return xxx_messageInfo_RequestId.Size(m)
+}
+func (m *RequestId) XXX_DiscardUnknown() {
+	xxx_messageInfo_RequestId.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_RequestId proto.InternalMessageInfo
+
+func (m *RequestId) GetId() string {
+	if m != nil {
+		return m.Id
+	}
+	return ""
+}
+
+func (m *RequestId) GetClientId() *ClientId {
+	if m != nil {
+		return m.ClientId
+	}
+	return nil
+}
+
+func init() {
+	proto.RegisterType((*RequestId)(nil), "client.RequestId")
+}
+
+func init() { proto.RegisterFile("client/request_id.proto", fileDescriptor_eb8829704834e2b3) }
+
+var fileDescriptor_eb8829704834e2b3 = []byte{
+	// 118 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4f, 0xce, 0xc9, 0x4c,
+	0xcd, 0x2b, 0xd1, 0x2f, 0x4a, 0x2d, 0x2c, 0x4d, 0x2d, 0x2e, 0x89, 0xcf, 0x4c, 0xd1, 0x2b, 0x28,
+	0xca, 0x2f, 0xc9, 0x17, 0x62, 0x83, 0x48, 0x48, 0x89, 0x41, 0x15, 0x40, 0x28, 0xb8, 0xbc, 0x92,
+	0x17, 0x17, 0x67, 0x10, 0x44, 0x8f, 0x67, 0x8a, 0x10, 0x1f, 0x17, 0x53, 0x66, 0x8a, 0x04, 0xa3,
+	0x02, 0xa3, 0x06, 0x67, 0x10, 0x53, 0x66, 0x8a, 0x90, 0x2e, 0x17, 0x27, 0x5c, 0xbd, 0x04, 0x93,
+	0x02, 0xa3, 0x06, 0xb7, 0x91, 0x80, 0x1e, 0x44, 0x44, 0xcf, 0x19, 0x4c, 0x79, 0xa6, 0x04, 0x71,
+	0x24, 0x43, 0x59, 0x49, 0x6c, 0x60, 0x23, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xdc, 0xcb,
+	0x51, 0x7b, 0x8d, 0x00, 0x00, 0x00,
+}
diff --git a/go/test_platform/request.pb.go b/go/test_platform/request.pb.go
index e8067b9..5eadef3 100644
--- a/go/test_platform/request.pb.go
+++ b/go/test_platform/request.pb.go
@@ -4,6 +4,7 @@
 package test_platform
 
 import (
+	client "client"
 	fmt "fmt"
 	proto "github.com/golang/protobuf/proto"
 	duration "github.com/golang/protobuf/ptypes/duration"
@@ -85,6 +86,8 @@
 type Request struct {
 	Params               *Request_Params   `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
 	TestPlan             *Request_TestPlan `protobuf:"bytes,5,opt,name=test_plan,json=testPlan,proto3" json:"test_plan,omitempty"`
+	ClientRequestId      *client.RequestId `protobuf:"bytes,6,opt,name=client_request_id,json=clientRequestId,proto3" json:"client_request_id,omitempty"`
+	ClientProfileId      *client.ProfileId `protobuf:"bytes,7,opt,name=client_profile_id,json=clientProfileId,proto3" json:"client_profile_id,omitempty"`
 	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
 	XXX_unrecognized     []byte            `json:"-"`
 	XXX_sizecache        int32             `json:"-"`
@@ -129,6 +132,20 @@
 	return nil
 }
 
+func (m *Request) GetClientRequestId() *client.RequestId {
+	if m != nil {
+		return m.ClientRequestId
+	}
+	return nil
+}
+
+func (m *Request) GetClientProfileId() *client.ProfileId {
+	if m != nil {
+		return m.ClientProfileId
+	}
+	return nil
+}
+
 // Params defines parameters that apply to an entire Request.
 //
 // NEXT_TAG: 11
@@ -1320,95 +1337,99 @@
 func init() { proto.RegisterFile("test_platform/request.proto", fileDescriptor_7f5ab0d1581e8f0c) }
 
 var fileDescriptor_7f5ab0d1581e8f0c = []byte{
-	// 1438 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0x5f, 0x73, 0xdb, 0x44,
-	0x10, 0x8f, 0xe3, 0x3f, 0x71, 0xd6, 0xf9, 0xe3, 0x5e, 0x42, 0xe3, 0x2a, 0x6d, 0x09, 0xa5, 0x94,
-	0xb6, 0xc3, 0xc8, 0x10, 0x28, 0xd0, 0x4e, 0x87, 0xc1, 0x8e, 0x5d, 0x92, 0x69, 0xfe, 0xb8, 0x67,
-	0x9b, 0x19, 0x78, 0x40, 0x73, 0xb6, 0xce, 0x8a, 0xa6, 0x92, 0xce, 0xb9, 0x93, 0x92, 0xfa, 0x95,
-	0x4f, 0xc2, 0x57, 0xe0, 0xa1, 0xc3, 0x2b, 0x1f, 0x81, 0xaf, 0x03, 0x4f, 0x8c, 0x4e, 0x27, 0x59,
-	0x8a, 0x1b, 0x13, 0xe0, 0xed, 0x6e, 0xf7, 0xf7, 0xdb, 0xbd, 0xdd, 0xbb, 0x5d, 0xad, 0x60, 0xdb,
-	0xa7, 0xc2, 0x37, 0xc6, 0x0e, 0xf1, 0x47, 0x8c, 0xbb, 0x75, 0x4e, 0xcf, 0x02, 0x2a, 0x7c, 0x7d,
-	0xcc, 0x99, 0xcf, 0xd0, 0x6a, 0x46, 0xa9, 0xed, 0x0c, 0x4f, 0x39, 0x73, 0x6d, 0x9f, 0xd6, 0xc9,
-	0xd8, 0xae, 0x4b, 0x9d, 0x4b, 0x7d, 0x62, 0x12, 0x9f, 0x44, 0x04, 0x6d, 0x2b, 0x42, 0x04, 0x2e,
-	0x13, 0xf5, 0x21, 0x73, 0x5d, 0xe6, 0x29, 0xc5, 0x5d, 0x8b, 0x31, 0xcb, 0xa1, 0x75, 0xb9, 0x1b,
-	0x04, 0xa3, 0xba, 0x19, 0x70, 0xe2, 0xdb, 0xb1, 0xfe, 0xde, 0xcf, 0xdb, 0xb0, 0x84, 0x23, 0xdf,
-	0xe8, 0x09, 0x94, 0xc6, 0x84, 0x13, 0x57, 0xd4, 0x72, 0x3b, 0xb9, 0x87, 0x95, 0xdd, 0x3b, 0x7a,
-	0xe6, 0x18, 0xba, 0xc2, 0xe9, 0x1d, 0x09, 0xc2, 0x0a, 0x8c, 0x9e, 0xc3, 0x72, 0x8c, 0xf3, 0x6a,
-	0x45, 0xc9, 0x7c, 0xff, 0x0a, 0x66, 0x8f, 0x0a, 0xbf, 0xe3, 0x10, 0x0f, 0x97, 0x7d, 0xb5, 0xd2,
-	0x7e, 0xdf, 0x80, 0x52, 0x64, 0x10, 0x11, 0xd8, 0x38, 0x25, 0xdc, 0xbc, 0x20, 0x9c, 0x1a, 0xc4,
-	0xf7, 0xb9, 0x3d, 0x08, 0x7c, 0x1a, 0x1f, 0xe6, 0xd3, 0xb9, 0x87, 0xd1, 0xf7, 0x15, 0xb1, 0x91,
-	0xf0, 0x30, 0x3a, 0x9d, 0x91, 0x85, 0x2e, 0x04, 0x1b, 0xf9, 0x97, 0x5d, 0x2c, 0x5e, 0xc7, 0x45,
-	0x57, 0x11, 0xd3, 0x2e, 0xc4, 0x8c, 0x2c, 0x74, 0x31, 0xe2, 0x94, 0x86, 0x16, 0xd2, 0x2e, 0x96,
-	0xaf, 0xe3, 0xe2, 0x85, 0x22, 0xa6, 0x5d, 0x8c, 0x66, 0x64, 0x88, 0xc2, 0x7b, 0x49, 0x14, 0x26,
-	0x1d, 0x53, 0xcf, 0xa4, 0xde, 0xd0, 0xa6, 0xa2, 0x96, 0xdf, 0xc9, 0x5f, 0x3f, 0x8e, 0x56, 0xcc,
-	0x9c, 0xe0, 0x4d, 0x71, 0x59, 0x66, 0x53, 0x81, 0xf6, 0x01, 0xc4, 0xf0, 0x94, 0x9a, 0x81, 0x63,
-	0x7b, 0x56, 0xad, 0x20, 0x03, 0x78, 0xf8, 0x0f, 0xb6, 0x13, 0x3c, 0x4e, 0x71, 0xd1, 0x53, 0x28,
-	0x72, 0xea, 0xf3, 0x89, 0x7a, 0x1e, 0x1f, 0xce, 0x37, 0x82, 0x43, 0x28, 0x8e, 0x18, 0xa8, 0x09,
-	0xe5, 0xf8, 0xad, 0xd7, 0x4a, 0x92, 0xfd, 0x60, 0x3e, 0xfb, 0x48, 0xa1, 0x71, 0xc2, 0x43, 0x5f,
-	0x42, 0xc1, 0xb7, 0x5d, 0x5a, 0x5b, 0x92, 0xfc, 0x7b, 0xf3, 0xf9, 0x3d, 0xdb, 0xa5, 0x58, 0xe2,
-	0xd1, 0x4b, 0xa8, 0x98, 0x74, 0xc8, 0xa2, 0x82, 0x11, 0xb5, 0xb2, 0xa4, 0x3f, 0x9a, 0x4f, 0x6f,
-	0x4d, 0x09, 0x38, 0xcd, 0x46, 0xcf, 0xa1, 0xe4, 0x50, 0x8b, 0x0c, 0x27, 0x35, 0x90, 0x76, 0xee,
-	0xcf, 0xb7, 0x73, 0x28, 0xb1, 0x58, 0x71, 0xd0, 0x31, 0xac, 0x78, 0xcc, 0xb7, 0x47, 0xf6, 0x50,
-	0x9a, 0xab, 0x55, 0xa4, 0x8d, 0xc7, 0xf3, 0x6d, 0x1c, 0xa7, 0x18, 0x38, 0xc3, 0x0f, 0xef, 0xd6,
-	0xb5, 0xad, 0x38, 0xb2, 0x95, 0xeb, 0xdc, 0xed, 0x51, 0x82, 0xc7, 0x29, 0xae, 0xf6, 0x18, 0xd0,
-	0x6c, 0xf1, 0xa1, 0x4d, 0x28, 0xba, 0xcc, 0xa4, 0x8e, 0xac, 0xde, 0x65, 0x1c, 0x6d, 0xb4, 0x0e,
-	0xa0, 0xd9, 0x2a, 0x42, 0xcf, 0x60, 0x65, 0x10, 0xd8, 0x8e, 0x69, 0xf8, 0x84, 0x5b, 0xd4, 0x57,
-	0xd5, 0xb8, 0xa5, 0x4f, 0x7b, 0x9a, 0xde, 0x0c, 0xf5, 0x3d, 0xa9, 0xc6, 0x95, 0xc1, 0x74, 0xa3,
-	0xb5, 0x01, 0xcd, 0x16, 0x0d, 0xaa, 0xc3, 0x86, 0xb8, 0x20, 0xdc, 0xb5, 0x3d, 0xcb, 0x30, 0x6d,
-	0x97, 0x7a, 0x42, 0x86, 0x99, 0xdb, 0xc9, 0x3f, 0x5c, 0xc6, 0x28, 0x56, 0xb5, 0x12, 0x8d, 0xf6,
-	0x4b, 0x6e, 0x7a, 0xb2, 0x69, 0x5d, 0xa0, 0x8f, 0x61, 0x4d, 0x1e, 0x82, 0x32, 0x61, 0x48, 0xaf,
-	0xb5, 0x7c, 0x18, 0xce, 0xfe, 0x02, 0x5e, 0x8d, 0xe5, 0xf2, 0x64, 0xe8, 0x13, 0xb8, 0xc1, 0x99,
-	0x31, 0xb2, 0xb9, 0x2b, 0x8b, 0x32, 0xc2, 0x16, 0x14, 0x76, 0x9d, 0xb3, 0x17, 0x4a, 0x33, 0x45,
-	0x5f, 0x5c, 0x46, 0x17, 0x13, 0xf4, 0x45, 0x06, 0xdd, 0x2c, 0x42, 0xde, 0xa4, 0x63, 0xed, 0xaf,
-	0x3c, 0xc0, 0xb4, 0xbc, 0xd0, 0x0f, 0xb0, 0xe2, 0x12, 0x8f, 0x58, 0xd4, 0x34, 0xc6, 0x8c, 0x45,
-	0x79, 0x5e, 0xdb, 0xfd, 0xe2, 0xba, 0xe5, 0xa9, 0x1f, 0x45, 0xe4, 0x0e, 0x63, 0xce, 0xfe, 0x02,
-	0xae, 0xb8, 0xd3, 0x6d, 0x18, 0x75, 0xe0, 0x65, 0x8c, 0x2f, 0xc6, 0x51, 0x27, 0x72, 0x09, 0x7c,
-	0x04, 0xab, 0x67, 0x01, 0xf3, 0x89, 0x41, 0x86, 0x43, 0x16, 0x78, 0x7e, 0x94, 0x9d, 0xe6, 0x62,
-	0x2d, 0xb7, 0xbf, 0x80, 0x57, 0xa4, 0xaa, 0x11, 0x69, 0x90, 0x06, 0xe5, 0x31, 0xb7, 0x19, 0xb7,
-	0xfd, 0x89, 0xcc, 0x4b, 0x1e, 0x27, 0x7b, 0x74, 0x07, 0xe0, 0x4c, 0x24, 0x36, 0x64, 0x1e, 0xf0,
-	0xf2, 0x99, 0x50, 0xd4, 0x7b, 0x7f, 0xe6, 0xa0, 0x92, 0x3a, 0x2d, 0xba, 0x0d, 0xb5, 0xa3, 0xc6,
-	0x71, 0xe3, 0xbb, 0x76, 0xcb, 0xe8, 0x9c, 0x9c, 0x1c, 0x1a, 0xfd, 0xe3, 0x6e, 0xa7, 0xbd, 0x77,
-	0xf0, 0xe2, 0xa0, 0xdd, 0xaa, 0x2e, 0xa0, 0x0d, 0x58, 0xcf, 0x68, 0xf7, 0x5e, 0x55, 0x73, 0x68,
-	0x13, 0xaa, 0x19, 0x61, 0xf3, 0xfb, 0x5e, 0x75, 0x11, 0x6d, 0xc1, 0x46, 0x46, 0xda, 0xed, 0x1f,
-	0xf4, 0xda, 0xdd, 0x6a, 0x7e, 0x06, 0xbe, 0xd7, 0xeb, 0x56, 0x0b, 0xe8, 0x0e, 0xdc, 0xba, 0x2c,
-	0x35, 0x3a, 0x6d, 0xdc, 0xec, 0x1f, 0x1c, 0xb6, 0xaa, 0x45, 0xb4, 0x0d, 0x5b, 0x59, 0xf5, 0xc9,
-	0x71, 0xef, 0xe0, 0xb8, 0x7f, 0xd2, 0xef, 0x56, 0x4b, 0xe8, 0x2e, 0x68, 0x19, 0x65, 0x03, 0xef,
-	0x19, 0x1d, 0xdc, 0xee, 0xf6, 0x9b, 0x47, 0x07, 0xbd, 0xea, 0x12, 0xba, 0x09, 0x28, 0xa3, 0x7f,
-	0xd5, 0x3f, 0xe9, 0x35, 0xaa, 0xe5, 0x66, 0x09, 0x0a, 0xe1, 0x05, 0x68, 0x75, 0x28, 0xca, 0xae,
-	0x18, 0xd6, 0x15, 0x71, 0x1c, 0x76, 0x21, 0xef, 0xbb, 0x8c, 0xa3, 0x0d, 0xaa, 0x42, 0xde, 0x25,
-	0x6f, 0xe4, 0x35, 0x15, 0x71, 0xb8, 0xd4, 0xce, 0xa0, 0x1c, 0x37, 0x42, 0xf4, 0x18, 0x6e, 0x64,
-	0x66, 0x06, 0x23, 0xe0, 0x71, 0x5d, 0xae, 0x87, 0x8a, 0x18, 0xd8, 0xe7, 0x0e, 0x7a, 0x0a, 0xb7,
-	0x4c, 0x3a, 0x08, 0x2c, 0x43, 0x4c, 0xdc, 0x01, 0x73, 0x84, 0x41, 0xf8, 0xf0, 0xd4, 0x3e, 0xa7,
-	0x92, 0x23, 0x9f, 0x01, 0xbe, 0x29, 0x01, 0xdd, 0x48, 0xdf, 0x88, 0xd4, 0x7d, 0xee, 0x68, 0x87,
-	0x50, 0x08, 0x7b, 0x27, 0x6a, 0x41, 0xd5, 0x25, 0x6f, 0x6c, 0x37, 0x70, 0x8d, 0x78, 0xd8, 0x50,
-	0xdf, 0xf0, 0x5b, 0x7a, 0x34, 0x8d, 0xe8, 0xf1, 0x34, 0xa2, 0xb7, 0x14, 0x00, 0xaf, 0x2b, 0x4a,
-	0x2c, 0xd0, 0xfe, 0xc8, 0x41, 0x25, 0xd5, 0x4b, 0x91, 0x0d, 0x55, 0x12, 0xf8, 0x4c, 0x06, 0xf2,
-	0x9a, 0x4e, 0xce, 0x89, 0x13, 0xd5, 0x73, 0x65, 0xf7, 0x9b, 0x6b, 0x37, 0x64, 0xbd, 0xa1, 0x2c,
-	0xbc, 0x8c, 0x0c, 0xb4, 0xbd, 0xf0, 0x43, 0xb3, 0x4e, 0xb2, 0x52, 0x84, 0xa0, 0xe0, 0x13, 0x2b,
-	0x9c, 0x0a, 0xc2, 0x76, 0x21, 0xd7, 0x5a, 0x13, 0x36, 0xdf, 0x45, 0x0e, 0x33, 0xff, 0x9a, 0x4e,
-	0x54, 0x36, 0xc3, 0x65, 0x78, 0x43, 0xe7, 0xc4, 0x09, 0xa8, 0xca, 0x56, 0xb4, 0x79, 0xb6, 0xf8,
-	0x75, 0x4e, 0xab, 0x43, 0x29, 0xea, 0xea, 0xe8, 0x23, 0x58, 0x4b, 0x82, 0x11, 0x81, 0xed, 0x53,
-	0x65, 0x60, 0x35, 0x96, 0x76, 0x43, 0xa1, 0xf6, 0x19, 0xac, 0xa4, 0x5b, 0x38, 0xfa, 0x00, 0x56,
-	0xc6, 0xc1, 0x40, 0x04, 0x03, 0xc3, 0x67, 0x63, 0x7b, 0xa8, 0x48, 0x95, 0x48, 0xd6, 0x0b, 0x45,
-	0x1a, 0x07, 0x98, 0xf6, 0x69, 0xf4, 0x00, 0xd6, 0x03, 0x41, 0x0d, 0xe9, 0x87, 0x07, 0x9e, 0x47,
-	0xb9, 0x7a, 0x37, 0xab, 0x81, 0xa0, 0xe1, 0x30, 0x86, 0xa5, 0x10, 0x3d, 0x07, 0x8d, 0x7a, 0x64,
-	0xe0, 0x50, 0x43, 0x4c, 0xbc, 0xb0, 0xb3, 0x79, 0x2c, 0x10, 0x06, 0x1b, 0x8d, 0x1c, 0x46, 0x4c,
-	0x19, 0x48, 0x19, 0xd7, 0x22, 0x44, 0x77, 0x0a, 0x38, 0x89, 0xf4, 0xda, 0x36, 0x14, 0xe5, 0x79,
-	0xc3, 0xc4, 0x79, 0xc4, 0x8d, 0x83, 0x91, 0x6b, 0xed, 0x6d, 0x0e, 0x0a, 0xa1, 0xa7, 0xf0, 0x43,
-	0x1e, 0x47, 0xa7, 0x9e, 0xc3, 0xfd, 0x39, 0x53, 0x62, 0x72, 0x55, 0xfb, 0x0b, 0x38, 0xe1, 0x69,
-	0x3f, 0x41, 0x39, 0x96, 0xbf, 0xcb, 0x19, 0xda, 0x56, 0xa3, 0x28, 0xe1, 0x96, 0x50, 0xf9, 0x97,
-	0x93, 0x66, 0x83, 0x5b, 0x22, 0xcc, 0x9e, 0x69, 0x8b, 0xb1, 0x43, 0x26, 0x86, 0x24, 0xe6, 0xa3,
-	0xec, 0x29, 0xd9, 0x31, 0x71, 0x69, 0x73, 0x19, 0x96, 0x4e, 0x09, 0xf7, 0xa8, 0x10, 0xda, 0xaf,
-	0x79, 0xa8, 0xb4, 0xbd, 0xc0, 0xa5, 0x51, 0x2e, 0xd1, 0x29, 0x6c, 0x26, 0x57, 0x66, 0x7b, 0xe7,
-	0x6c, 0xa8, 0x3e, 0x9d, 0x8b, 0xf2, 0x0d, 0x3e, 0xb9, 0x22, 0x94, 0x94, 0x85, 0x24, 0xa2, 0x83,
-	0x84, 0x8d, 0x37, 0xc8, 0x8c, 0x4c, 0x68, 0xbf, 0x2d, 0x02, 0x9a, 0xc5, 0x22, 0x1d, 0x0a, 0xa9,
-	0xdc, 0x69, 0x7a, 0xfc, 0x4f, 0xa0, 0x93, 0xb1, 0x9d, 0xd8, 0x96, 0x77, 0x2a, 0x71, 0xff, 0x37,
-	0x17, 0x88, 0xc1, 0x1a, 0xa7, 0x22, 0x70, 0xa6, 0xe5, 0x56, 0x90, 0xa1, 0xee, 0xff, 0xa7, 0x50,
-	0x75, 0x2c, 0x6d, 0x65, 0x0a, 0x6f, 0x95, 0xa7, 0x65, 0xda, 0xb7, 0x80, 0x66, 0x41, 0xff, 0xaa,
-	0xc0, 0xde, 0xe6, 0xa0, 0x1c, 0xff, 0x62, 0xa0, 0x5d, 0x28, 0xc6, 0xa5, 0x15, 0x1e, 0xfb, 0xf6,
-	0x15, 0xc7, 0x96, 0x2f, 0x17, 0x47, 0x50, 0x54, 0x57, 0x39, 0x8e, 0x2e, 0x75, 0x7b, 0xce, 0xfb,
-	0x54, 0x49, 0x6e, 0x41, 0x85, 0x4e, 0xe3, 0x96, 0x69, 0xbc, 0x7a, 0xc0, 0x4c, 0x65, 0x08, 0xa7,
-	0x69, 0xcd, 0xa7, 0x3f, 0x7e, 0x65, 0xb1, 0x64, 0xdc, 0xd1, 0x19, 0xb7, 0xea, 0xa9, 0xff, 0x39,
-	0xdb, 0x1b, 0x71, 0x12, 0xfd, 0xc0, 0xd5, 0x2d, 0x56, 0xcf, 0xd8, 0x1e, 0x94, 0xa4, 0xfc, 0xf3,
-	0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xa3, 0x00, 0xb7, 0x63, 0x4f, 0x0e, 0x00, 0x00,
+	// 1493 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0xdd, 0x72, 0xdb, 0xba,
+	0x11, 0xb6, 0xac, 0x1f, 0xcb, 0x2b, 0xff, 0xc8, 0xb0, 0x1b, 0x2b, 0x74, 0x92, 0xba, 0x69, 0x9a,
+	0x26, 0x99, 0x0e, 0xd5, 0xba, 0x4d, 0xdb, 0x64, 0xd2, 0x4e, 0x25, 0x4b, 0xa9, 0x35, 0xf1, 0x8f,
+	0x02, 0x49, 0x9d, 0x69, 0x2f, 0xca, 0x81, 0x44, 0x48, 0xe6, 0x84, 0x24, 0x64, 0x80, 0xb4, 0xa3,
+	0xbb, 0x3e, 0x4a, 0x5f, 0xa1, 0x17, 0x99, 0xde, 0xf6, 0x11, 0xfa, 0x3a, 0xed, 0xd5, 0x19, 0x02,
+	0x20, 0x45, 0x5a, 0xb1, 0x8e, 0xcf, 0x39, 0x77, 0xc0, 0xb7, 0xdf, 0xb7, 0x8b, 0x5d, 0x60, 0x41,
+	0x10, 0x0e, 0x02, 0x2a, 0x02, 0x6b, 0xea, 0x92, 0x60, 0xcc, 0xb8, 0x57, 0xe7, 0xf4, 0x2a, 0xa4,
+	0x22, 0x30, 0xa7, 0x9c, 0x05, 0x0c, 0x6d, 0x66, 0x8c, 0xc6, 0xe1, 0xe8, 0x92, 0x33, 0xcf, 0x09,
+	0x68, 0x9d, 0x4c, 0x9d, 0xba, 0xb4, 0x79, 0x34, 0x20, 0x36, 0x09, 0x88, 0x12, 0x18, 0xfb, 0x23,
+	0xd7, 0xa1, 0x7e, 0x10, 0xbb, 0xb1, 0x1c, 0xfb, 0x96, 0x61, 0xca, 0xd9, 0xd8, 0x71, 0x69, 0xda,
+	0x20, 0x7d, 0x86, 0x1e, 0x13, 0xf5, 0x11, 0xf3, 0x3c, 0xe6, 0x6b, 0xc3, 0x93, 0x09, 0x63, 0x13,
+	0x97, 0xd6, 0xe5, 0x6c, 0x18, 0x8e, 0xeb, 0x76, 0xc8, 0x49, 0xe0, 0xc4, 0xf6, 0xa7, 0xff, 0x78,
+	0x04, 0x6b, 0x58, 0x85, 0x41, 0xaf, 0xa1, 0x34, 0x25, 0x9c, 0x78, 0xa2, 0x96, 0x3b, 0xcc, 0xbd,
+	0xa8, 0x1c, 0x3d, 0x36, 0x33, 0x0b, 0x37, 0x35, 0xcf, 0xec, 0x4a, 0x12, 0xd6, 0x64, 0xf4, 0x0e,
+	0xd6, 0x63, 0x9e, 0x5f, 0x2b, 0x4a, 0xe5, 0x8f, 0xef, 0x50, 0xf6, 0xa9, 0x08, 0xba, 0x2e, 0xf1,
+	0x71, 0x39, 0xd0, 0x23, 0xf4, 0x07, 0xd8, 0x51, 0x49, 0x59, 0xf3, 0x6c, 0x6b, 0x25, 0xe9, 0x65,
+	0xc7, 0x54, 0x96, 0x58, 0xde, 0xb1, 0xf1, 0xb6, 0x42, 0x12, 0x20, 0x25, 0x9f, 0xd7, 0xa4, 0xb6,
+	0x96, 0x95, 0x77, 0x95, 0x65, 0x2e, 0x4f, 0x00, 0xe3, 0x3f, 0xbb, 0x50, 0x52, 0xe9, 0x20, 0x02,
+	0xbb, 0x97, 0x84, 0xdb, 0x37, 0x84, 0x53, 0x8b, 0x04, 0x01, 0x77, 0x86, 0x61, 0x40, 0xe3, 0x52,
+	0xfc, 0x72, 0x69, 0x29, 0xcc, 0x13, 0x2d, 0x6c, 0x24, 0x3a, 0x8c, 0x2e, 0x17, 0xb0, 0x28, 0x84,
+	0x60, 0xe3, 0xe0, 0x76, 0x88, 0xd5, 0xfb, 0x84, 0xe8, 0x69, 0x61, 0x3a, 0x84, 0x58, 0xc0, 0xa2,
+	0x10, 0x63, 0x4e, 0x69, 0xe4, 0x21, 0x1d, 0x62, 0xfd, 0x3e, 0x21, 0xde, 0x6b, 0x61, 0x3a, 0xc4,
+	0x78, 0x01, 0x43, 0x14, 0x7e, 0x94, 0x64, 0x61, 0xd3, 0x29, 0xf5, 0x6d, 0xea, 0x8f, 0x1c, 0x2a,
+	0x6a, 0xf9, 0xc3, 0xfc, 0xfd, 0xf3, 0x68, 0xc5, 0xca, 0x19, 0xde, 0x13, 0xb7, 0x31, 0x87, 0x0a,
+	0x74, 0x02, 0x20, 0x46, 0x97, 0xd4, 0x0e, 0x5d, 0xc7, 0x9f, 0xd4, 0x0a, 0x32, 0x81, 0x17, 0xdf,
+	0xe2, 0x3b, 0xe1, 0xe3, 0x94, 0x16, 0xbd, 0x81, 0x22, 0xa7, 0x01, 0x9f, 0xe9, 0xc3, 0xf9, 0xd3,
+	0xe5, 0x4e, 0x70, 0x44, 0xc5, 0x4a, 0x81, 0x9a, 0x50, 0x8e, 0x7b, 0x53, 0x1f, 0xca, 0xe7, 0xcb,
+	0xd5, 0x67, 0x9a, 0x8d, 0x13, 0x1d, 0xfa, 0x2d, 0x14, 0x02, 0xc7, 0xa3, 0xfa, 0x54, 0x3e, 0x5d,
+	0xae, 0xef, 0x3b, 0x1e, 0xc5, 0x92, 0x8f, 0x3e, 0x40, 0xc5, 0xa6, 0x23, 0xa6, 0xda, 0x55, 0xd4,
+	0xca, 0x52, 0xfe, 0x72, 0xb9, 0xbc, 0x35, 0x17, 0xe0, 0xb4, 0x1a, 0xbd, 0x83, 0x92, 0x4b, 0x27,
+	0x64, 0x34, 0xab, 0x81, 0xf4, 0xf3, 0x6c, 0xb9, 0x9f, 0x53, 0xc9, 0xc5, 0x5a, 0x83, 0xce, 0x61,
+	0xc3, 0x67, 0x81, 0x33, 0x76, 0x46, 0xd2, 0x5d, 0xad, 0x22, 0x7d, 0xbc, 0x5a, 0xee, 0xe3, 0x3c,
+	0xa5, 0xc0, 0x19, 0x7d, 0xb4, 0xb7, 0x9e, 0x33, 0x89, 0x33, 0xdb, 0xb8, 0xcf, 0xde, 0x9e, 0x25,
+	0x7c, 0x9c, 0xd2, 0x1a, 0xaf, 0x00, 0x2d, 0x36, 0x1f, 0xda, 0x83, 0xa2, 0xc7, 0x6c, 0xea, 0xca,
+	0xee, 0x5d, 0xc7, 0x6a, 0x62, 0x74, 0x01, 0x2d, 0x76, 0x11, 0x7a, 0x0b, 0x1b, 0xc3, 0xd0, 0x71,
+	0x6d, 0x2b, 0x20, 0x7c, 0x42, 0x03, 0xdd, 0x8d, 0xfb, 0xe6, 0xfc, 0x46, 0x35, 0x9b, 0x91, 0xbd,
+	0x2f, 0xcd, 0xb8, 0x32, 0x9c, 0x4f, 0x8c, 0x36, 0xa0, 0xc5, 0xa6, 0x41, 0x75, 0xd8, 0x15, 0x37,
+	0x84, 0x7b, 0x8e, 0x3f, 0xb1, 0x6c, 0xc7, 0xa3, 0xbe, 0x90, 0x69, 0xe6, 0x0e, 0xf3, 0x2f, 0xd6,
+	0x31, 0x8a, 0x4d, 0xad, 0xc4, 0x62, 0xfc, 0x33, 0x37, 0x5f, 0xd9, 0xbc, 0x2f, 0xd0, 0xcf, 0x61,
+	0x4b, 0x2e, 0x82, 0x32, 0x61, 0xc9, 0xa8, 0xb5, 0x7c, 0x94, 0xce, 0xc9, 0x0a, 0xde, 0x8c, 0x71,
+	0xb9, 0x32, 0xf4, 0x0b, 0xd8, 0xe1, 0xcc, 0x1a, 0x3b, 0xdc, 0x93, 0x4d, 0xa9, 0xb8, 0x05, 0xcd,
+	0xdd, 0xe6, 0xec, 0xbd, 0xb6, 0xcc, 0xd9, 0x37, 0xb7, 0xd9, 0xc5, 0x84, 0x7d, 0x93, 0x61, 0x37,
+	0x8b, 0x90, 0xb7, 0xe9, 0xd4, 0xf8, 0x7f, 0x1e, 0x60, 0xde, 0x5e, 0xe8, 0xaf, 0xb0, 0xe1, 0x11,
+	0x9f, 0x4c, 0xa8, 0x6d, 0x4d, 0x19, 0x53, 0x75, 0xde, 0x3a, 0xfa, 0xcd, 0x7d, 0xdb, 0xd3, 0x3c,
+	0x53, 0xe2, 0x2e, 0x63, 0xee, 0xc9, 0x0a, 0xae, 0x78, 0xf3, 0x69, 0x94, 0x75, 0xe8, 0x67, 0x9c,
+	0xaf, 0xc6, 0x59, 0x27, 0xb8, 0x24, 0xbe, 0x84, 0xcd, 0xab, 0x90, 0x05, 0xc4, 0x22, 0xa3, 0x11,
+	0x0b, 0xfd, 0x40, 0x55, 0xa7, 0xb9, 0x5a, 0xcb, 0x9d, 0xac, 0xe0, 0x0d, 0x69, 0x6a, 0x28, 0x0b,
+	0x32, 0xa0, 0x3c, 0xe5, 0x0e, 0xe3, 0x4e, 0x30, 0x93, 0x75, 0xc9, 0xe3, 0x64, 0x8e, 0x1e, 0x03,
+	0x5c, 0x89, 0xc4, 0x87, 0xac, 0x03, 0x5e, 0xbf, 0x12, 0x5a, 0xfa, 0xf4, 0x7f, 0x39, 0xa8, 0xa4,
+	0x56, 0x8b, 0x1e, 0x41, 0xed, 0xac, 0x71, 0xde, 0xf8, 0x73, 0xbb, 0x65, 0x75, 0x2f, 0x2e, 0x4e,
+	0xad, 0xc1, 0x79, 0xaf, 0xdb, 0x3e, 0xee, 0xbc, 0xef, 0xb4, 0x5b, 0xd5, 0x15, 0xb4, 0x0b, 0xdb,
+	0x19, 0xeb, 0xf1, 0xc7, 0x6a, 0x0e, 0xed, 0x41, 0x35, 0x03, 0x36, 0xff, 0xd2, 0xaf, 0xae, 0xa2,
+	0x7d, 0xd8, 0xcd, 0xa0, 0xbd, 0x41, 0xa7, 0xdf, 0xee, 0x55, 0xf3, 0x0b, 0xf4, 0xe3, 0x7e, 0xaf,
+	0x5a, 0x40, 0x8f, 0xe1, 0xe1, 0x6d, 0xd4, 0xea, 0xb6, 0x71, 0x73, 0xd0, 0x39, 0x6d, 0x55, 0x8b,
+	0xe8, 0x00, 0xf6, 0xb3, 0xe6, 0x8b, 0xf3, 0x7e, 0xe7, 0x7c, 0x70, 0x31, 0xe8, 0x55, 0x4b, 0xe8,
+	0x09, 0x18, 0x19, 0x63, 0x03, 0x1f, 0x5b, 0x5d, 0xdc, 0xee, 0x0d, 0x9a, 0x67, 0x9d, 0x7e, 0x75,
+	0x0d, 0x3d, 0x00, 0x94, 0xb1, 0x7f, 0x1c, 0x5c, 0xf4, 0x1b, 0xd5, 0x72, 0xb3, 0x04, 0x85, 0x68,
+	0x03, 0x8c, 0x3a, 0x14, 0xe5, 0xad, 0x18, 0xf5, 0x15, 0x71, 0x5d, 0x76, 0x23, 0xf7, 0xbb, 0x8c,
+	0xd5, 0x04, 0x55, 0x21, 0xef, 0x91, 0xcf, 0x72, 0x9b, 0x8a, 0x38, 0x1a, 0x1a, 0x57, 0x50, 0x8e,
+	0x2f, 0x42, 0xf4, 0x0a, 0x76, 0x32, 0x6f, 0x1c, 0x2b, 0xe4, 0x71, 0x5f, 0x6e, 0x47, 0x86, 0x98,
+	0x38, 0xe0, 0x2e, 0x7a, 0x03, 0x0f, 0x6d, 0x3a, 0x0c, 0x27, 0x96, 0x98, 0x79, 0x43, 0xe6, 0x0a,
+	0x8b, 0xf0, 0xd1, 0xa5, 0x73, 0x4d, 0xa5, 0x46, 0x1e, 0x03, 0xfc, 0x40, 0x12, 0x7a, 0xca, 0xde,
+	0x50, 0xe6, 0x01, 0x77, 0x8d, 0x53, 0x28, 0x44, 0x77, 0x27, 0x6a, 0x41, 0xd5, 0x23, 0x9f, 0x1d,
+	0x2f, 0xf4, 0xac, 0xf8, 0xa9, 0xa3, 0xbf, 0xe1, 0x0f, 0x4d, 0xf5, 0x16, 0x32, 0xe3, 0xb7, 0x90,
+	0xd9, 0xd2, 0x04, 0xbc, 0xad, 0x25, 0x31, 0x60, 0xfc, 0x37, 0x07, 0x95, 0xd4, 0x5d, 0x8a, 0x1c,
+	0xa8, 0x92, 0x30, 0x60, 0x32, 0x91, 0x4f, 0x74, 0x76, 0x4d, 0x5c, 0xd5, 0xcf, 0x95, 0xa3, 0x3f,
+	0xde, 0xfb, 0x42, 0x36, 0x1b, 0xda, 0xc3, 0x07, 0xe5, 0xa0, 0xed, 0x47, 0x1f, 0x9a, 0x6d, 0x92,
+	0x45, 0x11, 0x82, 0x42, 0x40, 0x26, 0xd1, 0xab, 0x20, 0xba, 0x2e, 0xe4, 0xd8, 0x68, 0xc2, 0xde,
+	0xd7, 0xc4, 0x51, 0xe5, 0x3f, 0xd1, 0x99, 0xae, 0x66, 0x34, 0x8c, 0x76, 0xe8, 0x9a, 0xb8, 0x21,
+	0xd5, 0xd5, 0x52, 0x93, 0xb7, 0xab, 0xbf, 0xcf, 0x19, 0x75, 0x28, 0xa9, 0x5b, 0x1d, 0xfd, 0x0c,
+	0xb6, 0x92, 0x64, 0x44, 0xe8, 0x04, 0x54, 0x3b, 0xd8, 0x8c, 0xd1, 0x5e, 0x04, 0x1a, 0xbf, 0x82,
+	0x8d, 0xf4, 0x15, 0x8e, 0x7e, 0x02, 0x1b, 0xd3, 0x70, 0x28, 0xc2, 0xa1, 0x15, 0xb0, 0xa9, 0x33,
+	0xd2, 0xa2, 0x8a, 0xc2, 0xfa, 0x11, 0x64, 0x70, 0x80, 0xf9, 0x3d, 0x8d, 0x9e, 0xc3, 0x76, 0x28,
+	0xa8, 0x25, 0xe3, 0xf0, 0xd0, 0xf7, 0x29, 0xd7, 0xe7, 0x66, 0x33, 0x14, 0x34, 0x7a, 0x0a, 0x62,
+	0x09, 0xa2, 0x77, 0x60, 0x50, 0x9f, 0x0c, 0x5d, 0x6a, 0x89, 0x99, 0x1f, 0xdd, 0x6c, 0x3e, 0x0b,
+	0x85, 0xc5, 0xc6, 0x63, 0x97, 0x11, 0x5b, 0x26, 0x52, 0xc6, 0x35, 0xc5, 0xe8, 0xcd, 0x09, 0x17,
+	0xca, 0x6e, 0x1c, 0x40, 0x51, 0xae, 0x37, 0x2a, 0x9c, 0x4f, 0xbc, 0x38, 0x19, 0x39, 0x36, 0xbe,
+	0xe4, 0xa0, 0x10, 0x45, 0x8a, 0x3e, 0xe4, 0x71, 0x76, 0xfa, 0x38, 0x3c, 0x5b, 0xf2, 0x46, 0x4d,
+	0xb6, 0xea, 0x64, 0x05, 0x27, 0x3a, 0xe3, 0xef, 0x50, 0x8e, 0xf1, 0xaf, 0x05, 0x43, 0x07, 0xfa,
+	0x21, 0x4c, 0xf8, 0x44, 0xe8, 0xfa, 0xcb, 0x77, 0x6e, 0x83, 0x4f, 0x44, 0x54, 0x3d, 0xdb, 0x11,
+	0x53, 0x97, 0xcc, 0x2c, 0x29, 0xcc, 0xab, 0xea, 0x69, 0xec, 0x9c, 0x78, 0xb4, 0xb9, 0x0e, 0x6b,
+	0x97, 0x84, 0xfb, 0x54, 0x08, 0xe3, 0x5f, 0x79, 0xa8, 0xb4, 0xfd, 0xd0, 0xa3, 0xaa, 0x96, 0xe8,
+	0x12, 0xf6, 0x92, 0x2d, 0x73, 0xfc, 0x6b, 0x36, 0xd2, 0x9f, 0xce, 0x55, 0x79, 0x06, 0x5f, 0xdf,
+	0x91, 0x4a, 0xca, 0x43, 0x92, 0x51, 0x27, 0x51, 0xe3, 0x5d, 0xb2, 0x80, 0x09, 0xe3, 0xdf, 0xab,
+	0x80, 0x16, 0xb9, 0xc8, 0x84, 0x42, 0xaa, 0x76, 0x86, 0x19, 0xff, 0xc3, 0x98, 0x64, 0xea, 0x24,
+	0xbe, 0xe5, 0x9e, 0x4a, 0xde, 0x0f, 0xad, 0x05, 0x62, 0xb0, 0xc5, 0xa9, 0x08, 0xdd, 0x79, 0xbb,
+	0x15, 0x64, 0xaa, 0x27, 0xdf, 0x2b, 0x55, 0x13, 0x4b, 0x5f, 0x99, 0xc6, 0xdb, 0xe4, 0x69, 0xcc,
+	0xf8, 0x13, 0xa0, 0x45, 0xd2, 0x77, 0x6a, 0xb0, 0x2f, 0x39, 0x28, 0xc7, 0x3f, 0x38, 0xe8, 0x08,
+	0x8a, 0x71, 0x6b, 0x45, 0xcb, 0x7e, 0x74, 0xc7, 0xb2, 0xe5, 0xc9, 0xc5, 0x8a, 0x8a, 0xea, 0xba,
+	0xc6, 0x6a, 0x53, 0x0f, 0x96, 0x9c, 0x4f, 0x5d, 0xe4, 0x16, 0x54, 0xe8, 0x3c, 0x6f, 0x59, 0xc6,
+	0xbb, 0x1f, 0x98, 0xa9, 0x0a, 0xe1, 0xb4, 0xac, 0xf9, 0xe6, 0x6f, 0xbf, 0x9b, 0xb0, 0xe4, 0xb9,
+	0x63, 0x32, 0x3e, 0xa9, 0xa7, 0xfe, 0x26, 0x1d, 0x7f, 0xcc, 0x89, 0xfa, 0x7d, 0xac, 0x4f, 0x58,
+	0x3d, 0xe3, 0x7b, 0x58, 0x92, 0xf8, 0xaf, 0xbf, 0x09, 0x00, 0x00, 0xff, 0xff, 0x7b, 0x8c, 0xd3,
+	0x8b, 0xff, 0x0e, 0x00, 0x00,
 }
diff --git a/src/client/client.proto b/src/client/client.proto
new file mode 100644
index 0000000..a2667e0
--- /dev/null
+++ b/src/client/client.proto
@@ -0,0 +1,44 @@
+// Copyright 2020 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+syntax = "proto3";
+
+package client;
+
+import "client/client_id.proto";
+
+// Client concept represents an end-user infra service that users interact with
+// directly. e.g: CQ, Release testing.
+// ClientId proto and companion protos are used for two purposes:
+//   1) Coordinate configs across different internal sub services to achieve a
+//      certain property that's required by the end-user infra service.
+//   2) Provide useful analytics of how the sub-services operate to fullfill
+//      requests from the end-user infra services.
+//
+//
+//
+//                             /
+//    ---------------    1:N  / -----------
+//    |   Client    | <---------| Profile |  // Use for coordinate
+//    ---------------         \ -----------  // behavioral configs
+//          ^                  \             // of internal sub serivces
+//          | 1:N
+//      ____|______
+//     /    |      \
+//       ---------     // Use for tracking/analytics
+//       |Request|     // of how a request is fullfiled
+//       ---------     // by internal sub services
+//
+// To encapsulate the concepts of Profiles & Requests within each Client, we
+// design ProfileId & RequestId protos that are shareable between Client and
+// infra sub services as simple as possible
+// (mostly contain joinable id keys).
+// This allows different Client implementation to define arbitrarily
+// complex Profile & Request types without worrying about leaking those
+// complexity to sub services.
+//
+message Client {
+  string name = 1;
+  client.ClientId id = 2;
+}
diff --git a/src/client/client_id.proto b/src/client/client_id.proto
new file mode 100644
index 0000000..4986230
--- /dev/null
+++ b/src/client/client_id.proto
@@ -0,0 +1,11 @@
+// Copyright 2020 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+syntax = "proto3";
+
+package client;
+
+message ClientId {
+  string id = 1;
+}
diff --git a/src/client/profile_id.proto b/src/client/profile_id.proto
new file mode 100644
index 0000000..50e6c9a
--- /dev/null
+++ b/src/client/profile_id.proto
@@ -0,0 +1,19 @@
+// Copyright 2020 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+syntax = "proto3";
+
+package client;
+
+import "client/client_id.proto";
+
+// Id of a client profile. See comment in client/client.proto for
+// more details.
+message ProfileId {
+  // Required.
+  string id = 1;
+
+  // Required.
+  client.ClientId client_id = 2;
+}
diff --git a/src/client/request_id.proto b/src/client/request_id.proto
new file mode 100644
index 0000000..eb435fb
--- /dev/null
+++ b/src/client/request_id.proto
@@ -0,0 +1,19 @@
+// Copyright 2020 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+syntax = "proto3";
+
+package client;
+
+import "client/client_id.proto";
+
+// Id of a client request. See comment in client/client.proto for
+// more details.
+message RequestId {
+  // Required.
+  string id = 1;
+
+  // Required.
+  client.ClientId client_id = 2;
+}
diff --git a/src/test_platform/request.proto b/src/test_platform/request.proto
index f4d9bc4..33b47f1 100644
--- a/src/test_platform/request.proto
+++ b/src/test_platform/request.proto
@@ -7,6 +7,8 @@
 package test_platform;
 
 import "chromite/api/test_metadata.proto";
+import "client/request_id.proto";
+import "client/profile_id.proto";
 import "chromiumos/common.proto";
 import "google/protobuf/duration.proto";
 
@@ -274,4 +276,6 @@
   }
 
   TestPlan test_plan = 5;
+  client.RequestId client_request_id = 6;
+  client.ProfileId client_profile_id = 7;
 }