artifacts: drop PrepareForBuildRequest.

This has never been used in any chromite code.

Add TODO to migrate ToolchainService Prepare/Bundle endpoints into
ArtifactsService BuildSetup/Get endpoints.

BUG=chromium:1034529
TEST=generate

Cq-Depend: chromium:2677421, chromium:2677091
Change-Id: If5177ded3603340fa4aa04f2e28898261de34427
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/proto/+/2678846
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 e87a4be..615355d 100644
--- a/go/chromite/api/artifacts.pb.go
+++ b/go/chromite/api/artifacts.pb.go
@@ -75,7 +75,7 @@
 
 // Deprecated: Use PrepareForBuildResponse_BuildRelevance.Descriptor instead.
 func (PrepareForBuildResponse_BuildRelevance) EnumDescriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{2, 0}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{1, 0}
 }
 
 // Whether this artifact requires a build.
@@ -132,7 +132,7 @@
 
 // Deprecated: Use BuildSetupResponse_BuildRelevance.Descriptor instead.
 func (BuildSetupResponse_BuildRelevance) EnumDescriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{4, 0}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{3, 0}
 }
 
 // An artifact is a file generated during or after a build.
@@ -185,83 +185,8 @@
 }
 
 // TODO(crbug/1034529): PrepareForBuild has never existed in chromite, and is
