artifacts: add Get{Request/Response}

BundleArtifacts is broken in all current versions, so we're going to
rename it.

BUG=chromium:1034529
TEST=generate

Change-Id: Ifc224dba21d4c1a422eb6045619abb4c4d019f08
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/proto/+/2660275
Commit-Queue: LaMont Jones <lamontjones@chromium.org>
Reviewed-by: Alex Klein <saklein@chromium.org>
diff --git a/go/chromite/api/artifacts.pb.go b/go/chromite/api/artifacts.pb.go
index deb1dc3..0ec030f 100644
--- a/go/chromite/api/artifacts.pb.go
+++ b/go/chromite/api/artifacts.pb.go
@@ -208,6 +208,113 @@
 	return PrepareForBuildResponse_UNSPECIFIED
 }
 
+type GetRequest struct {
+	// The chroot where the sysroot lives.
+	Chroot *chromiumos.Chroot `protobuf:"bytes,1,opt,name=chroot,proto3" json:"chroot,omitempty"`
+	// The sysroot where the files live.
+	Sysroot *Sysroot `protobuf:"bytes,2,opt,name=sysroot,proto3" json:"sysroot,omitempty"`
+	// Artifact information.
+	ArtifactInfo *chromiumos.ArtifactsByService `protobuf:"bytes,3,opt,name=artifact_info,json=artifactInfo,proto3" json:"artifact_info,omitempty"`
+	// Result path for artifacts.
+	ResultPath           *chromiumos.ResultPath `protobuf:"bytes,4,opt,name=result_path,json=resultPath,proto3" json:"result_path,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
+	XXX_unrecognized     []byte                 `json:"-"`
+	XXX_sizecache        int32                  `json:"-"`
+}
+
+func (m *GetRequest) Reset()         { *m = GetRequest{} }
+func (m *GetRequest) String() string { return proto.CompactTextString(m) }
+func (*GetRequest) ProtoMessage()    {}
+func (*GetRequest) Descriptor() ([]byte, []int) {
+	return fileDescriptor_62a7d4c8524262a7, []int{3}
+}
+
+func (m *GetRequest) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_GetRequest.Unmarshal(m, b)
+}
+func (m *GetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_GetRequest.Marshal(b, m, deterministic)
+}
+func (m *GetRequest) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_GetRequest.Merge(m, src)
+}
+func (m *GetRequest) XXX_Size() int {
+	return xxx_messageInfo_GetRequest.Size(m)
+}
+func (m *GetRequest) XXX_DiscardUnknown() {
+	xxx_messageInfo_GetRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_GetRequest proto.InternalMessageInfo
+
+func (m *GetRequest) GetChroot() *chromiumos.Chroot {
+	if m != nil {
+		return m.Chroot
+	}
+	return nil
+}
+
+func (m *GetRequest) GetSysroot() *Sysroot {
+	if m != nil {
+		return m.Sysroot
+	}
+	return nil
+}
+
+func (m *GetRequest) GetArtifactInfo() *chromiumos.ArtifactsByService {
+	if m != nil {
+		return m.ArtifactInfo
+	}
+	return nil
+}
+
+func (m *GetRequest) GetResultPath() *chromiumos.ResultPath {
+	if m != nil {
+		return m.ResultPath
+	}
+	return nil
+}
+
+type GetResponse struct {
+	// The artifacts that were bundled.
+	Artifacts            *chromiumos.UploadedArtifactsByService `protobuf:"bytes,1,opt,name=artifacts,proto3" json:"artifacts,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
+	XXX_unrecognized     []byte                                 `json:"-"`
+	XXX_sizecache        int32                                  `json:"-"`
+}
+
+func (m *GetResponse) Reset()         { *m = GetResponse{} }
+func (m *GetResponse) String() string { return proto.CompactTextString(m) }
+func (*GetResponse) ProtoMessage()    {}
+func (*GetResponse) Descriptor() ([]byte, []int) {
+	return fileDescriptor_62a7d4c8524262a7, []int{4}
+}
+
+func (m *GetResponse) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_GetResponse.Unmarshal(m, b)
+}
+func (m *GetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_GetResponse.Marshal(b, m, deterministic)
+}
+func (m *GetResponse) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_GetResponse.Merge(m, src)
+}
+func (m *GetResponse) XXX_Size() int {
+	return xxx_messageInfo_GetResponse.Size(m)
+}
+func (m *GetResponse) XXX_DiscardUnknown() {
+	xxx_messageInfo_GetResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_GetResponse proto.InternalMessageInfo
+
+func (m *GetResponse) GetArtifacts() *chromiumos.UploadedArtifactsByService {
+	if m != nil {
+		return m.Artifacts
+	}
+	return nil
+}
+
 type BundleArtifactsRequest struct {
 	// The chroot where the sysroot lives.
 	Chroot *chromiumos.Chroot `protobuf:"bytes,1,opt,name=chroot,proto3" json:"chroot,omitempty"`
@@ -229,7 +336,7 @@
 func (m *BundleArtifactsRequest) String() string { return proto.CompactTextString(m) }
 func (*BundleArtifactsRequest) ProtoMessage()    {}
 func (*BundleArtifactsRequest) Descriptor() ([]byte, []int) {
-	return fileDescriptor_62a7d4c8524262a7, []int{3}
+	return fileDescriptor_62a7d4c8524262a7, []int{5}
 }
 
 func (m *BundleArtifactsRequest) XXX_Unmarshal(b []byte) error {
@@ -297,7 +404,7 @@
 func (m *BundleArtifactsResponse) String() string { return proto.CompactTextString(m) }
 func (*BundleArtifactsResponse) ProtoMessage()    {}
 func (*BundleArtifactsResponse) Descriptor() ([]byte, []int) {
-	return fileDescriptor_62a7d4c8524262a7, []int{4}
+	return fileDescriptor_62a7d4c8524262a7, []int{6}
 }
 
 func (m *BundleArtifactsResponse) XXX_Unmarshal(b []byte) error {
@@ -348,7 +455,7 @@
 func (m *BundleRequest) String() string { return proto.CompactTextString(m) }
 func (*BundleRequest) ProtoMessage()    {}
 func (*BundleRequest) Descriptor() ([]byte, []int) {
-	return fileDescriptor_62a7d4c8524262a7, []int{5}
+	return fileDescriptor_62a7d4c8524262a7, []int{7}
 }
 
 func (m *BundleRequest) XXX_Unmarshal(b []byte) error {
@@ -410,7 +517,7 @@
 func (m *BundleResponse) String() string { return proto.CompactTextString(m) }
 func (*BundleResponse) ProtoMessage()    {}
 func (*BundleResponse) Descriptor() ([]byte, []int) {
-	return fileDescriptor_62a7d4c8524262a7, []int{6}
+	return fileDescriptor_62a7d4c8524262a7, []int{8}
 }
 
 func (m *BundleResponse) XXX_Unmarshal(b []byte) error {
@@ -458,7 +565,7 @@
 func (m *BundleVmFilesRequest) String() string { return proto.CompactTextString(m) }
 func (*BundleVmFilesRequest) ProtoMessage()    {}
 func (*BundleVmFilesRequest) Descriptor() ([]byte, []int) {
-	return fileDescriptor_62a7d4c8524262a7, []int{7}
+	return fileDescriptor_62a7d4c8524262a7, []int{9}
 }
 
 func (m *BundleVmFilesRequest) XXX_Unmarshal(b []byte) error {
@@ -528,7 +635,7 @@
 func (m *BundleChromeAFDORequest) String() string { return proto.CompactTextString(m) }
 func (*BundleChromeAFDORequest) ProtoMessage()    {}
 func (*BundleChromeAFDORequest) Descriptor() ([]byte, []int) {
-	return fileDescriptor_62a7d4c8524262a7, []int{8}
+	return fileDescriptor_62a7d4c8524262a7, []int{10}
 }
 
 func (m *BundleChromeAFDORequest) XXX_Unmarshal(b []byte) error {
@@ -592,7 +699,7 @@
 func (m *PinnedGuestImageUriRequest) String() string { return proto.CompactTextString(m) }
 func (*PinnedGuestImageUriRequest) ProtoMessage()    {}
 func (*PinnedGuestImageUriRequest) Descriptor() ([]byte, []int) {
-	return fileDescriptor_62a7d4c8524262a7, []int{9}
+	return fileDescriptor_62a7d4c8524262a7, []int{11}
 }
 
 func (m *PinnedGuestImageUriRequest) XXX_Unmarshal(b []byte) error {
@@ -640,7 +747,7 @@
 func (m *PinnedGuestImageUriResponse) String() string { return proto.CompactTextString(m) }
 func (*PinnedGuestImageUriResponse) ProtoMessage()    {}
 func (*PinnedGuestImageUriResponse) Descriptor() ([]byte, []int) {
-	return fileDescriptor_62a7d4c8524262a7, []int{10}
+	return fileDescriptor_62a7d4c8524262a7, []int{12}
 }
 
 func (m *PinnedGuestImageUriResponse) XXX_Unmarshal(b []byte) error {
@@ -684,7 +791,7 @@
 }
 func (*PinnedGuestImageUriResponse_PinnedGuestImage) ProtoMessage() {}
 func (*PinnedGuestImageUriResponse_PinnedGuestImage) Descriptor() ([]byte, []int) {
-	return fileDescriptor_62a7d4c8524262a7, []int{10, 0}
+	return fileDescriptor_62a7d4c8524262a7, []int{12, 0}
 }
 
 func (m *PinnedGuestImageUriResponse_PinnedGuestImage) XXX_Unmarshal(b []byte) error {
@@ -724,6 +831,8 @@
 	proto.RegisterType((*Artifact)(nil), "chromite.api.Artifact")
 	proto.RegisterType((*PrepareForBuildRequest)(nil), "chromite.api.PrepareForBuildRequest")
 	proto.RegisterType((*PrepareForBuildResponse)(nil), "chromite.api.PrepareForBuildResponse")
+	proto.RegisterType((*GetRequest)(nil), "chromite.api.GetRequest")
+	proto.RegisterType((*GetResponse)(nil), "chromite.api.GetResponse")
 	proto.RegisterType((*BundleArtifactsRequest)(nil), "chromite.api.BundleArtifactsRequest")
 	proto.RegisterType((*BundleArtifactsResponse)(nil), "chromite.api.BundleArtifactsResponse")
 	proto.RegisterType((*BundleRequest)(nil), "chromite.api.BundleRequest")
@@ -738,74 +847,75 @@
 func init() { proto.RegisterFile("chromite/api/artifacts.proto", fileDescriptor_62a7d4c8524262a7) }
 
 var fileDescriptor_62a7d4c8524262a7 = []byte{
-	// 1057 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x5f, 0x6f, 0xe3, 0x44,
-	0x10, 0x27, 0x49, 0xe9, 0xb5, 0xd3, 0x26, 0x0d, 0xcb, 0xd1, 0x96, 0xb4, 0x57, 0x9d, 0x2c, 0x0e,
-	0x15, 0x1e, 0x12, 0xa9, 0x54, 0x80, 0xee, 0x89, 0xb6, 0x89, 0xab, 0xe8, 0x4a, 0x12, 0x9c, 0x04,
-	0xd0, 0x21, 0x88, 0x36, 0xce, 0x26, 0x5d, 0xc9, 0xf6, 0x2e, 0xeb, 0x75, 0x21, 0x5f, 0x83, 0xcf,
-	0xc3, 0x03, 0x82, 0x87, 0xfb, 0x20, 0x3c, 0x23, 0xf1, 0x11, 0x90, 0x77, 0xed, 0xd4, 0x76, 0x53,
-	0x5a, 0xce, 0xd5, 0x49, 0xbc, 0x79, 0x77, 0x66, 0x7f, 0x33, 0xf3, 0x9b, 0x3f, 0xbb, 0x86, 0x7d,
-	0xfb, 0x52, 0x30, 0x97, 0x4a, 0xd2, 0xc0, 0x9c, 0x36, 0xb0, 0x90, 0x74, 0x8a, 0x6d, 0xe9, 0xd7,
-	0xb9, 0x60, 0x92, 0xa1, 0xcd, 0x58, 0x5a, 0xc7, 0x9c, 0xd6, 0xd2, 0xba, 0xe3, 0x80, 0x3a, 0x93,
-	0x11, 0xe6, 0x54, 0xeb, 0xd6, 0x6a, 0x29, 0xa9, 0x3f, 0xf7, 0x05, 0x63, 0x32, 0x92, 0xed, 0x68,
-	0x59, 0xe0, 0x32, 0xbf, 0x61, 0x33, 0xd7, 0x65, 0x9e, 0x16, 0x18, 0x07, 0xb0, 0x76, 0x12, 0xd9,
-	0x44, 0x08, 0x56, 0x38, 0x96, 0x97, 0xbb, 0x85, 0xa7, 0x85, 0xc3, 0x75, 0x4b, 0x7d, 0x1b, 0x7f,
-	0x17, 0x60, 0xbb, 0x27, 0x08, 0xc7, 0x82, 0x98, 0x4c, 0x9c, 0x86, 0x26, 0x2d, 0xf2, 0x63, 0x40,
-	0x7c, 0x89, 0x3e, 0x86, 0xd5, 0x10, 0x95, 0x49, 0x75, 0x60, 0xe3, 0x08, 0xd5, 0xaf, 0x8d, 0xd4,
-	0xcf, 0x94, 0xc4, 0x8a, 0x34, 0x50, 0x03, 0x1e, 0x45, 0x0e, 0xed, 0x16, 0x95, 0xf2, 0x7b, 0xf5,
-	0x64, 0x64, 0xf5, 0xbe, 0x16, 0x5a, 0xb1, 0x16, 0x3a, 0x83, 0x72, 0xcc, 0xc5, 0x88, 0x7a, 0x53,
-	0xb6, 0x5b, 0x52, 0xc7, 0x0e, 0x92, 0x36, 0x62, 0xc7, 0xfd, 0xd3, 0x79, 0x9f, 0x88, 0x2b, 0x6a,
-	0x13, 0x6b, 0x33, 0x3e, 0xd4, 0xf6, 0xa6, 0x0c, 0x1d, 0xc3, 0xf6, 0x94, 0x09, 0x9b, 0x4c, 0x46,
-	0x9a, 0x2b, 0x41, 0x1c, 0x72, 0x85, 0x3d, 0x9b, 0xec, 0xae, 0x3c, 0x2d, 0x1c, 0xae, 0x59, 0x8f,
-	0xb5, 0x34, 0x8a, 0x2a, 0x92, 0x19, 0x7f, 0x14, 0x60, 0xe7, 0x46, 0xc8, 0x3e, 0x67, 0x9e, 0x4f,
-	0xd0, 0xf7, 0xb0, 0x95, 0x85, 0x0a, 0x83, 0xaf, 0x1c, 0x1d, 0xa7, 0xe3, 0xb9, 0xe5, 0x7c, 0x3d,
-	0x6d, 0xca, 0xaa, 0x8c, 0xd3, 0xa6, 0xdb, 0x50, 0x49, 0x6b, 0xa0, 0x2d, 0xd8, 0x18, 0x76, 0xfa,
-	0xbd, 0xd6, 0x59, 0xdb, 0x6c, 0xb7, 0x9a, 0xd5, 0xb7, 0x10, 0xc0, 0x6a, 0xa7, 0xd5, 0x6a, 0xb6,
-	0x9a, 0xd5, 0x02, 0xda, 0x80, 0x47, 0xc3, 0xce, 0x8b, 0x4e, 0xf7, 0x9b, 0x4e, 0xb5, 0x88, 0xca,
-	0xb0, 0xde, 0xeb, 0xb6, 0x3b, 0x83, 0x8b, 0x56, 0xbf, 0x5f, 0x2d, 0x19, 0xbf, 0x14, 0x61, 0xfb,
-	0x34, 0xf0, 0x26, 0x0e, 0x59, 0xd0, 0xf4, 0xff, 0x49, 0xdc, 0x13, 0x00, 0x16, 0x48, 0x1e, 0xc8,
-	0xd1, 0x84, 0x0a, 0x95, 0xac, 0x75, 0x6b, 0x5d, 0xef, 0x34, 0xa9, 0x40, 0x9f, 0xc1, 0x86, 0x20,
-	0x7e, 0xe0, 0xc8, 0x91, 0xaa, 0xd7, 0xb7, 0x95, 0x85, 0xed, 0xa4, 0x05, 0x4b, 0x89, 0x7b, 0x58,
-	0x5e, 0x5a, 0x20, 0x16, 0xdf, 0xc6, 0x08, 0x76, 0x6e, 0x70, 0x12, 0x65, 0xb6, 0x09, 0xeb, 0x8b,
-	0xe6, 0x8b, 0x78, 0xf9, 0x30, 0x89, 0x38, 0xe4, 0x0e, 0xc3, 0x13, 0x32, 0x59, 0xe2, 0xfb, 0xf5,
-	0x41, 0xe3, 0x55, 0x01, 0xca, 0xda, 0x42, 0x4c, 0xf6, 0x73, 0xd8, 0xd4, 0x15, 0x23, 0xb1, 0x98,
-	0x91, 0x98, 0xf2, 0x9d, 0x24, 0xb4, 0x4a, 0xf9, 0x40, 0x89, 0xad, 0x8d, 0xf1, 0xf5, 0x22, 0x43,
-	0x43, 0x31, 0x4b, 0xc3, 0x75, 0x1e, 0x4b, 0xff, 0x25, 0x8f, 0x2b, 0xf7, 0xc9, 0xa3, 0x61, 0x86,
-	0xa5, 0xa8, 0x03, 0x89, 0x18, 0x3a, 0x4e, 0x33, 0x54, 0x4a, 0x70, 0x1e, 0x81, 0xc4, 0xdc, 0x24,
-	0x19, 0xf9, 0xb5, 0x00, 0x8f, 0x35, 0xd0, 0xd7, 0xae, 0x49, 0x1d, 0xf2, 0x66, 0xaa, 0xf0, 0x10,
-	0xaa, 0x92, 0xf8, 0x72, 0xa4, 0x73, 0xef, 0x2b, 0xfe, 0x4a, 0x8a, 0xbf, 0x4a, 0xb8, 0xaf, 0xcb,
-	0xc3, 0x0f, 0x49, 0xfc, 0xf7, 0x52, 0x33, 0xfe, 0x2c, 0xc4, 0x25, 0x13, 0xba, 0xe4, 0x92, 0x13,
-	0xb3, 0xd9, 0x7d, 0x9d, 0x08, 0xb2, 0x65, 0x50, 0x7c, 0xed, 0x32, 0x28, 0x65, 0xcb, 0xe0, 0x24,
-	0xd1, 0x71, 0x72, 0xce, 0xf5, 0x70, 0xab, 0x1c, 0xed, 0xa7, 0x3a, 0xce, 0x6c, 0x76, 0xe3, 0xec,
-	0x0c, 0xe6, 0x3c, 0xd1, 0x6f, 0xe1, 0xca, 0x98, 0x43, 0xad, 0x47, 0x3d, 0x8f, 0x4c, 0xce, 0xc3,
-	0xc0, 0xda, 0x2e, 0x9e, 0x91, 0xa1, 0xa0, 0x6f, 0x22, 0x53, 0xc6, 0x6f, 0x05, 0xd8, 0x5b, 0x6a,
-	0x3b, 0xaa, 0xba, 0x11, 0x94, 0xb9, 0x12, 0x8f, 0x68, 0x28, 0x8a, 0x2b, 0xef, 0x79, 0x66, 0xde,
-	0xde, 0x8e, 0x70, 0x43, 0x66, 0x6d, 0x6a, 0x40, 0xb5, 0xf0, 0x6b, 0x5f, 0x40, 0x35, 0xab, 0x81,
-	0x6a, 0xb0, 0x36, 0xa5, 0x0e, 0xf1, 0xb0, 0x4b, 0xa2, 0xdb, 0x70, 0xb1, 0x46, 0x55, 0x28, 0x05,
-	0x82, 0x46, 0xdd, 0x18, 0x7e, 0x1e, 0xbd, 0xaa, 0x40, 0x75, 0x31, 0x16, 0xa2, 0xa1, 0x80, 0x7e,
-	0x80, 0xad, 0xcc, 0x25, 0x80, 0x3e, 0xb8, 0xe3, 0x8e, 0x50, 0x6c, 0xd7, 0x9e, 0xdd, 0xeb, 0x26,
-	0x09, 0xf1, 0x33, 0xa3, 0x2c, 0x8b, 0xbf, 0x7c, 0xfa, 0x67, 0xf1, 0x6f, 0x9b, 0x87, 0x1c, 0xde,
-	0x37, 0x89, 0xb4, 0x2f, 0x97, 0x30, 0xeb, 0xa3, 0xc3, 0x7b, 0xb0, 0xaf, 0xad, 0x7d, 0x74, 0xef,
-	0x3c, 0xa1, 0x1e, 0xbc, 0x1b, 0x39, 0x13, 0x48, 0x16, 0x76, 0xa9, 0x1a, 0x17, 0x68, 0x6f, 0x99,
-	0xbf, 0x31, 0xfc, 0xfe, 0x72, 0x61, 0x84, 0xf8, 0x55, 0x3c, 0x7a, 0x74, 0xef, 0x76, 0xfb, 0x67,
-	0xcc, 0x9b, 0xd2, 0x59, 0x1e, 0xc8, 0x2e, 0x20, 0xbd, 0xd3, 0x24, 0xe3, 0x60, 0xd6, 0x9f, 0xbb,
-	0x63, 0xe6, 0xe4, 0xf2, 0xf1, 0x4b, 0xa8, 0xea, 0x9d, 0x96, 0x6a, 0xf9, 0x0b, 0x36, 0xcb, 0x05,
-	0xf7, 0x22, 0x1e, 0xdb, 0x26, 0x15, 0xee, 0x4f, 0x58, 0x90, 0x3c, 0x60, 0x8b, 0x8c, 0xa8, 0x5c,
-	0x9d, 0x08, 0xfb, 0x92, 0x5e, 0x91, 0x87, 0x71, 0x4f, 0x21, 0xbe, 0xa4, 0x3c, 0x0f, 0xd8, 0x04,
-	0x9e, 0x44, 0x05, 0x63, 0x36, 0xbb, 0xe7, 0xc4, 0x23, 0x02, 0x4b, 0xca, 0xbc, 0xeb, 0x86, 0x58,
-	0x5a, 0xea, 0x37, 0xe6, 0xf8, 0x1d, 0x56, 0x06, 0xf1, 0x05, 0x90, 0xad, 0xdd, 0x5c, 0x44, 0x7c,
-	0x0b, 0x7b, 0x7a, 0xa7, 0x4f, 0x5d, 0xbe, 0x70, 0x6a, 0xe1, 0x79, 0x0e, 0xe4, 0x8b, 0x78, 0x30,
-	0x0c, 0xf0, 0x03, 0xb4, 0xd0, 0x10, 0x76, 0x23, 0x34, 0xe2, 0xcb, 0x21, 0x9f, 0x60, 0x49, 0x7a,
-	0x78, 0x1e, 0x3e, 0x85, 0x72, 0x76, 0x66, 0x39, 0xf5, 0x28, 0x40, 0xc6, 0x32, 0xf5, 0xf4, 0x8b,
-	0xe1, 0xee, 0xb8, 0x5b, 0x3f, 0x73, 0x26, 0xe4, 0x19, 0x27, 0x16, 0x09, 0x3f, 0x1e, 0x64, 0x74,
-	0x98, 0xdc, 0xb5, 0x83, 0xa1, 0x47, 0x65, 0x38, 0x91, 0x1e, 0xa6, 0xd3, 0xcf, 0x6d, 0x32, 0xc0,
-	0x62, 0x8c, 0x1d, 0x27, 0x0f, 0xdc, 0x18, 0x9e, 0x45, 0x35, 0x4f, 0x2c, 0xe2, 0x32, 0xa9, 0x32,
-	0xd4, 0x14, 0xf4, 0x8a, 0x88, 0x3e, 0x27, 0x36, 0x9d, 0x52, 0x5b, 0xb5, 0x43, 0x1e, 0x1b, 0xdf,
-	0xc1, 0xc1, 0x6d, 0x36, 0x72, 0xb7, 0x40, 0xed, 0x9d, 0xdf, 0xff, 0xaa, 0x95, 0x13, 0x6f, 0xca,
-	0x6a, 0xf1, 0xf4, 0xf3, 0x97, 0x9f, 0xce, 0xd8, 0xe2, 0x75, 0x51, 0x67, 0x62, 0xd6, 0x48, 0xfc,
-	0xb8, 0x52, 0x6f, 0x2a, 0x70, 0x43, 0xfd, 0xb7, 0x36, 0x66, 0xac, 0x91, 0xfc, 0xdd, 0x1d, 0xaf,
-	0xaa, 0xed, 0x4f, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0x37, 0x38, 0xee, 0xe7, 0x4f, 0x0f, 0x00,
-	0x00,
+	// 1080 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0x4f, 0x6f, 0xe3, 0x44,
+	0x14, 0xc7, 0x49, 0xd9, 0x6d, 0x5f, 0x9a, 0x34, 0x0c, 0x4b, 0x5b, 0xd2, 0x6e, 0xb5, 0xb2, 0x58,
+	0x54, 0x38, 0x24, 0x52, 0xa9, 0x00, 0xed, 0x89, 0xb6, 0x49, 0xaa, 0x68, 0x4b, 0x12, 0x9c, 0x04,
+	0xd0, 0x22, 0x88, 0x26, 0xce, 0x24, 0x1d, 0x29, 0xf6, 0x0c, 0xe3, 0x71, 0x21, 0x5f, 0x83, 0xcf,
+	0xc3, 0x01, 0xc1, 0x61, 0x3f, 0x08, 0x07, 0x4e, 0x48, 0x7c, 0x04, 0xe4, 0x19, 0x3b, 0xb5, 0xdd,
+	0x94, 0x96, 0x75, 0xb4, 0xd2, 0xde, 0x3c, 0xf3, 0xde, 0xfc, 0xde, 0x7b, 0xbf, 0xf7, 0x67, 0x26,
+	0x81, 0x7d, 0xfb, 0x52, 0x30, 0x87, 0x4a, 0x52, 0xc3, 0x9c, 0xd6, 0xb0, 0x90, 0x74, 0x82, 0x6d,
+	0xe9, 0x55, 0xb9, 0x60, 0x92, 0xa1, 0xcd, 0x48, 0x5a, 0xc5, 0x9c, 0x56, 0x92, 0xba, 0x23, 0x9f,
+	0xce, 0xc6, 0x43, 0xcc, 0xa9, 0xd6, 0xad, 0x54, 0x12, 0x52, 0x6f, 0xee, 0x09, 0xc6, 0x64, 0x28,
+	0xdb, 0xd1, 0x32, 0xdf, 0x61, 0x5e, 0xcd, 0x66, 0x8e, 0xc3, 0x5c, 0x2d, 0x30, 0x0f, 0x60, 0xfd,
+	0x24, 0xb4, 0x89, 0x10, 0xac, 0x71, 0x2c, 0x2f, 0x77, 0x8d, 0x27, 0xc6, 0xe1, 0x86, 0xa5, 0xbe,
+	0xcd, 0x7f, 0x0c, 0xd8, 0xee, 0x0a, 0xc2, 0xb1, 0x20, 0x4d, 0x26, 0x4e, 0x03, 0x93, 0x16, 0xf9,
+	0xd1, 0x27, 0x9e, 0x44, 0x1f, 0xc3, 0x83, 0x00, 0x95, 0x49, 0x75, 0xa0, 0x70, 0x84, 0xaa, 0xd7,
+	0x46, 0xaa, 0x67, 0x4a, 0x62, 0x85, 0x1a, 0xa8, 0x06, 0x0f, 0x43, 0x87, 0x76, 0x73, 0x4a, 0xf9,
+	0xbd, 0x6a, 0x3c, 0xb2, 0x6a, 0x4f, 0x0b, 0xad, 0x48, 0x0b, 0x9d, 0x41, 0x31, 0xe2, 0x62, 0x48,
+	0xdd, 0x09, 0xdb, 0xcd, 0xab, 0x63, 0x07, 0x71, 0x1b, 0x91, 0xe3, 0xde, 0xe9, 0xbc, 0x47, 0xc4,
+	0x15, 0xb5, 0x89, 0xb5, 0x19, 0x1d, 0x6a, 0xb9, 0x13, 0x86, 0x8e, 0x61, 0x7b, 0xc2, 0x84, 0x4d,
+	0xc6, 0x43, 0xcd, 0x95, 0x20, 0x33, 0x72, 0x85, 0x5d, 0x9b, 0xec, 0xae, 0x3d, 0x31, 0x0e, 0xd7,
+	0xad, 0x47, 0x5a, 0x1a, 0x46, 0x15, 0xca, 0xcc, 0x3f, 0x0c, 0xd8, 0xb9, 0x11, 0xb2, 0xc7, 0x99,
+	0xeb, 0x11, 0xf4, 0x3d, 0x6c, 0xa5, 0xa1, 0x82, 0xe0, 0x4b, 0x47, 0xc7, 0xc9, 0x78, 0x6e, 0x39,
+	0x5f, 0x4d, 0x9a, 0xb2, 0x4a, 0xa3, 0xa4, 0xe9, 0x16, 0x94, 0x92, 0x1a, 0x68, 0x0b, 0x0a, 0x83,
+	0x76, 0xaf, 0xdb, 0x38, 0x6b, 0x35, 0x5b, 0x8d, 0x7a, 0xf9, 0x2d, 0x04, 0xf0, 0xa0, 0xdd, 0x68,
+	0xd4, 0x1b, 0xf5, 0xb2, 0x81, 0x0a, 0xf0, 0x70, 0xd0, 0x7e, 0xde, 0xee, 0x7c, 0xd3, 0x2e, 0xe7,
+	0x50, 0x11, 0x36, 0xba, 0x9d, 0x56, 0xbb, 0x7f, 0xd1, 0xe8, 0xf5, 0xca, 0x79, 0xf3, 0x2f, 0x03,
+	0xe0, 0x9c, 0xc8, 0x37, 0x27, 0x59, 0x9f, 0x41, 0x41, 0x10, 0xcf, 0x9f, 0xc9, 0xa1, 0x2a, 0xc2,
+	0x35, 0x05, 0xb1, 0x1d, 0x87, 0xb0, 0x94, 0xb8, 0x8b, 0xe5, 0xa5, 0x05, 0x62, 0xf1, 0x6d, 0xf6,
+	0xa0, 0xa0, 0x02, 0x0d, 0x53, 0x54, 0x87, 0x8d, 0x45, 0x17, 0x85, 0xc1, 0x7e, 0x18, 0x47, 0x19,
+	0xf0, 0x19, 0xc3, 0x63, 0x32, 0x5e, 0xe2, 0xd0, 0xf5, 0x41, 0xf3, 0x97, 0x1c, 0x6c, 0x9f, 0xfa,
+	0xee, 0x78, 0x46, 0x16, 0x7a, 0x6f, 0x0e, 0x95, 0x8f, 0x01, 0x98, 0x2f, 0xb9, 0x2f, 0x87, 0x63,
+	0x2a, 0x14, 0x93, 0x1b, 0xd6, 0x86, 0xde, 0xa9, 0x53, 0x91, 0x66, 0xfa, 0xed, 0x7b, 0x33, 0x3d,
+	0x84, 0x9d, 0x1b, 0x9c, 0xac, 0x94, 0xf5, 0x97, 0x06, 0x14, 0xb5, 0x85, 0x88, 0xec, 0x67, 0xb0,
+	0xa9, 0x1b, 0x4e, 0x62, 0x31, 0x25, 0x11, 0xe5, 0x3b, 0x71, 0x68, 0xd5, 0x31, 0x7d, 0x25, 0xb6,
+	0x0a, 0xa3, 0xeb, 0x45, 0x8a, 0x86, 0x5c, 0x9a, 0x86, 0xeb, 0x3c, 0xe6, 0xff, 0x4f, 0x1e, 0xd7,
+	0xee, 0x93, 0x47, 0xb3, 0x19, 0x74, 0xb2, 0x0e, 0x24, 0x64, 0xe8, 0x38, 0xc9, 0x50, 0x3e, 0xc6,
+	0x79, 0x08, 0x12, 0x71, 0x13, 0x67, 0xe4, 0x57, 0x03, 0x1e, 0x69, 0xa0, 0xaf, 0x9d, 0x26, 0x9d,
+	0x91, 0xd7, 0x53, 0x85, 0x87, 0x50, 0x96, 0xc4, 0x93, 0x43, 0x9d, 0x7b, 0x4f, 0xf1, 0x97, 0x57,
+	0xfc, 0x95, 0x82, 0x7d, 0x5d, 0x1e, 0x5e, 0x40, 0xe2, 0x7f, 0x97, 0x9a, 0xf9, 0xa7, 0x11, 0x95,
+	0x4c, 0xe0, 0x92, 0x43, 0x4e, 0x9a, 0xf5, 0xce, 0xab, 0x44, 0x90, 0x2e, 0x83, 0xdc, 0x2b, 0x97,
+	0x41, 0x3e, 0x5d, 0x06, 0x27, 0xb1, 0x8e, 0x93, 0x73, 0xae, 0xef, 0x86, 0xd2, 0xd1, 0x7e, 0xa2,
+	0xe3, 0x9a, 0xf5, 0x4e, 0x94, 0x9d, 0xfe, 0x9c, 0xc7, 0xfa, 0x2d, 0x58, 0x99, 0x73, 0xa8, 0x74,
+	0xa9, 0xeb, 0x92, 0xf1, 0x79, 0x10, 0x58, 0xcb, 0xc1, 0x53, 0x32, 0x10, 0xf4, 0x75, 0x64, 0xca,
+	0xfc, 0xcd, 0x80, 0xbd, 0xa5, 0xb6, 0xc3, 0xaa, 0x1b, 0x42, 0x91, 0x2b, 0xf1, 0x90, 0x06, 0xa2,
+	0xa8, 0xf2, 0x9e, 0xa5, 0xae, 0xab, 0xdb, 0x11, 0x6e, 0xc8, 0xac, 0x4d, 0x0d, 0xa8, 0x16, 0x5e,
+	0xe5, 0x0b, 0x28, 0xa7, 0x35, 0x50, 0x05, 0xd6, 0x27, 0x74, 0x46, 0x5c, 0xec, 0x90, 0xf0, 0x31,
+	0xb1, 0x58, 0xa3, 0x32, 0xe4, 0x7d, 0x41, 0xc3, 0x6e, 0x0c, 0x3e, 0x8f, 0x5e, 0x96, 0xa0, 0xbc,
+	0x18, 0x0b, 0xe1, 0x50, 0x40, 0x3f, 0xc0, 0x56, 0xea, 0x0e, 0x45, 0x1f, 0xdc, 0x71, 0xc5, 0x2a,
+	0xb6, 0x2b, 0x4f, 0xef, 0x75, 0x11, 0x07, 0xf8, 0xa9, 0x51, 0x96, 0xc6, 0x5f, 0x3e, 0xfd, 0xd3,
+	0xf8, 0xb7, 0xcd, 0x43, 0x0e, 0xef, 0x37, 0x89, 0xb4, 0x2f, 0x97, 0x30, 0xeb, 0xa1, 0xc3, 0x7b,
+	0xb0, 0xaf, 0xad, 0x7d, 0x74, 0xef, 0x3c, 0xa1, 0x2e, 0xbc, 0x1b, 0x3a, 0xe3, 0x4b, 0x16, 0x74,
+	0xa9, 0x1a, 0x17, 0x68, 0x6f, 0x99, 0xbf, 0x11, 0xfc, 0xfe, 0x72, 0x61, 0x88, 0xf8, 0x55, 0x34,
+	0x7a, 0x74, 0xef, 0x76, 0x7a, 0x67, 0xcc, 0x9d, 0xd0, 0x69, 0x16, 0xc8, 0x0e, 0x20, 0xbd, 0x53,
+	0x27, 0x23, 0x7f, 0xda, 0x9b, 0x3b, 0x23, 0x36, 0xcb, 0xe4, 0xe3, 0x97, 0x50, 0xd6, 0x3b, 0x0d,
+	0xd5, 0xf2, 0x17, 0x6c, 0x9a, 0x09, 0xee, 0x79, 0x34, 0xb6, 0x9b, 0x54, 0x38, 0x3f, 0x61, 0x41,
+	0xb2, 0x80, 0x2d, 0x32, 0xa2, 0x72, 0x75, 0x22, 0xec, 0x4b, 0x7a, 0x45, 0x56, 0xe3, 0x9e, 0x42,
+	0x7c, 0x41, 0x79, 0x16, 0xb0, 0x31, 0x3c, 0x0e, 0x0b, 0xa6, 0x59, 0xef, 0x9c, 0x13, 0x97, 0x08,
+	0x2c, 0x29, 0x73, 0xaf, 0x1b, 0x62, 0x69, 0xa9, 0xdf, 0x98, 0xe3, 0x77, 0x58, 0xe9, 0x47, 0x17,
+	0x40, 0xba, 0x76, 0x33, 0x11, 0xf1, 0x2d, 0xec, 0xe9, 0x9d, 0x1e, 0x75, 0xf8, 0xc2, 0xa9, 0x85,
+	0xe7, 0x19, 0x90, 0x2f, 0xa2, 0xc1, 0xd0, 0xc7, 0x2b, 0x68, 0xa1, 0x01, 0xec, 0x86, 0x68, 0xc4,
+	0x93, 0x03, 0x3e, 0xc6, 0x92, 0x74, 0xf1, 0x3c, 0x78, 0x0a, 0x65, 0xec, 0xcc, 0x62, 0xe2, 0x51,
+	0x80, 0xcc, 0x65, 0xea, 0xc9, 0x17, 0xc3, 0xdd, 0x71, 0x37, 0x7e, 0xe6, 0x4c, 0xc8, 0x33, 0x4e,
+	0x2c, 0x12, 0x7c, 0xac, 0x64, 0x74, 0x34, 0xb9, 0x63, 0xfb, 0x03, 0x97, 0xca, 0x60, 0x22, 0xad,
+	0xa6, 0xd3, 0xcf, 0x6d, 0xd2, 0xc7, 0x62, 0x84, 0x67, 0xb3, 0x2c, 0x70, 0x23, 0x78, 0x1a, 0xd6,
+	0x3c, 0xb1, 0x88, 0xc3, 0xa4, 0xca, 0x50, 0x5d, 0xd0, 0x2b, 0x22, 0x7a, 0x9c, 0xd8, 0x74, 0x42,
+	0x6d, 0xd5, 0x0e, 0x59, 0x6c, 0x7c, 0x07, 0x07, 0xb7, 0xd9, 0xc8, 0xdc, 0x02, 0x95, 0x77, 0x7e,
+	0xff, 0xbb, 0x52, 0x8c, 0xbd, 0x29, 0xcb, 0xb9, 0xd3, 0xcf, 0x5f, 0x7c, 0x3a, 0x65, 0x8b, 0xd7,
+	0x45, 0x95, 0x89, 0x69, 0x2d, 0xf6, 0xbb, 0x9f, 0xba, 0x13, 0x81, 0x6b, 0xea, 0x67, 0x7f, 0x6d,
+	0xca, 0x6a, 0xf1, 0x7f, 0x0b, 0x46, 0x0f, 0xd4, 0xf6, 0x27, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff,
+	0x7b, 0xc3, 0x31, 0x37, 0x8e, 0x10, 0x00, 0x00,
 }
 
 // Reference imports to suppress errors if they are not otherwise used.
diff --git a/src/chromite/api/artifacts.proto b/src/chromite/api/artifacts.proto
index 475f17a..79cb870 100644
--- a/src/chromite/api/artifacts.proto
+++ b/src/chromite/api/artifacts.proto
@@ -42,6 +42,25 @@
   BuildRelevance build_relevance = 1;
 }
 
+message GetRequest {
+  // The chroot where the sysroot lives.
+  chromiumos.Chroot chroot = 1;
+
+  // The sysroot where the files live.
+  Sysroot sysroot = 2;
+
+  // Artifact information.
+  chromiumos.ArtifactsByService artifact_info = 3;
+
+  // Result path for artifacts.
+  chromiumos.ResultPath result_path = 4;
+}
+
+message GetResponse {
+  // The artifacts that were bundled.
+  chromiumos.UploadedArtifactsByService artifacts = 1;
+}
+
 message BundleArtifactsRequest {
   // The chroot where the sysroot lives.
   chromiumos.Chroot chroot = 1;