PackageIndexInfo: add Profile.

PackageIndexInfo needs to include Profile.

BUG=chromium:1088059
TEST=generate

Change-Id: Ied9b1de827ff6e1cea4918d80c70d503b6bef762
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/proto/+/2332888
Reviewed-by: George Engelbrecht <engeg@google.com>
Commit-Queue: LaMont Jones <lamontjones@chromium.org>
Tested-by: LaMont Jones <lamontjones@chromium.org>
diff --git a/go/chromite/api/sysroot.pb.go b/go/chromite/api/sysroot.pb.go
index 16e8d34..2ee660e 100644
--- a/go/chromite/api/sysroot.pb.go
+++ b/go/chromite/api/sysroot.pb.go
@@ -76,6 +76,7 @@
 }
 
 // Information about the sysroot's profile.
+// TODO(crbug/1088059): Finish migrating this to chromiumos.Profile.
 type Profile struct {
 	// The name of the profile.
 	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
diff --git a/go/chromiumos/common.pb.go b/go/chromiumos/common.pb.go
index 85d958d..15f6ca7 100644
--- a/go/chromiumos/common.pb.go
+++ b/go/chromiumos/common.pb.go
@@ -215,7 +215,7 @@
 }
 
 func (Path_Location) EnumDescriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{7, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{8, 0}
 }
 
 // Legacy artifacts, handled in cros_artifacts.  DO NOT ADD TO THIS.
@@ -288,7 +288,7 @@
 }
 
 func (ArtifactsByService_Legacy_ArtifactType) EnumDescriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 0, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 0, 0}
 }
 
 // Artifacts which the ArtifactsService endpoints pass to ToolchainService.
@@ -376,7 +376,7 @@
 }
 
 func (ArtifactsByService_Toolchain_ArtifactType) EnumDescriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 1, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 1, 0}
 }
 
 // Artifacts which the ArtifactsService endpoints pass to ImageService.
@@ -399,7 +399,7 @@
 }
 
 func (ArtifactsByService_Image_ArtifactType) EnumDescriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 2, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 2, 0}
 }
 
 // Artifacts which the ArtifactsService endpoints pass to PackageService.
@@ -422,7 +422,7 @@
 }
 
 func (ArtifactsByService_Package_ArtifactType) EnumDescriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 3, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 3, 0}
 }
 
 // Artifacts which the ArtifactsService endpoints pass to SysrootService.
@@ -445,7 +445,7 @@
 }
 
 func (ArtifactsByService_Sysroot_ArtifactType) EnumDescriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 4, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 4, 0}
 }
 
 // Artifacts which the ArtifactsService endpoints pass to TestService.
@@ -468,7 +468,7 @@
 }
 
 func (ArtifactsByService_Test_ArtifactType) EnumDescriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 5, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 5, 0}
 }
 
 // BuildTarget encapsulates a number of related arguments. At the moment, the
@@ -886,6 +886,47 @@
 	return ""
 }
 