-// being renamed to BuildSetup.  Remove these messages once recipes has stopped
-// using them.
-type PrepareForBuildRequest struct {
-	state         protoimpl.MessageState
-	sizeCache     protoimpl.SizeCache
-	unknownFields protoimpl.UnknownFields
-
-	// 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"`
-	// Information about the artifacts.
-	ArtifactInfo *chromiumos.ArtifactsByService `protobuf:"bytes,3,opt,name=artifact_info,json=artifactInfo,proto3" json:"artifact_info,omitempty"`
-	// Whether we will proceed even if the build is POINTLESS.
-	ForcedBuildRelevance bool `protobuf:"varint,4,opt,name=forced_build_relevance,json=forcedBuildRelevance,proto3" json:"forced_build_relevance,omitempty"`
-}
-
-func (x *PrepareForBuildRequest) Reset() {
-	*x = PrepareForBuildRequest{}
-	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[1]
-		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
-		ms.StoreMessageInfo(mi)
-	}
-}
-
-func (x *PrepareForBuildRequest) String() string {
-	return protoimpl.X.MessageStringOf(x)
-}
-
-func (*PrepareForBuildRequest) ProtoMessage() {}
-
-func (x *PrepareForBuildRequest) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[1]
-	if protoimpl.UnsafeEnabled && x != nil {
-		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
-		if ms.LoadMessageInfo() == nil {
-			ms.StoreMessageInfo(mi)
-		}
-		return ms
-	}
-	return mi.MessageOf(x)
-}
-
-// Deprecated: Use PrepareForBuildRequest.ProtoReflect.Descriptor instead.
-func (*PrepareForBuildRequest) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{1}
-}
-
-func (x *PrepareForBuildRequest) GetChroot() *chromiumos.Chroot {
-	if x != nil {
-		return x.Chroot
-	}
-	return nil
-}
-
-func (x *PrepareForBuildRequest) GetSysroot() *Sysroot {
-	if x != nil {
-		return x.Sysroot
-	}
-	return nil
-}
-
-func (x *PrepareForBuildRequest) GetArtifactInfo() *chromiumos.ArtifactsByService {
-	if x != nil {
-		return x.ArtifactInfo
-	}
-	return nil
-}
-
-func (x *PrepareForBuildRequest) GetForcedBuildRelevance() bool {
-	if x != nil {
-		return x.ForcedBuildRelevance
-	}
-	return false
-}
-
+// being renamed to BuildSetup.  PrepareForBuildResponse is still used by
+// ToolchainService.
 type PrepareForBuildResponse struct {
 	state         protoimpl.MessageState
 	sizeCache     protoimpl.SizeCache
@@ -273,7 +198,7 @@
 func (x *PrepareForBuildResponse) Reset() {
 	*x = PrepareForBuildResponse{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[2]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[1]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -286,7 +211,7 @@
 func (*PrepareForBuildResponse) ProtoMessage() {}
 
 func (x *PrepareForBuildResponse) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[2]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[1]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -299,7 +224,7 @@
 
 // Deprecated: Use PrepareForBuildResponse.ProtoReflect.Descriptor instead.
 func (*PrepareForBuildResponse) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{2}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{1}
 }
 
 func (x *PrepareForBuildResponse) GetBuildRelevance() PrepareForBuildResponse_BuildRelevance {
@@ -327,7 +252,7 @@
 func (x *BuildSetupRequest) Reset() {
 	*x = BuildSetupRequest{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[3]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[2]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -340,7 +265,7 @@
 func (*BuildSetupRequest) ProtoMessage() {}
 
 func (x *BuildSetupRequest) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[3]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[2]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -353,7 +278,7 @@
 
 // Deprecated: Use BuildSetupRequest.ProtoReflect.Descriptor instead.
 func (*BuildSetupRequest) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{3}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{2}
 }
 
 func (x *BuildSetupRequest) GetChroot() *chromiumos.Chroot {
@@ -395,7 +320,7 @@
 func (x *BuildSetupResponse) Reset() {
 	*x = BuildSetupResponse{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[4]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[3]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -408,7 +333,7 @@
 func (*BuildSetupResponse) ProtoMessage() {}
 
 func (x *BuildSetupResponse) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[4]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[3]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -421,7 +346,7 @@
 
 // Deprecated: Use BuildSetupResponse.ProtoReflect.Descriptor instead.
 func (*BuildSetupResponse) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{4}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{3}
 }
 
 func (x *BuildSetupResponse) GetBuildRelevance() BuildSetupResponse_BuildRelevance {
@@ -449,7 +374,7 @@
 func (x *GetRequest) Reset() {
 	*x = GetRequest{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[5]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[4]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -462,7 +387,7 @@
 func (*GetRequest) ProtoMessage() {}
 
 func (x *GetRequest) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[5]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[4]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -475,7 +400,7 @@
 
 // Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.
 func (*GetRequest) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{5}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{4}
 }
 
 func (x *GetRequest) GetChroot() *chromiumos.Chroot {
@@ -518,7 +443,7 @@
 func (x *GetResponse) Reset() {
 	*x = GetResponse{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[6]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[5]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -531,7 +456,7 @@
 func (*GetResponse) ProtoMessage() {}
 
 func (x *GetResponse) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[6]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[5]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -544,7 +469,7 @@
 
 // Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
 func (*GetResponse) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{6}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{5}
 }
 
 func (x *GetResponse) GetArtifacts() *chromiumos.UploadedArtifactsByService {
@@ -575,7 +500,7 @@
 func (x *BundleArtifactsRequest) Reset() {
 	*x = BundleArtifactsRequest{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[7]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[6]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -588,7 +513,7 @@
 func (*BundleArtifactsRequest) ProtoMessage() {}
 
 func (x *BundleArtifactsRequest) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[7]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[6]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -601,7 +526,7 @@
 
 // Deprecated: Use BundleArtifactsRequest.ProtoReflect.Descriptor instead.
 func (*BundleArtifactsRequest) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{7}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{6}
 }
 
 func (x *BundleArtifactsRequest) GetChroot() *chromiumos.Chroot {
@@ -651,7 +576,7 @@
 func (x *BundleArtifactsResponse) Reset() {
 	*x = BundleArtifactsResponse{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[8]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[7]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -664,7 +589,7 @@
 func (*BundleArtifactsResponse) ProtoMessage() {}
 
 func (x *BundleArtifactsResponse) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[8]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[7]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -677,7 +602,7 @@
 
 // Deprecated: Use BundleArtifactsResponse.ProtoReflect.Descriptor instead.
 func (*BundleArtifactsResponse) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{8}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{7}
 }
 
 func (x *BundleArtifactsResponse) GetArtifacts() *chromiumos.UploadedArtifactsByService {
@@ -710,7 +635,7 @@
 func (x *BundleRequest) Reset() {
 	*x = BundleRequest{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[9]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[8]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -723,7 +648,7 @@
 func (*BundleRequest) ProtoMessage() {}
 
 func (x *BundleRequest) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[9]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[8]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -736,7 +661,7 @@
 
 // Deprecated: Use BundleRequest.ProtoReflect.Descriptor instead.
 func (*BundleRequest) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{9}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{8}
 }
 
 func (x *BundleRequest) GetBuildTarget() *chromiumos.BuildTarget {
@@ -780,7 +705,7 @@
 func (x *BundleResponse) Reset() {
 	*x = BundleResponse{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[10]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[9]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -793,7 +718,7 @@
 func (*BundleResponse) ProtoMessage() {}
 
 func (x *BundleResponse) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[10]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[9]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -806,7 +731,7 @@
 
 // Deprecated: Use BundleResponse.ProtoReflect.Descriptor instead.
 func (*BundleResponse) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{10}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{9}
 }
 
 func (x *BundleResponse) GetArtifacts() []*Artifact {
@@ -836,7 +761,7 @@
 func (x *BundleVmFilesRequest) Reset() {
 	*x = BundleVmFilesRequest{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[11]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[10]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -849,7 +774,7 @@
 func (*BundleVmFilesRequest) ProtoMessage() {}
 
 func (x *BundleVmFilesRequest) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[11]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[10]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -862,7 +787,7 @@
 
 // Deprecated: Use BundleVmFilesRequest.ProtoReflect.Descriptor instead.
 func (*BundleVmFilesRequest) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{11}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{10}
 }
 
 func (x *BundleVmFilesRequest) GetChroot() *chromiumos.Chroot {
@@ -914,7 +839,7 @@
 func (x *BundleChromeAFDORequest) Reset() {
 	*x = BundleChromeAFDORequest{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[12]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[11]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -927,7 +852,7 @@
 func (*BundleChromeAFDORequest) ProtoMessage() {}
 
 func (x *BundleChromeAFDORequest) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[12]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[11]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -940,7 +865,7 @@
 
 // Deprecated: Use BundleChromeAFDORequest.ProtoReflect.Descriptor instead.
 func (*BundleChromeAFDORequest) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{12}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{11}
 }
 
 func (x *BundleChromeAFDORequest) GetChroot() *chromiumos.Chroot {
@@ -986,7 +911,7 @@
 func (x *PinnedGuestImageUriRequest) Reset() {
 	*x = PinnedGuestImageUriRequest{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[13]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[12]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -999,7 +924,7 @@
 func (*PinnedGuestImageUriRequest) ProtoMessage() {}
 
 func (x *PinnedGuestImageUriRequest) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[13]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[12]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -1012,7 +937,7 @@
 
 // Deprecated: Use PinnedGuestImageUriRequest.ProtoReflect.Descriptor instead.
 func (*PinnedGuestImageUriRequest) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{13}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{12}
 }
 
 func (x *PinnedGuestImageUriRequest) GetChroot() *chromiumos.Chroot {
@@ -1042,7 +967,7 @@
 func (x *PinnedGuestImageUriResponse) Reset() {
 	*x = PinnedGuestImageUriResponse{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[14]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[13]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -1055,7 +980,7 @@
 func (*PinnedGuestImageUriResponse) ProtoMessage() {}
 
 func (x *PinnedGuestImageUriResponse) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[14]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[13]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -1068,7 +993,7 @@
 
 // Deprecated: Use PinnedGuestImageUriResponse.ProtoReflect.Descriptor instead.
 func (*PinnedGuestImageUriResponse) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{14}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{13}
 }
 
 func (x *PinnedGuestImageUriResponse) GetPinnedImages() []*PinnedGuestImageUriResponse_PinnedGuestImage {
@@ -1090,7 +1015,7 @@
 func (x *PinnedGuestImageUriResponse_PinnedGuestImage) Reset() {
 	*x = PinnedGuestImageUriResponse_PinnedGuestImage{}
 	if protoimpl.UnsafeEnabled {
-		mi := &file_chromite_api_artifacts_proto_msgTypes[15]
+		mi := &file_chromite_api_artifacts_proto_msgTypes[14]
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		ms.StoreMessageInfo(mi)
 	}
@@ -1103,7 +1028,7 @@
 func (*PinnedGuestImageUriResponse_PinnedGuestImage) ProtoMessage() {}
 
 func (x *PinnedGuestImageUriResponse_PinnedGuestImage) ProtoReflect() protoreflect.Message {
-	mi := &file_chromite_api_artifacts_proto_msgTypes[15]
+	mi := &file_chromite_api_artifacts_proto_msgTypes[14]
 	if protoimpl.UnsafeEnabled && x != nil {
 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 		if ms.LoadMessageInfo() == nil {
@@ -1116,7 +1041,7 @@
 
 // Deprecated: Use PinnedGuestImageUriResponse_PinnedGuestImage.ProtoReflect.Descriptor instead.
 func (*PinnedGuestImageUriResponse_PinnedGuestImage) Descriptor() ([]byte, []int) {
-	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{14, 0}
+	return file_chromite_api_artifacts_proto_rawDescGZIP(), []int{13, 0}
 }
 
 func (x *PinnedGuestImageUriResponse_PinnedGuestImage) GetFilename() string {
@@ -1146,35 +1071,46 @@
 	0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
 	0x1e, 0x0a, 0x08, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70,
 	0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22,
-	0xf0, 0x01, 0x0a, 0x16, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x46, 0x6f, 0x72, 0x42, 0x75,
-	0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x06, 0x63, 0x68,
-	0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x72,
-	0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x43, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x06,
-	0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f,
-	0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
-	0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x07,
-	0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x43, 0x0a, 0x0d, 0x61, 0x72, 0x74, 0x69, 0x66,
-	0x61, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e,
-	0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x72, 0x74, 0x69,
-	0x66, 0x61, 0x63, 0x74, 0x73, 0x42, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x0c,
-	0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x34, 0x0a, 0x16,
-	0x66, 0x6f, 0x72, 0x63, 0x65, 0x64, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x72, 0x65, 0x6c,
-	0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x14, 0x66, 0x6f,
-	0x72, 0x63, 0x65, 0x64, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e,
-	0x63, 0x65, 0x22, 0xc3, 0x01, 0x0a, 0x17, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x46, 0x6f,
-	0x72, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5d,
-	0x0a, 0x0f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63,
-	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x34, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
-	0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x46, 0x6f,
-	0x72, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x42,
-	0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x0e, 0x62,
-	0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x49, 0x0a,
-	0x0e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x12,
-	0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00,
-	0x12, 0x0a, 0x0a, 0x06, 0x4e, 0x45, 0x45, 0x44, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07,
-	0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x50, 0x4f, 0x49,
-	0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53, 0x10, 0x03, 0x22, 0xeb, 0x01, 0x0a, 0x11, 0x42, 0x75, 0x69,
-	0x6c, 0x64, 0x53, 0x65, 0x74, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a,
+	0xc3, 0x01, 0x0a, 0x17, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x46, 0x6f, 0x72, 0x42, 0x75,
+	0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5d, 0x0a, 0x0f, 0x62,
+	0x75, 0x69, 0x6c, 0x64, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x01,
+	0x20, 0x01, 0x28, 0x0e, 0x32, 0x34, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e,
+	0x61, 0x70, 0x69, 0x2e, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x46, 0x6f, 0x72, 0x42, 0x75,
+	0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x42, 0x75, 0x69, 0x6c,
+	0x64, 0x52, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x0e, 0x62, 0x75, 0x69, 0x6c,
+	0x64, 0x52, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x49, 0x0a, 0x0e, 0x42, 0x75,
+	0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x0f, 0x0a, 0x0b,
+	0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0a, 0x0a,
+	0x06, 0x4e, 0x45, 0x45, 0x44, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b,
+	0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x50, 0x4f, 0x49, 0x4e, 0x54, 0x4c,
+	0x45, 0x53, 0x53, 0x10, 0x03, 0x22, 0xeb, 0x01, 0x0a, 0x11, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x53,
+	0x65, 0x74, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x06, 0x63,
+	0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68,
+	0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x43, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x52,
+	0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f,
+	0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d,
+	0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x52,
+	0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x43, 0x0a, 0x0d, 0x61, 0x72, 0x74, 0x69,
+	0x66, 0x61, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
+	0x1e, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x72, 0x74,
+	0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x42, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52,
+	0x0c, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x34, 0x0a,
+	0x16, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x64, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x72, 0x65,
+	0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x14, 0x66,
+	0x6f, 0x72, 0x63, 0x65, 0x64, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x65, 0x76, 0x61,
+	0x6e, 0x63, 0x65, 0x22, 0xb9, 0x01, 0x0a, 0x12, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x65, 0x74,
+	0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x0f, 0x62, 0x75,
+	0x69, 0x6c, 0x64, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20,
+	0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61,
+	0x70, 0x69, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x65, 0x74, 0x75, 0x70, 0x52, 0x65, 0x73,
+	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x65, 0x76,
+	0x61, 0x6e, 0x63, 0x65, 0x52, 0x0e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x65, 0x76,
+	0x61, 0x6e, 0x63, 0x65, 0x22, 0x49, 0x0a, 0x0e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c,
+	0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43,
+	0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x4e, 0x45, 0x45, 0x44, 0x45,
+	0x44, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x02,
+	0x12, 0x0d, 0x0a, 0x09, 0x50, 0x4f, 0x49, 0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53, 0x10, 0x03, 0x22,
+	0xe7, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a,
 	0x0a, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12,
 	0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x43, 0x68, 0x72, 0x6f,
 	0x6f, 0x74, 0x52, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x73, 0x79,
@@ -1185,246 +1121,220 @@
 	0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e,
 	0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x42, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69,
 	0x63, 0x65, 0x52, 0x0c, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x49, 0x6e, 0x66, 0x6f,
-	0x12, 0x34, 0x0a, 0x16, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x64, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
-	0x5f, 0x72, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08,
-	0x52, 0x14, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x64, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c,
-	0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x22, 0xb9, 0x01, 0x0a, 0x12, 0x42, 0x75, 0x69, 0x6c, 0x64,
-	0x53, 0x65, 0x74, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a,
-	0x0f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65,
-	0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74,
-	0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x65, 0x74, 0x75, 0x70,
-	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65,
-	0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x0e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65,
-	0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x49, 0x0a, 0x0e, 0x42, 0x75, 0x69, 0x6c, 0x64,
-	0x52, 0x65, 0x6c, 0x65, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53,
-	0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x4e, 0x45,
-	0x45, 0x44, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57,
-	0x4e, 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x50, 0x4f, 0x49, 0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53,
-	0x10, 0x03, 0x22, 0xe7, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
-	0x74, 0x12, 0x2a, 0x0a, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
+	0x12, 0x37, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18,
+	0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d,
+	0x6f, 0x73, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x50, 0x61, 0x74, 0x68, 0x52, 0x0a, 0x72,
+	0x65, 0x73, 0x75, 0x6c, 0x74, 0x50, 0x61, 0x74, 0x68, 0x22, 0x53, 0x0a, 0x0b, 0x47, 0x65, 0x74,
+	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x44, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69,
+	0x66, 0x61, 0x63, 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x63, 0x68,
+	0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65,
+	0x64, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x42, 0x79, 0x53, 0x65, 0x72, 0x76,
+	0x69, 0x63, 0x65, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x22, 0x92,
+	0x02, 0x0a, 0x16, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63,
+	0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x06, 0x63, 0x68, 0x72,
+	0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x72, 0x6f,
+	0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x43, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x06, 0x63,
+	0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74,
+	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74,
+	0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x07, 0x73,
+	0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x43, 0x0a, 0x0d, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61,
+	0x63, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e,
+	0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x66,
+	0x61, 0x63, 0x74, 0x73, 0x42, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x0c, 0x61,
+	0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x0a, 0x0a, 0x6f,
+	0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
+	0x09, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x44, 0x69, 0x72, 0x12, 0x37, 0x0a, 0x0b, 0x72, 0x65,
+	0x73, 0x75, 0x6c, 0x74, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32,
+	0x16, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x52, 0x65, 0x73,
+	0x75, 0x6c, 0x74, 0x50, 0x61, 0x74, 0x68, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x50,
+	0x61, 0x74, 0x68, 0x22, 0x5f, 0x0a, 0x17, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x41, 0x72, 0x74,
+	0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x44,
+	0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28,
+	0x0b, 0x32, 0x26, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x55,
+	0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x64, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73,
+	0x42, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x66,
+	0x61, 0x63, 0x74, 0x73, 0x22, 0xc7, 0x01, 0x0a, 0x0d, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52,
+	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x0c, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f,
+	0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63,
+	0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x54,
+	0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x0b, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x61, 0x72, 0x67,
+	0x65, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x64, 0x69, 0x72,
+	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x44, 0x69,
+	0x72, 0x12, 0x2a, 0x0a, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28,
 	0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x43,
 	0x68, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x2f, 0x0a,
-	0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15,
+	0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15,
 	0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x79,
-	0x73, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x43,
-	0x0a, 0x0d, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18,
-	0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d,
-	0x6f, 0x73, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x42, 0x79, 0x53, 0x65,
-	0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x0c, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x49,
-	0x6e, 0x66, 0x6f, 0x12, 0x37, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x70, 0x61,
-	0x74, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d,
-	0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x50, 0x61, 0x74, 0x68,
-	0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x50, 0x61, 0x74, 0x68, 0x22, 0x53, 0x0a, 0x0b,
-	0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x44, 0x0a, 0x09, 0x61,
-	0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26,
-	0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x55, 0x70, 0x6c, 0x6f,
-	0x61, 0x64, 0x65, 0x64, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x42, 0x79, 0x53,
-	0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74,
-	0x73, 0x22, 0x92, 0x02, 0x0a, 0x16, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x41, 0x72, 0x74, 0x69,
-	0x66, 0x61, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x06,
-	0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63,
-	0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x43, 0x68, 0x72, 0x6f, 0x6f, 0x74,
-	0x52, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x73, 0x79, 0x73, 0x72,
-	0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x72, 0x6f,
-	0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74,
-	0x52, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x43, 0x0a, 0x0d, 0x61, 0x72, 0x74,
-	0x69, 0x66, 0x61, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
-	0x32, 0x1e, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x72,
-	0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x42, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
-	0x52, 0x0c, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1d,
-	0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x18, 0x04, 0x20, 0x01,
-	0x28, 0x09, 0x52, 0x09, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x44, 0x69, 0x72, 0x12, 0x37, 0x0a,
-	0x0b, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x05, 0x20, 0x01,
-	0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e,
-	0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x50, 0x61, 0x74, 0x68, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75,
-	0x6c, 0x74, 0x50, 0x61, 0x74, 0x68, 0x22, 0x5f, 0x0a, 0x17, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65,
-	0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
-	0x65, 0x12, 0x44, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x18, 0x01,
-	0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f,
-	0x73, 0x2e, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x64, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61,
-	0x63, 0x74, 0x73, 0x42, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x09, 0x61, 0x72,
-	0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x22, 0xc7, 0x01, 0x0a, 0x0d, 0x42, 0x75, 0x6e, 0x64,
-	0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x0c, 0x62, 0x75, 0x69,
-	0x6c, 0x64, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
-	0x17, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x42, 0x75, 0x69,
-	0x6c, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x0b, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x54,
-	0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f,
-	0x64, 0x69, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f, 0x75, 0x74, 0x70, 0x75,
-	0x74, 0x44, 0x69, 0x72, 0x12, 0x2a, 0x0a, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x03,
-	0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f,
-	0x73, 0x2e, 0x43, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74,
-	0x12, 0x2f, 0x0a, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
-	0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69,
-	0x2e, 0x53, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f,
-	0x74, 0x22, 0x46, 0x0a, 0x0e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
-	0x6e, 0x73, 0x65, 0x12, 0x34, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73,
-	0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74,
-	0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x52, 0x09,
-	0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x22, 0xbc, 0x01, 0x0a, 0x14, 0x42, 0x75,
-	0x6e, 0x64, 0x6c, 0x65, 0x56, 0x6d, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
-	0x73, 0x74, 0x12, 0x2a, 0x0a, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01,
-	0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e,
-	0x43, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x2f,
-	0x0a, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
-	0x15, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53,
-	0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x12,
-	0x28, 0x0a, 0x10, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x5f,
-	0x64, 0x69, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x74, 0x65, 0x73, 0x74, 0x52,
-	0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x44, 0x69, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x6f, 0x75, 0x74,
-	0x70, 0x75, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f,
-	0x75, 0x74, 0x70, 0x75, 0x74, 0x44, 0x69, 0x72, 0x22, 0xe3, 0x01, 0x0a, 0x17, 0x42, 0x75, 0x6e,
-	0x64, 0x6c, 0x65, 0x43, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x41, 0x46, 0x44, 0x4f, 0x52, 0x65, 0x71,
-	0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01,
-	0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f,
-	0x73, 0x2e, 0x43, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74,
-	0x12, 0x3a, 0x0a, 0x0c, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74,
-	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75,
-	0x6d, 0x6f, 0x73, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52,
-	0x0b, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x1d, 0x0a, 0x0a,
-	0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
-	0x52, 0x09, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x44, 0x69, 0x72, 0x12, 0x41, 0x0a, 0x0d, 0x61,
-	0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01,
-	0x28, 0x0e, 0x32, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e,
-	0x41, 0x46, 0x44, 0x4f, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65,
-	0x52, 0x0c, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x22, 0x79,
-	0x0a, 0x1a, 0x50, 0x69, 0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61,
-	0x67, 0x65, 0x55, 0x72, 0x69, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x06,
-	0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63,
-	0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x43, 0x68, 0x72, 0x6f, 0x6f, 0x74,
-	0x52, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x73, 0x79, 0x73, 0x72,
-	0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x72, 0x6f,
-	0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74,
-	0x52, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x22, 0xc0, 0x01, 0x0a, 0x1b, 0x50, 0x69,
-	0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72,
-	0x69, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5f, 0x0a, 0x0d, 0x70, 0x69, 0x6e,
-	0x6e, 0x65, 0x64, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
-	0x32, 0x3a, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e,
-	0x50, 0x69, 0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65,
-	0x55, 0x72, 0x69, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x69, 0x6e, 0x6e,
-	0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x0c, 0x70, 0x69,
-	0x6e, 0x6e, 0x65, 0x64, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x1a, 0x40, 0x0a, 0x10, 0x50, 0x69,
-	0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x1a,
-	0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
-	0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72,
-	0x69, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x69, 0x32, 0x94, 0x0e, 0x0a,
-	0x10, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
-	0x65, 0x12, 0x4f, 0x0a, 0x0a, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x65, 0x74, 0x75, 0x70, 0x12,
-	0x1f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42,
-	0x75, 0x69, 0x6c, 0x64, 0x53, 0x65, 0x74, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
-	0x1a, 0x20, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e,
-	0x42, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x65, 0x74, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
-	0x73, 0x65, 0x12, 0x3a, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x18, 0x2e, 0x63, 0x68, 0x72, 0x6f,
-	0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75,
-	0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61,
-	0x70, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x70,
-	0x0a, 0x19, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x69, 0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65,
-	0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x69, 0x73, 0x12, 0x28, 0x2e, 0x63, 0x68,
-	0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x6e, 0x6e, 0x65,
+	0x73, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x22, 0x46,
+	0x0a, 0x0e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
+	0x12, 0x34, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x18, 0x01, 0x20,
+	0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61,
+	0x70, 0x69, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x52, 0x09, 0x61, 0x72, 0x74,
+	0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x22, 0xbc, 0x01, 0x0a, 0x14, 0x42, 0x75, 0x6e, 0x64, 0x6c,
+	0x65, 0x56, 0x6d, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
+	0x2a, 0x0a, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
+	0x12, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x43, 0x68, 0x72,
+	0x6f, 0x6f, 0x74, 0x52, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x73,
+	0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63,
+	0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x79, 0x73, 0x72,
+	0x6f, 0x6f, 0x74, 0x52, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x28, 0x0a, 0x10,
+	0x74, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x5f, 0x64, 0x69, 0x72,
+	0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x74, 0x65, 0x73, 0x74, 0x52, 0x65, 0x73, 0x75,
+	0x6c, 0x74, 0x73, 0x44, 0x69, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74,
+	0x5f, 0x64, 0x69, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f, 0x75, 0x74, 0x70,
+	0x75, 0x74, 0x44, 0x69, 0x72, 0x22, 0xe3, 0x01, 0x0a, 0x17, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65,
+	0x43, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x41, 0x46, 0x44, 0x4f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+	0x74, 0x12, 0x2a, 0x0a, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
+	0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x43,
+	0x68, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x06, 0x63, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x3a, 0x0a,
+	0x0c, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x02, 0x20,
+	0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73,
+	0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x0b, 0x62, 0x75,
+	0x69, 0x6c, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x6f, 0x75, 0x74,
+	0x70, 0x75, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f,
+	0x75, 0x74, 0x70, 0x75, 0x74, 0x44, 0x69, 0x72, 0x12, 0x41, 0x0a, 0x0d, 0x61, 0x72, 0x74, 0x69,
+	0x66, 0x61, 0x63, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32,
+	0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x46, 0x44,
+	0x4f, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0c, 0x61,
+	0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x22, 0x79, 0x0a, 0x1a, 0x50,
+	0x69, 0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55,
+	0x72, 0x69, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x06, 0x63, 0x68, 0x72,
+	0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x68, 0x72, 0x6f,
+	0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x43, 0x68, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x06, 0x63,
+	0x68, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x2f, 0x0a, 0x07, 0x73, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74,
+	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74,
+	0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x07, 0x73,
+	0x79, 0x73, 0x72, 0x6f, 0x6f, 0x74, 0x22, 0xc0, 0x01, 0x0a, 0x1b, 0x50, 0x69, 0x6e, 0x6e, 0x65,
 	0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x69, 0x52, 0x65,
-	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65,
-	0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74,
-	0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x69, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
-	0x12, 0x50, 0x0a, 0x13, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x74, 0x65,
+	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5f, 0x0a, 0x0d, 0x70, 0x69, 0x6e, 0x6e, 0x65, 0x64,
+	0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e,
+	0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x6e,
+	0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x69,
+	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x69, 0x6e, 0x6e, 0x65, 0x64, 0x47,
+	0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x0c, 0x70, 0x69, 0x6e, 0x6e, 0x65,
+	0x64, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x1a, 0x40, 0x0a, 0x10, 0x50, 0x69, 0x6e, 0x6e, 0x65,
+	0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66,
+	0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66,
+	0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x69, 0x18, 0x02,
+	0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x69, 0x32, 0x94, 0x0e, 0x0a, 0x10, 0x41, 0x72,
+	0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x4f,
+	0x0a, 0x0a, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x65, 0x74, 0x75, 0x70, 0x12, 0x1f, 0x2e, 0x63,
+	0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x69, 0x6c,
+	0x64, 0x53, 0x65, 0x74, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e,
+	0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x69,
+	0x6c, 0x64, 0x53, 0x65, 0x74, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+	0x3a, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x18, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74,
+	0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+	0x1a, 0x19, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e,
+	0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x70, 0x0a, 0x19, 0x46,
+	0x65, 0x74, 0x63, 0x68, 0x50, 0x69, 0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49,
+	0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x69, 0x73, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d,
+	0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75,
+	0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x69, 0x52, 0x65, 0x71, 0x75, 0x65,
+	0x73, 0x74, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70,
+	0x69, 0x2e, 0x50, 0x69, 0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61,
+	0x67, 0x65, 0x55, 0x72, 0x69, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a,
+	0x13, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x74, 0x65, 0x73, 0x74, 0x46,
+	0x69, 0x6c, 0x65, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e,
+	0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+	0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69,
+	0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+	0x51, 0x0a, 0x14, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x4f,
+	0x53, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
+	0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71,
+	0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e,
+	0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+	0x73, 0x65, 0x12, 0x4f, 0x0a, 0x12, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44, 0x65, 0x62, 0x75,
+	0x67, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d,
+	0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65,
+	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65,
+	0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
+	0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a, 0x10, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x45, 0x62, 0x75,
+	0x69, 0x6c, 0x64, 0x4c, 0x6f, 0x67, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
+	0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71,
+	0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e,
+	0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+	0x73, 0x65, 0x12, 0x4b, 0x0a, 0x0e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x46, 0x69, 0x72, 0x6d,
+	0x77, 0x61, 0x72, 0x65, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e,
+	0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+	0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69,
+	0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+	0x50, 0x0a, 0x13, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x41, 0x72,
+	0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74,
+	0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75,
+	0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61,
+	0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+	0x65, 0x12, 0x4b, 0x0a, 0x0e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65,
+	0x5a, 0x69, 0x70, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61,
+	0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+	0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e,
+	0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64,
+	0x0a, 0x1d, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x41, 0x46, 0x44, 0x4f, 0x47, 0x65, 0x6e, 0x65,
+	0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x12,
+	0x25, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42,
+	0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x41, 0x46, 0x44, 0x4f, 0x52,
+	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74,
+	0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70,
+	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x17, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x50, 0x69,
+	0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x12,
+	0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42,
+	0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63,
+	0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64,
+	0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x1b, 0x42, 0x75,
+	0x6e, 0x64, 0x6c, 0x65, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x43, 0x68, 0x72, 0x6f, 0x6d, 0x65,
+	0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f,
+	0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52,
+	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74,
+	0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70,
+	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x0f, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x54, 0x61,
 	0x73, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
 	0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71,
 	0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e,
 	0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
-	0x73, 0x65, 0x12, 0x51, 0x0a, 0x14, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x68, 0x72, 0x6f,
-	0x6d, 0x65, 0x4f, 0x53, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72,
-	0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65,
-	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
-	0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73,
-	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x12, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x44,
-	0x65, 0x62, 0x75, 0x67, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68,
+	0x73, 0x65, 0x12, 0x55, 0x0a, 0x18, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x54, 0x65, 0x73, 0x74,
+	0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x73, 0x12, 0x1b,
+	0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75,
+	0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68,
 	0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c,
-	0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d,
-	0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65,
-	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a, 0x10, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65,
-	0x45, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x6f, 0x67, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72,
+	0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x51, 0x0a, 0x0d, 0x42, 0x75, 0x6e,
+	0x64, 0x6c, 0x65, 0x56, 0x6d, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x22, 0x2e, 0x63, 0x68, 0x72,
 	0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65,
-	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
-	0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73,
-	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4b, 0x0a, 0x0e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x46,
-	0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
-	0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71,
-	0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e,
-	0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
-	0x73, 0x65, 0x12, 0x50, 0x0a, 0x13, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x49, 0x6d, 0x61, 0x67,
-	0x65, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f,
-	0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52,
-	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74,
-	0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70,
-	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4b, 0x0a, 0x0e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x49, 0x6d,
-	0x61, 0x67, 0x65, 0x5a, 0x69, 0x70, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74,
-	0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75,
-	0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61,
-	0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
-	0x65, 0x12, 0x64, 0x0a, 0x1d, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x41, 0x46, 0x44, 0x4f, 0x47,
-	0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63,
-	0x74, 0x73, 0x12, 0x25, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70,
-	0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x68, 0x72, 0x6f, 0x6d, 0x65, 0x41, 0x46,
-	0x44, 0x4f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f,
-	0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52,
-	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x17, 0x42, 0x75, 0x6e, 0x64, 0x6c,
-	0x65, 0x50, 0x69, 0x6e, 0x6e, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x49, 0x6d, 0x61, 0x67,
+	0x56, 0x6d, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c,
+	0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75,
+	0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x0f,
+	0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x43, 0x70, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12,
+	0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42,
+	0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63,
+	0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64,
+	0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x51, 0x0a, 0x14, 0x42, 0x75,
+	0x6e, 0x64, 0x6c, 0x65, 0x46, 0x70, 0x6d, 0x63, 0x75, 0x55, 0x6e, 0x69, 0x74, 0x74, 0x65, 0x73,
+	0x74, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70,
+	0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
+	0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42,
+	0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a,
+	0x10, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x47, 0x63, 0x65, 0x54, 0x61, 0x72, 0x62, 0x61, 0x6c,
+	0x6c, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69,
+	0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c,
+	0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75,
+	0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x62, 0x0a, 0x25,
+	0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x54, 0x65,
+	0x73, 0x74, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x53, 0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x63,
+	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65,
+	0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
+	0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70,
+	0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
+	0x12, 0x5b, 0x0a, 0x1e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x6f,
+	0x74, 0x65, 0x54, 0x65, 0x73, 0x74, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x49, 0x6d, 0x61, 0x67,
 	0x65, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70,
 	0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
 	0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42,
-	0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a,
-	0x1b, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x43, 0x68, 0x72,
-	0x6f, 0x6d, 0x65, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x12, 0x1b, 0x2e, 0x63,
-	0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64,
-	0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f,
-	0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52,
-	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x0f, 0x42, 0x75, 0x6e, 0x64, 0x6c,
-	0x65, 0x54, 0x61, 0x73, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72,
-	0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65,
-	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
-	0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73,
-	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x55, 0x0a, 0x18, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x54,
-	0x65, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64,
-	0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69,
-	0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c,
-	0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75,
-	0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x51, 0x0a, 0x0d,
-	0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x56, 0x6d, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x22, 0x2e,
-	0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e,
-	0x64, 0x6c, 0x65, 0x56, 0x6d, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
-	0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69,
-	0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
-	0x4c, 0x0a, 0x0f, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x43, 0x70, 0x65, 0x52, 0x65, 0x70, 0x6f,
-	0x72, 0x74, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70,
-	0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
-	0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42,
-	0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x51, 0x0a,
-	0x14, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x46, 0x70, 0x6d, 0x63, 0x75, 0x55, 0x6e, 0x69, 0x74,
-	0x74, 0x65, 0x73, 0x74, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65,
-	0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
-	0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70,
-	0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
-	0x12, 0x4d, 0x0a, 0x10, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x47, 0x63, 0x65, 0x54, 0x61, 0x72,
-	0x62, 0x61, 0x6c, 0x6c, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e,
-	0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
-	0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69,
-	0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
-	0x62, 0x0a, 0x25, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x6f, 0x74,
-	0x65, 0x54, 0x65, 0x73, 0x74, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x53, 0x70, 0x65, 0x63, 0x69,
-	0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d,
-	0x69, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65,
-	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65,
-	0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
-	0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x1e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x52,
-	0x65, 0x6d, 0x6f, 0x74, 0x65, 0x54, 0x65, 0x73, 0x74, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x49,
-	0x6d, 0x61, 0x67, 0x65, 0x73, 0x12, 0x1b, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65,
-	0x2e, 0x61, 0x70, 0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
-	0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2e, 0x61, 0x70,
-	0x69, 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
-	0x1a, 0x11, 0xc2, 0xed, 0x1a, 0x0d, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74,
-	0x73, 0x10, 0x02, 0x42, 0x38, 0x5a, 0x36, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
-	0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f,
-	0x73, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f,
-	0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70,
-	0x72, 0x6f, 0x74, 0x6f, 0x33,
+	0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x1a, 0x11, 0xc2,
+	0xed, 0x1a, 0x0d, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x10, 0x02,
+	0x42, 0x38, 0x5a, 0x36, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e,
+	0x6f, 0x72, 0x67, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x69,
+	0x6e, 0x66, 0x72, 0x61, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x2f, 0x63, 0x68,
+	0x72, 0x6f, 0x6d, 0x69, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
+	0x6f, 0x33,
 }
 
 var (
@@ -1440,112 +1350,108 @@
 }
 
 var file_chromite_api_artifacts_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
-var file_chromite_api_artifacts_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
+var file_chromite_api_artifacts_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
 var file_chromite_api_artifacts_proto_goTypes = []interface{}{
 	(PrepareForBuildResponse_BuildRelevance)(0),          // 0: chromite.api.PrepareForBuildResponse.BuildRelevance
 	(BuildSetupResponse_BuildRelevance)(0),               // 1: chromite.api.BuildSetupResponse.BuildRelevance
 	(*Artifact)(nil),                                     // 2: chromite.api.Artifact
-	(*PrepareForBuildRequest)(nil),                       // 3: chromite.api.PrepareForBuildRequest
-	(*PrepareForBuildResponse)(nil),                      // 4: chromite.api.PrepareForBuildResponse
-	(*BuildSetupRequest)(nil),                            // 5: chromite.api.BuildSetupRequest
-	(*BuildSetupResponse)(nil),                           // 6: chromite.api.BuildSetupResponse
-	(*GetRequest)(nil),                                   // 7: chromite.api.GetRequest
-	(*GetResponse)(nil),                                  // 8: chromite.api.GetResponse
-	(*BundleArtifactsRequest)(nil),                       // 9: chromite.api.BundleArtifactsRequest
-	(*BundleArtifactsResponse)(nil),                      // 10: chromite.api.BundleArtifactsResponse
-	(*BundleRequest)(nil),                                // 11: chromite.api.BundleRequest
-	(*BundleResponse)(nil),                               // 12: chromite.api.BundleResponse
-	(*BundleVmFilesRequest)(nil),                         // 13: chromite.api.BundleVmFilesRequest
-	(*BundleChromeAFDORequest)(nil),                      // 14: chromite.api.BundleChromeAFDORequest
-	(*PinnedGuestImageUriRequest)(nil),                   // 15: chromite.api.PinnedGuestImageUriRequest
-	(*PinnedGuestImageUriResponse)(nil),                  // 16: chromite.api.PinnedGuestImageUriResponse
-	(*PinnedGuestImageUriResponse_PinnedGuestImage)(nil), // 17: chromite.api.PinnedGuestImageUriResponse.PinnedGuestImage
-	(*chromiumos.Chroot)(nil),                            // 18: chromiumos.Chroot
-	(*Sysroot)(nil),                                      // 19: chromite.api.Sysroot
-	(*chromiumos.ArtifactsByService)(nil),                // 20: chromiumos.ArtifactsByService
-	(*chromiumos.ResultPath)(nil),                        // 21: chromiumos.ResultPath
-	(*chromiumos.UploadedArtifactsByService)(nil),        // 22: chromiumos.UploadedArtifactsByService
-	(*chromiumos.BuildTarget)(nil),                       // 23: chromiumos.BuildTarget
-	(chromiumos.AFDOArtifactType)(0),                     // 24: chromiumos.AFDOArtifactType
+	(*PrepareForBuildResponse)(nil),                      // 3: chromite.api.PrepareForBuildResponse
+	(*BuildSetupRequest)(nil),                            // 4: chromite.api.BuildSetupRequest
+	(*BuildSetupResponse)(nil),                           // 5: chromite.api.BuildSetupResponse
+	(*GetRequest)(nil),                                   // 6: chromite.api.GetRequest
+	(*GetResponse)(nil),                                  // 7: chromite.api.GetResponse
+	(*BundleArtifactsRequest)(nil),                       // 8: chromite.api.BundleArtifactsRequest
+	(*BundleArtifactsResponse)(nil),                      // 9: chromite.api.BundleArtifactsResponse
+	(*BundleRequest)(nil),                                // 10: chromite.api.BundleRequest
+	(*BundleResponse)(nil),                               // 11: chromite.api.BundleResponse
+	(*BundleVmFilesRequest)(nil),                         // 12: chromite.api.BundleVmFilesRequest
+	(*BundleChromeAFDORequest)(nil),                      // 13: chromite.api.BundleChromeAFDORequest
+	(*PinnedGuestImageUriRequest)(nil),                   // 14: chromite.api.PinnedGuestImageUriRequest
+	(*PinnedGuestImageUriResponse)(nil),                  // 15: chromite.api.PinnedGuestImageUriResponse
+	(*PinnedGuestImageUriResponse_PinnedGuestImage)(nil), // 16: chromite.api.PinnedGuestImageUriResponse.PinnedGuestImage
+	(*chromiumos.Chroot)(nil),                            // 17: chromiumos.Chroot
+	(*Sysroot)(nil),                                      // 18: chromite.api.Sysroot
+	(*chromiumos.ArtifactsByService)(nil),                // 19: chromiumos.ArtifactsByService
+	(*chromiumos.ResultPath)(nil),                        // 20: chromiumos.ResultPath
+	(*chromiumos.UploadedArtifactsByService)(nil),        // 21: chromiumos.UploadedArtifactsByService
+	(*chromiumos.BuildTarget)(nil),                       // 22: chromiumos.BuildTarget
+	(chromiumos.AFDOArtifactType)(0),                     // 23: chromiumos.AFDOArtifactType
 }
 var file_chromite_api_artifacts_proto_depIdxs = []int32{
-	18, // 0: chromite.api.PrepareForBuildRequest.chroot:type_name -> chromiumos.Chroot
-	19, // 1: chromite.api.PrepareForBuildRequest.sysroot:type_name -> chromite.api.Sysroot
-	20, // 2: chromite.api.PrepareForBuildRequest.artifact_info:type_name -> chromiumos.ArtifactsByService
-	0,  // 3: chromite.api.PrepareForBuildResponse.build_relevance:type_name -> chromite.api.PrepareForBuildResponse.BuildRelevance
-	18, // 4: chromite.api.BuildSetupRequest.chroot:type_name -> chromiumos.Chroot
-	19, // 5: chromite.api.BuildSetupRequest.sysroot:type_name -> chromite.api.Sysroot
-	20, // 6: chromite.api.BuildSetupRequest.artifact_info:type_name -> chromiumos.ArtifactsByService
-	1,  // 7: chromite.api.BuildSetupResponse.build_relevance:type_name -> chromite.api.BuildSetupResponse.BuildRelevance
-	18, // 8: chromite.api.GetRequest.chroot:type_name -> chromiumos.Chroot
-	19, // 9: chromite.api.GetRequest.sysroot:type_name -> chromite.api.Sysroot
-	20, // 10: chromite.api.GetRequest.artifact_info:type_name -> chromiumos.ArtifactsByService
-	21, // 11: chromite.api.GetRequest.result_path:type_name -> chromiumos.ResultPath
-	22, // 12: chromite.api.GetResponse.artifacts:type_name -> chromiumos.UploadedArtifactsByService
-	18, // 13: chromite.api.BundleArtifactsRequest.chroot:type_name -> chromiumos.Chroot
-	19, // 14: chromite.api.BundleArtifactsRequest.sysroot:type_name -> chromite.api.Sysroot
-	20, // 15: chromite.api.BundleArtifactsRequest.artifact_info:type_name -> chromiumos.ArtifactsByService
-	21, // 16: chromite.api.BundleArtifactsRequest.result_path:type_name -> chromiumos.ResultPath
-	22, // 17: chromite.api.BundleArtifactsResponse.artifacts:type_name -> chromiumos.UploadedArtifactsByService
-	23, // 18: chromite.api.BundleRequest.build_target:type_name -> chromiumos.BuildTarget
-	18, // 19: chromite.api.BundleRequest.chroot:type_name -> chromiumos.Chroot
-	19, // 20: chromite.api.BundleRequest.sysroot:type_name -> chromite.api.Sysroot
-	2,  // 21: chromite.api.BundleResponse.artifacts:type_name -> chromite.api.Artifact
-	18, // 22: chromite.api.BundleVmFilesRequest.chroot:type_name -> chromiumos.Chroot
-	19, // 23: chromite.api.BundleVmFilesRequest.sysroot:type_name -> chromite.api.Sysroot
-	18, // 24: chromite.api.BundleChromeAFDORequest.chroot:type_name -> chromiumos.Chroot
-	23, // 25: chromite.api.BundleChromeAFDORequest.build_target:type_name -> chromiumos.BuildTarget
-	24, // 26: chromite.api.BundleChromeAFDORequest.artifact_type:type_name -> chromiumos.AFDOArtifactType
-	18, // 27: chromite.api.PinnedGuestImageUriRequest.chroot:type_name -> chromiumos.Chroot
-	19, // 28: chromite.api.PinnedGuestImageUriRequest.sysroot:type_name -> chromite.api.Sysroot
-	17, // 29: chromite.api.PinnedGuestImageUriResponse.pinned_images:type_name -> chromite.api.PinnedGuestImageUriResponse.PinnedGuestImage
-	5,  // 30: chromite.api.ArtifactsService.BuildSetup:input_type -> chromite.api.BuildSetupRequest
-	7,  // 31: chromite.api.ArtifactsService.Get:input_type -> chromite.api.GetRequest
-	15, // 32: chromite.api.ArtifactsService.FetchPinnedGuestImageUris:input_type -> chromite.api.PinnedGuestImageUriRequest
-	11, // 33: chromite.api.ArtifactsService.BundleAutotestFiles:input_type -> chromite.api.BundleRequest
-	11, // 34: chromite.api.ArtifactsService.BundleChromeOSConfig:input_type -> chromite.api.BundleRequest
-	11, // 35: chromite.api.ArtifactsService.BundleDebugSymbols:input_type -> chromite.api.BundleRequest
-	11, // 36: chromite.api.ArtifactsService.BundleEbuildLogs:input_type -> chromite.api.BundleRequest
-	11, // 37: chromite.api.ArtifactsService.BundleFirmware:input_type -> chromite.api.BundleRequest
-	11, // 38: chromite.api.ArtifactsService.BundleImageArchives:input_type -> chromite.api.BundleRequest
-	11, // 39: chromite.api.ArtifactsService.BundleImageZip:input_type -> chromite.api.BundleRequest
-	14, // 40: chromite.api.ArtifactsService.BundleAFDOGenerationArtifacts:input_type -> chromite.api.BundleChromeAFDORequest
-	11, // 41: chromite.api.ArtifactsService.BundlePinnedGuestImages:input_type -> chromite.api.BundleRequest
-	11, // 42: chromite.api.ArtifactsService.BundleSimpleChromeArtifacts:input_type -> chromite.api.BundleRequest
-	11, // 43: chromite.api.ArtifactsService.BundleTastFiles:input_type -> chromite.api.BundleRequest
-	11, // 44: chromite.api.ArtifactsService.BundleTestUpdatePayloads:input_type -> chromite.api.BundleRequest
-	13, // 45: chromite.api.ArtifactsService.BundleVmFiles:input_type -> chromite.api.BundleVmFilesRequest
-	11, // 46: chromite.api.ArtifactsService.ExportCpeReport:input_type -> chromite.api.BundleRequest
-	11, // 47: chromite.api.ArtifactsService.BundleFpmcuUnittests:input_type -> chromite.api.BundleRequest
-	11, // 48: chromite.api.ArtifactsService.BundleGceTarball:input_type -> chromite.api.BundleRequest
-	11, // 49: chromite.api.ArtifactsService.GenerateRemoteTestDriverSpecification:input_type -> chromite.api.BundleRequest
-	11, // 50: chromite.api.ArtifactsService.GenerateRemoteTestDriverImages:input_type -> chromite.api.BundleRequest
-	6,  // 51: chromite.api.ArtifactsService.BuildSetup:output_type -> chromite.api.BuildSetupResponse
-	8,  // 52: chromite.api.ArtifactsService.Get:output_type -> chromite.api.GetResponse
-	16, // 53: chromite.api.ArtifactsService.FetchPinnedGuestImageUris:output_type -> chromite.api.PinnedGuestImageUriResponse
-	12, // 54: chromite.api.ArtifactsService.BundleAutotestFiles:output_type -> chromite.api.BundleResponse
-	12, // 55: chromite.api.ArtifactsService.BundleChromeOSConfig:output_type -> chromite.api.BundleResponse
-	12, // 56: chromite.api.ArtifactsService.BundleDebugSymbols:output_type -> chromite.api.BundleResponse
-	12, // 57: chromite.api.ArtifactsService.BundleEbuildLogs:output_type -> chromite.api.BundleResponse
-	12, // 58: chromite.api.ArtifactsService.BundleFirmware:output_type -> chromite.api.BundleResponse
-	12, // 59: chromite.api.ArtifactsService.BundleImageArchives:output_type -> chromite.api.BundleResponse
-	12, // 60: chromite.api.ArtifactsService.BundleImageZip:output_type -> chromite.api.BundleResponse
-	12, // 61: chromite.api.ArtifactsService.BundleAFDOGenerationArtifacts:output_type -> chromite.api.BundleResponse
-	12, // 62: chromite.api.ArtifactsService.BundlePinnedGuestImages:output_type -> chromite.api.BundleResponse
-	12, // 63: chromite.api.ArtifactsService.BundleSimpleChromeArtifacts:output_type -> chromite.api.BundleResponse
-	12, // 64: chromite.api.ArtifactsService.BundleTastFiles:output_type -> chromite.api.BundleResponse
-	12, // 65: chromite.api.ArtifactsService.BundleTestUpdatePayloads:output_type -> chromite.api.BundleResponse
-	12, // 66: chromite.api.ArtifactsService.BundleVmFiles:output_type -> chromite.api.BundleResponse
-	12, // 67: chromite.api.ArtifactsService.ExportCpeReport:output_type -> chromite.api.BundleResponse
-	12, // 68: chromite.api.ArtifactsService.BundleFpmcuUnittests:output_type -> chromite.api.BundleResponse
-	12, // 69: chromite.api.ArtifactsService.BundleGceTarball:output_type -> chromite.api.BundleResponse
-	12, // 70: chromite.api.ArtifactsService.GenerateRemoteTestDriverSpecification:output_type -> chromite.api.BundleResponse
-	12, // 71: chromite.api.ArtifactsService.GenerateRemoteTestDriverImages:output_type -> chromite.api.BundleResponse
-	51, // [51:72] is the sub-list for method output_type
-	30, // [30:51] is the sub-list for method input_type
-	30, // [30:30] is the sub-list for extension type_name
-	30, // [30:30] is the sub-list for extension extendee
-	0,  // [0:30] is the sub-list for field type_name
+	0,  // 0: chromite.api.PrepareForBuildResponse.build_relevance:type_name -> chromite.api.PrepareForBuildResponse.BuildRelevance
+	17, // 1: chromite.api.BuildSetupRequest.chroot:type_name -> chromiumos.Chroot
+	18, // 2: chromite.api.BuildSetupRequest.sysroot:type_name -> chromite.api.Sysroot
+	19, // 3: chromite.api.BuildSetupRequest.artifact_info:type_name -> chromiumos.ArtifactsByService
+	1,  // 4: chromite.api.BuildSetupResponse.build_relevance:type_name -> chromite.api.BuildSetupResponse.BuildRelevance
+	17, // 5: chromite.api.GetRequest.chroot:type_name -> chromiumos.Chroot
+	18, // 6: chromite.api.GetRequest.sysroot:type_name -> chromite.api.Sysroot
+	19, // 7: chromite.api.GetRequest.artifact_info:type_name -> chromiumos.ArtifactsByService
+	20, // 8: chromite.api.GetRequest.result_path:type_name -> chromiumos.ResultPath
+	21, // 9: chromite.api.GetResponse.artifacts:type_name -> chromiumos.UploadedArtifactsByService
+	17, // 10: chromite.api.BundleArtifactsRequest.chroot:type_name -> chromiumos.Chroot
+	18, // 11: chromite.api.BundleArtifactsRequest.sysroot:type_name -> chromite.api.Sysroot
+	19, // 12: chromite.api.BundleArtifactsRequest.artifact_info:type_name -> chromiumos.ArtifactsByService
+	20, // 13: chromite.api.BundleArtifactsRequest.result_path:type_name -> chromiumos.ResultPath
+	21, // 14: chromite.api.BundleArtifactsResponse.artifacts:type_name -> chromiumos.UploadedArtifactsByService
+	22, // 15: chromite.api.BundleRequest.build_target:type_name -> chromiumos.BuildTarget
+	17, // 16: chromite.api.BundleRequest.chroot:type_name -> chromiumos.Chroot
+	18, // 17: chromite.api.BundleRequest.sysroot:type_name -> chromite.api.Sysroot
+	2,  // 18: chromite.api.BundleResponse.artifacts:type_name -> chromite.api.Artifact
+	17, // 19: chromite.api.BundleVmFilesRequest.chroot:type_name -> chromiumos.Chroot
+	18, // 20: chromite.api.BundleVmFilesRequest.sysroot:type_name -> chromite.api.Sysroot
+	17, // 21: chromite.api.BundleChromeAFDORequest.chroot:type_name -> chromiumos.Chroot
+	22, // 22: chromite.api.BundleChromeAFDORequest.build_target:type_name -> chromiumos.BuildTarget
+	23, // 23: chromite.api.BundleChromeAFDORequest.artifact_type:type_name -> chromiumos.AFDOArtifactType
+	17, // 24: chromite.api.PinnedGuestImageUriRequest.chroot:type_name -> chromiumos.Chroot
+	18, // 25: chromite.api.PinnedGuestImageUriRequest.sysroot:type_name -> chromite.api.Sysroot
+	16, // 26: chromite.api.PinnedGuestImageUriResponse.pinned_images:type_name -> chromite.api.PinnedGuestImageUriResponse.PinnedGuestImage
+	4,  // 27: chromite.api.ArtifactsService.BuildSetup:input_type -> chromite.api.BuildSetupRequest
+	6,  // 28: chromite.api.ArtifactsService.Get:input_type -> chromite.api.GetRequest
+	14, // 29: chromite.api.ArtifactsService.FetchPinnedGuestImageUris:input_type -> chromite.api.PinnedGuestImageUriRequest
+	10, // 30: chromite.api.ArtifactsService.BundleAutotestFiles:input_type -> chromite.api.BundleRequest
+	10, // 31: chromite.api.ArtifactsService.BundleChromeOSConfig:input_type -> chromite.api.BundleRequest
+	10, // 32: chromite.api.ArtifactsService.BundleDebugSymbols:input_type -> chromite.api.BundleRequest
+	10, // 33: chromite.api.ArtifactsService.BundleEbuildLogs:input_type -> chromite.api.BundleRequest
+	10, // 34: chromite.api.ArtifactsService.BundleFirmware:input_type -> chromite.api.BundleRequest
+	10, // 35: chromite.api.ArtifactsService.BundleImageArchives:input_type -> chromite.api.BundleRequest
+	10, // 36: chromite.api.ArtifactsService.BundleImageZip:input_type -> chromite.api.BundleRequest
+	13, // 37: chromite.api.ArtifactsService.BundleAFDOGenerationArtifacts:input_type -> chromite.api.BundleChromeAFDORequest
+	10, // 38: chromite.api.ArtifactsService.BundlePinnedGuestImages:input_type -> chromite.api.BundleRequest
+	10, // 39: chromite.api.ArtifactsService.BundleSimpleChromeArtifacts:input_type -> chromite.api.BundleRequest
+	10, // 40: chromite.api.ArtifactsService.BundleTastFiles:input_type -> chromite.api.BundleRequest
+	10, // 41: chromite.api.ArtifactsService.BundleTestUpdatePayloads:input_type -> chromite.api.BundleRequest
+	12, // 42: chromite.api.ArtifactsService.BundleVmFiles:input_type -> chromite.api.BundleVmFilesRequest
+	10, // 43: chromite.api.ArtifactsService.ExportCpeReport:input_type -> chromite.api.BundleRequest
+	10, // 44: chromite.api.ArtifactsService.BundleFpmcuUnittests:input_type -> chromite.api.BundleRequest
+	10, // 45: chromite.api.ArtifactsService.BundleGceTarball:input_type -> chromite.api.BundleRequest
+	10, // 46: chromite.api.ArtifactsService.GenerateRemoteTestDriverSpecification:input_type -> chromite.api.BundleRequest
+	10, // 47: chromite.api.ArtifactsService.GenerateRemoteTestDriverImages:input_type -> chromite.api.BundleRequest
+	5,  // 48: chromite.api.ArtifactsService.BuildSetup:output_type -> chromite.api.BuildSetupResponse
+	7,  // 49: chromite.api.ArtifactsService.Get:output_type -> chromite.api.GetResponse
+	15, // 50: chromite.api.ArtifactsService.FetchPinnedGuestImageUris:output_type -> chromite.api.PinnedGuestImageUriResponse
+	11, // 51: chromite.api.ArtifactsService.BundleAutotestFiles:output_type -> chromite.api.BundleResponse
+	11, // 52: chromite.api.ArtifactsService.BundleChromeOSConfig:output_type -> chromite.api.BundleResponse
+	11, // 53: chromite.api.ArtifactsService.BundleDebugSymbols:output_type -> chromite.api.BundleResponse
+	11, // 54: chromite.api.ArtifactsService.BundleEbuildLogs:output_type -> chromite.api.BundleResponse
+	11, // 55: chromite.api.ArtifactsService.BundleFirmware:output_type -> chromite.api.BundleResponse
+	11, // 56: chromite.api.ArtifactsService.BundleImageArchives:output_type -> chromite.api.BundleResponse
+	11, // 57: chromite.api.ArtifactsService.BundleImageZip:output_type -> chromite.api.BundleResponse
+	11, // 58: chromite.api.ArtifactsService.BundleAFDOGenerationArtifacts:output_type -> chromite.api.BundleResponse
+	11, // 59: chromite.api.ArtifactsService.BundlePinnedGuestImages:output_type -> chromite.api.BundleResponse
+	11, // 60: chromite.api.ArtifactsService.BundleSimpleChromeArtifacts:output_type -> chromite.api.BundleResponse
+	11, // 61: chromite.api.ArtifactsService.BundleTastFiles:output_type -> chromite.api.BundleResponse
+	11, // 62: chromite.api.ArtifactsService.BundleTestUpdatePayloads:output_type -> chromite.api.BundleResponse
+	11, // 63: chromite.api.ArtifactsService.BundleVmFiles:output_type -> chromite.api.BundleResponse
+	11, // 64: chromite.api.ArtifactsService.ExportCpeReport:output_type -> chromite.api.BundleResponse
+	11, // 65: chromite.api.ArtifactsService.BundleFpmcuUnittests:output_type -> chromite.api.BundleResponse
+	11, // 66: chromite.api.ArtifactsService.BundleGceTarball:output_type -> chromite.api.BundleResponse
+	11, // 67: chromite.api.ArtifactsService.GenerateRemoteTestDriverSpecification:output_type -> chromite.api.BundleResponse
+	11, // 68: chromite.api.ArtifactsService.GenerateRemoteTestDriverImages:output_type -> chromite.api.BundleResponse
+	48, // [48:69] is the sub-list for method output_type
+	27, // [27:48] is the sub-list for method input_type
+	27, // [27:27] is the sub-list for extension type_name
+	27, // [27:27] is the sub-list for extension extendee
+	0,  // [0:27] is the sub-list for field type_name
 }
 
 func init() { file_chromite_api_artifacts_proto_init() }
@@ -1569,18 +1475,6 @@
 			}
 		}
 		file_chromite_api_artifacts_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
-			switch v := v.(*PrepareForBuildRequest); i {
-			case 0:
-				return &v.state
-			case 1:
-				return &v.sizeCache
-			case 2:
-				return &v.unknownFields
-			default:
-				return nil
-			}
-		}
-		file_chromite_api_artifacts_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*PrepareForBuildResponse); i {
 			case 0:
 				return &v.state
@@ -1592,7 +1486,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*BuildSetupRequest); i {
 			case 0:
 				return &v.state
@@ -1604,7 +1498,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*BuildSetupResponse); i {
 			case 0:
 				return &v.state
@@ -1616,7 +1510,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*GetRequest); i {
 			case 0:
 				return &v.state
@@ -1628,7 +1522,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*GetResponse); i {
 			case 0:
 				return &v.state
@@ -1640,7 +1534,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*BundleArtifactsRequest); i {
 			case 0:
 				return &v.state
@@ -1652,7 +1546,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*BundleArtifactsResponse); i {
 			case 0:
 				return &v.state
@@ -1664,7 +1558,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*BundleRequest); i {
 			case 0:
 				return &v.state
@@ -1676,7 +1570,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*BundleResponse); i {
 			case 0:
 				return &v.state
@@ -1688,7 +1582,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*BundleVmFilesRequest); i {
 			case 0:
 				return &v.state
@@ -1700,7 +1594,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*BundleChromeAFDORequest); i {
 			case 0:
 				return &v.state
@@ -1712,7 +1606,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*PinnedGuestImageUriRequest); i {
 			case 0:
 				return &v.state
@@ -1724,7 +1618,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*PinnedGuestImageUriResponse); i {
 			case 0:
 				return &v.state
@@ -1736,7 +1630,7 @@
 				return nil
 			}
 		}
-		file_chromite_api_artifacts_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
+		file_chromite_api_artifacts_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
 			switch v := v.(*PinnedGuestImageUriResponse_PinnedGuestImage); i {
 			case 0:
 				return &v.state
@@ -1755,7 +1649,7 @@
 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 			RawDescriptor: file_chromite_api_artifacts_proto_rawDesc,
 			NumEnums:      2,
-			NumMessages:   16,
+			NumMessages:   15,
 			NumExtensions: 0,
 			NumServices:   1,
 		},
diff --git a/go/chromite/api/toolchain.pb.go b/go/chromite/api/toolchain.pb.go
index 3cb1224..32ddfa5 100644
--- a/go/chromite/api/toolchain.pb.go
+++ b/go/chromite/api/toolchain.pb.go
@@ -142,6 +142,8 @@
 	return nil
 }
 
+// TODO(crbug/1034529): Migrate this to ArtifactsService/BuildSetup.
+//
 // Prepare the build for artifact building.
 type PrepareForToolchainBuildRequest struct {
 	state         protoimpl.MessageState
diff --git a/go/chromite/api/toolchain_grpc.pb.go b/go/chromite/api/toolchain_grpc.pb.go
index c3bb0e2..f12a638 100644
--- a/go/chromite/api/toolchain_grpc.pb.go
+++ b/go/chromite/api/toolchain_grpc.pb.go
@@ -28,11 +28,13 @@
 	// legacy toolchain builders.
 	// Copy the orderfile from unvetted GS bucket to vetted bucket.  Added in R78.
 	UploadVettedAFDOArtifacts(ctx context.Context, in *VerifyAFDOArtifactsRequest, opts ...grpc.CallOption) (*VerifyAFDOArtifactsResponse, error)
+	// TODO(crbug/1034529): Migrate this to ArtifactsService/BuildSetup.
 	// Prepare to build toolchain artifacts.  This will be called twice:
 	// Once with chroot and sysroot = None, before the chroot is created, and
 	// again at the start of the 'install packages' step, if the build gets that
 	// far.  Added in R80.
 	PrepareForBuild(ctx context.Context, in *PrepareForToolchainBuildRequest, opts ...grpc.CallOption) (*PrepareForToolchainBuildResponse, error)
+	// TODO(crbug/1034529): Migrate this to ArtifactsService/Get.
 	// Bundle toolchain artifacts.  Added in R80.
 	BundleArtifacts(ctx context.Context, in *BundleToolchainRequest, opts ...grpc.CallOption) (*BundleToolchainResponse, error)
 	// Added in R90.
@@ -106,11 +108,13 @@
 	// legacy toolchain builders.
 	// Copy the orderfile from unvetted GS bucket to vetted bucket.  Added in R78.
 	UploadVettedAFDOArtifacts(context.Context, *VerifyAFDOArtifactsRequest) (*VerifyAFDOArtifactsResponse, error)
+	// TODO(crbug/1034529): Migrate this to ArtifactsService/BuildSetup.
 	// Prepare to build toolchain artifacts.  This will be called twice:
 	// Once with chroot and sysroot = None, before the chroot is created, and
 	// again at the start of the 'install packages' step, if the build gets that
 	// far.  Added in R80.
 	PrepareForBuild(context.Context, *PrepareForToolchainBuildRequest) (*PrepareForToolchainBuildResponse, error)
+	// TODO(crbug/1034529): Migrate this to ArtifactsService/Get.
 	// Bundle toolchain artifacts.  Added in R80.
 	BundleArtifacts(context.Context, *BundleToolchainRequest) (*BundleToolchainResponse, error)
 	// Added in R90.
diff --git a/src/chromite/api/artifacts.proto b/src/chromite/api/artifacts.proto
index 390c2a5..a4345a2 100644
--- a/src/chromite/api/artifacts.proto
+++ b/src/chromite/api/artifacts.proto
@@ -14,22 +14,8 @@
 }
 
 // TODO(crbug/1034529): PrepareForBuild has never existed in chromite, and is
-// being renamed to BuildSetup.  Remove these messages once recipes has stopped
-// using them.
-message PrepareForBuildRequest {
-  // The chroot where the sysroot lives.
-  chromiumos.Chroot chroot = 1;
-
-  // The sysroot where the files live.
-  Sysroot sysroot = 2;
-
-  // Information about the artifacts.
-  chromiumos.ArtifactsByService artifact_info = 3;
-
-  // Whether we will proceed even if the build is POINTLESS.
-  bool forced_build_relevance = 4;
-}
-
+// being renamed to BuildSetup.  PrepareForBuildResponse is still used by
+// ToolchainService.
 message PrepareForBuildResponse {
   // Whether this artifact requires a build.
   enum BuildRelevance {
diff --git a/src/chromite/api/toolchain.proto b/src/chromite/api/toolchain.proto
index d087f99..8e529c2 100644
--- a/src/chromite/api/toolchain.proto
+++ b/src/chromite/api/toolchain.proto
@@ -22,6 +22,8 @@
   repeated Artifact artifacts = 2;
 }
 
+// TODO(crbug/1034529): Migrate this to ArtifactsService/BuildSetup.
+//
 // Prepare the build for artifact building.
 message PrepareForToolchainBuildRequest {
   // The artifact types that this build should make.
@@ -184,6 +186,7 @@
     };
   }
 
+  // TODO(crbug/1034529): Migrate this to ArtifactsService/BuildSetup.
   // Prepare to build toolchain artifacts.  This will be called twice:
   // Once with chroot and sysroot = None, before the chroot is created, and
   // again at the start of the 'install packages' step, if the build gets that
@@ -191,6 +194,7 @@
   rpc PrepareForBuild(PrepareForToolchainBuildRequest)
     returns (PrepareForToolchainBuildResponse);
 
+  // TODO(crbug/1034529): Migrate this to ArtifactsService/Get.
   // Bundle toolchain artifacts.  Added in R80.
   rpc BundleArtifacts(BundleToolchainRequest)
     returns (BundleToolchainResponse);