+// Information about the sysroot's profile.
+type Profile struct {
+	// The name of the profile.
+	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *Profile) Reset()         { *m = Profile{} }
+func (m *Profile) String() string { return proto.CompactTextString(m) }
+func (*Profile) ProtoMessage()    {}
+func (*Profile) Descriptor() ([]byte, []int) {
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{6}
+}
+
+func (m *Profile) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_Profile.Unmarshal(m, b)
+}
+func (m *Profile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_Profile.Marshal(b, m, deterministic)
+}
+func (m *Profile) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_Profile.Merge(m, src)
+}
+func (m *Profile) XXX_Size() int {
+	return xxx_messageInfo_Profile.Size(m)
+}
+func (m *Profile) XXX_DiscardUnknown() {
+	xxx_messageInfo_Profile.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_Profile proto.InternalMessageInfo
+
+func (m *Profile) GetName() string {
+	if m != nil {
+		return m.Name
+	}
+	return ""
+}
+
 // Message describing a package index (binhost) file.
 type PackageIndexInfo struct {
 	// The snapshot SHA
@@ -895,7 +936,9 @@
 	// The build target.
 	BuildTarget *BuildTarget `protobuf:"bytes,3,opt,name=build_target,json=buildTarget,proto3" json:"build_target,omitempty"`
 	// The full URI of the package index file.
-	Location             string   `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
+	Location string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
+	// The sysroot profile.
+	Profile              *Profile `protobuf:"bytes,5,opt,name=profile,proto3" json:"profile,omitempty"`
 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 	XXX_unrecognized     []byte   `json:"-"`
 	XXX_sizecache        int32    `json:"-"`
@@ -905,7 +948,7 @@
 func (m *PackageIndexInfo) String() string { return proto.CompactTextString(m) }
 func (*PackageIndexInfo) ProtoMessage()    {}
 func (*PackageIndexInfo) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{6}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{7}
 }
 
 func (m *PackageIndexInfo) XXX_Unmarshal(b []byte) error {
@@ -954,6 +997,13 @@
 	return ""
 }
 
+func (m *PackageIndexInfo) GetProfile() *Profile {
+	if m != nil {
+		return m.Profile
+	}
+	return nil
+}
+
 // A message to clarify inside/outside chroot paths.
 type Path struct {
 	// The path to the resource.
@@ -969,7 +1019,7 @@
 func (m *Path) String() string { return proto.CompactTextString(m) }
 func (*Path) ProtoMessage()    {}
 func (*Path) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{7}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{8}
 }
 
 func (m *Path) XXX_Unmarshal(b []byte) error {
@@ -1020,7 +1070,7 @@
 func (m *ResultPath) String() string { return proto.CompactTextString(m) }
 func (*ResultPath) ProtoMessage()    {}
 func (*ResultPath) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{8}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{9}
 }
 
 func (m *ResultPath) XXX_Unmarshal(b []byte) error {
@@ -1064,7 +1114,7 @@
 func (m *SyncedDir) String() string { return proto.CompactTextString(m) }
 func (*SyncedDir) ProtoMessage()    {}
 func (*SyncedDir) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{9}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{10}
 }
 
 func (m *SyncedDir) XXX_Unmarshal(b []byte) error {
@@ -1113,7 +1163,7 @@
 func (m *GerritChange) String() string { return proto.CompactTextString(m) }
 func (*GerritChange) ProtoMessage()    {}
 func (*GerritChange) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{10}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{11}
 }
 
 func (m *GerritChange) XXX_Unmarshal(b []byte) error {
@@ -1183,7 +1233,7 @@
 func (m *GitilesCommit) String() string { return proto.CompactTextString(m) }
 func (*GitilesCommit) ProtoMessage()    {}
 func (*GitilesCommit) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{11}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{12}
 }
 
 func (m *GitilesCommit) XXX_Unmarshal(b []byte) error {
@@ -1252,7 +1302,7 @@
 func (m *UseFlag) String() string { return proto.CompactTextString(m) }
 func (*UseFlag) ProtoMessage()    {}
 func (*UseFlag) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{12}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{13}
 }
 
 func (m *UseFlag) XXX_Unmarshal(b []byte) error {
@@ -1292,7 +1342,7 @@
 func (m *ProtoBytes) String() string { return proto.CompactTextString(m) }
 func (*ProtoBytes) ProtoMessage()    {}
 func (*ProtoBytes) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{13}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{14}
 }
 
 func (m *ProtoBytes) XXX_Unmarshal(b []byte) error {
@@ -1336,7 +1386,7 @@
 func (m *PrepareForBuildAdditionalArgs) String() string { return proto.CompactTextString(m) }
 func (*PrepareForBuildAdditionalArgs) ProtoMessage()    {}
 func (*PrepareForBuildAdditionalArgs) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{14}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{15}
 }
 
 func (m *PrepareForBuildAdditionalArgs) XXX_Unmarshal(b []byte) error {
@@ -1422,7 +1472,7 @@
 func (m *AfdoRelease) String() string { return proto.CompactTextString(m) }
 func (*AfdoRelease) ProtoMessage()    {}
 func (*AfdoRelease) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{15}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{16}
 }
 
 func (m *AfdoRelease) XXX_Unmarshal(b []byte) error {
@@ -1474,7 +1524,7 @@
 func (m *ArtifactProfileInfo) String() string { return proto.CompactTextString(m) }
 func (*ArtifactProfileInfo) ProtoMessage()    {}
 func (*ArtifactProfileInfo) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{16}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{17}
 }
 
 func (m *ArtifactProfileInfo) XXX_Unmarshal(b []byte) error {
@@ -1575,7 +1625,7 @@
 func (m *ArtifactsByService) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService) ProtoMessage()    {}
 func (*ArtifactsByService) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18}
 }
 
 func (m *ArtifactsByService) XXX_Unmarshal(b []byte) error {
@@ -1661,7 +1711,7 @@
 func (m *ArtifactsByService_Legacy) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Legacy) ProtoMessage()    {}
 func (*ArtifactsByService_Legacy) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 0}
 }
 
 func (m *ArtifactsByService_Legacy) XXX_Unmarshal(b []byte) error {
@@ -1730,7 +1780,7 @@
 func (m *ArtifactsByService_Legacy_ArtifactInfo) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Legacy_ArtifactInfo) ProtoMessage()    {}
 func (*ArtifactsByService_Legacy_ArtifactInfo) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 0, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 0, 0}
 }
 
 func (m *ArtifactsByService_Legacy_ArtifactInfo) XXX_Unmarshal(b []byte) error {
@@ -1786,7 +1836,7 @@
 func (m *ArtifactsByService_Toolchain) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Toolchain) ProtoMessage()    {}
 func (*ArtifactsByService_Toolchain) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 1}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 1}
 }
 
 func (m *ArtifactsByService_Toolchain) XXX_Unmarshal(b []byte) error {
@@ -1857,7 +1907,7 @@
 func (m *ArtifactsByService_Toolchain_ArtifactInfo) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Toolchain_ArtifactInfo) ProtoMessage()    {}
 func (*ArtifactsByService_Toolchain_ArtifactInfo) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 1, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 1, 0}
 }
 
 func (m *ArtifactsByService_Toolchain_ArtifactInfo) XXX_Unmarshal(b []byte) error {
@@ -1913,7 +1963,7 @@
 func (m *ArtifactsByService_Image) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Image) ProtoMessage()    {}
 func (*ArtifactsByService_Image) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 2}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 2}
 }
 
 func (m *ArtifactsByService_Image) XXX_Unmarshal(b []byte) error {
@@ -1982,7 +2032,7 @@
 func (m *ArtifactsByService_Image_ArtifactInfo) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Image_ArtifactInfo) ProtoMessage()    {}
 func (*ArtifactsByService_Image_ArtifactInfo) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 2, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 2, 0}
 }
 
 func (m *ArtifactsByService_Image_ArtifactInfo) XXX_Unmarshal(b []byte) error {
@@ -2038,7 +2088,7 @@
 func (m *ArtifactsByService_Package) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Package) ProtoMessage()    {}
 func (*ArtifactsByService_Package) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 3}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 3}
 }
 
 func (m *ArtifactsByService_Package) XXX_Unmarshal(b []byte) error {
@@ -2109,7 +2159,7 @@
 func (m *ArtifactsByService_Package_ArtifactInfo) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Package_ArtifactInfo) ProtoMessage()    {}
 func (*ArtifactsByService_Package_ArtifactInfo) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 3, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 3, 0}
 }
 
 func (m *ArtifactsByService_Package_ArtifactInfo) XXX_Unmarshal(b []byte) error {
@@ -2165,7 +2215,7 @@
 func (m *ArtifactsByService_Sysroot) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Sysroot) ProtoMessage()    {}
 func (*ArtifactsByService_Sysroot) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 4}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 4}
 }
 
 func (m *ArtifactsByService_Sysroot) XXX_Unmarshal(b []byte) error {
@@ -2236,7 +2286,7 @@
 func (m *ArtifactsByService_Sysroot_ArtifactInfo) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Sysroot_ArtifactInfo) ProtoMessage()    {}
 func (*ArtifactsByService_Sysroot_ArtifactInfo) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 4, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 4, 0}
 }
 
 func (m *ArtifactsByService_Sysroot_ArtifactInfo) XXX_Unmarshal(b []byte) error {
@@ -2292,7 +2342,7 @@
 func (m *ArtifactsByService_Test) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Test) ProtoMessage()    {}
 func (*ArtifactsByService_Test) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 5}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 5}
 }
 
 func (m *ArtifactsByService_Test) XXX_Unmarshal(b []byte) error {
@@ -2361,7 +2411,7 @@
 func (m *ArtifactsByService_Test_ArtifactInfo) String() string { return proto.CompactTextString(m) }
 func (*ArtifactsByService_Test_ArtifactInfo) ProtoMessage()    {}
 func (*ArtifactsByService_Test_ArtifactInfo) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{17, 5, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 5, 0}
 }
 
 func (m *ArtifactsByService_Test_ArtifactInfo) XXX_Unmarshal(b []byte) error {
@@ -2421,7 +2471,7 @@
 func (m *UploadedArtifactsByService) String() string { return proto.CompactTextString(m) }
 func (*UploadedArtifactsByService) ProtoMessage()    {}
 func (*UploadedArtifactsByService) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19}
 }
 
 func (m *UploadedArtifactsByService) XXX_Unmarshal(b []byte) error {
@@ -2498,7 +2548,7 @@
 func (m *UploadedArtifactsByService_Legacy) String() string { return proto.CompactTextString(m) }
 func (*UploadedArtifactsByService_Legacy) ProtoMessage()    {}
 func (*UploadedArtifactsByService_Legacy) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 0}
 }
 
 func (m *UploadedArtifactsByService_Legacy) XXX_Unmarshal(b []byte) error {
@@ -2544,7 +2594,7 @@
 }
 func (*UploadedArtifactsByService_Legacy_ArtifactPaths) ProtoMessage() {}
 func (*UploadedArtifactsByService_Legacy_ArtifactPaths) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 0, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 0, 0}
 }
 
 func (m *UploadedArtifactsByService_Legacy_ArtifactPaths) XXX_Unmarshal(b []byte) error {
@@ -2590,7 +2640,7 @@
 func (m *UploadedArtifactsByService_Toolchain) String() string { return proto.CompactTextString(m) }
 func (*UploadedArtifactsByService_Toolchain) ProtoMessage()    {}
 func (*UploadedArtifactsByService_Toolchain) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 1}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 1}
 }
 
 func (m *UploadedArtifactsByService_Toolchain) XXX_Unmarshal(b []byte) error {
@@ -2636,7 +2686,7 @@
 }
 func (*UploadedArtifactsByService_Toolchain_ArtifactPaths) ProtoMessage() {}
 func (*UploadedArtifactsByService_Toolchain_ArtifactPaths) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 1, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 1, 0}
 }
 
 func (m *UploadedArtifactsByService_Toolchain_ArtifactPaths) XXX_Unmarshal(b []byte) error {
@@ -2682,7 +2732,7 @@
 func (m *UploadedArtifactsByService_Image) String() string { return proto.CompactTextString(m) }
 func (*UploadedArtifactsByService_Image) ProtoMessage()    {}
 func (*UploadedArtifactsByService_Image) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 2}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 2}
 }
 
 func (m *UploadedArtifactsByService_Image) XXX_Unmarshal(b []byte) error {
@@ -2728,7 +2778,7 @@
 }
 func (*UploadedArtifactsByService_Image_ArtifactPaths) ProtoMessage() {}
 func (*UploadedArtifactsByService_Image_ArtifactPaths) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 2, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 2, 0}
 }
 
 func (m *UploadedArtifactsByService_Image_ArtifactPaths) XXX_Unmarshal(b []byte) error {
@@ -2774,7 +2824,7 @@
 func (m *UploadedArtifactsByService_Package) String() string { return proto.CompactTextString(m) }
 func (*UploadedArtifactsByService_Package) ProtoMessage()    {}
 func (*UploadedArtifactsByService_Package) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 3}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 3}
 }
 
 func (m *UploadedArtifactsByService_Package) XXX_Unmarshal(b []byte) error {
@@ -2820,7 +2870,7 @@
 }
 func (*UploadedArtifactsByService_Package_ArtifactPaths) ProtoMessage() {}
 func (*UploadedArtifactsByService_Package_ArtifactPaths) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 3, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 3, 0}
 }
 
 func (m *UploadedArtifactsByService_Package_ArtifactPaths) XXX_Unmarshal(b []byte) error {
@@ -2866,7 +2916,7 @@
 func (m *UploadedArtifactsByService_Sysroot) String() string { return proto.CompactTextString(m) }
 func (*UploadedArtifactsByService_Sysroot) ProtoMessage()    {}
 func (*UploadedArtifactsByService_Sysroot) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 4}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 4}
 }
 
 func (m *UploadedArtifactsByService_Sysroot) XXX_Unmarshal(b []byte) error {
@@ -2912,7 +2962,7 @@
 }
 func (*UploadedArtifactsByService_Sysroot_ArtifactPaths) ProtoMessage() {}
 func (*UploadedArtifactsByService_Sysroot_ArtifactPaths) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 4, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 4, 0}
 }
 
 func (m *UploadedArtifactsByService_Sysroot_ArtifactPaths) XXX_Unmarshal(b []byte) error {
@@ -2958,7 +3008,7 @@
 func (m *UploadedArtifactsByService_Test) String() string { return proto.CompactTextString(m) }
 func (*UploadedArtifactsByService_Test) ProtoMessage()    {}
 func (*UploadedArtifactsByService_Test) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 5}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 5}
 }
 
 func (m *UploadedArtifactsByService_Test) XXX_Unmarshal(b []byte) error {
@@ -3004,7 +3054,7 @@
 }
 func (*UploadedArtifactsByService_Test_ArtifactPaths) ProtoMessage() {}
 func (*UploadedArtifactsByService_Test_ArtifactPaths) Descriptor() ([]byte, []int) {
-	return fileDescriptor_fa0b57c3d7d4c63b, []int{18, 5, 0}
+	return fileDescriptor_fa0b57c3d7d4c63b, []int{19, 5, 0}
 }
 
 func (m *UploadedArtifactsByService_Test_ArtifactPaths) XXX_Unmarshal(b []byte) error {
@@ -3058,6 +3108,7 @@
 	proto.RegisterType((*GomaConfig)(nil), "chromiumos.GomaConfig")
 	proto.RegisterType((*GomaArtifacts)(nil), "chromiumos.GomaArtifacts")
 	proto.RegisterType((*PackageInfo)(nil), "chromiumos.PackageInfo")
+	proto.RegisterType((*Profile)(nil), "chromiumos.Profile")
 	proto.RegisterType((*PackageIndexInfo)(nil), "chromiumos.PackageIndexInfo")
 	proto.RegisterType((*Path)(nil), "chromiumos.Path")
 	proto.RegisterType((*ResultPath)(nil), "chromiumos.ResultPath")
@@ -3100,157 +3151,159 @@
 func init() { proto.RegisterFile("chromiumos/common.proto", fileDescriptor_fa0b57c3d7d4c63b) }
 
 var fileDescriptor_fa0b57c3d7d4c63b = []byte{
-	// 2427 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0x4b, 0x8f, 0xdb, 0xc8,
-	0xf1, 0x37, 0x47, 0x9a, 0x91, 0x54, 0x7a, 0x0c, 0xdd, 0x7e, 0x8c, 0xac, 0xbf, 0x67, 0xd7, 0xa6,
-	0xed, 0xbf, 0xbd, 0xce, 0x66, 0xec, 0xcc, 0xae, 0xb3, 0x88, 0xb3, 0x79, 0x50, 0x14, 0xa5, 0xa1,
-	0x57, 0x43, 0x0a, 0x2d, 0x69, 0xc6, 0x33, 0xeb, 0x2c, 0x43, 0x4b, 0x94, 0xc4, 0x5d, 0x49, 0x14,
-	0x48, 0x8e, 0x37, 0xb3, 0x79, 0x21, 0xa7, 0x9c, 0x72, 0x48, 0x0e, 0x01, 0xf2, 0x01, 0x12, 0x04,
-	0x01, 0x72, 0x4d, 0x6e, 0xb9, 0xe5, 0x1b, 0x04, 0x08, 0x72, 0x08, 0x10, 0x24, 0x40, 0x72, 0xca,
-	0x57, 0x08, 0x82, 0xee, 0x26, 0x29, 0xea, 0xe5, 0x91, 0x26, 0x6b, 0xf8, 0x24, 0x76, 0x55, 0x75,
-	0x55, 0xff, 0xba, 0xaa, 0xba, 0xab, 0x5a, 0xb0, 0xd5, 0xea, 0x39, 0xf6, 0xc0, 0x3a, 0x19, 0xd8,
-	0xee, 0x83, 0x96, 0x3d, 0x18, 0xd8, 0xc3, 0x9d, 0x91, 0x63, 0x7b, 0x36, 0x82, 0x31, 0x43, 0xb8,
-	0x09, 0xe9, 0xe2, 0x89, 0xd5, 0x6f, 0x37, 0x0c, 0xa7, 0x6b, 0x7a, 0x08, 0x41, 0x7c, 0x68, 0x0c,
-	0xcc, 0x3c, 0x77, 0x83, 0xbb, 0x97, 0xc2, 0xf4, 0x5b, 0xf8, 0x0f, 0x07, 0x1b, 0x52, 0xcf, 0xb1,
-	0x6d, 0xca, 0x1e, 0x19, 0x5e, 0x2f, 0x60, 0x93, 0x6f, 0xf4, 0x7f, 0x90, 0x6a, 0x19, 0xad, 0x9e,
-	0xa9, 0xb7, 0x2d, 0x27, 0xbf, 0x46, 0x19, 0x49, 0x4a, 0x28, 0x59, 0x0e, 0xda, 0x81, 0x98, 0x39,
-	0x7c, 0x91, 0x8f, 0xdd, 0xe0, 0xee, 0xa5, 0x77, 0xaf, 0xef, 0x8c, 0x0d, 0xef, 0x30, 0x8d, 0xfe,
-	0x8f, 0x3c, 0x7c, 0x81, 0x89, 0x20, 0xda, 0x06, 0xb6, 0x38, 0xa6, 0x2d, 0x4e, 0xb5, 0xa5, 0x18,
-	0xa5, 0x64, 0x39, 0x85, 0x21, 0xa4, 0xc2, 0x09, 0xe8, 0x21, 0xa4, 0x4e, 0x5c, 0x53, 0xef, 0xf4,
-	0x8d, 0xae, 0x9b, 0xe7, 0x6e, 0xc4, 0xee, 0xa5, 0x77, 0x2f, 0x45, 0x2d, 0x34, 0x5d, 0xb3, 0xdc,
-	0x37, 0xba, 0x38, 0x79, 0xc2, 0x3e, 0x5c, 0xf4, 0x00, 0x92, 0x1d, 0xd3, 0xf0, 0x4e, 0x1c, 0xd3,
-	0xcd, 0xaf, 0xcd, 0x4e, 0x28, 0x33, 0x1e, 0x0e, 0x85, 0x9e, 0xc4, 0x93, 0xeb, 0xfc, 0x86, 0x70,
-	0x0b, 0x12, 0x3e, 0x0b, 0xe5, 0x21, 0xe1, 0x33, 0xfd, 0x3d, 0x08, 0x86, 0xc2, 0xcf, 0x63, 0x00,
-	0x15, 0x7b, 0x60, 0x48, 0xf6, 0xb0, 0x63, 0x75, 0xd1, 0x35, 0x48, 0x76, 0xed, 0x81, 0x41, 0x61,
-	0xf8, 0x92, 0x64, 0x4c, 0xf6, 0xe4, 0x1e, 0xf0, 0x94, 0xd5, 0xea, 0x5b, 0xe6, 0xd0, 0xd3, 0x3f,
-	0x76, 0xed, 0xa1, 0xbf, 0x6f, 0x39, 0x42, 0x97, 0x28, 0xf9, 0x89, 0x6b, 0x0f, 0xd1, 0x7d, 0xb8,
-	0xc8, 0xb0, 0xdb, 0xae, 0x1e, 0x6a, 0x8b, 0x51, 0xd1, 0xcd, 0x80, 0x51, 0xf1, 0xb5, 0xee, 0x41,
-	0x96, 0x8a, 0x18, 0xa3, 0x91, 0x63, 0x1b, 0xad, 0x1e, 0xdd, 0xbc, 0xdc, 0xee, 0xad, 0x28, 0xc0,
-	0xf1, 0xfa, 0xe8, 0xa7, 0xe8, 0x8b, 0xe2, 0x4c, 0x37, 0x32, 0x42, 0x3b, 0x90, 0xe8, 0xdb, 0x5d,
-	0x6a, 0x6b, 0x9d, 0xfa, 0xed, 0x4a, 0x54, 0x47, 0xfd, 0x74, 0xd8, 0x32, 0xdb, 0x25, 0xcb, 0xc1,
-	0x1b, 0x7d, 0xbb, 0x4b, 0x2c, 0x6f, 0x03, 0xb8, 0x9e, 0xe1, 0xb9, 0x7a, 0xc7, 0xea, 0x9b, 0xf9,
-	0x0d, 0xe6, 0x33, 0x4a, 0x29, 0x5b, 0x7d, 0x13, 0xdd, 0x82, 0x6c, 0xcb, 0x3e, 0x19, 0x7a, 0xa6,
-	0xf3, 0x19, 0x93, 0x48, 0x50, 0x89, 0x4c, 0x40, 0x24, 0x42, 0xc2, 0x11, 0x64, 0xa2, 0x2b, 0x42,
-	0xdb, 0x70, 0xad, 0xa2, 0xed, 0x8b, 0xba, 0x58, 0xab, 0x61, 0x4d, 0x94, 0xf6, 0xf4, 0xa6, 0x5a,
-	0xaf, 0xc9, 0x92, 0x52, 0x56, 0xe4, 0x12, 0x7f, 0x01, 0xa5, 0x21, 0x51, 0x92, 0xcb, 0x62, 0xb3,
-	0xda, 0xe0, 0x39, 0x94, 0x81, 0x24, 0x2e, 0xca, 0x7a, 0x0d, 0x6b, 0x25, 0x7e, 0x0d, 0x6d, 0x42,
-	0x9a, 0x8c, 0xea, 0x0d, 0xb1, 0xa2, 0xa8, 0x15, 0x3e, 0x26, 0x8c, 0x20, 0x4b, 0x55, 0x3b, 0x9e,
-	0xd5, 0x31, 0x5a, 0x9e, 0x3b, 0xb5, 0x5e, 0xee, 0xcc, 0xf5, 0xae, 0xcd, 0xae, 0x97, 0x04, 0x3d,
-	0xd9, 0x23, 0xc2, 0x77, 0xf3, 0xb1, 0x1b, 0x31, 0x12, 0xf4, 0x7d, 0xbb, 0x4b, 0x78, 0xae, 0xd0,
-	0x81, 0x74, 0xcd, 0x68, 0x7d, 0x62, 0x74, 0x4d, 0x65, 0xd8, 0xb1, 0xd1, 0x4d, 0xc8, 0x8c, 0xd8,
-	0x50, 0x8f, 0xe4, 0x56, 0xda, 0xa7, 0xa9, 0xc6, 0xc0, 0x44, 0x05, 0x48, 0xb6, 0x0c, 0xcf, 0xec,
-	0xda, 0xce, 0xe9, 0x38, 0x85, 0xd8, 0x98, 0x84, 0xdc, 0x0b, 0xd3, 0x71, 0x2d, 0x7b, 0xe8, 0xbb,
-	0x3e, 0x18, 0x0a, 0xbf, 0xe3, 0x80, 0x0f, 0x0d, 0xb5, 0xcd, 0xef, 0x04, 0xd6, 0xdc, 0xa1, 0x31,
-	0x72, 0x7b, 0xb6, 0xa7, 0xbb, 0x3d, 0x23, 0xb0, 0x16, 0xd0, 0xea, 0x3d, 0x03, 0xdd, 0x85, 0xcd,
-	0x50, 0x64, 0x78, 0x32, 0x78, 0x6e, 0xb2, 0xbc, 0x5d, 0xc7, 0xb9, 0x80, 0xac, 0x52, 0x2a, 0x7a,
-	0x0c, 0x99, 0xe7, 0xe4, 0x70, 0xd0, 0x3d, 0x7a, 0x3a, 0xf8, 0x69, 0xbc, 0x15, 0x0d, 0x87, 0xc8,
-	0xe1, 0x81, 0xd3, 0xcf, 0x23, 0x27, 0x49, 0x01, 0x92, 0x7d, 0xbb, 0x65, 0x78, 0x64, 0xdd, 0x2c,
-	0x8f, 0xc3, 0xb1, 0xf0, 0x63, 0x0e, 0xe2, 0x35, 0x72, 0x76, 0xcc, 0x3b, 0x4f, 0x1e, 0x45, 0x26,
-	0xae, 0xd1, 0x18, 0xbe, 0x16, 0x35, 0x48, 0xe6, 0xed, 0x54, 0x7d, 0x81, 0x88, 0xce, 0x77, 0x21,
-	0x19, 0x50, 0x49, 0x0c, 0xa8, 0x9a, 0x5e, 0xd5, 0x24, 0xb1, 0xa1, 0x68, 0x2a, 0x7f, 0x01, 0x01,
-	0x6c, 0x28, 0x6a, 0x5d, 0x29, 0xc9, 0x3c, 0x47, 0x62, 0x47, 0x6b, 0x36, 0xe8, 0x60, 0x4d, 0xd8,
-	0x05, 0xc0, 0xa6, 0x7b, 0xd2, 0xf7, 0xe8, 0x72, 0x6e, 0x47, 0x96, 0x93, 0xde, 0xe5, 0xa7, 0xcd,
-	0xb2, 0x05, 0x0a, 0xdb, 0x90, 0x0a, 0x93, 0x00, 0xf1, 0x10, 0x1b, 0xa7, 0x38, 0xf9, 0x14, 0x46,
-	0x90, 0xa9, 0x98, 0x8e, 0x63, 0x79, 0x52, 0xcf, 0x18, 0x76, 0x4d, 0x82, 0xb1, 0x67, 0xbb, 0x5e,
-	0x80, 0x91, 0x7c, 0x13, 0x9f, 0x8e, 0x1c, 0xfb, 0x63, 0xb3, 0xe5, 0xf9, 0xee, 0x0e, 0x86, 0xe8,
-	0x2a, 0x6c, 0xb4, 0xe8, 0x3c, 0xba, 0xd9, 0x31, 0xec, 0x8f, 0xc8, 0x76, 0x8e, 0x0c, 0xaf, 0xd5,
-	0x73, 0x4d, 0x8f, 0x6e, 0x67, 0x0c, 0x87, 0x63, 0xe1, 0xbb, 0x90, 0xad, 0x58, 0x1e, 0x09, 0x3d,
-	0xc9, 0x1e, 0x0c, 0x2c, 0x6f, 0x45, 0x93, 0x39, 0x58, 0xb3, 0xda, 0x7e, 0x6c, 0xad, 0x59, 0x6d,
-	0x02, 0xc9, 0x31, 0x3b, 0xbe, 0xd3, 0xc8, 0x27, 0x35, 0x6e, 0xbb, 0x16, 0x75, 0x09, 0x39, 0x12,
-	0xb2, 0x38, 0x1c, 0x0b, 0xdb, 0x90, 0xf0, 0x0f, 0x5a, 0x62, 0x96, 0x1c, 0xc6, 0x81, 0x59, 0xf2,
-	0x2d, 0xbc, 0x07, 0x50, 0x23, 0x97, 0x4e, 0xf1, 0xd4, 0x33, 0x5d, 0xf4, 0x16, 0xf0, 0xae, 0xe9,
-	0x58, 0x46, 0xdf, 0xfa, 0xcc, 0x6c, 0xeb, 0xf4, 0x36, 0xa2, 0xd2, 0x19, 0xbc, 0x39, 0xa6, 0x53,
-	0x79, 0xe1, 0x67, 0x1c, 0x6c, 0xd7, 0x1c, 0x73, 0x64, 0x38, 0x66, 0xd9, 0x76, 0x68, 0x98, 0x89,
-	0xed, 0x36, 0xb5, 0x69, 0xf4, 0x45, 0xa7, 0xeb, 0xa2, 0x1d, 0x40, 0xfe, 0x5d, 0xd1, 0xfa, 0x74,
-	0x44, 0x94, 0x8d, 0xf3, 0x79, 0xef, 0x02, 0xe6, 0x19, 0x4f, 0xfa, 0x74, 0x54, 0x63, 0x1c, 0x74,
-	0x17, 0x72, 0x9f, 0x98, 0xce, 0xd0, 0xec, 0xeb, 0x41, 0x3e, 0xad, 0xf9, 0xb2, 0x59, 0x46, 0x3f,
-	0x60, 0xe4, 0x62, 0x1e, 0xae, 0x8e, 0x98, 0x65, 0xbd, 0x63, 0x3b, 0x3a, 0x4b, 0x01, 0xc3, 0xe9,
-	0xba, 0x82, 0x01, 0x69, 0xb1, 0xd3, 0xb6, 0xb1, 0xd9, 0x37, 0x0d, 0xd7, 0x44, 0x6f, 0x2f, 0x5e,
-	0xc1, 0x1c, 0xfb, 0xb7, 0x21, 0x67, 0x0d, 0xc8, 0x29, 0xc0, 0x14, 0x5a, 0x6d, 0x6a, 0x3f, 0x86,
-	0x33, 0x94, 0x4a, 0x11, 0x2a, 0x6d, 0xe1, 0x8f, 0x1c, 0x5c, 0x0a, 0xce, 0x2a, 0x7f, 0x26, 0xcd,
-	0xeb, 0x57, 0x85, 0x16, 0xbd, 0x0f, 0x19, 0xa3, 0xd3, 0xb6, 0x75, 0x87, 0x81, 0x9a, 0x97, 0xe4,
-	0x11, 0xcc, 0x7b, 0x17, 0x70, 0xda, 0x18, 0x0f, 0x8b, 0x5b, 0x70, 0xc5, 0xf0, 0x57, 0x1b, 0x2c,
-	0x4a, 0xb7, 0x86, 0x1d, 0x5b, 0xf8, 0xd7, 0x75, 0x40, 0xe1, 0x99, 0x5b, 0x3c, 0xad, 0x9b, 0xce,
-	0x0b, 0xab, 0x65, 0xa2, 0xaf, 0xc1, 0x46, 0xdf, 0xec, 0x1a, 0xad, 0x53, 0x3f, 0xc9, 0xee, 0x4c,
-	0xd8, 0x99, 0x91, 0xdf, 0xa9, 0x52, 0x61, 0xec, 0x4f, 0x42, 0x65, 0x48, 0x79, 0xb6, 0xdd, 0x6f,
-	0xf5, 0x0c, 0x8b, 0x01, 0x4a, 0xef, 0xde, 0x3b, 0x43, 0x43, 0x23, 0x90, 0xc7, 0xe3, 0xa9, 0xe8,
-	0x31, 0xac, 0xd3, 0x5d, 0xf7, 0xd1, 0xde, 0x3e, 0x43, 0x87, 0x42, 0x64, 0x31, 0x9b, 0x82, 0xbe,
-	0x09, 0x09, 0xff, 0xec, 0xa6, 0x39, 0x92, 0xde, 0xfd, 0xff, 0x33, 0x66, 0xfb, 0x67, 0x34, 0x0e,
-	0xa6, 0x11, 0x0d, 0xee, 0xa9, 0x4b, 0xea, 0x18, 0xff, 0x86, 0x3d, 0x4b, 0x43, 0x9d, 0x49, 0xe3,
-	0x60, 0x1a, 0x7a, 0x0f, 0xe2, 0x9e, 0xe9, 0x7a, 0xf4, 0xb6, 0x4d, 0x4f, 0x5e, 0xf2, 0xf3, 0xb6,
-	0xc0, 0x74, 0x3d, 0x4c, 0x27, 0xa0, 0x22, 0x64, 0xa2, 0x6e, 0xa2, 0x97, 0x71, 0x7a, 0xf7, 0xcd,
-	0x79, 0x0a, 0x22, 0xd1, 0x87, 0xd3, 0xa3, 0xf1, 0xa0, 0xf0, 0x97, 0x38, 0x6c, 0x30, 0xbf, 0xa0,
-	0x0f, 0x61, 0xd3, 0x1a, 0x8e, 0x4e, 0x3c, 0x3d, 0x08, 0x82, 0xa0, 0x12, 0xdb, 0x5d, 0xca, 0xaf,
-	0x21, 0x87, 0x1a, 0xc9, 0x51, 0x55, 0xe3, 0x8b, 0xfa, 0x5b, 0xc0, 0xdb, 0x27, 0xde, 0xa4, 0xf6,
-	0xb5, 0x73, 0x6b, 0xdf, 0x64, 0xba, 0x42, 0xe9, 0xc2, 0x6f, 0x39, 0xc8, 0x44, 0x25, 0xd0, 0x11,
-	0xe4, 0xc2, 0x58, 0xf6, 0x4e, 0x47, 0x26, 0xc3, 0x92, 0x5b, 0xd5, 0x5a, 0xe3, 0x74, 0x64, 0xe2,
-	0xac, 0x11, 0x19, 0xb9, 0xe4, 0x56, 0xee, 0xba, 0x7a, 0x70, 0x59, 0x31, 0x18, 0x29, 0x9c, 0xee,
-	0xba, 0xc1, 0x9d, 0xe5, 0x92, 0x8a, 0xd1, 0x68, 0xf5, 0x59, 0x89, 0xc0, 0xce, 0xde, 0x84, 0xd1,
-	0xea, 0x93, 0xf2, 0xe0, 0x49, 0x3c, 0x19, 0xe3, 0xe3, 0xc2, 0xdf, 0x23, 0xeb, 0x25, 0x5a, 0xc9,
-	0x35, 0x37, 0x59, 0x16, 0x65, 0x21, 0xa5, 0xec, 0x8b, 0x15, 0x59, 0x3f, 0x56, 0x6a, 0x3c, 0x87,
-	0xb6, 0xe0, 0x52, 0x43, 0xae, 0x37, 0xf4, 0x66, 0xad, 0x24, 0x36, 0x64, 0xbd, 0x26, 0x1e, 0x55,
-	0x35, 0x91, 0xd4, 0x48, 0x08, 0x72, 0x62, 0xb3, 0xa1, 0x51, 0x66, 0x59, 0xa9, 0xca, 0x75, 0x3e,
-	0x86, 0x72, 0x00, 0x0d, 0x31, 0x1c, 0xc7, 0xc9, 0xe4, 0x9a, 0xa2, 0xaa, 0x72, 0x49, 0xaf, 0x34,
-	0x89, 0x1c, 0x55, 0x5c, 0xe7, 0xd7, 0x49, 0xb9, 0x55, 0x56, 0xf0, 0xfe, 0xa1, 0x88, 0x65, 0x7e,
-	0x83, 0xac, 0x41, 0x2e, 0x36, 0x95, 0x6a, 0x49, 0xaf, 0x6a, 0x95, 0x3a, 0x9f, 0x40, 0x97, 0x60,
-	0x53, 0xda, 0xc3, 0xda, 0xbe, 0xac, 0xd5, 0x75, 0x49, 0x53, 0xcb, 0x4a, 0x85, 0x4f, 0x12, 0xe5,
-	0x52, 0x4d, 0xd6, 0xb1, 0x5c, 0xd3, 0x70, 0x83, 0x4f, 0x91, 0x05, 0xb0, 0x85, 0x8a, 0x58, 0xda,
-	0x53, 0x0e, 0xe4, 0x3a, 0x0f, 0x42, 0x3c, 0x99, 0xe6, 0xb7, 0x0a, 0x7f, 0x4a, 0x40, 0x2a, 0xcc,
-	0x58, 0xf4, 0xd1, 0xa2, 0xf0, 0x7a, 0xb4, 0x6c, 0xd2, 0xbf, 0x3c, 0xc2, 0xbe, 0xbd, 0x30, 0xc2,
-	0xce, 0x69, 0x60, 0x26, 0xc8, 0x7e, 0x33, 0x1d, 0x64, 0xcf, 0x16, 0x04, 0xd9, 0xea, 0x06, 0x3f,
-	0xf7, 0x38, 0x13, 0xfe, 0x1c, 0x3f, 0x2b, 0xc2, 0x6e, 0xc3, 0x8d, 0xa6, 0x7a, 0x20, 0x63, 0x3a,
-	0xd6, 0x99, 0xa3, 0xf5, 0x6a, 0xf5, 0x60, 0x5f, 0xd7, 0x70, 0x49, 0xc6, 0x24, 0x78, 0xf8, 0x34,
-	0x12, 0xe0, 0x8d, 0x33, 0x64, 0x32, 0xe8, 0x0d, 0x28, 0xf8, 0x2c, 0xa9, 0x2a, 0xaa, 0x15, 0xfd,
-	0x50, 0xc4, 0xaa, 0xa2, 0x56, 0xea, 0x34, 0x00, 0xf9, 0x2c, 0xba, 0x0e, 0xf9, 0x88, 0x25, 0x3a,
-	0xbd, 0x56, 0xd1, 0x18, 0x37, 0x87, 0xde, 0x82, 0x3b, 0xb3, 0xeb, 0x28, 0xca, 0xaa, 0xb4, 0xb7,
-	0x2f, 0xe2, 0x0f, 0x74, 0xb1, 0x5c, 0xf2, 0x45, 0x37, 0xd1, 0x5d, 0xb8, 0xb5, 0x8c, 0x20, 0x8f,
-	0x6e, 0xc2, 0x76, 0x28, 0xf8, 0x81, 0x8c, 0x55, 0xb9, 0xaa, 0x4b, 0x87, 0xb5, 0x88, 0xc8, 0x45,
-	0x74, 0x0b, 0xde, 0x8c, 0x98, 0x9d, 0x2b, 0x84, 0xa6, 0x84, 0x02, 0x90, 0x13, 0x42, 0x97, 0x26,
-	0x8c, 0xcd, 0x15, 0xb9, 0x4c, 0x76, 0x28, 0x14, 0xc1, 0x72, 0x55, 0x16, 0xeb, 0x72, 0x84, 0x7f,
-	0xe5, 0xac, 0x3d, 0xa8, 0xc9, 0xb8, 0xcc, 0x44, 0xaf, 0x92, 0x64, 0xf6, 0xf9, 0x25, 0xb9, 0xd8,
-	0xac, 0xe8, 0x45, 0x45, 0x15, 0xf1, 0x11, 0xbf, 0x85, 0x0a, 0x70, 0xb5, 0xa1, 0x69, 0x55, 0x69,
-	0x4f, 0x54, 0xd4, 0xc0, 0x05, 0x2c, 0x93, 0xf3, 0x44, 0xbf, 0x3f, 0x89, 0x5a, 0xad, 0x61, 0x8d,
-	0x68, 0xd3, 0xcb, 0x1a, 0xd6, 0x45, 0xb5, 0x84, 0x35, 0xa5, 0xa4, 0x57, 0x15, 0xb5, 0xf9, 0x94,
-	0xbf, 0x86, 0xae, 0xc1, 0x15, 0xe6, 0x45, 0x09, 0x8b, 0xf5, 0x3d, 0xbd, 0xa4, 0x88, 0x15, 0x55,
-	0xab, 0xcb, 0x75, 0xbe, 0x20, 0xc4, 0x93, 0x1c, 0x0f, 0x85, 0x9f, 0xc6, 0x60, 0x9d, 0x5e, 0xa2,
-	0xe8, 0x78, 0x51, 0x4a, 0x7f, 0x69, 0x99, 0x3b, 0xf8, 0xe5, 0xe9, 0xfc, 0x6c, 0x61, 0x3a, 0x9f,
-	0x43, 0xf9, 0x4c, 0x2a, 0xff, 0x6a, 0x3a, 0x95, 0x9f, 0x2e, 0x48, 0xe5, 0xd5, 0x8c, 0x7d, 0xfe,
-	0x69, 0x7c, 0xe7, 0x8c, 0x2c, 0xa6, 0x3e, 0xd9, 0x2a, 0xfc, 0x22, 0x06, 0x09, 0xbf, 0x34, 0x41,
-	0xcf, 0x16, 0x79, 0xe5, 0x9d, 0xe5, 0x6a, 0x9b, 0x97, 0xfb, 0xe5, 0xa3, 0x85, 0x7e, 0x39, 0x97,
-	0xfa, 0x19, 0xcf, 0xfc, 0x7a, 0xda, 0x33, 0xc7, 0x0b, 0x3c, 0xb3, 0xaa, 0xb9, 0xd7, 0xea, 0x1b,
-	0xbf, 0xe8, 0x3b, 0xbf, 0x6f, 0x7c, 0x05, 0xaf, 0xca, 0x37, 0x73, 0xd5, 0xbf, 0x3a, 0xdf, 0x4c,
-	0x9b, 0x7b, 0x6d, 0xbe, 0xf9, 0x49, 0x0c, 0xe2, 0xa4, 0xa2, 0x46, 0x47, 0x8b, 0x1c, 0xf3, 0x70,
-	0x89, 0x7a, 0xfc, 0xe5, 0x5e, 0xf9, 0x70, 0xa1, 0x57, 0x56, 0xd7, 0x3d, 0xe3, 0x92, 0x5f, 0x4e,
-	0xbb, 0xe4, 0x70, 0x81, 0x4b, 0x56, 0xb2, 0xf5, 0xba, 0xfc, 0x21, 0xfc, 0x3e, 0x07, 0x85, 0xe6,
-	0xa8, 0x6f, 0x1b, 0x6d, 0xb3, 0x3d, 0xa7, 0xe3, 0x94, 0xa7, 0x3a, 0xce, 0x2f, 0x4e, 0xbc, 0x11,
-	0x2f, 0x9c, 0x37, 0xdd, 0x79, 0xaa, 0xb3, 0x9d, 0xe7, 0xc3, 0x25, 0x35, 0xcd, 0xed, 0x40, 0x8b,
-	0x93, 0x1d, 0xe8, 0xdb, 0x4b, 0xea, 0x9a, 0xe8, 0x44, 0xf7, 0xa6, 0x3b, 0xd1, 0x9d, 0x25, 0xb5,
-	0xcc, 0x74, 0xa4, 0x7b, 0xd3, 0x1d, 0xe9, 0xb2, 0x9a, 0x66, 0x3a, 0xd3, 0x6f, 0x4c, 0x74, 0xa6,
-	0x5f, 0x58, 0x76, 0x8b, 0xc2, 0x0e, 0xb5, 0xf0, 0x0f, 0x2e, 0xec, 0x2e, 0x8f, 0x20, 0x35, 0x9d,
-	0x5a, 0x5f, 0x5d, 0xc9, 0x7b, 0xe3, 0x5e, 0xd6, 0xf0, 0x7a, 0x2e, 0x1e, 0x6b, 0x2b, 0xfc, 0x00,
-	0xb2, 0x13, 0x3c, 0x74, 0x08, 0xd9, 0x89, 0x1c, 0xa0, 0xd1, 0x72, 0xbe, 0xde, 0x2f, 0x13, 0x4d,
-	0x02, 0x74, 0x19, 0xd6, 0x47, 0xc4, 0x82, 0x1f, 0xfc, 0x6c, 0x50, 0xf8, 0x37, 0x17, 0xed, 0x73,
-	0x9e, 0xcd, 0x02, 0xfd, 0xfa, 0xaa, 0xc1, 0xb5, 0x18, 0xeb, 0x8f, 0xb8, 0x69, 0xb0, 0xc7, 0xf3,
-	0xc1, 0x9e, 0xb3, 0x07, 0x59, 0x06, 0xef, 0xdf, 0xb8, 0xa0, 0x00, 0x7c, 0x3a, 0x8b, 0xf5, 0xf1,
-	0x2a, 0xc1, 0xbf, 0x18, 0xe7, 0xf7, 0xa7, 0x61, 0x1e, 0xcc, 0x87, 0x79, 0x8e, 0xfa, 0x6c, 0x19,
-	0x88, 0xff, 0xe4, 0xc6, 0xf5, 0xd4, 0xf1, 0x2c, 0xc8, 0xf7, 0x57, 0xcb, 0xcd, 0xc5, 0x30, 0x7f,
-	0x38, 0x0d, 0xf3, 0xe9, 0x7c, 0x98, 0xe7, 0x2a, 0x76, 0x96, 0x05, 0x1a, 0x14, 0x27, 0xff, 0x03,
-	0xd0, 0xe9, 0x0b, 0xfd, 0x95, 0x01, 0x9d, 0x5b, 0x39, 0x2c, 0x03, 0xf4, 0xaf, 0x9c, 0x7f, 0xd3,
-	0x1f, 0xce, 0xa2, 0xfc, 0xca, 0x0a, 0x27, 0xdb, 0x62, 0x88, 0xdf, 0x9b, 0x86, 0xd8, 0x9c, 0x0f,
-	0x71, 0xf5, 0x9b, 0x78, 0x09, 0x7c, 0xf7, 0xff, 0xc0, 0x41, 0x8a, 0x06, 0x3b, 0x95, 0xc9, 0xc3,
-	0x65, 0xf6, 0x28, 0xd3, 0x38, 0xaa, 0xc9, 0x7a, 0x53, 0x2d, 0xc9, 0x65, 0x45, 0xa5, 0x5d, 0x7f,
-	0x12, 0xe2, 0x45, 0xb1, 0x2e, 0xf3, 0x1c, 0x4a, 0x40, 0xac, 0x24, 0x1f, 0xf0, 0x6b, 0x84, 0xd4,
-	0x90, 0xeb, 0x0d, 0x3e, 0x86, 0xd2, 0x90, 0x20, 0x4c, 0xfd, 0x60, 0x9f, 0x8f, 0x93, 0x01, 0x7d,
-	0x55, 0x3a, 0xd8, 0x67, 0x2f, 0x45, 0x58, 0x96, 0xb4, 0x03, 0x19, 0x1f, 0xf1, 0x1b, 0x84, 0x55,
-	0x16, 0xa5, 0x86, 0x86, 0x8f, 0xf8, 0xc4, 0xc4, 0x23, 0x52, 0x12, 0x5d, 0x84, 0xac, 0x84, 0x1f,
-	0x3d, 0xd4, 0x43, 0x52, 0x8a, 0x90, 0xa8, 0x56, 0xf6, 0xf8, 0x74, 0xb0, 0xcf, 0x03, 0x21, 0x51,
-	0xdd, 0x21, 0x29, 0x7d, 0x7f, 0x00, 0x09, 0xa9, 0x67, 0x0c, 0x87, 0x66, 0x9f, 0xb5, 0xb8, 0xa2,
-	0x4a, 0x1a, 0xf2, 0xc9, 0x27, 0x0b, 0x04, 0xb9, 0x80, 0x51, 0x6f, 0x88, 0xc5, 0x2a, 0x81, 0xc1,
-	0x43, 0x26, 0xa0, 0x15, 0xe5, 0x86, 0xc8, 0xfe, 0x36, 0x0c, 0x28, 0x04, 0x60, 0x2c, 0x3a, 0x4d,
-	0x12, 0x69, 0xb7, 0x1c, 0xbf, 0xdf, 0x01, 0x9e, 0xb4, 0xc2, 0x13, 0x45, 0x49, 0x16, 0x52, 0xaa,
-	0xa6, 0xb2, 0x4d, 0x63, 0x4f, 0x70, 0xe3, 0x57, 0x0e, 0x8e, 0x68, 0x99, 0x7c, 0x6c, 0x60, 0xa6,
-	0xfc, 0x97, 0x03, 0x4a, 0x88, 0x31, 0xdb, 0x61, 0xa3, 0xcd, 0xc7, 0x8b, 0x5f, 0x3e, 0x7e, 0xb7,
-	0x6b, 0x87, 0x1e, 0xdf, 0xb1, 0x9d, 0xee, 0x83, 0xc8, 0x7f, 0xf9, 0xd6, 0xb0, 0xe3, 0x18, 0x0f,
-	0xe8, 0x9f, 0x27, 0x0f, 0xba, 0x76, 0x84, 0xf3, 0x7c, 0x83, 0x12, 0xdf, 0xf9, 0x6f, 0x00, 0x00,
-	0x00, 0xff, 0xff, 0xec, 0x81, 0xc9, 0x34, 0xfa, 0x1f, 0x00, 0x00,
+	// 2451 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0xdd, 0x93, 0xdb, 0x48,
+	0x11, 0x8f, 0xd6, 0xde, 0xb5, 0xdd, 0xfe, 0x58, 0xdd, 0xe4, 0x63, 0x1d, 0x93, 0xbd, 0x4b, 0x94,
+	0x84, 0xe4, 0xc2, 0xdd, 0x26, 0xec, 0x5d, 0xb8, 0x22, 0x1c, 0x1f, 0xb2, 0x2c, 0x7b, 0x95, 0xf3,
+	0x4a, 0xae, 0xb1, 0xbd, 0x9b, 0xdd, 0x0b, 0x27, 0x14, 0x5b, 0xb6, 0x75, 0x67, 0x5b, 0x2e, 0x49,
+	0x9b, 0x63, 0x8f, 0xaf, 0xe2, 0x89, 0x27, 0x1e, 0xe0, 0x81, 0x2a, 0xfe, 0x00, 0x28, 0x8a, 0x2a,
+	0x9e, 0x79, 0xe3, 0x8d, 0xff, 0x80, 0x2a, 0x8a, 0x07, 0xaa, 0x28, 0x28, 0xe0, 0x89, 0x7f, 0x81,
+	0xa2, 0x66, 0x46, 0x92, 0xe5, 0xaf, 0xac, 0xbd, 0x5c, 0x2a, 0x4f, 0xab, 0xe9, 0xee, 0xe9, 0xee,
+	0xdf, 0x74, 0xf7, 0xcc, 0xf4, 0x78, 0x61, 0xab, 0xd5, 0x73, 0xec, 0x81, 0x75, 0x32, 0xb0, 0xdd,
+	0xfb, 0x2d, 0x7b, 0x30, 0xb0, 0x87, 0x3b, 0x23, 0xc7, 0xf6, 0x6c, 0x04, 0x63, 0x86, 0x70, 0x03,
+	0xd2, 0xc5, 0x13, 0xab, 0xdf, 0x6e, 0x18, 0x4e, 0xd7, 0xf4, 0x10, 0x82, 0xf8, 0xd0, 0x18, 0x98,
+	0x79, 0xee, 0x3a, 0x77, 0x37, 0x85, 0xe9, 0xb7, 0xf0, 0x5f, 0x0e, 0x36, 0xa4, 0x9e, 0x63, 0xdb,
+	0x94, 0x3d, 0x32, 0xbc, 0x5e, 0xc0, 0x26, 0xdf, 0xe8, 0x0b, 0x90, 0x6a, 0x19, 0xad, 0x9e, 0xa9,
+	0xb7, 0x2d, 0x27, 0xbf, 0x46, 0x19, 0x49, 0x4a, 0x28, 0x59, 0x0e, 0xda, 0x81, 0x98, 0x39, 0x7c,
+	0x9e, 0x8f, 0x5d, 0xe7, 0xee, 0xa6, 0x77, 0xaf, 0xed, 0x8c, 0x0d, 0xef, 0x30, 0x8d, 0xfe, 0x1f,
+	0x79, 0xf8, 0x1c, 0x13, 0x41, 0xb4, 0x0d, 0xcc, 0x39, 0xa6, 0x2d, 0x4e, 0xb5, 0xa5, 0x18, 0xa5,
+	0x64, 0x39, 0x85, 0x21, 0xa4, 0xc2, 0x09, 0xe8, 0x01, 0xa4, 0x4e, 0x5c, 0x53, 0xef, 0xf4, 0x8d,
+	0xae, 0x9b, 0xe7, 0xae, 0xc7, 0xee, 0xa6, 0x77, 0x2f, 0x46, 0x2d, 0x34, 0x5d, 0xb3, 0xdc, 0x37,
+	0xba, 0x38, 0x79, 0xc2, 0x3e, 0x5c, 0x74, 0x1f, 0x92, 0x1d, 0xd3, 0xf0, 0x4e, 0x1c, 0xd3, 0xcd,
+	0xaf, 0xcd, 0x4e, 0x28, 0x33, 0x1e, 0x0e, 0x85, 0x1e, 0xc7, 0x93, 0xeb, 0xfc, 0x86, 0x70, 0x13,
+	0x12, 0x3e, 0x0b, 0xe5, 0x21, 0xe1, 0x33, 0xfd, 0x35, 0x08, 0x86, 0xc2, 0x2f, 0x62, 0x00, 0x15,
+	0x7b, 0x60, 0x48, 0xf6, 0xb0, 0x63, 0x75, 0xd1, 0x55, 0x48, 0x76, 0xed, 0x81, 0x41, 0x61, 0xf8,
+	0x92, 0x64, 0x4c, 0xd6, 0xe4, 0x2e, 0xf0, 0x94, 0xd5, 0xea, 0x5b, 0xe6, 0xd0, 0xd3, 0x3f, 0x76,
+	0xed, 0xa1, 0xbf, 0x6e, 0x39, 0x42, 0x97, 0x28, 0xf9, 0xb1, 0x6b, 0x0f, 0xd1, 0x3d, 0x78, 0x8d,
+	0x61, 0xb7, 0x5d, 0x3d, 0xd4, 0x16, 0xa3, 0xa2, 0x9b, 0x01, 0xa3, 0xe2, 0x6b, 0xdd, 0x83, 0x2c,
+	0x15, 0x31, 0x46, 0x23, 0xc7, 0x36, 0x5a, 0x3d, 0xba, 0x78, 0xb9, 0xdd, 0x9b, 0x51, 0x80, 0x63,
+	0xff, 0xe8, 0xa7, 0xe8, 0x8b, 0xe2, 0x4c, 0x37, 0x32, 0x42, 0x3b, 0x90, 0xe8, 0xdb, 0x5d, 0x6a,
+	0x6b, 0x9d, 0xc6, 0xed, 0x72, 0x54, 0x47, 0xfd, 0x74, 0xd8, 0x32, 0xdb, 0x25, 0xcb, 0xc1, 0x1b,
+	0x7d, 0xbb, 0x4b, 0x2c, 0x6f, 0x03, 0xb8, 0x9e, 0xe1, 0xb9, 0x7a, 0xc7, 0xea, 0x9b, 0xf9, 0x0d,
+	0x16, 0x33, 0x4a, 0x29, 0x5b, 0x7d, 0x13, 0xdd, 0x84, 0x6c, 0xcb, 0x3e, 0x19, 0x7a, 0xa6, 0xf3,
+	0x19, 0x93, 0x48, 0x50, 0x89, 0x4c, 0x40, 0x24, 0x42, 0xc2, 0x11, 0x64, 0xa2, 0x1e, 0xa1, 0x6d,
+	0xb8, 0x5a, 0xd1, 0xf6, 0x45, 0x5d, 0xac, 0xd5, 0xb0, 0x26, 0x4a, 0x7b, 0x7a, 0x53, 0xad, 0xd7,
+	0x64, 0x49, 0x29, 0x2b, 0x72, 0x89, 0xbf, 0x80, 0xd2, 0x90, 0x28, 0xc9, 0x65, 0xb1, 0x59, 0x6d,
+	0xf0, 0x1c, 0xca, 0x40, 0x12, 0x17, 0x65, 0xbd, 0x86, 0xb5, 0x12, 0xbf, 0x86, 0x36, 0x21, 0x4d,
+	0x46, 0xf5, 0x86, 0x58, 0x51, 0xd4, 0x0a, 0x1f, 0x13, 0x46, 0x90, 0xa5, 0xaa, 0x1d, 0xcf, 0xea,
+	0x18, 0x2d, 0xcf, 0x9d, 0xf2, 0x97, 0x3b, 0xd3, 0xdf, 0xb5, 0x59, 0x7f, 0x49, 0xd2, 0x93, 0x35,
+	0x22, 0x7c, 0x37, 0x1f, 0xbb, 0x1e, 0x23, 0x49, 0xdf, 0xb7, 0xbb, 0x84, 0xe7, 0x0a, 0x1d, 0x48,
+	0xd7, 0x8c, 0xd6, 0x27, 0x46, 0xd7, 0x54, 0x86, 0x1d, 0x1b, 0xdd, 0x80, 0xcc, 0x88, 0x0d, 0xf5,
+	0x48, 0x6d, 0xa5, 0x7d, 0x9a, 0x6a, 0x0c, 0x4c, 0x54, 0x80, 0x64, 0xcb, 0xf0, 0xcc, 0xae, 0xed,
+	0x9c, 0x8e, 0x4b, 0x88, 0x8d, 0x49, 0xca, 0x3d, 0x37, 0x1d, 0xd7, 0xb2, 0x87, 0x7e, 0xe8, 0x83,
+	0xa1, 0xb0, 0x0d, 0x89, 0x9a, 0x63, 0x13, 0x1f, 0xe6, 0xd6, 0xed, 0x3f, 0x39, 0xe0, 0x43, 0x3f,
+	0xda, 0xe6, 0x77, 0x03, 0x67, 0xdc, 0xa1, 0x31, 0x72, 0x7b, 0xb6, 0xa7, 0xbb, 0x3d, 0x23, 0x70,
+	0x26, 0xa0, 0xd5, 0x7b, 0x06, 0xba, 0x03, 0x9b, 0xa1, 0xc8, 0xf0, 0x64, 0xf0, 0xcc, 0x64, 0x65,
+	0xbd, 0x8e, 0x73, 0x01, 0x59, 0xa5, 0x54, 0xf4, 0x08, 0x32, 0xcf, 0xc8, 0xde, 0xa1, 0x7b, 0x74,
+	0xf3, 0xf0, 0xab, 0x7c, 0x2b, 0x9a, 0x2d, 0x91, 0xbd, 0x05, 0xa7, 0x9f, 0x45, 0x36, 0x9a, 0x02,
+	0x24, 0xfb, 0x76, 0xcb, 0xf0, 0x08, 0x2c, 0x56, 0xe6, 0xe1, 0x18, 0xbd, 0x0d, 0x89, 0x11, 0xc3,
+	0xe5, 0x27, 0xe0, 0x44, 0x95, 0xfa, 0x90, 0x71, 0x20, 0x23, 0xfc, 0x84, 0x83, 0x78, 0x8d, 0xec,
+	0x44, 0xf3, 0x76, 0xa7, 0x87, 0x11, 0x3b, 0x6b, 0xb4, 0x22, 0xae, 0x4e, 0x28, 0x33, 0xbc, 0xde,
+	0x4e, 0xd5, 0x17, 0x18, 0xbb, 0x20, 0xbc, 0x0b, 0xc9, 0x80, 0x4a, 0x32, 0x4a, 0xd5, 0xf4, 0xaa,
+	0x26, 0x89, 0x0d, 0x45, 0x53, 0xf9, 0x0b, 0x08, 0x60, 0x43, 0x51, 0xeb, 0x4a, 0x49, 0xe6, 0x39,
+	0x92, 0x89, 0x5a, 0xb3, 0x41, 0x07, 0x6b, 0xc2, 0x2e, 0x00, 0x36, 0xdd, 0x93, 0xbe, 0x47, 0xdd,
+	0xb9, 0x15, 0x71, 0x27, 0xbd, 0xcb, 0x4f, 0x9b, 0x65, 0x0e, 0x0a, 0xdb, 0x90, 0x0a, 0x4b, 0x0a,
+	0xf1, 0x10, 0x1b, 0x6f, 0x18, 0xe4, 0x53, 0x18, 0x41, 0xa6, 0x62, 0x3a, 0x8e, 0xe5, 0x49, 0x3d,
+	0x63, 0xd8, 0xa5, 0x81, 0xee, 0xd9, 0xae, 0x17, 0x60, 0x24, 0xdf, 0x24, 0x43, 0x46, 0x8e, 0xfd,
+	0xb1, 0xd9, 0xf2, 0xfc, 0xe4, 0x09, 0x86, 0xe8, 0x0a, 0x6c, 0xb4, 0xe8, 0x3c, 0x1a, 0x9b, 0x18,
+	0xf6, 0x47, 0x64, 0xf5, 0x47, 0x86, 0xd7, 0xea, 0xb9, 0xa6, 0x47, 0x57, 0x3f, 0x86, 0xc3, 0xb1,
+	0xf0, 0x3d, 0xc8, 0x56, 0x2c, 0x8f, 0x24, 0xb2, 0x64, 0x0f, 0x06, 0x96, 0xb7, 0xa2, 0xc9, 0x1c,
+	0xac, 0x59, 0x6d, 0x3f, 0x53, 0xd7, 0xac, 0x36, 0x81, 0xe4, 0x98, 0x1d, 0x3f, 0xc6, 0xe4, 0x93,
+	0x1a, 0xb7, 0x5d, 0x8b, 0x86, 0x84, 0xc4, 0x37, 0x8b, 0xc3, 0x31, 0x49, 0x69, 0x7f, 0xdb, 0x26,
+	0x66, 0xc9, 0xd6, 0x1e, 0x98, 0x25, 0xdf, 0xc2, 0x7b, 0x00, 0x35, 0x72, 0x84, 0x15, 0x4f, 0x3d,
+	0xd3, 0x45, 0x6f, 0x02, 0xef, 0x9a, 0x8e, 0x65, 0xf4, 0xad, 0xcf, 0xcc, 0xb6, 0x4e, 0xcf, 0x36,
+	0x2a, 0x9d, 0xc1, 0x9b, 0x63, 0x3a, 0x95, 0x17, 0x7e, 0xce, 0xc1, 0x76, 0xcd, 0x31, 0x47, 0x86,
+	0x63, 0x96, 0x6d, 0x87, 0x66, 0xa5, 0xd8, 0x6e, 0x53, 0x9b, 0x46, 0x5f, 0x74, 0xba, 0x2e, 0xda,
+	0x01, 0xe4, 0x9f, 0x3c, 0xad, 0x4f, 0x47, 0x7a, 0x90, 0x7f, 0xd4, 0xf8, 0xde, 0x05, 0xcc, 0x33,
+	0x9e, 0xf4, 0xe9, 0x28, 0xa8, 0xb8, 0x3b, 0x90, 0xfb, 0xc4, 0x74, 0x86, 0x66, 0x5f, 0x0f, 0xaa,
+	0x73, 0xcd, 0x97, 0xcd, 0x32, 0xfa, 0x01, 0x23, 0x17, 0xf3, 0x70, 0x65, 0xc4, 0x2c, 0xeb, 0x1d,
+	0xdb, 0xd1, 0x59, 0xc5, 0x18, 0x4e, 0xd7, 0x15, 0x0c, 0x48, 0x8b, 0x9d, 0xb6, 0x8d, 0xcd, 0xbe,
+	0x69, 0xb8, 0x26, 0x7a, 0x6b, 0xb1, 0x07, 0x73, 0xec, 0xdf, 0x82, 0x9c, 0x35, 0x20, 0x7b, 0x0a,
+	0x53, 0x68, 0xb5, 0xa9, 0xfd, 0x18, 0xce, 0x50, 0x2a, 0x45, 0xa8, 0xb4, 0x85, 0x3f, 0x72, 0x70,
+	0x31, 0xd8, 0xf9, 0xfc, 0x99, 0x74, 0x1b, 0x78, 0x59, 0x68, 0xd1, 0xfb, 0x90, 0x31, 0x3a, 0x6d,
+	0x5b, 0x77, 0x18, 0xa8, 0x79, 0x7b, 0x42, 0x04, 0xf3, 0xde, 0x05, 0x9c, 0x36, 0xc6, 0xc3, 0xe2,
+	0x16, 0x5c, 0x36, 0x7c, 0x6f, 0x03, 0xa7, 0x74, 0x6b, 0xd8, 0xb1, 0x85, 0x7f, 0x5f, 0x03, 0x14,
+	0xee, 0xe0, 0xc5, 0xd3, 0xba, 0xe9, 0x3c, 0xb7, 0x5a, 0x26, 0xfa, 0x3a, 0x6c, 0xf4, 0xcd, 0xae,
+	0xd1, 0x3a, 0xf5, 0x8b, 0xec, 0xf6, 0x84, 0x9d, 0x19, 0xf9, 0x9d, 0x2a, 0x15, 0xc6, 0xfe, 0x24,
+	0x54, 0x86, 0x94, 0x67, 0xdb, 0xfd, 0x56, 0xcf, 0xb0, 0x18, 0xa0, 0xf4, 0xee, 0xdd, 0x33, 0x34,
+	0x34, 0x02, 0x79, 0x3c, 0x9e, 0x8a, 0x1e, 0xc1, 0x3a, 0x5d, 0x75, 0x1f, 0xed, 0xad, 0x33, 0x74,
+	0x28, 0x44, 0x16, 0xb3, 0x29, 0xe8, 0x5b, 0x90, 0xf0, 0x4f, 0x02, 0x5a, 0x23, 0xe9, 0xdd, 0x2f,
+	0x9e, 0x31, 0xdb, 0xdf, 0xd2, 0x71, 0x30, 0x8d, 0x68, 0x70, 0x4f, 0x5d, 0x72, 0x2b, 0xf2, 0xb7,
+	0xcb, 0xb3, 0x34, 0xd4, 0x99, 0x34, 0x0e, 0xa6, 0xa1, 0xf7, 0x20, 0xee, 0x99, 0xae, 0x47, 0xcf,
+	0xee, 0xf4, 0xe4, 0x95, 0x61, 0xde, 0x12, 0x98, 0xae, 0x87, 0xe9, 0x04, 0x54, 0x84, 0x4c, 0x34,
+	0x4c, 0xf4, 0x68, 0x4f, 0xef, 0xbe, 0x31, 0x4f, 0x41, 0x24, 0xfb, 0x70, 0x7a, 0x34, 0x1e, 0x14,
+	0xfe, 0x12, 0x87, 0x0d, 0x16, 0x17, 0xf4, 0x21, 0x6c, 0x5a, 0xc3, 0xd1, 0x89, 0xa7, 0x07, 0x49,
+	0x10, 0xdc, 0xeb, 0x76, 0x97, 0x8a, 0x6b, 0xc8, 0xa1, 0x46, 0x72, 0x54, 0xd5, 0xf8, 0xd8, 0xff,
+	0x36, 0xf0, 0xf6, 0x89, 0x37, 0xa9, 0x7d, 0xed, 0xdc, 0xda, 0x37, 0x99, 0xae, 0x50, 0xba, 0xf0,
+	0x3b, 0x0e, 0x32, 0x51, 0x09, 0x74, 0x04, 0xb9, 0x30, 0x97, 0xbd, 0xd3, 0x91, 0xc9, 0xb0, 0xe4,
+	0x56, 0xb5, 0xd6, 0x38, 0x1d, 0x99, 0x38, 0x6b, 0x44, 0x46, 0x2e, 0x39, 0xc4, 0xbb, 0xae, 0x1e,
+	0x1c, 0x56, 0x0c, 0x46, 0x0a, 0xa7, 0xbb, 0x6e, 0x70, 0x66, 0xb9, 0xe4, 0xfe, 0x69, 0xb4, 0xfa,
+	0xec, 0xc2, 0xc1, 0xf6, 0xde, 0x84, 0xd1, 0xea, 0x93, 0xcb, 0xc6, 0xe3, 0x78, 0x32, 0xc6, 0xc7,
+	0x85, 0xbf, 0x47, 0xfc, 0x25, 0x5a, 0xc9, 0x31, 0x37, 0x79, 0xc9, 0xca, 0x42, 0x4a, 0xd9, 0x17,
+	0x2b, 0xb2, 0x7e, 0xac, 0xd4, 0x78, 0x0e, 0x6d, 0xc1, 0xc5, 0x86, 0x5c, 0x6f, 0xe8, 0xcd, 0x5a,
+	0x49, 0x6c, 0xc8, 0x7a, 0x4d, 0x3c, 0xaa, 0x6a, 0x22, 0xb9, 0x71, 0x21, 0xc8, 0x89, 0xcd, 0x86,
+	0x46, 0x99, 0x65, 0xa5, 0x2a, 0xd7, 0xf9, 0x18, 0xca, 0x01, 0x34, 0xc4, 0x70, 0x1c, 0x27, 0x93,
+	0x6b, 0x8a, 0xaa, 0xca, 0x25, 0xbd, 0xd2, 0x24, 0x72, 0x54, 0x71, 0x9d, 0x5f, 0x27, 0x97, 0xb7,
+	0xb2, 0x82, 0xf7, 0x0f, 0x45, 0x2c, 0xf3, 0x1b, 0xc4, 0x07, 0xb9, 0xd8, 0x54, 0xaa, 0x25, 0xbd,
+	0xaa, 0x55, 0xea, 0x7c, 0x02, 0x5d, 0x84, 0x4d, 0x69, 0x0f, 0x6b, 0xfb, 0xb2, 0x56, 0xd7, 0x25,
+	0x4d, 0x2d, 0x2b, 0x15, 0x3e, 0x49, 0x94, 0x4b, 0x35, 0x59, 0xc7, 0x72, 0x4d, 0xc3, 0x0d, 0x3e,
+	0x45, 0x1c, 0x60, 0x8e, 0x8a, 0x58, 0xda, 0x53, 0x0e, 0xe4, 0x3a, 0x0f, 0x42, 0x3c, 0x99, 0xe6,
+	0xb7, 0x0a, 0x7f, 0x4a, 0x40, 0x2a, 0xac, 0x58, 0xf4, 0xd1, 0xa2, 0xf4, 0x7a, 0xb8, 0x6c, 0xd1,
+	0xbf, 0x38, 0xc3, 0xbe, 0xb3, 0x30, 0xc3, 0xce, 0x69, 0x60, 0x26, 0xc9, 0x7e, 0x3b, 0x9d, 0x64,
+	0x4f, 0x17, 0x24, 0xd9, 0xea, 0x06, 0x3f, 0xf7, 0x3c, 0x13, 0xfe, 0x1c, 0x3f, 0x2b, 0xc3, 0x6e,
+	0xc1, 0xf5, 0xa6, 0x7a, 0x20, 0x63, 0x3a, 0xd6, 0x59, 0xa0, 0xf5, 0x6a, 0xf5, 0x60, 0x5f, 0xd7,
+	0x70, 0x49, 0xc6, 0x24, 0x79, 0xf8, 0x34, 0x12, 0xe0, 0xf5, 0x33, 0x64, 0x32, 0xe8, 0x75, 0x28,
+	0xf8, 0x2c, 0xa9, 0x2a, 0xaa, 0x15, 0xfd, 0x50, 0xc4, 0xaa, 0xa2, 0x56, 0xea, 0x34, 0x01, 0xf9,
+	0x2c, 0xba, 0x06, 0xf9, 0x88, 0x25, 0x3a, 0xbd, 0x56, 0xd1, 0x18, 0x37, 0x87, 0xde, 0x84, 0xdb,
+	0xb3, 0x7e, 0x14, 0x65, 0x55, 0xda, 0xdb, 0x17, 0xf1, 0x07, 0xba, 0x58, 0x2e, 0xf9, 0xa2, 0x9b,
+	0xe8, 0x0e, 0xdc, 0x5c, 0x46, 0x90, 0x47, 0x37, 0x60, 0x3b, 0x14, 0xfc, 0x40, 0xc6, 0xaa, 0x5c,
+	0xd5, 0xa5, 0xc3, 0x5a, 0x44, 0xe4, 0x35, 0x74, 0x13, 0xde, 0x88, 0x98, 0x9d, 0x2b, 0x84, 0xa6,
+	0x84, 0x02, 0x90, 0x13, 0x42, 0x17, 0x27, 0x8c, 0xcd, 0x15, 0xb9, 0x44, 0x56, 0x28, 0x14, 0xc1,
+	0x72, 0x55, 0x16, 0xeb, 0x72, 0x84, 0x7f, 0xf9, 0xac, 0x35, 0xa8, 0xc9, 0xb8, 0xcc, 0x44, 0xaf,
+	0x90, 0x62, 0xf6, 0xf9, 0x25, 0xb9, 0xd8, 0xac, 0xe8, 0x45, 0x45, 0x15, 0xf1, 0x11, 0xbf, 0x85,
+	0x0a, 0x70, 0xa5, 0xa1, 0x69, 0x55, 0x69, 0x4f, 0x54, 0xd4, 0x20, 0x04, 0xac, 0x92, 0xf3, 0x44,
+	0xbf, 0x3f, 0x89, 0x5a, 0xad, 0x61, 0x8d, 0x68, 0xd3, 0xcb, 0x1a, 0xd6, 0x45, 0xb5, 0x84, 0x35,
+	0xa5, 0xa4, 0x57, 0x15, 0xb5, 0xf9, 0x84, 0xbf, 0x8a, 0xae, 0xc2, 0x65, 0x16, 0x45, 0x09, 0x8b,
+	0xf5, 0x3d, 0xbd, 0xa4, 0x88, 0x15, 0x55, 0xab, 0xcb, 0x75, 0xbe, 0x20, 0xc4, 0x93, 0x1c, 0x0f,
+	0x85, 0x9f, 0xc5, 0x60, 0x9d, 0x1e, 0xa2, 0xe8, 0x78, 0x51, 0x49, 0x7f, 0x79, 0x99, 0x33, 0xf8,
+	0xc5, 0xe5, 0xfc, 0x74, 0x61, 0x39, 0x9f, 0x43, 0xf9, 0x4c, 0x29, 0xff, 0x7a, 0xba, 0x94, 0x9f,
+	0x2c, 0x28, 0xe5, 0xd5, 0x8c, 0x7d, 0xfe, 0x65, 0x7c, 0xfb, 0x8c, 0x2a, 0xa6, 0x31, 0xd9, 0x2a,
+	0xfc, 0x32, 0x06, 0x09, 0xff, 0x6a, 0x82, 0x9e, 0x2e, 0x8a, 0xca, 0x3b, 0xcb, 0xdd, 0x6d, 0x5e,
+	0x1c, 0x97, 0x8f, 0x16, 0xc6, 0xe5, 0x5c, 0xea, 0x67, 0x22, 0xf3, 0x9b, 0xe9, 0xc8, 0x1c, 0x2f,
+	0x88, 0xcc, 0xaa, 0xe6, 0x5e, 0x69, 0x6c, 0xfc, 0x4b, 0xdf, 0xf9, 0x63, 0xe3, 0x2b, 0x78, 0x59,
+	0xb1, 0x99, 0xab, 0xfe, 0xe5, 0xc5, 0x66, 0xda, 0xdc, 0x2b, 0x8b, 0xcd, 0x4f, 0x63, 0x10, 0x27,
+	0x37, 0x6a, 0x74, 0xb4, 0x28, 0x30, 0x0f, 0x96, 0xb8, 0x8f, 0xbf, 0x38, 0x2a, 0x1f, 0x2e, 0x8c,
+	0xca, 0xea, 0xba, 0x67, 0x42, 0xf2, 0xab, 0xe9, 0x90, 0x1c, 0x2e, 0x08, 0xc9, 0x4a, 0xb6, 0x5e,
+	0x55, 0x3c, 0x84, 0xdf, 0xe7, 0xa0, 0xd0, 0x1c, 0xf5, 0x6d, 0xa3, 0x6d, 0xb6, 0xe7, 0x74, 0x9c,
+	0xf2, 0x54, 0xc7, 0xf9, 0xf6, 0xc4, 0x8b, 0xf3, 0xc2, 0x79, 0xd3, 0x9d, 0xa7, 0x3a, 0xdb, 0x79,
+	0x3e, 0x58, 0x52, 0xd3, 0xdc, 0x0e, 0xb4, 0x38, 0xd9, 0x81, 0xbe, 0xb5, 0xa4, 0xae, 0x89, 0x4e,
+	0x74, 0x6f, 0xba, 0x13, 0xdd, 0x59, 0x52, 0xcb, 0x4c, 0x47, 0xba, 0x37, 0xdd, 0x91, 0x2e, 0xab,
+	0x69, 0xa6, 0x33, 0xfd, 0xe6, 0x44, 0x67, 0xfa, 0xa5, 0x65, 0x97, 0x28, 0xec, 0x50, 0x0b, 0xff,
+	0xe0, 0xc2, 0xee, 0xf2, 0x08, 0x52, 0xd3, 0xa5, 0xf5, 0xb5, 0x95, 0xa2, 0x37, 0xee, 0x65, 0x0d,
+	0xaf, 0xe7, 0xe2, 0xb1, 0xb6, 0xc2, 0x0f, 0x21, 0x3b, 0xc1, 0x43, 0x87, 0x90, 0x9d, 0xa8, 0x01,
+	0x9a, 0x2d, 0xe7, 0xeb, 0xfd, 0x32, 0xd1, 0x22, 0x40, 0x97, 0x60, 0x7d, 0x44, 0x2c, 0xf8, 0xc9,
+	0xcf, 0x06, 0x85, 0xff, 0x70, 0xd1, 0x3e, 0xe7, 0xe9, 0x2c, 0xd0, 0x6f, 0xac, 0x9a, 0x5c, 0x8b,
+	0xb1, 0xfe, 0x98, 0x9b, 0x06, 0x7b, 0x3c, 0x1f, 0xec, 0x39, 0x7b, 0x90, 0x65, 0xf0, 0xfe, 0x8d,
+	0x0b, 0x2e, 0x80, 0x4f, 0x66, 0xb1, 0x3e, 0x5a, 0x25, 0xf9, 0x17, 0xe3, 0xfc, 0xc1, 0x34, 0xcc,
+	0x83, 0xf9, 0x30, 0xcf, 0x71, 0x3f, 0x5b, 0x06, 0xe2, 0xbf, 0xb8, 0xf1, 0x7d, 0xea, 0x78, 0x16,
+	0xe4, 0xfb, 0xab, 0xd5, 0xe6, 0x62, 0x98, 0x3f, 0x9a, 0x86, 0xf9, 0x64, 0x3e, 0xcc, 0x73, 0x5d,
+	0x76, 0x96, 0x05, 0x1a, 0x5c, 0x4e, 0xfe, 0x0f, 0xa0, 0xd3, 0x07, 0xfa, 0x4b, 0x03, 0x3a, 0xf7,
+	0xe6, 0xb0, 0x0c, 0xd0, 0xbf, 0x72, 0xfe, 0x49, 0x7f, 0x38, 0x8b, 0xf2, 0xab, 0x2b, 0xec, 0x6c,
+	0x8b, 0x21, 0x7e, 0x7f, 0x1a, 0x62, 0x73, 0x3e, 0xc4, 0xd5, 0x4f, 0xe2, 0x25, 0xf0, 0xdd, 0xfb,
+	0x03, 0x07, 0x29, 0x9a, 0xec, 0x54, 0x26, 0x0f, 0x97, 0xd8, 0xa3, 0x4c, 0xe3, 0xa8, 0x26, 0xeb,
+	0x4d, 0xb5, 0x24, 0x97, 0x15, 0x95, 0x76, 0xfd, 0x49, 0x88, 0x17, 0xc5, 0xba, 0xcc, 0x73, 0x28,
+	0x01, 0xb1, 0x92, 0x7c, 0xc0, 0xaf, 0x11, 0x52, 0x43, 0xae, 0x37, 0xf8, 0x18, 0x4a, 0x43, 0x82,
+	0x30, 0xf5, 0x83, 0x7d, 0x3e, 0x4e, 0x06, 0xf4, 0x55, 0xe9, 0x60, 0x9f, 0xbd, 0x14, 0x61, 0x59,
+	0xd2, 0x0e, 0x64, 0x7c, 0xc4, 0x6f, 0x10, 0x56, 0x59, 0x94, 0x1a, 0x1a, 0x3e, 0xe2, 0x13, 0x13,
+	0x8f, 0x48, 0x49, 0xf4, 0x1a, 0x64, 0x25, 0xfc, 0xf0, 0x81, 0x1e, 0x92, 0x52, 0x84, 0x44, 0xb5,
+	0xb2, 0xc7, 0xa7, 0x83, 0x7d, 0x1e, 0x08, 0x89, 0xea, 0x0e, 0x49, 0xe9, 0x7b, 0x03, 0x48, 0x48,
+	0x3d, 0x63, 0x38, 0x34, 0xfb, 0xac, 0xc5, 0x15, 0x55, 0xd2, 0x90, 0x4f, 0x3e, 0x59, 0x20, 0xc8,
+	0x05, 0x8c, 0x7a, 0x43, 0x2c, 0x56, 0x09, 0x0c, 0x1e, 0x32, 0x01, 0xad, 0x28, 0x37, 0x44, 0xf6,
+	0x23, 0x64, 0x40, 0x21, 0x00, 0x63, 0xd1, 0x69, 0x92, 0x48, 0xbb, 0xe5, 0xf8, 0xbd, 0x0e, 0xf0,
+	0xa4, 0x15, 0x9e, 0xb8, 0x94, 0x64, 0x21, 0xa5, 0x6a, 0x2a, 0x5b, 0x34, 0xf6, 0x04, 0x37, 0x7e,
+	0xe5, 0xe0, 0x88, 0x96, 0xc9, 0xc7, 0x06, 0x66, 0xca, 0x7f, 0x39, 0xa0, 0x84, 0x18, 0xb3, 0x1d,
+	0x36, 0xda, 0x7c, 0xbc, 0xf8, 0x95, 0xe3, 0x77, 0xbb, 0x76, 0x18, 0xf1, 0x1d, 0xdb, 0xe9, 0xde,
+	0x8f, 0xfc, 0x67, 0x80, 0x35, 0xec, 0x38, 0xc6, 0x7d, 0xfa, 0xe3, 0xc9, 0xfd, 0xae, 0x1d, 0xe1,
+	0x3c, 0xdb, 0xa0, 0xc4, 0x77, 0xfe, 0x17, 0x00, 0x00, 0xff, 0xff, 0xbd, 0x1d, 0x2d, 0x46, 0x48,
+	0x20, 0x00, 0x00,
 }
diff --git a/src/chromite/api/sysroot.proto b/src/chromite/api/sysroot.proto
index 39895be..1e98ec0 100644
--- a/src/chromite/api/sysroot.proto
+++ b/src/chromite/api/sysroot.proto
@@ -16,6 +16,7 @@
 }
 
 // Information about the sysroot's profile.
+// TODO(crbug/1088059): Finish migrating this to chromiumos.Profile.
 message Profile {
   // The name of the profile.
   string name = 1;
diff --git a/src/chromiumos/common.proto b/src/chromiumos/common.proto
index 3f0b7d5..37c9974 100644
--- a/src/chromiumos/common.proto
+++ b/src/chromiumos/common.proto
@@ -97,6 +97,12 @@
   string version = 3;
 }
 
+// Information about the sysroot's profile.
+message Profile {
+  // The name of the profile.
+  string name = 1;
+}
+
 // Message describing a package index (binhost) file.
 message PackageIndexInfo {
   // The snapshot SHA
@@ -111,6 +117,9 @@
   // The full URI of the package index file.
   string location = 4;
 
+  // The sysroot profile.
+  Profile profile = 5;
+
   // TODO(crbug/1088059): Add status of the prebuilts:
   // - Passed HW Tests?
   // - Marked stable?