From 23cd7077019ed9c4a0b7ace2ccb9e6c53a85fb3e Mon Sep 17 00:00:00 2001 From: droplet-bot Date: Sun, 17 Nov 2024 14:52:10 +0000 Subject: [PATCH] chore: auto-gen by protobufs triggered by commit: https://github.com/instill-ai/protobufs/commit/81532b95b38518ba0de50df18e7ae05e571faf10 --- vdp/pipeline/v1beta/pipeline.pb.go | 4545 +++++++++-------- .../v1beta/pipeline_public_service.pb.go | 3062 +++++------ .../v1beta/pipeline_public_service.pb.gw.go | 216 +- .../v1beta/pipeline_public_service_grpc.pb.go | 301 +- 4 files changed, 4240 insertions(+), 3884 deletions(-) diff --git a/vdp/pipeline/v1beta/pipeline.pb.go b/vdp/pipeline/v1beta/pipeline.pb.go index cef262c..a53ab1b 100644 --- a/vdp/pipeline/v1beta/pipeline.pb.go +++ b/vdp/pipeline/v1beta/pipeline.pb.go @@ -2610,8 +2610,8 @@ func (*CloneNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int) { return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{32} } -// SendNamespacePipelineEventRequest -type SendNamespacePipelineEventRequest struct { +// HandleNamespacePipelineWebhookEventRequest +type HandleNamespacePipelineWebhookEventRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields @@ -2628,8 +2628,8 @@ type SendNamespacePipelineEventRequest struct { Data *structpb.Struct `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"` } -func (x *SendNamespacePipelineEventRequest) Reset() { - *x = SendNamespacePipelineEventRequest{} +func (x *HandleNamespacePipelineWebhookEventRequest) Reset() { + *x = HandleNamespacePipelineWebhookEventRequest{} if protoimpl.UnsafeEnabled { mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[33] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -2637,13 +2637,13 @@ func (x *SendNamespacePipelineEventRequest) Reset() { } } -func (x *SendNamespacePipelineEventRequest) String() string { +func (x *HandleNamespacePipelineWebhookEventRequest) String() string { return protoimpl.X.MessageStringOf(x) } -func (*SendNamespacePipelineEventRequest) ProtoMessage() {} +func (*HandleNamespacePipelineWebhookEventRequest) ProtoMessage() {} -func (x *SendNamespacePipelineEventRequest) ProtoReflect() protoreflect.Message { +func (x *HandleNamespacePipelineWebhookEventRequest) ProtoReflect() protoreflect.Message { mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[33] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -2655,48 +2655,48 @@ func (x *SendNamespacePipelineEventRequest) ProtoReflect() protoreflect.Message return mi.MessageOf(x) } -// Deprecated: Use SendNamespacePipelineEventRequest.ProtoReflect.Descriptor instead. -func (*SendNamespacePipelineEventRequest) Descriptor() ([]byte, []int) { +// Deprecated: Use HandleNamespacePipelineWebhookEventRequest.ProtoReflect.Descriptor instead. +func (*HandleNamespacePipelineWebhookEventRequest) Descriptor() ([]byte, []int) { return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{33} } -func (x *SendNamespacePipelineEventRequest) GetNamespaceId() string { +func (x *HandleNamespacePipelineWebhookEventRequest) GetNamespaceId() string { if x != nil { return x.NamespaceId } return "" } -func (x *SendNamespacePipelineEventRequest) GetPipelineId() string { +func (x *HandleNamespacePipelineWebhookEventRequest) GetPipelineId() string { if x != nil { return x.PipelineId } return "" } -func (x *SendNamespacePipelineEventRequest) GetEvent() string { +func (x *HandleNamespacePipelineWebhookEventRequest) GetEvent() string { if x != nil { return x.Event } return "" } -func (x *SendNamespacePipelineEventRequest) GetCode() string { +func (x *HandleNamespacePipelineWebhookEventRequest) GetCode() string { if x != nil { return x.Code } return "" } -func (x *SendNamespacePipelineEventRequest) GetData() *structpb.Struct { +func (x *HandleNamespacePipelineWebhookEventRequest) GetData() *structpb.Struct { if x != nil { return x.Data } return nil } -// SendNamespacePipelineEventResponse -type SendNamespacePipelineEventResponse struct { +// HandleNamespacePipelineWebhookEventResponse +type HandleNamespacePipelineWebhookEventResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields @@ -2705,8 +2705,8 @@ type SendNamespacePipelineEventResponse struct { Data *structpb.Struct `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` } -func (x *SendNamespacePipelineEventResponse) Reset() { - *x = SendNamespacePipelineEventResponse{} +func (x *HandleNamespacePipelineWebhookEventResponse) Reset() { + *x = HandleNamespacePipelineWebhookEventResponse{} if protoimpl.UnsafeEnabled { mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[34] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -2714,13 +2714,13 @@ func (x *SendNamespacePipelineEventResponse) Reset() { } } -func (x *SendNamespacePipelineEventResponse) String() string { +func (x *HandleNamespacePipelineWebhookEventResponse) String() string { return protoimpl.X.MessageStringOf(x) } -func (*SendNamespacePipelineEventResponse) ProtoMessage() {} +func (*HandleNamespacePipelineWebhookEventResponse) ProtoMessage() {} -func (x *SendNamespacePipelineEventResponse) ProtoReflect() protoreflect.Message { +func (x *HandleNamespacePipelineWebhookEventResponse) ProtoReflect() protoreflect.Message { mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[34] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -2732,20 +2732,20 @@ func (x *SendNamespacePipelineEventResponse) ProtoReflect() protoreflect.Message return mi.MessageOf(x) } -// Deprecated: Use SendNamespacePipelineEventResponse.ProtoReflect.Descriptor instead. -func (*SendNamespacePipelineEventResponse) Descriptor() ([]byte, []int) { +// Deprecated: Use HandleNamespacePipelineWebhookEventResponse.ProtoReflect.Descriptor instead. +func (*HandleNamespacePipelineWebhookEventResponse) Descriptor() ([]byte, []int) { return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{34} } -func (x *SendNamespacePipelineEventResponse) GetData() *structpb.Struct { +func (x *HandleNamespacePipelineWebhookEventResponse) GetData() *structpb.Struct { if x != nil { return x.Data } return nil } -// SendNamespacePipelineReleaseEventRequest -type SendNamespacePipelineReleaseEventRequest struct { +// HandleNamespacePipelineReleaseWebhookEventRequest +type HandleNamespacePipelineReleaseWebhookEventRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields @@ -2764,8 +2764,8 @@ type SendNamespacePipelineReleaseEventRequest struct { Data *structpb.Struct `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"` } -func (x *SendNamespacePipelineReleaseEventRequest) Reset() { - *x = SendNamespacePipelineReleaseEventRequest{} +func (x *HandleNamespacePipelineReleaseWebhookEventRequest) Reset() { + *x = HandleNamespacePipelineReleaseWebhookEventRequest{} if protoimpl.UnsafeEnabled { mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[35] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -2773,13 +2773,13 @@ func (x *SendNamespacePipelineReleaseEventRequest) Reset() { } } -func (x *SendNamespacePipelineReleaseEventRequest) String() string { +func (x *HandleNamespacePipelineReleaseWebhookEventRequest) String() string { return protoimpl.X.MessageStringOf(x) } -func (*SendNamespacePipelineReleaseEventRequest) ProtoMessage() {} +func (*HandleNamespacePipelineReleaseWebhookEventRequest) ProtoMessage() {} -func (x *SendNamespacePipelineReleaseEventRequest) ProtoReflect() protoreflect.Message { +func (x *HandleNamespacePipelineReleaseWebhookEventRequest) ProtoReflect() protoreflect.Message { mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[35] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -2791,55 +2791,55 @@ func (x *SendNamespacePipelineReleaseEventRequest) ProtoReflect() protoreflect.M return mi.MessageOf(x) } -// Deprecated: Use SendNamespacePipelineReleaseEventRequest.ProtoReflect.Descriptor instead. -func (*SendNamespacePipelineReleaseEventRequest) Descriptor() ([]byte, []int) { +// Deprecated: Use HandleNamespacePipelineReleaseWebhookEventRequest.ProtoReflect.Descriptor instead. +func (*HandleNamespacePipelineReleaseWebhookEventRequest) Descriptor() ([]byte, []int) { return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{35} } -func (x *SendNamespacePipelineReleaseEventRequest) GetNamespaceId() string { +func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetNamespaceId() string { if x != nil { return x.NamespaceId } return "" } -func (x *SendNamespacePipelineReleaseEventRequest) GetPipelineId() string { +func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetPipelineId() string { if x != nil { return x.PipelineId } return "" } -func (x *SendNamespacePipelineReleaseEventRequest) GetReleaseId() string { +func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetReleaseId() string { if x != nil { return x.ReleaseId } return "" } -func (x *SendNamespacePipelineReleaseEventRequest) GetEvent() string { +func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetEvent() string { if x != nil { return x.Event } return "" } -func (x *SendNamespacePipelineReleaseEventRequest) GetCode() string { +func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetCode() string { if x != nil { return x.Code } return "" } -func (x *SendNamespacePipelineReleaseEventRequest) GetData() *structpb.Struct { +func (x *HandleNamespacePipelineReleaseWebhookEventRequest) GetData() *structpb.Struct { if x != nil { return x.Data } return nil } -// SendNamespacePipelineReleaseEventResponse -type SendNamespacePipelineReleaseEventResponse struct { +// HandleNamespacePipelineReleaseWebhookEventResponse +type HandleNamespacePipelineReleaseWebhookEventResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields @@ -2848,8 +2848,8 @@ type SendNamespacePipelineReleaseEventResponse struct { Data *structpb.Struct `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` } -func (x *SendNamespacePipelineReleaseEventResponse) Reset() { - *x = SendNamespacePipelineReleaseEventResponse{} +func (x *HandleNamespacePipelineReleaseWebhookEventResponse) Reset() { + *x = HandleNamespacePipelineReleaseWebhookEventResponse{} if protoimpl.UnsafeEnabled { mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[36] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -2857,13 +2857,13 @@ func (x *SendNamespacePipelineReleaseEventResponse) Reset() { } } -func (x *SendNamespacePipelineReleaseEventResponse) String() string { +func (x *HandleNamespacePipelineReleaseWebhookEventResponse) String() string { return protoimpl.X.MessageStringOf(x) } -func (*SendNamespacePipelineReleaseEventResponse) ProtoMessage() {} +func (*HandleNamespacePipelineReleaseWebhookEventResponse) ProtoMessage() {} -func (x *SendNamespacePipelineReleaseEventResponse) ProtoReflect() protoreflect.Message { +func (x *HandleNamespacePipelineReleaseWebhookEventResponse) ProtoReflect() protoreflect.Message { mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[36] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -2875,18 +2875,131 @@ func (x *SendNamespacePipelineReleaseEventResponse) ProtoReflect() protoreflect. return mi.MessageOf(x) } -// Deprecated: Use SendNamespacePipelineReleaseEventResponse.ProtoReflect.Descriptor instead. -func (*SendNamespacePipelineReleaseEventResponse) Descriptor() ([]byte, []int) { +// Deprecated: Use HandleNamespacePipelineReleaseWebhookEventResponse.ProtoReflect.Descriptor instead. +func (*HandleNamespacePipelineReleaseWebhookEventResponse) Descriptor() ([]byte, []int) { return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{36} } -func (x *SendNamespacePipelineReleaseEventResponse) GetData() *structpb.Struct { +func (x *HandleNamespacePipelineReleaseWebhookEventResponse) GetData() *structpb.Struct { if x != nil { return x.Data } return nil } +// DispatchPipelineWebhookEventRequest represents a request to dispatch webhook events +// for a pipeline. The request contains the webhook type and event message that +// will be processed by the event router and dispatched to the appropriate pipeline +// based on the webhook type and message. The event message contains the payload +// data that will be used to trigger pipeline execution. +type DispatchPipelineWebhookEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Webhook Type + WebhookType string `protobuf:"bytes,1,opt,name=webhook_type,json=webhookType,proto3" json:"webhook_type,omitempty"` + // Event + Message *structpb.Struct `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` +} + +func (x *DispatchPipelineWebhookEventRequest) Reset() { + *x = DispatchPipelineWebhookEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[37] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DispatchPipelineWebhookEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DispatchPipelineWebhookEventRequest) ProtoMessage() {} + +func (x *DispatchPipelineWebhookEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[37] + 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 DispatchPipelineWebhookEventRequest.ProtoReflect.Descriptor instead. +func (*DispatchPipelineWebhookEventRequest) Descriptor() ([]byte, []int) { + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{37} +} + +func (x *DispatchPipelineWebhookEventRequest) GetWebhookType() string { + if x != nil { + return x.WebhookType + } + return "" +} + +func (x *DispatchPipelineWebhookEventRequest) GetMessage() *structpb.Struct { + if x != nil { + return x.Message + } + return nil +} + +// DispatchPipelineWebhookEventResponse represents a response to dispatch webhook events +// for a pipeline. The response contains the response message that will be sent +// back to the webhook sender. +type DispatchPipelineWebhookEventResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Response + Response *structpb.Struct `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` +} + +func (x *DispatchPipelineWebhookEventResponse) Reset() { + *x = DispatchPipelineWebhookEventResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[38] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DispatchPipelineWebhookEventResponse) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DispatchPipelineWebhookEventResponse) ProtoMessage() {} + +func (x *DispatchPipelineWebhookEventResponse) ProtoReflect() protoreflect.Message { + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[38] + 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 DispatchPipelineWebhookEventResponse.ProtoReflect.Descriptor instead. +func (*DispatchPipelineWebhookEventResponse) Descriptor() ([]byte, []int) { + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{38} +} + +func (x *DispatchPipelineWebhookEventResponse) GetResponse() *structpb.Struct { + if x != nil { + return x.Response + } + return nil +} + // TriggerNamespacePipelineRequest represents a request to trigger a user-owned // pipeline synchronously. type TriggerNamespacePipelineRequest struct { @@ -2907,7 +3020,7 @@ type TriggerNamespacePipelineRequest struct { func (x *TriggerNamespacePipelineRequest) Reset() { *x = TriggerNamespacePipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[37] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[39] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2920,7 +3033,7 @@ func (x *TriggerNamespacePipelineRequest) String() string { func (*TriggerNamespacePipelineRequest) ProtoMessage() {} func (x *TriggerNamespacePipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[37] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[39] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2933,7 +3046,7 @@ func (x *TriggerNamespacePipelineRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use TriggerNamespacePipelineRequest.ProtoReflect.Descriptor instead. func (*TriggerNamespacePipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{37} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{39} } func (x *TriggerNamespacePipelineRequest) GetNamespaceId() string { @@ -2980,7 +3093,7 @@ type TriggerNamespacePipelineResponse struct { func (x *TriggerNamespacePipelineResponse) Reset() { *x = TriggerNamespacePipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[38] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[40] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2993,7 +3106,7 @@ func (x *TriggerNamespacePipelineResponse) String() string { func (*TriggerNamespacePipelineResponse) ProtoMessage() {} func (x *TriggerNamespacePipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[38] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[40] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3006,7 +3119,7 @@ func (x *TriggerNamespacePipelineResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use TriggerNamespacePipelineResponse.ProtoReflect.Descriptor instead. func (*TriggerNamespacePipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{38} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{40} } func (x *TriggerNamespacePipelineResponse) GetOutputs() []*structpb.Struct { @@ -3043,7 +3156,7 @@ type TriggerNamespacePipelineWithStreamRequest struct { func (x *TriggerNamespacePipelineWithStreamRequest) Reset() { *x = TriggerNamespacePipelineWithStreamRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[39] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[41] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3056,7 +3169,7 @@ func (x *TriggerNamespacePipelineWithStreamRequest) String() string { func (*TriggerNamespacePipelineWithStreamRequest) ProtoMessage() {} func (x *TriggerNamespacePipelineWithStreamRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[39] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[41] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3069,7 +3182,7 @@ func (x *TriggerNamespacePipelineWithStreamRequest) ProtoReflect() protoreflect. // Deprecated: Use TriggerNamespacePipelineWithStreamRequest.ProtoReflect.Descriptor instead. func (*TriggerNamespacePipelineWithStreamRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{39} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{41} } func (x *TriggerNamespacePipelineWithStreamRequest) GetNamespaceId() string { @@ -3116,7 +3229,7 @@ type TriggerNamespacePipelineWithStreamResponse struct { func (x *TriggerNamespacePipelineWithStreamResponse) Reset() { *x = TriggerNamespacePipelineWithStreamResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[40] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[42] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3129,7 +3242,7 @@ func (x *TriggerNamespacePipelineWithStreamResponse) String() string { func (*TriggerNamespacePipelineWithStreamResponse) ProtoMessage() {} func (x *TriggerNamespacePipelineWithStreamResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[40] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[42] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3142,7 +3255,7 @@ func (x *TriggerNamespacePipelineWithStreamResponse) ProtoReflect() protoreflect // Deprecated: Use TriggerNamespacePipelineWithStreamResponse.ProtoReflect.Descriptor instead. func (*TriggerNamespacePipelineWithStreamResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{40} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{42} } func (x *TriggerNamespacePipelineWithStreamResponse) GetOutputs() []*structpb.Struct { @@ -3179,7 +3292,7 @@ type TriggerAsyncNamespacePipelineRequest struct { func (x *TriggerAsyncNamespacePipelineRequest) Reset() { *x = TriggerAsyncNamespacePipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[41] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[43] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3192,7 +3305,7 @@ func (x *TriggerAsyncNamespacePipelineRequest) String() string { func (*TriggerAsyncNamespacePipelineRequest) ProtoMessage() {} func (x *TriggerAsyncNamespacePipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[41] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[43] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3205,7 +3318,7 @@ func (x *TriggerAsyncNamespacePipelineRequest) ProtoReflect() protoreflect.Messa // Deprecated: Use TriggerAsyncNamespacePipelineRequest.ProtoReflect.Descriptor instead. func (*TriggerAsyncNamespacePipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{41} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{43} } func (x *TriggerAsyncNamespacePipelineRequest) GetNamespaceId() string { @@ -3250,7 +3363,7 @@ type TriggerAsyncNamespacePipelineResponse struct { func (x *TriggerAsyncNamespacePipelineResponse) Reset() { *x = TriggerAsyncNamespacePipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[42] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[44] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3263,7 +3376,7 @@ func (x *TriggerAsyncNamespacePipelineResponse) String() string { func (*TriggerAsyncNamespacePipelineResponse) ProtoMessage() {} func (x *TriggerAsyncNamespacePipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[42] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[44] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3276,7 +3389,7 @@ func (x *TriggerAsyncNamespacePipelineResponse) ProtoReflect() protoreflect.Mess // Deprecated: Use TriggerAsyncNamespacePipelineResponse.ProtoReflect.Descriptor instead. func (*TriggerAsyncNamespacePipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{42} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{44} } func (x *TriggerAsyncNamespacePipelineResponse) GetOperation() *longrunningpb.Operation { @@ -3304,7 +3417,7 @@ type CreateNamespacePipelineReleaseRequest struct { func (x *CreateNamespacePipelineReleaseRequest) Reset() { *x = CreateNamespacePipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[43] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[45] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3317,7 +3430,7 @@ func (x *CreateNamespacePipelineReleaseRequest) String() string { func (*CreateNamespacePipelineReleaseRequest) ProtoMessage() {} func (x *CreateNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[43] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[45] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3330,7 +3443,7 @@ func (x *CreateNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Mess // Deprecated: Use CreateNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*CreateNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{43} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{45} } func (x *CreateNamespacePipelineReleaseRequest) GetNamespaceId() string { @@ -3367,7 +3480,7 @@ type CreateNamespacePipelineReleaseResponse struct { func (x *CreateNamespacePipelineReleaseResponse) Reset() { *x = CreateNamespacePipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[44] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[46] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3380,7 +3493,7 @@ func (x *CreateNamespacePipelineReleaseResponse) String() string { func (*CreateNamespacePipelineReleaseResponse) ProtoMessage() {} func (x *CreateNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[44] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[46] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3393,7 +3506,7 @@ func (x *CreateNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Mes // Deprecated: Use CreateNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*CreateNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{44} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{46} } func (x *CreateNamespacePipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -3433,7 +3546,7 @@ type ListNamespacePipelineReleasesRequest struct { func (x *ListNamespacePipelineReleasesRequest) Reset() { *x = ListNamespacePipelineReleasesRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[45] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[47] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3446,7 +3559,7 @@ func (x *ListNamespacePipelineReleasesRequest) String() string { func (*ListNamespacePipelineReleasesRequest) ProtoMessage() {} func (x *ListNamespacePipelineReleasesRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[45] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[47] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3459,7 +3572,7 @@ func (x *ListNamespacePipelineReleasesRequest) ProtoReflect() protoreflect.Messa // Deprecated: Use ListNamespacePipelineReleasesRequest.ProtoReflect.Descriptor instead. func (*ListNamespacePipelineReleasesRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{45} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{47} } func (x *ListNamespacePipelineReleasesRequest) GetNamespaceId() string { @@ -3528,7 +3641,7 @@ type ListNamespacePipelineReleasesResponse struct { func (x *ListNamespacePipelineReleasesResponse) Reset() { *x = ListNamespacePipelineReleasesResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[46] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[48] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3541,7 +3654,7 @@ func (x *ListNamespacePipelineReleasesResponse) String() string { func (*ListNamespacePipelineReleasesResponse) ProtoMessage() {} func (x *ListNamespacePipelineReleasesResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[46] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[48] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3554,7 +3667,7 @@ func (x *ListNamespacePipelineReleasesResponse) ProtoReflect() protoreflect.Mess // Deprecated: Use ListNamespacePipelineReleasesResponse.ProtoReflect.Descriptor instead. func (*ListNamespacePipelineReleasesResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{46} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{48} } func (x *ListNamespacePipelineReleasesResponse) GetReleases() []*PipelineRelease { @@ -3598,7 +3711,7 @@ type GetNamespacePipelineReleaseRequest struct { func (x *GetNamespacePipelineReleaseRequest) Reset() { *x = GetNamespacePipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[47] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[49] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3611,7 +3724,7 @@ func (x *GetNamespacePipelineReleaseRequest) String() string { func (*GetNamespacePipelineReleaseRequest) ProtoMessage() {} func (x *GetNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[47] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[49] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3624,7 +3737,7 @@ func (x *GetNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message // Deprecated: Use GetNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*GetNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{47} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{49} } func (x *GetNamespacePipelineReleaseRequest) GetNamespaceId() string { @@ -3668,7 +3781,7 @@ type GetNamespacePipelineReleaseResponse struct { func (x *GetNamespacePipelineReleaseResponse) Reset() { *x = GetNamespacePipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[48] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[50] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3681,7 +3794,7 @@ func (x *GetNamespacePipelineReleaseResponse) String() string { func (*GetNamespacePipelineReleaseResponse) ProtoMessage() {} func (x *GetNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[48] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[50] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3694,7 +3807,7 @@ func (x *GetNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Messag // Deprecated: Use GetNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*GetNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{48} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{50} } func (x *GetNamespacePipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -3730,7 +3843,7 @@ type UpdateNamespacePipelineReleaseRequest struct { func (x *UpdateNamespacePipelineReleaseRequest) Reset() { *x = UpdateNamespacePipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[49] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[51] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3743,7 +3856,7 @@ func (x *UpdateNamespacePipelineReleaseRequest) String() string { func (*UpdateNamespacePipelineReleaseRequest) ProtoMessage() {} func (x *UpdateNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[49] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[51] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3756,7 +3869,7 @@ func (x *UpdateNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Mess // Deprecated: Use UpdateNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*UpdateNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{49} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{51} } func (x *UpdateNamespacePipelineReleaseRequest) GetNamespaceId() string { @@ -3807,7 +3920,7 @@ type UpdateNamespacePipelineReleaseResponse struct { func (x *UpdateNamespacePipelineReleaseResponse) Reset() { *x = UpdateNamespacePipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[50] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[52] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3820,7 +3933,7 @@ func (x *UpdateNamespacePipelineReleaseResponse) String() string { func (*UpdateNamespacePipelineReleaseResponse) ProtoMessage() {} func (x *UpdateNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[50] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[52] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3833,7 +3946,7 @@ func (x *UpdateNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Mes // Deprecated: Use UpdateNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*UpdateNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{50} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{52} } func (x *UpdateNamespacePipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -3861,7 +3974,7 @@ type DeleteNamespacePipelineReleaseRequest struct { func (x *DeleteNamespacePipelineReleaseRequest) Reset() { *x = DeleteNamespacePipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[51] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[53] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3874,7 +3987,7 @@ func (x *DeleteNamespacePipelineReleaseRequest) String() string { func (*DeleteNamespacePipelineReleaseRequest) ProtoMessage() {} func (x *DeleteNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[51] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[53] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3887,7 +4000,7 @@ func (x *DeleteNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Mess // Deprecated: Use DeleteNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*DeleteNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{51} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{53} } func (x *DeleteNamespacePipelineReleaseRequest) GetNamespaceId() string { @@ -3921,7 +4034,7 @@ type DeleteNamespacePipelineReleaseResponse struct { func (x *DeleteNamespacePipelineReleaseResponse) Reset() { *x = DeleteNamespacePipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[52] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[54] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3934,7 +4047,7 @@ func (x *DeleteNamespacePipelineReleaseResponse) String() string { func (*DeleteNamespacePipelineReleaseResponse) ProtoMessage() {} func (x *DeleteNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[52] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[54] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3947,7 +4060,7 @@ func (x *DeleteNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Mes // Deprecated: Use DeleteNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*DeleteNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{52} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{54} } // TriggerNamespacePipelineReleaseRequest represents a request to trigger a pinned @@ -3972,7 +4085,7 @@ type TriggerNamespacePipelineReleaseRequest struct { func (x *TriggerNamespacePipelineReleaseRequest) Reset() { *x = TriggerNamespacePipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[53] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[55] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3985,7 +4098,7 @@ func (x *TriggerNamespacePipelineReleaseRequest) String() string { func (*TriggerNamespacePipelineReleaseRequest) ProtoMessage() {} func (x *TriggerNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[53] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[55] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3998,7 +4111,7 @@ func (x *TriggerNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Mes // Deprecated: Use TriggerNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*TriggerNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{53} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{55} } func (x *TriggerNamespacePipelineReleaseRequest) GetNamespaceId() string { @@ -4052,7 +4165,7 @@ type TriggerNamespacePipelineReleaseResponse struct { func (x *TriggerNamespacePipelineReleaseResponse) Reset() { *x = TriggerNamespacePipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[54] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[56] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4065,7 +4178,7 @@ func (x *TriggerNamespacePipelineReleaseResponse) String() string { func (*TriggerNamespacePipelineReleaseResponse) ProtoMessage() {} func (x *TriggerNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[54] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[56] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4078,7 +4191,7 @@ func (x *TriggerNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Me // Deprecated: Use TriggerNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*TriggerNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{54} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{56} } func (x *TriggerNamespacePipelineReleaseResponse) GetOutputs() []*structpb.Struct { @@ -4117,7 +4230,7 @@ type TriggerAsyncNamespacePipelineReleaseRequest struct { func (x *TriggerAsyncNamespacePipelineReleaseRequest) Reset() { *x = TriggerAsyncNamespacePipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[55] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[57] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4130,7 +4243,7 @@ func (x *TriggerAsyncNamespacePipelineReleaseRequest) String() string { func (*TriggerAsyncNamespacePipelineReleaseRequest) ProtoMessage() {} func (x *TriggerAsyncNamespacePipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[55] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[57] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4143,7 +4256,7 @@ func (x *TriggerAsyncNamespacePipelineReleaseRequest) ProtoReflect() protoreflec // Deprecated: Use TriggerAsyncNamespacePipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*TriggerAsyncNamespacePipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{55} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{57} } func (x *TriggerAsyncNamespacePipelineReleaseRequest) GetNamespaceId() string { @@ -4195,7 +4308,7 @@ type TriggerAsyncNamespacePipelineReleaseResponse struct { func (x *TriggerAsyncNamespacePipelineReleaseResponse) Reset() { *x = TriggerAsyncNamespacePipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[56] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[58] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4208,7 +4321,7 @@ func (x *TriggerAsyncNamespacePipelineReleaseResponse) String() string { func (*TriggerAsyncNamespacePipelineReleaseResponse) ProtoMessage() {} func (x *TriggerAsyncNamespacePipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[56] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[58] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4221,7 +4334,7 @@ func (x *TriggerAsyncNamespacePipelineReleaseResponse) ProtoReflect() protorefle // Deprecated: Use TriggerAsyncNamespacePipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*TriggerAsyncNamespacePipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{56} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{58} } func (x *TriggerAsyncNamespacePipelineReleaseResponse) GetOperation() *longrunningpb.Operation { @@ -4248,7 +4361,7 @@ type CreateUserPipelineRequest struct { func (x *CreateUserPipelineRequest) Reset() { *x = CreateUserPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[57] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[59] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4261,7 +4374,7 @@ func (x *CreateUserPipelineRequest) String() string { func (*CreateUserPipelineRequest) ProtoMessage() {} func (x *CreateUserPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[57] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[59] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4274,7 +4387,7 @@ func (x *CreateUserPipelineRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateUserPipelineRequest.ProtoReflect.Descriptor instead. func (*CreateUserPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{57} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{59} } func (x *CreateUserPipelineRequest) GetPipeline() *Pipeline { @@ -4304,7 +4417,7 @@ type CreateUserPipelineResponse struct { func (x *CreateUserPipelineResponse) Reset() { *x = CreateUserPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[58] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[60] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4317,7 +4430,7 @@ func (x *CreateUserPipelineResponse) String() string { func (*CreateUserPipelineResponse) ProtoMessage() {} func (x *CreateUserPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[58] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[60] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4330,7 +4443,7 @@ func (x *CreateUserPipelineResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateUserPipelineResponse.ProtoReflect.Descriptor instead. func (*CreateUserPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{58} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{60} } func (x *CreateUserPipelineResponse) GetPipeline() *Pipeline { @@ -4376,7 +4489,7 @@ type ListUserPipelinesRequest struct { func (x *ListUserPipelinesRequest) Reset() { *x = ListUserPipelinesRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[59] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[61] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4389,7 +4502,7 @@ func (x *ListUserPipelinesRequest) String() string { func (*ListUserPipelinesRequest) ProtoMessage() {} func (x *ListUserPipelinesRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[59] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[61] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4402,7 +4515,7 @@ func (x *ListUserPipelinesRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListUserPipelinesRequest.ProtoReflect.Descriptor instead. func (*ListUserPipelinesRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{59} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{61} } func (x *ListUserPipelinesRequest) GetPageSize() int32 { @@ -4478,7 +4591,7 @@ type ListUserPipelinesResponse struct { func (x *ListUserPipelinesResponse) Reset() { *x = ListUserPipelinesResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[60] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[62] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4491,7 +4604,7 @@ func (x *ListUserPipelinesResponse) String() string { func (*ListUserPipelinesResponse) ProtoMessage() {} func (x *ListUserPipelinesResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[60] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[62] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4504,7 +4617,7 @@ func (x *ListUserPipelinesResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ListUserPipelinesResponse.ProtoReflect.Descriptor instead. func (*ListUserPipelinesResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{60} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{62} } func (x *ListUserPipelinesResponse) GetPipelines() []*Pipeline { @@ -4546,7 +4659,7 @@ type GetUserPipelineRequest struct { func (x *GetUserPipelineRequest) Reset() { *x = GetUserPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[61] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[63] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4559,7 +4672,7 @@ func (x *GetUserPipelineRequest) String() string { func (*GetUserPipelineRequest) ProtoMessage() {} func (x *GetUserPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[61] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[63] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4572,7 +4685,7 @@ func (x *GetUserPipelineRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetUserPipelineRequest.ProtoReflect.Descriptor instead. func (*GetUserPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{61} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{63} } func (x *GetUserPipelineRequest) GetName() string { @@ -4602,7 +4715,7 @@ type GetUserPipelineResponse struct { func (x *GetUserPipelineResponse) Reset() { *x = GetUserPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[62] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[64] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4615,7 +4728,7 @@ func (x *GetUserPipelineResponse) String() string { func (*GetUserPipelineResponse) ProtoMessage() {} func (x *GetUserPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[62] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[64] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4628,7 +4741,7 @@ func (x *GetUserPipelineResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetUserPipelineResponse.ProtoReflect.Descriptor instead. func (*GetUserPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{62} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{64} } func (x *GetUserPipelineResponse) GetPipeline() *Pipeline { @@ -4657,7 +4770,7 @@ type UpdateUserPipelineRequest struct { func (x *UpdateUserPipelineRequest) Reset() { *x = UpdateUserPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[63] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[65] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4670,7 +4783,7 @@ func (x *UpdateUserPipelineRequest) String() string { func (*UpdateUserPipelineRequest) ProtoMessage() {} func (x *UpdateUserPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[63] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[65] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4683,7 +4796,7 @@ func (x *UpdateUserPipelineRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateUserPipelineRequest.ProtoReflect.Descriptor instead. func (*UpdateUserPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{63} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{65} } func (x *UpdateUserPipelineRequest) GetPipeline() *Pipeline { @@ -4713,7 +4826,7 @@ type UpdateUserPipelineResponse struct { func (x *UpdateUserPipelineResponse) Reset() { *x = UpdateUserPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[64] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[66] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4726,7 +4839,7 @@ func (x *UpdateUserPipelineResponse) String() string { func (*UpdateUserPipelineResponse) ProtoMessage() {} func (x *UpdateUserPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[64] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[66] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4739,7 +4852,7 @@ func (x *UpdateUserPipelineResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateUserPipelineResponse.ProtoReflect.Descriptor instead. func (*UpdateUserPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{64} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{66} } func (x *UpdateUserPipelineResponse) GetPipeline() *Pipeline { @@ -4765,7 +4878,7 @@ type DeleteUserPipelineRequest struct { func (x *DeleteUserPipelineRequest) Reset() { *x = DeleteUserPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[65] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[67] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4778,7 +4891,7 @@ func (x *DeleteUserPipelineRequest) String() string { func (*DeleteUserPipelineRequest) ProtoMessage() {} func (x *DeleteUserPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[65] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[67] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4791,7 +4904,7 @@ func (x *DeleteUserPipelineRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteUserPipelineRequest.ProtoReflect.Descriptor instead. func (*DeleteUserPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{65} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{67} } func (x *DeleteUserPipelineRequest) GetName() string { @@ -4811,7 +4924,7 @@ type DeleteUserPipelineResponse struct { func (x *DeleteUserPipelineResponse) Reset() { *x = DeleteUserPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[66] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[68] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4824,7 +4937,7 @@ func (x *DeleteUserPipelineResponse) String() string { func (*DeleteUserPipelineResponse) ProtoMessage() {} func (x *DeleteUserPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[66] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[68] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4837,7 +4950,7 @@ func (x *DeleteUserPipelineResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteUserPipelineResponse.ProtoReflect.Descriptor instead. func (*DeleteUserPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{66} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{68} } // ErrPipelineValidation contains information about a failed pipeline @@ -4856,7 +4969,7 @@ type ErrPipelineValidation struct { func (x *ErrPipelineValidation) Reset() { *x = ErrPipelineValidation{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[67] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[69] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4869,7 +4982,7 @@ func (x *ErrPipelineValidation) String() string { func (*ErrPipelineValidation) ProtoMessage() {} func (x *ErrPipelineValidation) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[67] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[69] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4882,7 +4995,7 @@ func (x *ErrPipelineValidation) ProtoReflect() protoreflect.Message { // Deprecated: Use ErrPipelineValidation.ProtoReflect.Descriptor instead. func (*ErrPipelineValidation) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{67} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{69} } func (x *ErrPipelineValidation) GetLocation() string { @@ -4915,7 +5028,7 @@ type ValidateUserPipelineRequest struct { func (x *ValidateUserPipelineRequest) Reset() { *x = ValidateUserPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[68] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[70] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4928,7 +5041,7 @@ func (x *ValidateUserPipelineRequest) String() string { func (*ValidateUserPipelineRequest) ProtoMessage() {} func (x *ValidateUserPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[68] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[70] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4941,7 +5054,7 @@ func (x *ValidateUserPipelineRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ValidateUserPipelineRequest.ProtoReflect.Descriptor instead. func (*ValidateUserPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{68} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{70} } func (x *ValidateUserPipelineRequest) GetName() string { @@ -4966,7 +5079,7 @@ type ValidateUserPipelineResponse struct { func (x *ValidateUserPipelineResponse) Reset() { *x = ValidateUserPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[69] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[71] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4979,7 +5092,7 @@ func (x *ValidateUserPipelineResponse) String() string { func (*ValidateUserPipelineResponse) ProtoMessage() {} func (x *ValidateUserPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[69] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[71] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4992,7 +5105,7 @@ func (x *ValidateUserPipelineResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ValidateUserPipelineResponse.ProtoReflect.Descriptor instead. func (*ValidateUserPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{69} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{71} } func (x *ValidateUserPipelineResponse) GetSuccess() bool { @@ -5028,7 +5141,7 @@ type RenameUserPipelineRequest struct { func (x *RenameUserPipelineRequest) Reset() { *x = RenameUserPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[70] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[72] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5041,7 +5154,7 @@ func (x *RenameUserPipelineRequest) String() string { func (*RenameUserPipelineRequest) ProtoMessage() {} func (x *RenameUserPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[70] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[72] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5054,7 +5167,7 @@ func (x *RenameUserPipelineRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use RenameUserPipelineRequest.ProtoReflect.Descriptor instead. func (*RenameUserPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{70} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{72} } func (x *RenameUserPipelineRequest) GetName() string { @@ -5084,7 +5197,7 @@ type RenameUserPipelineResponse struct { func (x *RenameUserPipelineResponse) Reset() { *x = RenameUserPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[71] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[73] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5097,7 +5210,7 @@ func (x *RenameUserPipelineResponse) String() string { func (*RenameUserPipelineResponse) ProtoMessage() {} func (x *RenameUserPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[71] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[73] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5110,7 +5223,7 @@ func (x *RenameUserPipelineResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use RenameUserPipelineResponse.ProtoReflect.Descriptor instead. func (*RenameUserPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{71} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{73} } func (x *RenameUserPipelineResponse) GetPipeline() *Pipeline { @@ -5140,7 +5253,7 @@ type TriggerUserPipelineRequest struct { func (x *TriggerUserPipelineRequest) Reset() { *x = TriggerUserPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[72] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[74] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5153,7 +5266,7 @@ func (x *TriggerUserPipelineRequest) String() string { func (*TriggerUserPipelineRequest) ProtoMessage() {} func (x *TriggerUserPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[72] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[74] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5166,7 +5279,7 @@ func (x *TriggerUserPipelineRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use TriggerUserPipelineRequest.ProtoReflect.Descriptor instead. func (*TriggerUserPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{72} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{74} } func (x *TriggerUserPipelineRequest) GetName() string { @@ -5206,7 +5319,7 @@ type TriggerUserPipelineResponse struct { func (x *TriggerUserPipelineResponse) Reset() { *x = TriggerUserPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[73] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[75] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5219,7 +5332,7 @@ func (x *TriggerUserPipelineResponse) String() string { func (*TriggerUserPipelineResponse) ProtoMessage() {} func (x *TriggerUserPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[73] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[75] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5232,7 +5345,7 @@ func (x *TriggerUserPipelineResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use TriggerUserPipelineResponse.ProtoReflect.Descriptor instead. func (*TriggerUserPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{73} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{75} } func (x *TriggerUserPipelineResponse) GetOutputs() []*structpb.Struct { @@ -5269,7 +5382,7 @@ type TriggerUserPipelineWithStreamRequest struct { func (x *TriggerUserPipelineWithStreamRequest) Reset() { *x = TriggerUserPipelineWithStreamRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[74] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[76] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5282,7 +5395,7 @@ func (x *TriggerUserPipelineWithStreamRequest) String() string { func (*TriggerUserPipelineWithStreamRequest) ProtoMessage() {} func (x *TriggerUserPipelineWithStreamRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[74] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[76] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5295,7 +5408,7 @@ func (x *TriggerUserPipelineWithStreamRequest) ProtoReflect() protoreflect.Messa // Deprecated: Use TriggerUserPipelineWithStreamRequest.ProtoReflect.Descriptor instead. func (*TriggerUserPipelineWithStreamRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{74} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{76} } func (x *TriggerUserPipelineWithStreamRequest) GetName() string { @@ -5335,7 +5448,7 @@ type TriggerUserPipelineWithStreamResponse struct { func (x *TriggerUserPipelineWithStreamResponse) Reset() { *x = TriggerUserPipelineWithStreamResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[75] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[77] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5348,7 +5461,7 @@ func (x *TriggerUserPipelineWithStreamResponse) String() string { func (*TriggerUserPipelineWithStreamResponse) ProtoMessage() {} func (x *TriggerUserPipelineWithStreamResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[75] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[77] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5361,7 +5474,7 @@ func (x *TriggerUserPipelineWithStreamResponse) ProtoReflect() protoreflect.Mess // Deprecated: Use TriggerUserPipelineWithStreamResponse.ProtoReflect.Descriptor instead. func (*TriggerUserPipelineWithStreamResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{75} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{77} } func (x *TriggerUserPipelineWithStreamResponse) GetOutputs() []*structpb.Struct { @@ -5393,7 +5506,7 @@ type TriggerData struct { func (x *TriggerData) Reset() { *x = TriggerData{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[76] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[78] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5406,7 +5519,7 @@ func (x *TriggerData) String() string { func (*TriggerData) ProtoMessage() {} func (x *TriggerData) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[76] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[78] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5419,7 +5532,7 @@ func (x *TriggerData) ProtoReflect() protoreflect.Message { // Deprecated: Use TriggerData.ProtoReflect.Descriptor instead. func (*TriggerData) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{76} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{78} } func (x *TriggerData) GetVariable() *structpb.Struct { @@ -5456,7 +5569,7 @@ type TriggerAsyncUserPipelineRequest struct { func (x *TriggerAsyncUserPipelineRequest) Reset() { *x = TriggerAsyncUserPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[77] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[79] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5469,7 +5582,7 @@ func (x *TriggerAsyncUserPipelineRequest) String() string { func (*TriggerAsyncUserPipelineRequest) ProtoMessage() {} func (x *TriggerAsyncUserPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[77] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[79] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5482,7 +5595,7 @@ func (x *TriggerAsyncUserPipelineRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use TriggerAsyncUserPipelineRequest.ProtoReflect.Descriptor instead. func (*TriggerAsyncUserPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{77} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{79} } func (x *TriggerAsyncUserPipelineRequest) GetName() string { @@ -5520,7 +5633,7 @@ type TriggerAsyncUserPipelineResponse struct { func (x *TriggerAsyncUserPipelineResponse) Reset() { *x = TriggerAsyncUserPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[78] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[80] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5533,7 +5646,7 @@ func (x *TriggerAsyncUserPipelineResponse) String() string { func (*TriggerAsyncUserPipelineResponse) ProtoMessage() {} func (x *TriggerAsyncUserPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[78] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[80] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5546,7 +5659,7 @@ func (x *TriggerAsyncUserPipelineResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use TriggerAsyncUserPipelineResponse.ProtoReflect.Descriptor instead. func (*TriggerAsyncUserPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{78} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{80} } func (x *TriggerAsyncUserPipelineResponse) GetOperation() *longrunningpb.Operation { @@ -5573,7 +5686,7 @@ type CreateUserPipelineReleaseRequest struct { func (x *CreateUserPipelineReleaseRequest) Reset() { *x = CreateUserPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[79] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[81] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5586,7 +5699,7 @@ func (x *CreateUserPipelineReleaseRequest) String() string { func (*CreateUserPipelineReleaseRequest) ProtoMessage() {} func (x *CreateUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[79] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[81] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5599,7 +5712,7 @@ func (x *CreateUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateUserPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*CreateUserPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{79} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{81} } func (x *CreateUserPipelineReleaseRequest) GetRelease() *PipelineRelease { @@ -5629,7 +5742,7 @@ type CreateUserPipelineReleaseResponse struct { func (x *CreateUserPipelineReleaseResponse) Reset() { *x = CreateUserPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[80] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[82] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5642,7 +5755,7 @@ func (x *CreateUserPipelineReleaseResponse) String() string { func (*CreateUserPipelineReleaseResponse) ProtoMessage() {} func (x *CreateUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[80] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[82] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5655,7 +5768,7 @@ func (x *CreateUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message // Deprecated: Use CreateUserPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*CreateUserPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{80} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{82} } func (x *CreateUserPipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -5694,7 +5807,7 @@ type ListUserPipelineReleasesRequest struct { func (x *ListUserPipelineReleasesRequest) Reset() { *x = ListUserPipelineReleasesRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[81] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[83] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5707,7 +5820,7 @@ func (x *ListUserPipelineReleasesRequest) String() string { func (*ListUserPipelineReleasesRequest) ProtoMessage() {} func (x *ListUserPipelineReleasesRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[81] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[83] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5720,7 +5833,7 @@ func (x *ListUserPipelineReleasesRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListUserPipelineReleasesRequest.ProtoReflect.Descriptor instead. func (*ListUserPipelineReleasesRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{81} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{83} } func (x *ListUserPipelineReleasesRequest) GetPageSize() int32 { @@ -5782,7 +5895,7 @@ type ListUserPipelineReleasesResponse struct { func (x *ListUserPipelineReleasesResponse) Reset() { *x = ListUserPipelineReleasesResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[82] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[84] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5795,7 +5908,7 @@ func (x *ListUserPipelineReleasesResponse) String() string { func (*ListUserPipelineReleasesResponse) ProtoMessage() {} func (x *ListUserPipelineReleasesResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[82] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[84] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5808,7 +5921,7 @@ func (x *ListUserPipelineReleasesResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ListUserPipelineReleasesResponse.ProtoReflect.Descriptor instead. func (*ListUserPipelineReleasesResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{82} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{84} } func (x *ListUserPipelineReleasesResponse) GetReleases() []*PipelineRelease { @@ -5850,7 +5963,7 @@ type GetUserPipelineReleaseRequest struct { func (x *GetUserPipelineReleaseRequest) Reset() { *x = GetUserPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[83] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[85] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5863,7 +5976,7 @@ func (x *GetUserPipelineReleaseRequest) String() string { func (*GetUserPipelineReleaseRequest) ProtoMessage() {} func (x *GetUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[83] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[85] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5876,7 +5989,7 @@ func (x *GetUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetUserPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*GetUserPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{83} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{85} } func (x *GetUserPipelineReleaseRequest) GetName() string { @@ -5906,7 +6019,7 @@ type GetUserPipelineReleaseResponse struct { func (x *GetUserPipelineReleaseResponse) Reset() { *x = GetUserPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[84] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[86] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5919,7 +6032,7 @@ func (x *GetUserPipelineReleaseResponse) String() string { func (*GetUserPipelineReleaseResponse) ProtoMessage() {} func (x *GetUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[84] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[86] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5932,7 +6045,7 @@ func (x *GetUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetUserPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*GetUserPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{84} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{86} } func (x *GetUserPipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -5962,7 +6075,7 @@ type UpdateUserPipelineReleaseRequest struct { func (x *UpdateUserPipelineReleaseRequest) Reset() { *x = UpdateUserPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[85] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[87] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5975,7 +6088,7 @@ func (x *UpdateUserPipelineReleaseRequest) String() string { func (*UpdateUserPipelineReleaseRequest) ProtoMessage() {} func (x *UpdateUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[85] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[87] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5988,7 +6101,7 @@ func (x *UpdateUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateUserPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*UpdateUserPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{85} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{87} } func (x *UpdateUserPipelineReleaseRequest) GetRelease() *PipelineRelease { @@ -6018,7 +6131,7 @@ type UpdateUserPipelineReleaseResponse struct { func (x *UpdateUserPipelineReleaseResponse) Reset() { *x = UpdateUserPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[86] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[88] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6031,7 +6144,7 @@ func (x *UpdateUserPipelineReleaseResponse) String() string { func (*UpdateUserPipelineReleaseResponse) ProtoMessage() {} func (x *UpdateUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[86] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[88] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6044,7 +6157,7 @@ func (x *UpdateUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message // Deprecated: Use UpdateUserPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*UpdateUserPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{86} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{88} } func (x *UpdateUserPipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -6070,7 +6183,7 @@ type DeleteUserPipelineReleaseRequest struct { func (x *DeleteUserPipelineReleaseRequest) Reset() { *x = DeleteUserPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[87] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[89] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6083,7 +6196,7 @@ func (x *DeleteUserPipelineReleaseRequest) String() string { func (*DeleteUserPipelineReleaseRequest) ProtoMessage() {} func (x *DeleteUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[87] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[89] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6096,7 +6209,7 @@ func (x *DeleteUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteUserPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*DeleteUserPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{87} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{89} } func (x *DeleteUserPipelineReleaseRequest) GetName() string { @@ -6116,7 +6229,7 @@ type DeleteUserPipelineReleaseResponse struct { func (x *DeleteUserPipelineReleaseResponse) Reset() { *x = DeleteUserPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[88] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[90] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6129,7 +6242,7 @@ func (x *DeleteUserPipelineReleaseResponse) String() string { func (*DeleteUserPipelineReleaseResponse) ProtoMessage() {} func (x *DeleteUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[88] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[90] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6142,7 +6255,7 @@ func (x *DeleteUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message // Deprecated: Use DeleteUserPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*DeleteUserPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{88} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{90} } // RestoreUserPipelineReleaseRequest represents a request to set the version of @@ -6161,7 +6274,7 @@ type RestoreUserPipelineReleaseRequest struct { func (x *RestoreUserPipelineReleaseRequest) Reset() { *x = RestoreUserPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[89] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[91] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6174,7 +6287,7 @@ func (x *RestoreUserPipelineReleaseRequest) String() string { func (*RestoreUserPipelineReleaseRequest) ProtoMessage() {} func (x *RestoreUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[89] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[91] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6187,7 +6300,7 @@ func (x *RestoreUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message // Deprecated: Use RestoreUserPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*RestoreUserPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{89} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{91} } func (x *RestoreUserPipelineReleaseRequest) GetName() string { @@ -6210,7 +6323,7 @@ type RestoreUserPipelineReleaseResponse struct { func (x *RestoreUserPipelineReleaseResponse) Reset() { *x = RestoreUserPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[90] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[92] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6223,7 +6336,7 @@ func (x *RestoreUserPipelineReleaseResponse) String() string { func (*RestoreUserPipelineReleaseResponse) ProtoMessage() {} func (x *RestoreUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[90] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[92] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6236,7 +6349,7 @@ func (x *RestoreUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message // Deprecated: Use RestoreUserPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*RestoreUserPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{90} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{92} } func (x *RestoreUserPipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -6265,7 +6378,7 @@ type RenameUserPipelineReleaseRequest struct { func (x *RenameUserPipelineReleaseRequest) Reset() { *x = RenameUserPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[91] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[93] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6278,7 +6391,7 @@ func (x *RenameUserPipelineReleaseRequest) String() string { func (*RenameUserPipelineReleaseRequest) ProtoMessage() {} func (x *RenameUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[91] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[93] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6291,7 +6404,7 @@ func (x *RenameUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use RenameUserPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*RenameUserPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{91} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{93} } func (x *RenameUserPipelineReleaseRequest) GetName() string { @@ -6321,7 +6434,7 @@ type RenameUserPipelineReleaseResponse struct { func (x *RenameUserPipelineReleaseResponse) Reset() { *x = RenameUserPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[92] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[94] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6334,7 +6447,7 @@ func (x *RenameUserPipelineReleaseResponse) String() string { func (*RenameUserPipelineReleaseResponse) ProtoMessage() {} func (x *RenameUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[92] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[94] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6347,7 +6460,7 @@ func (x *RenameUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message // Deprecated: Use RenameUserPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*RenameUserPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{92} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{94} } func (x *RenameUserPipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -6377,7 +6490,7 @@ type TriggerUserPipelineReleaseRequest struct { func (x *TriggerUserPipelineReleaseRequest) Reset() { *x = TriggerUserPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[93] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[95] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6390,7 +6503,7 @@ func (x *TriggerUserPipelineReleaseRequest) String() string { func (*TriggerUserPipelineReleaseRequest) ProtoMessage() {} func (x *TriggerUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[93] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[95] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6403,7 +6516,7 @@ func (x *TriggerUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message // Deprecated: Use TriggerUserPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*TriggerUserPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{93} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{95} } func (x *TriggerUserPipelineReleaseRequest) GetName() string { @@ -6443,7 +6556,7 @@ type TriggerUserPipelineReleaseResponse struct { func (x *TriggerUserPipelineReleaseResponse) Reset() { *x = TriggerUserPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[94] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[96] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6456,7 +6569,7 @@ func (x *TriggerUserPipelineReleaseResponse) String() string { func (*TriggerUserPipelineReleaseResponse) ProtoMessage() {} func (x *TriggerUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[94] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[96] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6469,7 +6582,7 @@ func (x *TriggerUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message // Deprecated: Use TriggerUserPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*TriggerUserPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{94} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{96} } func (x *TriggerUserPipelineReleaseResponse) GetOutputs() []*structpb.Struct { @@ -6506,7 +6619,7 @@ type TriggerAsyncUserPipelineReleaseRequest struct { func (x *TriggerAsyncUserPipelineReleaseRequest) Reset() { *x = TriggerAsyncUserPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[95] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[97] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6519,7 +6632,7 @@ func (x *TriggerAsyncUserPipelineReleaseRequest) String() string { func (*TriggerAsyncUserPipelineReleaseRequest) ProtoMessage() {} func (x *TriggerAsyncUserPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[95] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[97] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6532,7 +6645,7 @@ func (x *TriggerAsyncUserPipelineReleaseRequest) ProtoReflect() protoreflect.Mes // Deprecated: Use TriggerAsyncUserPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*TriggerAsyncUserPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{95} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{97} } func (x *TriggerAsyncUserPipelineReleaseRequest) GetName() string { @@ -6570,7 +6683,7 @@ type TriggerAsyncUserPipelineReleaseResponse struct { func (x *TriggerAsyncUserPipelineReleaseResponse) Reset() { *x = TriggerAsyncUserPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[96] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[98] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6583,7 +6696,7 @@ func (x *TriggerAsyncUserPipelineReleaseResponse) String() string { func (*TriggerAsyncUserPipelineReleaseResponse) ProtoMessage() {} func (x *TriggerAsyncUserPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[96] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[98] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6596,7 +6709,7 @@ func (x *TriggerAsyncUserPipelineReleaseResponse) ProtoReflect() protoreflect.Me // Deprecated: Use TriggerAsyncUserPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*TriggerAsyncUserPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{96} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{98} } func (x *TriggerAsyncUserPipelineReleaseResponse) GetOperation() *longrunningpb.Operation { @@ -6623,7 +6736,7 @@ type CreateOrganizationPipelineRequest struct { func (x *CreateOrganizationPipelineRequest) Reset() { *x = CreateOrganizationPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[97] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[99] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6636,7 +6749,7 @@ func (x *CreateOrganizationPipelineRequest) String() string { func (*CreateOrganizationPipelineRequest) ProtoMessage() {} func (x *CreateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[97] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[99] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6649,7 +6762,7 @@ func (x *CreateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message // Deprecated: Use CreateOrganizationPipelineRequest.ProtoReflect.Descriptor instead. func (*CreateOrganizationPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{97} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{99} } func (x *CreateOrganizationPipelineRequest) GetPipeline() *Pipeline { @@ -6679,7 +6792,7 @@ type CreateOrganizationPipelineResponse struct { func (x *CreateOrganizationPipelineResponse) Reset() { *x = CreateOrganizationPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[98] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[100] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6692,7 +6805,7 @@ func (x *CreateOrganizationPipelineResponse) String() string { func (*CreateOrganizationPipelineResponse) ProtoMessage() {} func (x *CreateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[98] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[100] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6705,7 +6818,7 @@ func (x *CreateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message // Deprecated: Use CreateOrganizationPipelineResponse.ProtoReflect.Descriptor instead. func (*CreateOrganizationPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{98} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{100} } func (x *CreateOrganizationPipelineResponse) GetPipeline() *Pipeline { @@ -6751,7 +6864,7 @@ type ListOrganizationPipelinesRequest struct { func (x *ListOrganizationPipelinesRequest) Reset() { *x = ListOrganizationPipelinesRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[99] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[101] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6764,7 +6877,7 @@ func (x *ListOrganizationPipelinesRequest) String() string { func (*ListOrganizationPipelinesRequest) ProtoMessage() {} func (x *ListOrganizationPipelinesRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[99] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[101] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6777,7 +6890,7 @@ func (x *ListOrganizationPipelinesRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListOrganizationPipelinesRequest.ProtoReflect.Descriptor instead. func (*ListOrganizationPipelinesRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{99} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{101} } func (x *ListOrganizationPipelinesRequest) GetPageSize() int32 { @@ -6853,7 +6966,7 @@ type ListOrganizationPipelinesResponse struct { func (x *ListOrganizationPipelinesResponse) Reset() { *x = ListOrganizationPipelinesResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[100] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[102] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6866,7 +6979,7 @@ func (x *ListOrganizationPipelinesResponse) String() string { func (*ListOrganizationPipelinesResponse) ProtoMessage() {} func (x *ListOrganizationPipelinesResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[100] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[102] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6879,7 +6992,7 @@ func (x *ListOrganizationPipelinesResponse) ProtoReflect() protoreflect.Message // Deprecated: Use ListOrganizationPipelinesResponse.ProtoReflect.Descriptor instead. func (*ListOrganizationPipelinesResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{100} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{102} } func (x *ListOrganizationPipelinesResponse) GetPipelines() []*Pipeline { @@ -6921,7 +7034,7 @@ type GetOrganizationPipelineRequest struct { func (x *GetOrganizationPipelineRequest) Reset() { *x = GetOrganizationPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[101] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[103] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6934,7 +7047,7 @@ func (x *GetOrganizationPipelineRequest) String() string { func (*GetOrganizationPipelineRequest) ProtoMessage() {} func (x *GetOrganizationPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[101] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[103] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6947,7 +7060,7 @@ func (x *GetOrganizationPipelineRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetOrganizationPipelineRequest.ProtoReflect.Descriptor instead. func (*GetOrganizationPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{101} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{103} } func (x *GetOrganizationPipelineRequest) GetName() string { @@ -6977,7 +7090,7 @@ type GetOrganizationPipelineResponse struct { func (x *GetOrganizationPipelineResponse) Reset() { *x = GetOrganizationPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[102] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[104] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6990,7 +7103,7 @@ func (x *GetOrganizationPipelineResponse) String() string { func (*GetOrganizationPipelineResponse) ProtoMessage() {} func (x *GetOrganizationPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[102] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[104] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7003,7 +7116,7 @@ func (x *GetOrganizationPipelineResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetOrganizationPipelineResponse.ProtoReflect.Descriptor instead. func (*GetOrganizationPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{102} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{104} } func (x *GetOrganizationPipelineResponse) GetPipeline() *Pipeline { @@ -7032,7 +7145,7 @@ type UpdateOrganizationPipelineRequest struct { func (x *UpdateOrganizationPipelineRequest) Reset() { *x = UpdateOrganizationPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[103] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[105] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7045,7 +7158,7 @@ func (x *UpdateOrganizationPipelineRequest) String() string { func (*UpdateOrganizationPipelineRequest) ProtoMessage() {} func (x *UpdateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[103] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[105] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7058,7 +7171,7 @@ func (x *UpdateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message // Deprecated: Use UpdateOrganizationPipelineRequest.ProtoReflect.Descriptor instead. func (*UpdateOrganizationPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{103} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{105} } func (x *UpdateOrganizationPipelineRequest) GetPipeline() *Pipeline { @@ -7088,7 +7201,7 @@ type UpdateOrganizationPipelineResponse struct { func (x *UpdateOrganizationPipelineResponse) Reset() { *x = UpdateOrganizationPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[104] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[106] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7101,7 +7214,7 @@ func (x *UpdateOrganizationPipelineResponse) String() string { func (*UpdateOrganizationPipelineResponse) ProtoMessage() {} func (x *UpdateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[104] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[106] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7114,7 +7227,7 @@ func (x *UpdateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message // Deprecated: Use UpdateOrganizationPipelineResponse.ProtoReflect.Descriptor instead. func (*UpdateOrganizationPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{104} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{106} } func (x *UpdateOrganizationPipelineResponse) GetPipeline() *Pipeline { @@ -7140,7 +7253,7 @@ type DeleteOrganizationPipelineRequest struct { func (x *DeleteOrganizationPipelineRequest) Reset() { *x = DeleteOrganizationPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[105] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[107] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7153,7 +7266,7 @@ func (x *DeleteOrganizationPipelineRequest) String() string { func (*DeleteOrganizationPipelineRequest) ProtoMessage() {} func (x *DeleteOrganizationPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[105] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[107] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7166,7 +7279,7 @@ func (x *DeleteOrganizationPipelineRequest) ProtoReflect() protoreflect.Message // Deprecated: Use DeleteOrganizationPipelineRequest.ProtoReflect.Descriptor instead. func (*DeleteOrganizationPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{105} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{107} } func (x *DeleteOrganizationPipelineRequest) GetName() string { @@ -7186,7 +7299,7 @@ type DeleteOrganizationPipelineResponse struct { func (x *DeleteOrganizationPipelineResponse) Reset() { *x = DeleteOrganizationPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[106] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[108] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7199,7 +7312,7 @@ func (x *DeleteOrganizationPipelineResponse) String() string { func (*DeleteOrganizationPipelineResponse) ProtoMessage() {} func (x *DeleteOrganizationPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[106] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[108] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7212,7 +7325,7 @@ func (x *DeleteOrganizationPipelineResponse) ProtoReflect() protoreflect.Message // Deprecated: Use DeleteOrganizationPipelineResponse.ProtoReflect.Descriptor instead. func (*DeleteOrganizationPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{106} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{108} } // ValidateOrganizationPipelineRequest represents a request to validate a @@ -7231,7 +7344,7 @@ type ValidateOrganizationPipelineRequest struct { func (x *ValidateOrganizationPipelineRequest) Reset() { *x = ValidateOrganizationPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[107] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[109] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7244,7 +7357,7 @@ func (x *ValidateOrganizationPipelineRequest) String() string { func (*ValidateOrganizationPipelineRequest) ProtoMessage() {} func (x *ValidateOrganizationPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[107] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[109] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7257,7 +7370,7 @@ func (x *ValidateOrganizationPipelineRequest) ProtoReflect() protoreflect.Messag // Deprecated: Use ValidateOrganizationPipelineRequest.ProtoReflect.Descriptor instead. func (*ValidateOrganizationPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{107} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{109} } func (x *ValidateOrganizationPipelineRequest) GetName() string { @@ -7282,7 +7395,7 @@ type ValidateOrganizationPipelineResponse struct { func (x *ValidateOrganizationPipelineResponse) Reset() { *x = ValidateOrganizationPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[108] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[110] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7295,7 +7408,7 @@ func (x *ValidateOrganizationPipelineResponse) String() string { func (*ValidateOrganizationPipelineResponse) ProtoMessage() {} func (x *ValidateOrganizationPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[108] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[110] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7308,7 +7421,7 @@ func (x *ValidateOrganizationPipelineResponse) ProtoReflect() protoreflect.Messa // Deprecated: Use ValidateOrganizationPipelineResponse.ProtoReflect.Descriptor instead. func (*ValidateOrganizationPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{108} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{110} } func (x *ValidateOrganizationPipelineResponse) GetSuccess() bool { @@ -7344,7 +7457,7 @@ type RenameOrganizationPipelineRequest struct { func (x *RenameOrganizationPipelineRequest) Reset() { *x = RenameOrganizationPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[109] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[111] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7357,7 +7470,7 @@ func (x *RenameOrganizationPipelineRequest) String() string { func (*RenameOrganizationPipelineRequest) ProtoMessage() {} func (x *RenameOrganizationPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[109] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[111] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7370,7 +7483,7 @@ func (x *RenameOrganizationPipelineRequest) ProtoReflect() protoreflect.Message // Deprecated: Use RenameOrganizationPipelineRequest.ProtoReflect.Descriptor instead. func (*RenameOrganizationPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{109} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{111} } func (x *RenameOrganizationPipelineRequest) GetName() string { @@ -7400,7 +7513,7 @@ type RenameOrganizationPipelineResponse struct { func (x *RenameOrganizationPipelineResponse) Reset() { *x = RenameOrganizationPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[110] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[112] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7413,7 +7526,7 @@ func (x *RenameOrganizationPipelineResponse) String() string { func (*RenameOrganizationPipelineResponse) ProtoMessage() {} func (x *RenameOrganizationPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[110] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[112] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7426,7 +7539,7 @@ func (x *RenameOrganizationPipelineResponse) ProtoReflect() protoreflect.Message // Deprecated: Use RenameOrganizationPipelineResponse.ProtoReflect.Descriptor instead. func (*RenameOrganizationPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{110} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{112} } func (x *RenameOrganizationPipelineResponse) GetPipeline() *Pipeline { @@ -7456,7 +7569,7 @@ type TriggerOrganizationPipelineRequest struct { func (x *TriggerOrganizationPipelineRequest) Reset() { *x = TriggerOrganizationPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[111] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[113] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7469,7 +7582,7 @@ func (x *TriggerOrganizationPipelineRequest) String() string { func (*TriggerOrganizationPipelineRequest) ProtoMessage() {} func (x *TriggerOrganizationPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[111] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[113] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7482,7 +7595,7 @@ func (x *TriggerOrganizationPipelineRequest) ProtoReflect() protoreflect.Message // Deprecated: Use TriggerOrganizationPipelineRequest.ProtoReflect.Descriptor instead. func (*TriggerOrganizationPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{111} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{113} } func (x *TriggerOrganizationPipelineRequest) GetName() string { @@ -7522,7 +7635,7 @@ type TriggerOrganizationPipelineResponse struct { func (x *TriggerOrganizationPipelineResponse) Reset() { *x = TriggerOrganizationPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[112] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[114] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7535,7 +7648,7 @@ func (x *TriggerOrganizationPipelineResponse) String() string { func (*TriggerOrganizationPipelineResponse) ProtoMessage() {} func (x *TriggerOrganizationPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[112] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[114] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7548,7 +7661,7 @@ func (x *TriggerOrganizationPipelineResponse) ProtoReflect() protoreflect.Messag // Deprecated: Use TriggerOrganizationPipelineResponse.ProtoReflect.Descriptor instead. func (*TriggerOrganizationPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{112} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{114} } func (x *TriggerOrganizationPipelineResponse) GetOutputs() []*structpb.Struct { @@ -7585,7 +7698,7 @@ type TriggerOrganizationPipelineStreamRequest struct { func (x *TriggerOrganizationPipelineStreamRequest) Reset() { *x = TriggerOrganizationPipelineStreamRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[113] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[115] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7598,7 +7711,7 @@ func (x *TriggerOrganizationPipelineStreamRequest) String() string { func (*TriggerOrganizationPipelineStreamRequest) ProtoMessage() {} func (x *TriggerOrganizationPipelineStreamRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[113] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[115] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7611,7 +7724,7 @@ func (x *TriggerOrganizationPipelineStreamRequest) ProtoReflect() protoreflect.M // Deprecated: Use TriggerOrganizationPipelineStreamRequest.ProtoReflect.Descriptor instead. func (*TriggerOrganizationPipelineStreamRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{113} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{115} } func (x *TriggerOrganizationPipelineStreamRequest) GetName() string { @@ -7651,7 +7764,7 @@ type TriggerOrganizationPipelineStreamResponse struct { func (x *TriggerOrganizationPipelineStreamResponse) Reset() { *x = TriggerOrganizationPipelineStreamResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[114] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[116] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7664,7 +7777,7 @@ func (x *TriggerOrganizationPipelineStreamResponse) String() string { func (*TriggerOrganizationPipelineStreamResponse) ProtoMessage() {} func (x *TriggerOrganizationPipelineStreamResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[114] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[116] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7677,7 +7790,7 @@ func (x *TriggerOrganizationPipelineStreamResponse) ProtoReflect() protoreflect. // Deprecated: Use TriggerOrganizationPipelineStreamResponse.ProtoReflect.Descriptor instead. func (*TriggerOrganizationPipelineStreamResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{114} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{116} } func (x *TriggerOrganizationPipelineStreamResponse) GetOutputs() []*structpb.Struct { @@ -7714,7 +7827,7 @@ type TriggerAsyncOrganizationPipelineRequest struct { func (x *TriggerAsyncOrganizationPipelineRequest) Reset() { *x = TriggerAsyncOrganizationPipelineRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[115] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[117] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7727,7 +7840,7 @@ func (x *TriggerAsyncOrganizationPipelineRequest) String() string { func (*TriggerAsyncOrganizationPipelineRequest) ProtoMessage() {} func (x *TriggerAsyncOrganizationPipelineRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[115] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[117] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7740,7 +7853,7 @@ func (x *TriggerAsyncOrganizationPipelineRequest) ProtoReflect() protoreflect.Me // Deprecated: Use TriggerAsyncOrganizationPipelineRequest.ProtoReflect.Descriptor instead. func (*TriggerAsyncOrganizationPipelineRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{115} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{117} } func (x *TriggerAsyncOrganizationPipelineRequest) GetName() string { @@ -7778,7 +7891,7 @@ type TriggerAsyncOrganizationPipelineResponse struct { func (x *TriggerAsyncOrganizationPipelineResponse) Reset() { *x = TriggerAsyncOrganizationPipelineResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[116] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[118] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7791,7 +7904,7 @@ func (x *TriggerAsyncOrganizationPipelineResponse) String() string { func (*TriggerAsyncOrganizationPipelineResponse) ProtoMessage() {} func (x *TriggerAsyncOrganizationPipelineResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[116] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[118] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7804,7 +7917,7 @@ func (x *TriggerAsyncOrganizationPipelineResponse) ProtoReflect() protoreflect.M // Deprecated: Use TriggerAsyncOrganizationPipelineResponse.ProtoReflect.Descriptor instead. func (*TriggerAsyncOrganizationPipelineResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{116} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{118} } func (x *TriggerAsyncOrganizationPipelineResponse) GetOperation() *longrunningpb.Operation { @@ -7831,7 +7944,7 @@ type CreateOrganizationPipelineReleaseRequest struct { func (x *CreateOrganizationPipelineReleaseRequest) Reset() { *x = CreateOrganizationPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[117] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[119] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7844,7 +7957,7 @@ func (x *CreateOrganizationPipelineReleaseRequest) String() string { func (*CreateOrganizationPipelineReleaseRequest) ProtoMessage() {} func (x *CreateOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[117] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[119] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7857,7 +7970,7 @@ func (x *CreateOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.M // Deprecated: Use CreateOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*CreateOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{117} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{119} } func (x *CreateOrganizationPipelineReleaseRequest) GetRelease() *PipelineRelease { @@ -7887,7 +8000,7 @@ type CreateOrganizationPipelineReleaseResponse struct { func (x *CreateOrganizationPipelineReleaseResponse) Reset() { *x = CreateOrganizationPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[118] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[120] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7900,7 +8013,7 @@ func (x *CreateOrganizationPipelineReleaseResponse) String() string { func (*CreateOrganizationPipelineReleaseResponse) ProtoMessage() {} func (x *CreateOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[118] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[120] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7913,7 +8026,7 @@ func (x *CreateOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect. // Deprecated: Use CreateOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*CreateOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{118} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{120} } func (x *CreateOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -7952,7 +8065,7 @@ type ListOrganizationPipelineReleasesRequest struct { func (x *ListOrganizationPipelineReleasesRequest) Reset() { *x = ListOrganizationPipelineReleasesRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[119] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[121] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7965,7 +8078,7 @@ func (x *ListOrganizationPipelineReleasesRequest) String() string { func (*ListOrganizationPipelineReleasesRequest) ProtoMessage() {} func (x *ListOrganizationPipelineReleasesRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[119] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[121] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7978,7 +8091,7 @@ func (x *ListOrganizationPipelineReleasesRequest) ProtoReflect() protoreflect.Me // Deprecated: Use ListOrganizationPipelineReleasesRequest.ProtoReflect.Descriptor instead. func (*ListOrganizationPipelineReleasesRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{119} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{121} } func (x *ListOrganizationPipelineReleasesRequest) GetPageSize() int32 { @@ -8040,7 +8153,7 @@ type ListOrganizationPipelineReleasesResponse struct { func (x *ListOrganizationPipelineReleasesResponse) Reset() { *x = ListOrganizationPipelineReleasesResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[120] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[122] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8053,7 +8166,7 @@ func (x *ListOrganizationPipelineReleasesResponse) String() string { func (*ListOrganizationPipelineReleasesResponse) ProtoMessage() {} func (x *ListOrganizationPipelineReleasesResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[120] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[122] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8066,7 +8179,7 @@ func (x *ListOrganizationPipelineReleasesResponse) ProtoReflect() protoreflect.M // Deprecated: Use ListOrganizationPipelineReleasesResponse.ProtoReflect.Descriptor instead. func (*ListOrganizationPipelineReleasesResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{120} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{122} } func (x *ListOrganizationPipelineReleasesResponse) GetReleases() []*PipelineRelease { @@ -8109,7 +8222,7 @@ type GetOrganizationPipelineReleaseRequest struct { func (x *GetOrganizationPipelineReleaseRequest) Reset() { *x = GetOrganizationPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[121] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[123] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8122,7 +8235,7 @@ func (x *GetOrganizationPipelineReleaseRequest) String() string { func (*GetOrganizationPipelineReleaseRequest) ProtoMessage() {} func (x *GetOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[121] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[123] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8135,7 +8248,7 @@ func (x *GetOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Mess // Deprecated: Use GetOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*GetOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{121} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{123} } func (x *GetOrganizationPipelineReleaseRequest) GetName() string { @@ -8165,7 +8278,7 @@ type GetOrganizationPipelineReleaseResponse struct { func (x *GetOrganizationPipelineReleaseResponse) Reset() { *x = GetOrganizationPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[122] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[124] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8178,7 +8291,7 @@ func (x *GetOrganizationPipelineReleaseResponse) String() string { func (*GetOrganizationPipelineReleaseResponse) ProtoMessage() {} func (x *GetOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[122] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[124] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8191,7 +8304,7 @@ func (x *GetOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Mes // Deprecated: Use GetOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*GetOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{122} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{124} } func (x *GetOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -8221,7 +8334,7 @@ type UpdateOrganizationPipelineReleaseRequest struct { func (x *UpdateOrganizationPipelineReleaseRequest) Reset() { *x = UpdateOrganizationPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[123] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[125] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8234,7 +8347,7 @@ func (x *UpdateOrganizationPipelineReleaseRequest) String() string { func (*UpdateOrganizationPipelineReleaseRequest) ProtoMessage() {} func (x *UpdateOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[123] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[125] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8247,7 +8360,7 @@ func (x *UpdateOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.M // Deprecated: Use UpdateOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*UpdateOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{123} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{125} } func (x *UpdateOrganizationPipelineReleaseRequest) GetRelease() *PipelineRelease { @@ -8278,7 +8391,7 @@ type UpdateOrganizationPipelineReleaseResponse struct { func (x *UpdateOrganizationPipelineReleaseResponse) Reset() { *x = UpdateOrganizationPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[124] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[126] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8291,7 +8404,7 @@ func (x *UpdateOrganizationPipelineReleaseResponse) String() string { func (*UpdateOrganizationPipelineReleaseResponse) ProtoMessage() {} func (x *UpdateOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[124] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[126] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8304,7 +8417,7 @@ func (x *UpdateOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect. // Deprecated: Use UpdateOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*UpdateOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{124} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{126} } func (x *UpdateOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -8331,7 +8444,7 @@ type DeleteOrganizationPipelineReleaseRequest struct { func (x *DeleteOrganizationPipelineReleaseRequest) Reset() { *x = DeleteOrganizationPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[125] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[127] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8344,7 +8457,7 @@ func (x *DeleteOrganizationPipelineReleaseRequest) String() string { func (*DeleteOrganizationPipelineReleaseRequest) ProtoMessage() {} func (x *DeleteOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[125] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[127] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8357,7 +8470,7 @@ func (x *DeleteOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.M // Deprecated: Use DeleteOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*DeleteOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{125} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{127} } func (x *DeleteOrganizationPipelineReleaseRequest) GetName() string { @@ -8377,7 +8490,7 @@ type DeleteOrganizationPipelineReleaseResponse struct { func (x *DeleteOrganizationPipelineReleaseResponse) Reset() { *x = DeleteOrganizationPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[126] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[128] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8390,7 +8503,7 @@ func (x *DeleteOrganizationPipelineReleaseResponse) String() string { func (*DeleteOrganizationPipelineReleaseResponse) ProtoMessage() {} func (x *DeleteOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[126] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[128] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8403,7 +8516,7 @@ func (x *DeleteOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect. // Deprecated: Use DeleteOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*DeleteOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{126} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{128} } // RestoreOrganizationPipelineReleaseRequest represents a request to set the @@ -8423,7 +8536,7 @@ type RestoreOrganizationPipelineReleaseRequest struct { func (x *RestoreOrganizationPipelineReleaseRequest) Reset() { *x = RestoreOrganizationPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[127] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[129] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8436,7 +8549,7 @@ func (x *RestoreOrganizationPipelineReleaseRequest) String() string { func (*RestoreOrganizationPipelineReleaseRequest) ProtoMessage() {} func (x *RestoreOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[127] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[129] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8449,7 +8562,7 @@ func (x *RestoreOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect. // Deprecated: Use RestoreOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*RestoreOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{127} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{129} } func (x *RestoreOrganizationPipelineReleaseRequest) GetName() string { @@ -8473,7 +8586,7 @@ type RestoreOrganizationPipelineReleaseResponse struct { func (x *RestoreOrganizationPipelineReleaseResponse) Reset() { *x = RestoreOrganizationPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[128] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[130] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8486,7 +8599,7 @@ func (x *RestoreOrganizationPipelineReleaseResponse) String() string { func (*RestoreOrganizationPipelineReleaseResponse) ProtoMessage() {} func (x *RestoreOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[128] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[130] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8499,7 +8612,7 @@ func (x *RestoreOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect // Deprecated: Use RestoreOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*RestoreOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{128} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{130} } func (x *RestoreOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -8529,7 +8642,7 @@ type RenameOrganizationPipelineReleaseRequest struct { func (x *RenameOrganizationPipelineReleaseRequest) Reset() { *x = RenameOrganizationPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[129] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[131] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8542,7 +8655,7 @@ func (x *RenameOrganizationPipelineReleaseRequest) String() string { func (*RenameOrganizationPipelineReleaseRequest) ProtoMessage() {} func (x *RenameOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[129] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[131] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8555,7 +8668,7 @@ func (x *RenameOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.M // Deprecated: Use RenameOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*RenameOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{129} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{131} } func (x *RenameOrganizationPipelineReleaseRequest) GetName() string { @@ -8585,7 +8698,7 @@ type RenameOrganizationPipelineReleaseResponse struct { func (x *RenameOrganizationPipelineReleaseResponse) Reset() { *x = RenameOrganizationPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[130] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[132] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8598,7 +8711,7 @@ func (x *RenameOrganizationPipelineReleaseResponse) String() string { func (*RenameOrganizationPipelineReleaseResponse) ProtoMessage() {} func (x *RenameOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[130] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[132] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8611,7 +8724,7 @@ func (x *RenameOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect. // Deprecated: Use RenameOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*RenameOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{130} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{132} } func (x *RenameOrganizationPipelineReleaseResponse) GetRelease() *PipelineRelease { @@ -8642,7 +8755,7 @@ type TriggerOrganizationPipelineReleaseRequest struct { func (x *TriggerOrganizationPipelineReleaseRequest) Reset() { *x = TriggerOrganizationPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[131] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[133] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8655,7 +8768,7 @@ func (x *TriggerOrganizationPipelineReleaseRequest) String() string { func (*TriggerOrganizationPipelineReleaseRequest) ProtoMessage() {} func (x *TriggerOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[131] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[133] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8668,7 +8781,7 @@ func (x *TriggerOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect. // Deprecated: Use TriggerOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*TriggerOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{131} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{133} } func (x *TriggerOrganizationPipelineReleaseRequest) GetName() string { @@ -8708,7 +8821,7 @@ type TriggerOrganizationPipelineReleaseResponse struct { func (x *TriggerOrganizationPipelineReleaseResponse) Reset() { *x = TriggerOrganizationPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[132] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[134] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8721,7 +8834,7 @@ func (x *TriggerOrganizationPipelineReleaseResponse) String() string { func (*TriggerOrganizationPipelineReleaseResponse) ProtoMessage() {} func (x *TriggerOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[132] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[134] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8734,7 +8847,7 @@ func (x *TriggerOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect // Deprecated: Use TriggerOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*TriggerOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{132} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{134} } func (x *TriggerOrganizationPipelineReleaseResponse) GetOutputs() []*structpb.Struct { @@ -8772,7 +8885,7 @@ type TriggerAsyncOrganizationPipelineReleaseRequest struct { func (x *TriggerAsyncOrganizationPipelineReleaseRequest) Reset() { *x = TriggerAsyncOrganizationPipelineReleaseRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[133] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[135] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8785,7 +8898,7 @@ func (x *TriggerAsyncOrganizationPipelineReleaseRequest) String() string { func (*TriggerAsyncOrganizationPipelineReleaseRequest) ProtoMessage() {} func (x *TriggerAsyncOrganizationPipelineReleaseRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[133] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[135] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8798,7 +8911,7 @@ func (x *TriggerAsyncOrganizationPipelineReleaseRequest) ProtoReflect() protoref // Deprecated: Use TriggerAsyncOrganizationPipelineReleaseRequest.ProtoReflect.Descriptor instead. func (*TriggerAsyncOrganizationPipelineReleaseRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{133} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{135} } func (x *TriggerAsyncOrganizationPipelineReleaseRequest) GetName() string { @@ -8836,7 +8949,7 @@ type TriggerAsyncOrganizationPipelineReleaseResponse struct { func (x *TriggerAsyncOrganizationPipelineReleaseResponse) Reset() { *x = TriggerAsyncOrganizationPipelineReleaseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[134] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[136] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8849,7 +8962,7 @@ func (x *TriggerAsyncOrganizationPipelineReleaseResponse) String() string { func (*TriggerAsyncOrganizationPipelineReleaseResponse) ProtoMessage() {} func (x *TriggerAsyncOrganizationPipelineReleaseResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[134] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[136] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8862,7 +8975,7 @@ func (x *TriggerAsyncOrganizationPipelineReleaseResponse) ProtoReflect() protore // Deprecated: Use TriggerAsyncOrganizationPipelineReleaseResponse.ProtoReflect.Descriptor instead. func (*TriggerAsyncOrganizationPipelineReleaseResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{134} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{136} } func (x *TriggerAsyncOrganizationPipelineReleaseResponse) GetOperation() *longrunningpb.Operation { @@ -8886,7 +8999,7 @@ type GetOperationRequest struct { func (x *GetOperationRequest) Reset() { *x = GetOperationRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[135] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[137] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8899,7 +9012,7 @@ func (x *GetOperationRequest) String() string { func (*GetOperationRequest) ProtoMessage() {} func (x *GetOperationRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[135] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[137] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8912,7 +9025,7 @@ func (x *GetOperationRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetOperationRequest.ProtoReflect.Descriptor instead. func (*GetOperationRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{135} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{137} } func (x *GetOperationRequest) GetOperationId() string { @@ -8935,7 +9048,7 @@ type GetOperationResponse struct { func (x *GetOperationResponse) Reset() { *x = GetOperationResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[136] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[138] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8948,7 +9061,7 @@ func (x *GetOperationResponse) String() string { func (*GetOperationResponse) ProtoMessage() {} func (x *GetOperationResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[136] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[138] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8961,7 +9074,7 @@ func (x *GetOperationResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetOperationResponse.ProtoReflect.Descriptor instead. func (*GetOperationResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{136} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{138} } func (x *GetOperationResponse) GetOperation() *longrunningpb.Operation { @@ -8999,7 +9112,7 @@ type ListPipelinesAdminRequest struct { func (x *ListPipelinesAdminRequest) Reset() { *x = ListPipelinesAdminRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[137] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[139] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9012,7 +9125,7 @@ func (x *ListPipelinesAdminRequest) String() string { func (*ListPipelinesAdminRequest) ProtoMessage() {} func (x *ListPipelinesAdminRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[137] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[139] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9025,7 +9138,7 @@ func (x *ListPipelinesAdminRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListPipelinesAdminRequest.ProtoReflect.Descriptor instead. func (*ListPipelinesAdminRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{137} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{139} } func (x *ListPipelinesAdminRequest) GetPageSize() int32 { @@ -9083,7 +9196,7 @@ type ListPipelinesAdminResponse struct { func (x *ListPipelinesAdminResponse) Reset() { *x = ListPipelinesAdminResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[138] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[140] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9096,7 +9209,7 @@ func (x *ListPipelinesAdminResponse) String() string { func (*ListPipelinesAdminResponse) ProtoMessage() {} func (x *ListPipelinesAdminResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[138] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[140] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9109,7 +9222,7 @@ func (x *ListPipelinesAdminResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ListPipelinesAdminResponse.ProtoReflect.Descriptor instead. func (*ListPipelinesAdminResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{138} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{140} } func (x *ListPipelinesAdminResponse) GetPipelines() []*Pipeline { @@ -9159,7 +9272,7 @@ type ListPipelineReleasesAdminRequest struct { func (x *ListPipelineReleasesAdminRequest) Reset() { *x = ListPipelineReleasesAdminRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[139] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[141] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9172,7 +9285,7 @@ func (x *ListPipelineReleasesAdminRequest) String() string { func (*ListPipelineReleasesAdminRequest) ProtoMessage() {} func (x *ListPipelineReleasesAdminRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[139] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[141] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9185,7 +9298,7 @@ func (x *ListPipelineReleasesAdminRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListPipelineReleasesAdminRequest.ProtoReflect.Descriptor instead. func (*ListPipelineReleasesAdminRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{139} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{141} } func (x *ListPipelineReleasesAdminRequest) GetPageSize() int32 { @@ -9243,7 +9356,7 @@ type ListPipelineReleasesAdminResponse struct { func (x *ListPipelineReleasesAdminResponse) Reset() { *x = ListPipelineReleasesAdminResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[140] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[142] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9256,7 +9369,7 @@ func (x *ListPipelineReleasesAdminResponse) String() string { func (*ListPipelineReleasesAdminResponse) ProtoMessage() {} func (x *ListPipelineReleasesAdminResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[140] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[142] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9269,7 +9382,7 @@ func (x *ListPipelineReleasesAdminResponse) ProtoReflect() protoreflect.Message // Deprecated: Use ListPipelineReleasesAdminResponse.ProtoReflect.Descriptor instead. func (*ListPipelineReleasesAdminResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{140} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{142} } func (x *ListPipelineReleasesAdminResponse) GetReleases() []*PipelineRelease { @@ -9310,7 +9423,7 @@ type LookUpPipelineAdminRequest struct { func (x *LookUpPipelineAdminRequest) Reset() { *x = LookUpPipelineAdminRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[141] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[143] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9323,7 +9436,7 @@ func (x *LookUpPipelineAdminRequest) String() string { func (*LookUpPipelineAdminRequest) ProtoMessage() {} func (x *LookUpPipelineAdminRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[141] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[143] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9336,7 +9449,7 @@ func (x *LookUpPipelineAdminRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use LookUpPipelineAdminRequest.ProtoReflect.Descriptor instead. func (*LookUpPipelineAdminRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{141} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{143} } func (x *LookUpPipelineAdminRequest) GetPermalink() string { @@ -9366,7 +9479,7 @@ type LookUpPipelineAdminResponse struct { func (x *LookUpPipelineAdminResponse) Reset() { *x = LookUpPipelineAdminResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[142] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[144] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9379,7 +9492,7 @@ func (x *LookUpPipelineAdminResponse) String() string { func (*LookUpPipelineAdminResponse) ProtoMessage() {} func (x *LookUpPipelineAdminResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[142] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[144] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9392,7 +9505,7 @@ func (x *LookUpPipelineAdminResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use LookUpPipelineAdminResponse.ProtoReflect.Descriptor instead. func (*LookUpPipelineAdminResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{142} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{144} } func (x *LookUpPipelineAdminResponse) GetPipeline() *Pipeline { @@ -9429,7 +9542,7 @@ type ListPipelineRunsRequest struct { func (x *ListPipelineRunsRequest) Reset() { *x = ListPipelineRunsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[143] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[145] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9442,7 +9555,7 @@ func (x *ListPipelineRunsRequest) String() string { func (*ListPipelineRunsRequest) ProtoMessage() {} func (x *ListPipelineRunsRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[143] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[145] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9455,7 +9568,7 @@ func (x *ListPipelineRunsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListPipelineRunsRequest.ProtoReflect.Descriptor instead. func (*ListPipelineRunsRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{143} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{145} } func (x *ListPipelineRunsRequest) GetNamespaceId() string { @@ -9535,7 +9648,7 @@ type ListPipelineRunsByRequesterRequest struct { func (x *ListPipelineRunsByRequesterRequest) Reset() { *x = ListPipelineRunsByRequesterRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[144] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[146] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9548,7 +9661,7 @@ func (x *ListPipelineRunsByRequesterRequest) String() string { func (*ListPipelineRunsByRequesterRequest) ProtoMessage() {} func (x *ListPipelineRunsByRequesterRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[144] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[146] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9561,7 +9674,7 @@ func (x *ListPipelineRunsByRequesterRequest) ProtoReflect() protoreflect.Message // Deprecated: Use ListPipelineRunsByRequesterRequest.ProtoReflect.Descriptor instead. func (*ListPipelineRunsByRequesterRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{144} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{146} } func (x *ListPipelineRunsByRequesterRequest) GetPage() int32 { @@ -9632,7 +9745,7 @@ type ListPipelineRunsResponse struct { func (x *ListPipelineRunsResponse) Reset() { *x = ListPipelineRunsResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[145] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[147] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9645,7 +9758,7 @@ func (x *ListPipelineRunsResponse) String() string { func (*ListPipelineRunsResponse) ProtoMessage() {} func (x *ListPipelineRunsResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[145] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[147] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9658,7 +9771,7 @@ func (x *ListPipelineRunsResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ListPipelineRunsResponse.ProtoReflect.Descriptor instead. func (*ListPipelineRunsResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{145} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{147} } func (x *ListPipelineRunsResponse) GetPipelineRuns() []*PipelineRun { @@ -9708,7 +9821,7 @@ type ListPipelineRunsByRequesterResponse struct { func (x *ListPipelineRunsByRequesterResponse) Reset() { *x = ListPipelineRunsByRequesterResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[146] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[148] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9721,7 +9834,7 @@ func (x *ListPipelineRunsByRequesterResponse) String() string { func (*ListPipelineRunsByRequesterResponse) ProtoMessage() {} func (x *ListPipelineRunsByRequesterResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[146] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[148] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9734,7 +9847,7 @@ func (x *ListPipelineRunsByRequesterResponse) ProtoReflect() protoreflect.Messag // Deprecated: Use ListPipelineRunsByRequesterResponse.ProtoReflect.Descriptor instead. func (*ListPipelineRunsByRequesterResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{146} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{148} } func (x *ListPipelineRunsByRequesterResponse) GetPipelineRuns() []*PipelineRun { @@ -9793,7 +9906,7 @@ type ListComponentRunsRequest struct { func (x *ListComponentRunsRequest) Reset() { *x = ListComponentRunsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[147] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[149] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9806,7 +9919,7 @@ func (x *ListComponentRunsRequest) String() string { func (*ListComponentRunsRequest) ProtoMessage() {} func (x *ListComponentRunsRequest) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[147] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[149] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9819,7 +9932,7 @@ func (x *ListComponentRunsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListComponentRunsRequest.ProtoReflect.Descriptor instead. func (*ListComponentRunsRequest) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{147} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{149} } func (x *ListComponentRunsRequest) GetPipelineRunId() string { @@ -9883,7 +9996,7 @@ type ListComponentRunsResponse struct { func (x *ListComponentRunsResponse) Reset() { *x = ListComponentRunsResponse{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[148] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[150] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9896,7 +10009,7 @@ func (x *ListComponentRunsResponse) String() string { func (*ListComponentRunsResponse) ProtoMessage() {} func (x *ListComponentRunsResponse) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[148] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[150] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9909,7 +10022,7 @@ func (x *ListComponentRunsResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ListComponentRunsResponse.ProtoReflect.Descriptor instead. func (*ListComponentRunsResponse) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{148} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{150} } func (x *ListComponentRunsResponse) GetComponentRuns() []*ComponentRun { @@ -9959,7 +10072,7 @@ type FileReference struct { func (x *FileReference) Reset() { *x = FileReference{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[149] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[151] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9972,7 +10085,7 @@ func (x *FileReference) String() string { func (*FileReference) ProtoMessage() {} func (x *FileReference) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[149] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[151] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9985,7 +10098,7 @@ func (x *FileReference) ProtoReflect() protoreflect.Message { // Deprecated: Use FileReference.ProtoReflect.Descriptor instead. func (*FileReference) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{149} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{151} } func (x *FileReference) GetName() string { @@ -10064,7 +10177,7 @@ type PipelineRun struct { func (x *PipelineRun) Reset() { *x = PipelineRun{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[150] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[152] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10077,7 +10190,7 @@ func (x *PipelineRun) String() string { func (*PipelineRun) ProtoMessage() {} func (x *PipelineRun) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[150] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[152] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10090,7 +10203,7 @@ func (x *PipelineRun) ProtoReflect() protoreflect.Message { // Deprecated: Use PipelineRun.ProtoReflect.Descriptor instead. func (*PipelineRun) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{150} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{152} } func (x *PipelineRun) GetPipelineUid() string { @@ -10254,7 +10367,7 @@ type ComponentRun struct { func (x *ComponentRun) Reset() { *x = ComponentRun{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[151] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[153] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10267,7 +10380,7 @@ func (x *ComponentRun) String() string { func (*ComponentRun) ProtoMessage() {} func (x *ComponentRun) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[151] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[153] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10280,7 +10393,7 @@ func (x *ComponentRun) ProtoReflect() protoreflect.Message { // Deprecated: Use ComponentRun.ProtoReflect.Descriptor instead. func (*ComponentRun) Descriptor() ([]byte, []int) { - return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{151} + return file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP(), []int{153} } func (x *ComponentRun) GetPipelineRunUid() string { @@ -10382,7 +10495,7 @@ type Endpoints_WebhookEndpoint struct { func (x *Endpoints_WebhookEndpoint) Reset() { *x = Endpoints_WebhookEndpoint{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[152] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[154] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10395,7 +10508,7 @@ func (x *Endpoints_WebhookEndpoint) String() string { func (*Endpoints_WebhookEndpoint) ProtoMessage() {} func (x *Endpoints_WebhookEndpoint) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[152] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[154] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10442,7 +10555,7 @@ type Pipeline_Stats struct { func (x *Pipeline_Stats) Reset() { *x = Pipeline_Stats{} if protoimpl.UnsafeEnabled { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[154] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[156] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10455,7 +10568,7 @@ func (x *Pipeline_Stats) String() string { func (*Pipeline_Stats) ProtoMessage() {} func (x *Pipeline_Stats) ProtoReflect() protoreflect.Message { - mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[154] + mi := &file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[156] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11017,27 +11130,192 @@ var file_vdp_pipeline_v1beta_pipeline_proto_rawDesc = []byte{ 0x65, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x4a, 0x04, 0x08, 0x04, 0x10, 0x05, 0x22, 0x27, 0x0a, 0x25, 0x43, 0x6c, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xc8, 0x01, 0x0a, 0x21, - 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xd1, 0x01, 0x0a, 0x2a, + 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, + 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, + 0x64, 0x65, 0x12, 0x2b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, + 0x5a, 0x0a, 0x2b, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, + 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, + 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xfc, 0x01, 0x0a, 0x31, + 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x57, 0x65, + 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, - 0x14, 0x0a, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x2b, 0x0a, 0x04, 0x64, 0x61, 0x74, - 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, - 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x51, 0x0a, 0x22, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x04, - 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, + 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x2b, 0x0a, + 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, + 0x72, 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x61, 0x0a, 0x32, 0x48, 0x61, + 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x57, 0x65, 0x62, 0x68, + 0x6f, 0x6f, 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x2b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x85, 0x01, + 0x0a, 0x23, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, + 0x52, 0x0b, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x36, 0x0a, + 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x6d, 0x65, + 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x60, 0x0a, 0x24, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, + 0x68, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x38, 0x0a, + 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x08, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xe0, 0x01, 0x0a, 0x1f, 0x54, 0x72, 0x69, 0x67, + 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, + 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x34, 0x0a, 0x06, 0x69, 0x6e, 0x70, + 0x75, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, + 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, + 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x42, + 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xa1, 0x01, 0x0a, 0x20, 0x54, + 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x36, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, + 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x45, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x42, + 0x03, 0xe0, 0x41, 0x03, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xea, + 0x01, 0x0a, 0x29, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, 0x53, + 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x34, 0x0a, 0x06, 0x69, 0x6e, + 0x70, 0x75, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, - 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xf3, 0x01, 0x0a, 0x28, 0x53, 0x65, - 0x6e, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, + 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, + 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, + 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, + 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xab, 0x01, 0x0a, 0x2a, + 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, + 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a, 0x07, 0x6f, 0x75, + 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, + 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, + 0x74, 0x73, 0x12, 0x45, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, + 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe5, 0x01, 0x0a, 0x24, 0x54, 0x72, + 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, + 0x12, 0x34, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, + 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, + 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x64, 0x61, 0x74, + 0x61, 0x22, 0x69, 0x0a, 0x25, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, + 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, + 0x6e, 0x67, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, + 0x03, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xb5, 0x01, 0x0a, + 0x25, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, + 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, + 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x49, 0x64, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x22, 0x6d, 0x0a, 0x26, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x43, + 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x22, 0x97, 0x03, 0x0a, 0x24, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, + 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, + 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, + 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, 0x70, 0x61, + 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, + 0x65, 0x77, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, + 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x06, + 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, + 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2b, + 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x0b, 0x73, 0x68, 0x6f, + 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, + 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61, + 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, + 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, + 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x22, 0xbf, 0x01, + 0x0a, 0x25, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x45, 0x0a, 0x08, 0x72, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x42, + 0x03, 0xe0, 0x41, 0x03, 0x52, 0x08, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x2b, + 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0d, 0x6e, 0x65, + 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x22, 0x0a, 0x0a, 0x74, + 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, + 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, + 0xe1, 0x01, 0x0a, 0x22, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, @@ -11045,60 +11323,75 @@ var file_vdp_pipeline_v1beta_pipeline_proto_rawDesc = []byte{ 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x12, - 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, - 0x64, 0x65, 0x12, 0x2b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, - 0x58, 0x0a, 0x29, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x04, - 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, - 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, - 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe0, 0x01, 0x0a, 0x1f, 0x54, 0x72, - 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, + 0x00, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, + 0x69, 0x65, 0x77, 0x22, 0x6a, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x07, 0x72, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, + 0x9b, 0x02, 0x0a, 0x25, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, + 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, + 0x52, 0x09, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x12, 0x3e, 0x0a, 0x07, 0x72, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, + 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x03, 0xe0, 0x41, + 0x02, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0x6d, 0x0a, + 0x26, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x42, 0x03, + 0xe0, 0x41, 0x03, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x99, 0x01, 0x0a, + 0x25, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, + 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, + 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, + 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x22, 0x28, 0x0a, 0x26, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x22, 0x8b, 0x02, 0x0a, 0x26, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, - 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x34, 0x0a, 0x06, 0x69, - 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, - 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, - 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, - 0x73, 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, - 0x61, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xa1, 0x01, 0x0a, - 0x20, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, - 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x36, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x03, - 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x45, 0x0a, 0x08, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x22, 0xea, 0x01, 0x0a, 0x29, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, - 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, - 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, - 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, - 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x34, 0x0a, 0x06, - 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, - 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, - 0x74, 0x73, 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, - 0x74, 0x61, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xab, 0x01, - 0x0a, 0x2a, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, 0x53, 0x74, - 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a, 0x07, + 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x72, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x12, + 0x34, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, 0x69, + 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, + 0x72, 0x44, 0x61, 0x74, 0x61, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, + 0x22, 0xa8, 0x01, 0x0a, 0x27, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, 0x6f, 0x75, 0x74, @@ -11106,106 +11399,8 @@ var file_vdp_pipeline_v1beta_pipeline_proto_rawDesc = []byte{ 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x42, 0x03, 0xe0, 0x41, - 0x03, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe5, 0x01, 0x0a, 0x24, + 0x03, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x90, 0x02, 0x0a, 0x2b, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, - 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, - 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x49, 0x64, 0x12, 0x34, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x01, - 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, - 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, - 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x64, - 0x61, 0x74, 0x61, 0x22, 0x69, 0x0a, 0x25, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, - 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x09, - 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, - 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, - 0xe0, 0x41, 0x03, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xb5, - 0x01, 0x0a, 0x25, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, - 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, - 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x6d, 0x0a, 0x26, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x43, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, 0x72, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x97, 0x03, 0x0a, 0x24, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, - 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, - 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, - 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x09, - 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, - 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, - 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, - 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, - 0x76, 0x69, 0x65, 0x77, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, - 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, - 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, - 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, - 0x12, 0x2b, 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x0b, 0x73, - 0x68, 0x6f, 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, - 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, - 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, - 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0f, - 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x22, - 0xbf, 0x01, 0x0a, 0x25, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, - 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x45, 0x0a, 0x08, 0x72, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x08, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, - 0x12, 0x2b, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0d, - 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x22, 0x0a, - 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, - 0x65, 0x22, 0xe1, 0x01, 0x0a, 0x22, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, - 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, - 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, - 0x09, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, - 0x65, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, - 0x01, 0x48, 0x00, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, - 0x5f, 0x76, 0x69, 0x65, 0x77, 0x22, 0x6a, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x07, - 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x22, 0x9b, 0x02, 0x0a, 0x25, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, @@ -11214,953 +11409,680 @@ var file_vdp_pipeline_v1beta_pipeline_proto_rawDesc = []byte{ 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, - 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x12, 0x3e, 0x0a, - 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, - 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x40, 0x0a, - 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x03, - 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, - 0x6d, 0x0a, 0x26, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x07, 0x72, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x99, - 0x01, 0x0a, 0x25, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, - 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, - 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, - 0x09, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x22, 0x28, 0x0a, 0x26, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8b, 0x02, 0x0a, 0x26, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, - 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, - 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, - 0x0a, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, - 0x64, 0x12, 0x34, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, - 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, - 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, - 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x64, 0x61, - 0x74, 0x61, 0x22, 0xa8, 0x01, 0x0a, 0x27, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, - 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x07, 0x6f, - 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x45, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x42, 0x03, - 0xe0, 0x41, 0x03, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x90, 0x02, - 0x0a, 0x2b, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, + 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x12, 0x34, 0x0a, + 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, 0x69, 0x6e, 0x70, + 0x75, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, + 0x61, 0x74, 0x61, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x70, + 0x0a, 0x2c, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, - 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, - 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, - 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x72, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, - 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x12, - 0x34, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, 0x69, - 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, - 0x72, 0x44, 0x61, 0x74, 0x61, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, - 0x22, 0x70, 0x0a, 0x2c, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, - 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, - 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x22, 0xa3, 0x01, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, + 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, + 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x22, 0xa3, 0x01, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, + 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4b, 0x0a, 0x06, 0x70, 0x61, 0x72, + 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x33, 0x92, 0x41, 0x0f, 0xca, 0x3e, + 0x0c, 0xfa, 0x02, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, + 0xfa, 0x41, 0x1b, 0x12, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, + 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x06, + 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x57, 0x0a, 0x1a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, + 0x9f, 0x04, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x09, + 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, + 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, + 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, + 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, + 0x76, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, + 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, + 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, + 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, + 0x12, 0x4b, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x42, 0x33, 0x92, 0x41, 0x0f, 0xca, 0x3e, 0x0c, 0xfa, 0x02, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, + 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x12, 0x19, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x2b, 0x0a, + 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x0b, 0x73, 0x68, 0x6f, 0x77, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x52, 0x0a, 0x0a, 0x76, 0x69, + 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, + 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, + 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x05, 0x52, + 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, 0x12, 0x23, + 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x06, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, + 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, + 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, + 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, + 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, + 0x6c, 0x69, 0x74, 0x79, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, + 0x79, 0x22, 0x9f, 0x01, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x3b, 0x0a, 0x09, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4b, 0x0a, 0x06, 0x70, - 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x33, 0x92, 0x41, 0x0f, - 0xca, 0x3e, 0x0c, 0xfa, 0x02, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, - 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x12, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, - 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x57, 0x0a, 0x1a, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x65, 0x52, 0x09, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x0f, + 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, + 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, + 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, + 0x69, 0x7a, 0x65, 0x22, 0xb5, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, 0x92, 0x41, + 0x18, 0xca, 0x3e, 0x15, 0xfa, 0x02, 0x12, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, + 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, + 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, + 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, + 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, + 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x22, 0x54, 0x0a, 0x17, 0x47, + 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x22, 0x9f, 0x04, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, - 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, - 0x7a, 0x65, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, - 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, - 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, - 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, - 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, - 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, - 0x01, 0x01, 0x12, 0x4b, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x09, 0x42, 0x33, 0x92, 0x41, 0x0f, 0xca, 0x3e, 0x0c, 0xfa, 0x02, 0x09, 0x75, 0x73, 0x65, - 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x12, 0x19, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, - 0x2b, 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x0b, 0x73, 0x68, - 0x6f, 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x52, 0x0a, 0x0a, - 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x28, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, - 0x05, 0x52, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, - 0x12, 0x23, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x06, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, - 0x42, 0x79, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, - 0x69, 0x7a, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, - 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, - 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x76, 0x69, 0x73, 0x69, - 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, - 0x5f, 0x62, 0x79, 0x22, 0x9f, 0x01, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x3b, 0x0a, 0x09, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x18, 0x01, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x09, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x26, - 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, - 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, - 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, - 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xb5, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x50, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, - 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, 0x02, 0x12, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, - 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, - 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x04, 0x76, 0x69, 0x65, - 0x77, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x22, 0x54, 0x0a, - 0x17, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x22, 0x9d, 0x01, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, - 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x3e, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, - 0x73, 0x6b, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, - 0x61, 0x73, 0x6b, 0x22, 0x57, 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0x6d, 0x0a, 0x19, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x04, 0x6e, 0x61, 0x6d, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, - 0x02, 0x12, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, - 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x1c, 0x0a, 0x1a, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x49, 0x0a, 0x15, 0x45, 0x72, 0x72, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, - 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, - 0x72, 0x72, 0x6f, 0x72, 0x22, 0x6f, 0x0a, 0x1b, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, - 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x3c, 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, 0x02, 0x12, 0x75, 0x73, 0x65, 0x72, - 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, - 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, - 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x7c, 0x0a, 0x1c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, - 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, - 0x42, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x2a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x45, 0x72, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x65, 0x72, 0x72, - 0x6f, 0x72, 0x73, 0x22, 0x9a, 0x01, 0x0a, 0x19, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, + 0x65, 0x22, 0x9d, 0x01, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x3e, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, + 0x40, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, + 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, + 0x6b, 0x22, 0x57, 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0x6d, 0x0a, 0x19, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, 0x02, 0x12, + 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, + 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x1c, 0x0a, 0x1a, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x49, 0x0a, 0x15, 0x45, 0x72, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, + 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, + 0x6f, 0x72, 0x22, 0x6f, 0x0a, 0x1b, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, 0x02, 0x12, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x12, 0x2b, 0x0a, 0x0f, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, - 0x02, 0x52, 0x0d, 0x6e, 0x65, 0x77, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, - 0x22, 0x57, 0x0a, 0x1a, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, - 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0xd5, 0x01, 0x0a, 0x1a, 0x54, 0x72, - 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, 0x02, - 0x12, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, - 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, - 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, - 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, - 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, - 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, - 0x61, 0x22, 0x92, 0x01, 0x0a, 0x1b, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x31, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x75, 0x74, - 0x70, 0x75, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, - 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xdf, 0x01, 0x0a, 0x24, 0x54, 0x72, 0x69, 0x67, 0x67, - 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, - 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x61, 0x6d, 0x65, 0x22, 0x7c, 0x0a, 0x1c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x55, + 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x42, 0x0a, + 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x45, 0x72, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, + 0x73, 0x22, 0x9a, 0x01, 0x0a, 0x19, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, 0x02, 0x12, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, - 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, - 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, - 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x9c, 0x01, 0x0a, 0x25, 0x54, 0x72, 0x69, - 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x57, 0x69, 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x31, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x75, - 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, - 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xcd, 0x01, 0x0a, 0x0b, 0x54, 0x72, 0x69, 0x67, - 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x08, 0x76, 0x61, 0x72, 0x69, 0x61, - 0x62, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, - 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x08, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, - 0x65, 0x12, 0x49, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, - 0x61, 0x74, 0x61, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, - 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x1a, 0x39, 0x0a, 0x0b, - 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, - 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xda, 0x01, 0x0a, 0x1f, 0x54, 0x72, 0x69, 0x67, - 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, 0x92, 0x41, 0x18, 0xca, 0x3e, - 0x15, 0xfa, 0x02, 0x12, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, - 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, - 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, - 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, - 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, - 0x64, 0x61, 0x74, 0x61, 0x22, 0x64, 0x0a, 0x20, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, - 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, - 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, - 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, - 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xb6, 0x01, 0x0a, 0x20, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, - 0x52, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, - 0x3a, 0x92, 0x41, 0x0f, 0xca, 0x3e, 0x0c, 0xfa, 0x02, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, - 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x12, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, - 0x65, 0x6e, 0x74, 0x22, 0x63, 0x0a, 0x21, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, - 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x98, 0x03, 0x0a, 0x1f, 0x4c, 0x69, 0x73, - 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x09, - 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, - 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, - 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, - 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, - 0x76, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, - 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, - 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, - 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, - 0x12, 0x52, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x3a, 0x92, 0x41, 0x0f, 0xca, 0x3e, 0x0c, 0xfa, 0x02, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, - 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x12, 0x20, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x06, 0x70, 0x61, - 0x72, 0x65, 0x6e, 0x74, 0x12, 0x2b, 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, - 0x04, 0x52, 0x0b, 0x73, 0x68, 0x6f, 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, - 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, - 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x07, - 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, 0x74, - 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x64, 0x22, 0xab, 0x01, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x08, 0x72, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x52, 0x08, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, - 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, - 0x65, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, - 0x65, 0x22, 0xcb, 0x01, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x12, 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x4b, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x75, 0x73, 0x65, 0x72, - 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x04, 0x76, - 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x22, - 0x60, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x22, 0xa9, 0x01, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x42, 0x03, 0xe0, - 0x41, 0x02, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x03, 0xe0, 0x41, - 0x02, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0x63, 0x0a, - 0x21, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x22, 0x83, 0x01, 0x0a, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4b, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, - 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, - 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, - 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x23, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x84, 0x01, - 0x0a, 0x21, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x12, 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x4b, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x75, 0x73, 0x65, 0x72, - 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x64, 0x0a, 0x22, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x55, - 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0xbf, 0x01, 0x0a, 0x20, 0x52, - 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4b, 0x92, - 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, - 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, - 0x12, 0x3a, 0x0a, 0x17, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x14, 0x6e, 0x65, 0x77, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x22, 0x63, 0x0a, 0x21, - 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x22, 0xeb, 0x01, 0x0a, 0x21, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4b, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, - 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, - 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, - 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, + 0x65, 0x12, 0x2b, 0x0a, 0x0f, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, + 0x0d, 0x6e, 0x65, 0x77, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x57, + 0x0a, 0x1a, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, + 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0xd5, 0x01, 0x0a, 0x1a, 0x54, 0x72, 0x69, 0x67, + 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, 0x02, 0x12, 0x75, + 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, + 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, + 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, - 0x99, 0x01, 0x0a, 0x22, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, - 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, - 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xf0, 0x01, 0x0a, 0x26, - 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x42, 0x4b, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x75, - 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, - 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, - 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, - 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, - 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, - 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, - 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x6b, - 0x0a, 0x27, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, - 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, - 0x67, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, - 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xb3, 0x01, 0x0a, 0x21, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x53, 0x0a, 0x06, - 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, - 0x17, 0xca, 0x3e, 0x14, 0xfa, 0x02, 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x12, 0x19, + 0x92, 0x01, 0x0a, 0x1b, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x31, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, + 0x74, 0x73, 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, + 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x22, 0xdf, 0x01, 0x0a, 0x24, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, + 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, + 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, 0x92, 0x41, 0x18, + 0xca, 0x3e, 0x15, 0xfa, 0x02, 0x12, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, - 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, - 0x74, 0x22, 0x5f, 0x0a, 0x22, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x22, 0xaf, 0x04, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, - 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, - 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, 0x12, 0x27, - 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, - 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x02, - 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, 0x6c, - 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x03, - 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x53, 0x0a, 0x06, 0x70, - 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x17, - 0xca, 0x3e, 0x14, 0xfa, 0x02, 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x12, 0x19, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, - 0x12, 0x2b, 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x0b, 0x73, - 0x68, 0x6f, 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x52, 0x0a, - 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0e, 0x32, 0x28, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x03, 0xe0, 0x41, 0x01, - 0x48, 0x05, 0x52, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x88, 0x01, - 0x01, 0x12, 0x23, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x06, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, - 0x72, 0x42, 0x79, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, - 0x73, 0x69, 0x7a, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, - 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, - 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x76, 0x69, 0x73, - 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x72, 0x64, 0x65, - 0x72, 0x5f, 0x62, 0x79, 0x22, 0xa7, 0x01, 0x0a, 0x21, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, - 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3b, 0x0a, 0x09, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x09, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, - 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, - 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xc5, - 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x58, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, - 0x44, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, - 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, + 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, + 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, + 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, + 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x9c, 0x01, 0x0a, 0x25, 0x54, 0x72, 0x69, 0x67, 0x67, + 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, + 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x31, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, + 0x75, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, + 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xcd, 0x01, 0x0a, 0x0b, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, + 0x72, 0x44, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x08, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, + 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x08, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, + 0x49, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, + 0x61, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x03, 0xe0, + 0x41, 0x01, 0x52, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x1a, 0x39, 0x0a, 0x0b, 0x53, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xda, 0x01, 0x0a, 0x1f, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, + 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, + 0x02, 0x12, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x04, 0x76, - 0x69, 0x65, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, - 0x41, 0x01, 0x48, 0x00, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, - 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x22, 0x5c, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, - 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x22, 0xa5, 0x01, 0x0a, 0x21, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, - 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x08, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, - 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, - 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x03, 0xe0, 0x41, 0x02, - 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0x5f, 0x0a, 0x22, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0x7d, 0x0a, - 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x44, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x24, 0x0a, 0x22, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x7f, 0x0a, 0x23, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x6e, 0x61, 0x6d, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, - 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, - 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, - 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x22, 0x84, 0x01, 0x0a, 0x24, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, - 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, - 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, - 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x42, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, - 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x45, 0x72, 0x72, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x22, 0xaa, 0x01, 0x0a, 0x21, 0x52, - 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x58, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, - 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, - 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2b, 0x0a, 0x0f, 0x6e, 0x65, - 0x77, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0d, 0x6e, 0x65, 0x77, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x5f, 0x0a, 0x22, 0x52, 0x65, 0x6e, 0x61, 0x6d, - 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, - 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0xe5, 0x01, 0x0a, 0x22, 0x54, 0x72, 0x69, - 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x58, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, - 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, - 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, - 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, - 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, - 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, - 0x22, 0x9a, 0x01, 0x0a, 0x23, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, - 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, - 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, - 0x63, 0x74, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x08, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xeb, 0x01, - 0x0a, 0x28, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x72, - 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, - 0xfa, 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, - 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, - 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, - 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, - 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xa0, 0x01, 0x0a, 0x29, - 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, - 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x07, 0x6f, 0x75, 0x74, - 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, - 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, - 0x75, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x08, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, + 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, + 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, + 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, + 0x74, 0x61, 0x22, 0x64, 0x0a, 0x20, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, + 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x4f, + 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x6f, + 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xb6, 0x01, 0x0a, 0x20, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, + 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xea, - 0x01, 0x0a, 0x27, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, - 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, - 0xfa, 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, - 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, - 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, - 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, - 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x6c, 0x0a, 0x28, 0x54, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, - 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, - 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, - 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xc6, 0x01, 0x0a, 0x28, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x52, 0x0a, + 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, + 0x41, 0x0f, 0xca, 0x3e, 0x0c, 0xfa, 0x02, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, 0x61, 0x6d, + 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x12, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, + 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, + 0x74, 0x22, 0x63, 0x0a, 0x21, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x42, 0x92, 0x41, 0x17, 0xca, 0x3e, 0x14, 0xfa, 0x02, - 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x98, 0x03, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x55, + 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, + 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, + 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, + 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, 0x70, 0x61, + 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, + 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, + 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x06, + 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, + 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x52, + 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, + 0x92, 0x41, 0x0f, 0xca, 0x3e, 0x0c, 0xfa, 0x02, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x12, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, - 0x6e, 0x74, 0x22, 0x6b, 0x0a, 0x29, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, - 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x6e, 0x74, 0x12, 0x2b, 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, + 0x0b, 0x73, 0x68, 0x6f, 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x42, + 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x0d, 0x0a, + 0x0b, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x07, 0x0a, 0x05, + 0x5f, 0x76, 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, + 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x64, 0x22, 0xab, 0x01, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x08, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x08, + 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, + 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, + 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, + 0xcb, 0x01, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x4b, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, + 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, + 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x04, 0x76, 0x69, 0x65, + 0x77, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x22, 0x60, 0x0a, + 0x1e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, - 0xa8, 0x03, 0x0a, 0x27, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, - 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, - 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x88, - 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, 0x70, - 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, 0x76, - 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, - 0x41, 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, - 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, - 0x41, 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, - 0x5a, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, - 0x42, 0x92, 0x41, 0x17, 0xca, 0x3e, 0x14, 0xfa, 0x02, 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, - 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, - 0x22, 0x12, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, - 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x2b, 0x0a, 0x0c, 0x73, - 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x0b, 0x73, 0x68, 0x6f, 0x77, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x67, - 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, - 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x42, 0x09, - 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x68, - 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x22, 0xb3, 0x01, 0x0a, 0x28, 0x4c, - 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x08, 0x72, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, - 0x08, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78, - 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, - 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, - 0x22, 0xdb, 0x01, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x28, 0xca, 0x3e, 0x25, - 0xfa, 0x02, 0x22, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0xa9, 0x01, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, + 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, + 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0x63, 0x0a, 0x21, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x04, 0x76, 0x69, - 0x65, 0x77, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x22, 0x68, - 0x0a, 0x26, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x22, 0x83, 0x01, 0x0a, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x42, 0x4b, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x75, 0x73, + 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, + 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x23, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x84, 0x01, 0x0a, 0x21, + 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x4b, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, + 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x22, 0x64, 0x0a, 0x22, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x55, 0x73, 0x65, + 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, - 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0xb1, 0x01, 0x0a, 0x28, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0xbf, 0x01, 0x0a, 0x20, 0x52, 0x65, 0x6e, + 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5f, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4b, 0x92, 0x41, 0x20, + 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, + 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, + 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3a, + 0x0a, 0x17, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x03, 0xe0, 0x41, 0x02, 0x52, 0x14, 0x6e, 0x65, 0x77, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, 0x64, 0x22, 0x63, 0x0a, 0x21, 0x52, 0x65, + 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, + 0xeb, 0x01, 0x0a, 0x21, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x42, 0x03, 0xe0, 0x41, - 0x02, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x03, 0xe0, 0x41, 0x02, - 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0x6b, 0x0a, 0x29, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x93, 0x01, 0x0a, 0x28, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x42, 0x4b, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x75, 0x73, + 0x65, 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, + 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, + 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, + 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x99, 0x01, + 0x0a, 0x22, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, + 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x07, + 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xf0, 0x01, 0x0a, 0x26, 0x54, 0x72, + 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x5f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x42, 0x4b, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x75, 0x73, 0x65, + 0x72, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x28, 0xca, 0x3e, 0x25, 0xfa, 0x02, 0x22, 0x6f, - 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, - 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, - 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, - 0x2b, 0x0a, 0x29, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x94, 0x01, 0x0a, - 0x29, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x28, 0xca, 0x3e, 0x25, - 0xfa, 0x02, 0x22, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, + 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, + 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x6b, 0x0a, 0x27, + 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, + 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, + 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, + 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xb3, 0x01, 0x0a, 0x21, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x53, 0x0a, 0x06, 0x70, 0x61, + 0x72, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x17, 0xca, + 0x3e, 0x14, 0xfa, 0x02, 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x12, 0x19, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, + 0x5f, 0x0a, 0x22, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x22, 0xaf, 0x04, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, + 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, + 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0a, + 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, + 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x04, + 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x06, + 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x53, 0x0a, 0x06, 0x70, 0x61, 0x72, + 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x17, 0xca, 0x3e, + 0x14, 0xfa, 0x02, 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x12, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x22, 0x6c, 0x0a, 0x2a, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x4f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x22, 0xcf, 0x01, 0x0a, 0x28, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, - 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, - 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, - 0x28, 0xca, 0x3e, 0x25, 0xfa, 0x02, 0x22, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, - 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, - 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3a, 0x0a, 0x17, 0x6e, 0x65, 0x77, 0x5f, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, - 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x14, 0x6e, - 0x65, 0x77, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x49, 0x64, 0x22, 0x6b, 0x0a, 0x29, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x2b, + 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x0b, 0x73, 0x68, 0x6f, + 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x52, 0x0a, 0x0a, 0x76, + 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, + 0x28, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, + 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x05, + 0x52, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, 0x12, + 0x23, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x06, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, + 0x79, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, + 0x7a, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, + 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, + 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, + 0x69, 0x6c, 0x69, 0x74, 0x79, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, + 0x62, 0x79, 0x22, 0xa7, 0x01, 0x0a, 0x21, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3b, 0x0a, 0x09, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x09, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, + 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1d, 0x0a, + 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xc5, 0x01, 0x0a, + 0x1e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x58, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, + 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, + 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, + 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, + 0x48, 0x00, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, + 0x76, 0x69, 0x65, 0x77, 0x22, 0x5c, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x22, 0xa5, 0x01, 0x0a, 0x21, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x22, 0xfb, 0x01, 0x0a, 0x29, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0x5f, 0x0a, 0x22, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0x7d, 0x0a, 0x21, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x58, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, + 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, + 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x24, 0x0a, 0x22, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x7f, 0x0a, 0x23, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, - 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, - 0x28, 0xca, 0x3e, 0x25, 0xfa, 0x02, 0x22, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, - 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, - 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, + 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, + 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, + 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x22, 0x84, 0x01, 0x0a, 0x24, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, + 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x12, 0x42, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x18, 0x02, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x45, 0x72, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x22, 0xaa, 0x01, 0x0a, 0x21, 0x52, 0x65, 0x6e, + 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, + 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, + 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, + 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2b, 0x0a, 0x0f, 0x6e, 0x65, 0x77, 0x5f, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0d, 0x6e, 0x65, 0x77, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x5f, 0x0a, 0x22, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, + 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0xe5, 0x01, 0x0a, 0x22, 0x54, 0x72, 0x69, 0x67, 0x67, + 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x20, + 0xca, 0x3e, 0x1d, 0xfa, 0x02, 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, + 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, + 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, - 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xa1, - 0x01, 0x0a, 0x2a, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, + 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x9a, + 0x01, 0x0a, 0x23, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, - 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, - 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, - 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, - 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x22, 0x80, 0x02, 0x0a, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, - 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x28, 0xca, 0x3e, 0x25, 0xfa, 0x02, 0x22, 0x6f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, - 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, + 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xeb, 0x01, 0x0a, 0x28, + 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, + 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, + 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, + 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, + 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, + 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, + 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xa0, 0x01, 0x0a, 0x29, 0x54, 0x72, + 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, + 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, + 0x74, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, + 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xea, 0x01, 0x0a, + 0x27, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, + 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x20, 0xca, 0x3e, 0x1d, 0xfa, 0x02, + 0x1a, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, + 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, + 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, + 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, + 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x6c, 0x0a, 0x28, 0x54, 0x72, 0x69, + 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x6f, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xc6, 0x01, 0x0a, 0x28, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x42, 0x92, 0x41, 0x17, 0xca, 0x3e, 0x14, 0xfa, 0x02, 0x11, 0x6f, + 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, + 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x12, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, - 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, - 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, - 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, - 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x73, 0x0a, 0x2f, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, - 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, - 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, - 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, - 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x3d, 0x0a, 0x13, 0x47, 0x65, - 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6f, 0x70, - 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x58, 0x0a, 0x14, 0x47, 0x65, 0x74, - 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, - 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x22, 0xbe, 0x02, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, - 0x65, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, - 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, - 0x01, 0x48, 0x01, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, - 0x01, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, - 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, - 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, - 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, - 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, - 0x48, 0x04, 0x52, 0x0b, 0x73, 0x68, 0x6f, 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, - 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, - 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x42, - 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, - 0x74, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x64, 0x22, 0xa0, 0x01, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x3b, 0x0a, 0x09, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, - 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x09, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, - 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, - 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, - 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, - 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xc5, 0x02, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, - 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x09, - 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, - 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, - 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, - 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, - 0x76, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, - 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, - 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, - 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, - 0x12, 0x2b, 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x0b, 0x73, - 0x68, 0x6f, 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, - 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, - 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, - 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0f, - 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x22, - 0xac, 0x01, 0x0a, 0x21, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x73, + 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, + 0x22, 0x6b, 0x0a, 0x29, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, + 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, + 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0xa8, 0x03, + 0x0a, 0x27, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, + 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, + 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, + 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, 0x70, 0x61, 0x67, + 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, + 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, + 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x06, 0x66, + 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, + 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x5a, 0x0a, + 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x42, 0x92, + 0x41, 0x17, 0xca, 0x3e, 0x14, 0xfa, 0x02, 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x12, + 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, + 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x2b, 0x0a, 0x0c, 0x73, 0x68, 0x6f, + 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, + 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x0b, 0x73, 0x68, 0x6f, 0x77, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, + 0x73, 0x69, 0x7a, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, + 0x6b, 0x65, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, + 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, + 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x22, 0xb3, 0x01, 0x0a, 0x28, 0x4c, 0x69, 0x73, + 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x08, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, @@ -12169,270 +12091,477 @@ var file_vdp_pipeline_v1beta_pipeline_proto_rawDesc = []byte{ 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xc3, - 0x01, 0x0a, 0x1a, 0x4c, 0x6f, 0x6f, 0x6b, 0x55, 0x70, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5a, 0x0a, - 0x09, 0x70, 0x65, 0x72, 0x6d, 0x61, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x3c, 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, 0x02, 0x12, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x61, 0x6c, 0x69, 0x6e, 0x6b, 0xe0, 0x41, 0x02, - 0xfa, 0x41, 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, - 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x09, - 0x70, 0x65, 0x72, 0x6d, 0x61, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, - 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, + 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xdb, + 0x01, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x28, 0xca, 0x3e, 0x25, 0xfa, 0x02, + 0x22, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, + 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, + 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, + 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, + 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x22, 0x68, 0x0a, 0x26, + 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, - 0x48, 0x00, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, - 0x76, 0x69, 0x65, 0x77, 0x22, 0x58, 0x0a, 0x1b, 0x4c, 0x6f, 0x6f, 0x6b, 0x55, 0x70, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0x87, - 0x02, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x75, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, - 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x70, 0x61, 0x67, - 0x65, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, - 0x69, 0x7a, 0x65, 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, - 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, - 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x07, - 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, - 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, - 0x62, 0x79, 0x4a, 0x04, 0x08, 0x05, 0x10, 0x06, 0x22, 0xe5, 0x02, 0x0a, 0x22, 0x4c, 0x69, 0x73, - 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x42, 0x79, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x17, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, - 0x41, 0x01, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, - 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, - 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, - 0x6c, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, - 0x00, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x08, - 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, - 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x88, 0x01, - 0x01, 0x12, 0x35, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x02, 0x52, 0x05, - 0x73, 0x74, 0x61, 0x72, 0x74, 0x88, 0x01, 0x01, 0x12, 0x33, 0x0a, 0x04, 0x73, 0x74, 0x6f, 0x70, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x48, 0x03, 0x52, 0x04, 0x73, 0x74, 0x6f, 0x70, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, - 0x0c, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x65, 0x72, 0x49, 0x64, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, - 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x42, 0x08, 0x0a, - 0x06, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x73, 0x74, 0x6f, 0x70, - 0x22, 0xc5, 0x01, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x75, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a, 0x0a, - 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x73, 0x18, 0x01, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0xb1, 0x01, 0x0a, 0x28, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, + 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0x6b, 0x0a, 0x29, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, + 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x93, 0x01, 0x0a, 0x28, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x28, 0xca, 0x3e, 0x25, 0xfa, 0x02, 0x22, 0x6f, 0x72, 0x67, + 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, + 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, + 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x2b, 0x0a, + 0x29, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x94, 0x01, 0x0a, 0x29, 0x52, + 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x28, 0xca, 0x3e, 0x25, 0xfa, 0x02, + 0x22, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, + 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x22, 0x6c, 0x0a, 0x2a, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x4f, 0x72, 0x67, 0x61, + 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x3e, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, + 0xcf, 0x01, 0x0a, 0x28, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x28, 0xca, + 0x3e, 0x25, 0xfa, 0x02, 0x22, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3a, 0x0a, 0x17, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x14, 0x6e, 0x65, 0x77, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x49, + 0x64, 0x22, 0x6b, 0x0a, 0x29, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, + 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0xfb, + 0x01, 0x0a, 0x29, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x28, 0xca, + 0x3e, 0x25, 0xfa, 0x02, 0x22, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, + 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, + 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xa1, 0x01, 0x0a, + 0x2a, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x07, 0x6f, + 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, + 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x40, + 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x22, 0x80, 0x02, 0x0a, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, + 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x42, 0x53, 0x92, 0x41, 0x28, 0xca, 0x3e, 0x25, 0xfa, 0x02, 0x22, 0x6f, 0x72, 0x67, 0x61, + 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x5f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0xe0, 0x41, + 0x02, 0xfa, 0x41, 0x22, 0x0a, 0x20, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, + 0x6c, 0x2e, 0x74, 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x06, + 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, + 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x34, 0x0a, + 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, + 0x61, 0x74, 0x61, 0x22, 0x73, 0x0a, 0x2f, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, + 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x4f, + 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x6f, + 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x3d, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x4f, + 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x26, 0x0a, 0x0c, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6f, 0x70, 0x65, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x58, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4f, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x40, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, + 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x22, 0xbe, 0x02, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x73, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, + 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, + 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, + 0x01, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, + 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, + 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, + 0x01, 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, + 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, + 0x52, 0x0b, 0x73, 0x68, 0x6f, 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, + 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x0d, + 0x0a, 0x0b, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x07, 0x0a, + 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, + 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x64, 0x22, 0xa0, 0x01, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x73, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x3b, 0x0a, 0x09, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x18, 0x01, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0c, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x22, 0x0a, 0x0a, 0x74, 0x6f, 0x74, - 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, - 0x41, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x17, 0x0a, - 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, + 0x69, 0x6e, 0x65, 0x52, 0x09, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x26, + 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, + 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, + 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, + 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xc5, 0x02, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x41, 0x64, + 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, + 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, + 0x41, 0x01, 0x48, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, + 0x01, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x09, 0x70, 0x61, + 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, + 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, + 0x01, 0x48, 0x02, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x06, + 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, + 0x01, 0x48, 0x03, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2b, + 0x0a, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x08, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x0b, 0x73, 0x68, 0x6f, + 0x77, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, + 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61, + 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, + 0x77, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, + 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x22, 0xac, 0x01, + 0x0a, 0x21, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x08, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x18, + 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x08, 0x72, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, + 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1d, 0x0a, + 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xc3, 0x01, 0x0a, + 0x1a, 0x4c, 0x6f, 0x6f, 0x6b, 0x55, 0x70, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x41, + 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5a, 0x0a, 0x09, 0x70, + 0x65, 0x72, 0x6d, 0x61, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3c, + 0x92, 0x41, 0x18, 0xca, 0x3e, 0x15, 0xfa, 0x02, 0x12, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x61, 0x6c, 0x69, 0x6e, 0x6b, 0xe0, 0x41, 0x02, 0xfa, 0x41, + 0x1b, 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2e, 0x74, + 0x65, 0x63, 0x68, 0x2f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x09, 0x70, 0x65, + 0x72, 0x6d, 0x61, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, + 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, + 0x65, 0x77, 0x22, 0x58, 0x0a, 0x1b, 0x4c, 0x6f, 0x6f, 0x6b, 0x55, 0x70, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x39, 0x0a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0x87, 0x02, 0x0a, + 0x17, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, + 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, + 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, + 0x20, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, + 0x65, 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, + 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x07, 0x6f, 0x72, + 0x64, 0x65, 0x72, 0x42, 0x79, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, + 0x74, 0x65, 0x72, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, + 0x4a, 0x04, 0x08, 0x05, 0x10, 0x06, 0x22, 0xe5, 0x02, 0x0a, 0x22, 0x4c, 0x69, 0x73, 0x74, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x42, 0x79, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, + 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, - 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x08, - 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xd0, 0x01, 0x0a, 0x23, 0x4c, 0x69, 0x73, - 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x42, 0x79, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x4a, 0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x75, 0x6e, - 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0c, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x22, 0x0a, 0x0a, - 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, - 0x12, 0x17, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, - 0xe0, 0x41, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x67, - 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, - 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xcd, 0x02, 0x0a, 0x18, - 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, - 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2b, 0x0a, 0x0f, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x75, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, - 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x08, 0x70, - 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, - 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, - 0x02, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x08, - 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, - 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x88, 0x01, - 0x01, 0x12, 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32, - 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, - 0x69, 0x65, 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, - 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x42, 0x0c, 0x0a, 0x0a, - 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, - 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, - 0x62, 0x79, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x22, 0xc9, 0x01, 0x0a, 0x19, - 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, - 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a, 0x0e, 0x63, 0x6f, 0x6d, - 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x75, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x21, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, - 0x74, 0x52, 0x75, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x6f, - 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x22, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, - 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, - 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x17, 0x0a, 0x04, - 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, - 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, - 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x08, 0x70, - 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x71, 0x0a, 0x0d, 0x46, 0x69, 0x6c, 0x65, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x6e, 0x61, 0x6d, - 0x65, 0x12, 0x17, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, - 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x04, 0x73, 0x69, - 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x73, - 0x69, 0x7a, 0x65, 0x12, 0x15, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0xcd, 0x08, 0x0a, 0x0b, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x12, 0x26, 0x0a, 0x0c, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55, - 0x69, 0x64, 0x12, 0x2d, 0x0a, 0x10, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, - 0x75, 0x6e, 0x5f, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, - 0x03, 0x52, 0x0e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x55, 0x69, - 0x64, 0x12, 0x2e, 0x0a, 0x10, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x76, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, - 0x52, 0x0f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x12, 0x3a, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0e, 0x32, 0x1d, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x72, 0x75, 0x6e, 0x2e, 0x76, - 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3a, 0x0a, - 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1d, 0x2e, - 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x72, 0x75, 0x6e, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, - 0x68, 0x61, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x03, 0xe0, 0x41, - 0x03, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x32, 0x0a, 0x0e, 0x74, 0x6f, 0x74, - 0x61, 0x6c, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x05, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x0d, 0x74, 0x6f, 0x74, - 0x61, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, - 0x09, 0x72, 0x75, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x08, 0x72, 0x75, 0x6e, 0x6e, - 0x65, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x37, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, - 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, - 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, - 0x12, 0x39, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, - 0x41, 0x01, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x45, 0x0a, 0x0f, 0x72, - 0x65, 0x63, 0x69, 0x70, 0x65, 0x5f, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x18, 0x0d, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, - 0x41, 0x03, 0x52, 0x0e, 0x72, 0x65, 0x63, 0x69, 0x70, 0x65, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, - 0x6f, 0x74, 0x12, 0x3e, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, - 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, - 0x6d, 0x65, 0x12, 0x4c, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x74, - 0x69, 0x6d, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, - 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, - 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, - 0x12, 0x21, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x42, - 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, - 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x0d, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x5f, 0x61, 0x6d, - 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x02, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, - 0x41, 0x01, 0x48, 0x04, 0x52, 0x0c, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x41, 0x6d, 0x6f, 0x75, - 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x5a, 0x0a, 0x12, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x73, 0x70, - 0x65, 0x63, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x12, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x26, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x53, 0x70, 0x65, 0x63, - 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x11, - 0x64, 0x61, 0x74, 0x61, 0x53, 0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x12, 0x2c, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, - 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x05, - 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, - 0x26, 0x0a, 0x0c, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, - 0x14, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, - 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, - 0x41, 0x03, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x42, - 0x11, 0x0a, 0x0f, 0x5f, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x72, 0x75, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x74, 0x69, - 0x6d, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x42, 0x10, 0x0a, 0x0e, - 0x5f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x5f, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0e, - 0x0a, 0x0c, 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x4a, 0x04, - 0x08, 0x09, 0x10, 0x0a, 0x4a, 0x04, 0x08, 0x0b, 0x10, 0x0c, 0x22, 0x97, 0x06, 0x0a, 0x0c, 0x43, - 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, 0x12, 0x2d, 0x0a, 0x10, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x5f, 0x75, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x55, 0x69, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x63, 0x6f, - 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, - 0x49, 0x64, 0x12, 0x3a, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0e, 0x32, 0x1d, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x72, 0x75, 0x6e, 0x2e, - 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, - 0x73, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x32, - 0x0a, 0x0e, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, - 0x52, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, - 0x01, 0x01, 0x12, 0x3e, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, - 0x6d, 0x65, 0x12, 0x4c, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x74, - 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, - 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, - 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, - 0x12, 0x21, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, - 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, - 0x88, 0x01, 0x01, 0x12, 0x52, 0x0a, 0x10, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x72, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, + 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x08, + 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, + 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x08, 0x6f, 0x72, + 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, + 0x01, 0x48, 0x01, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x88, 0x01, 0x01, 0x12, + 0x35, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x02, 0x52, 0x05, 0x73, 0x74, + 0x61, 0x72, 0x74, 0x88, 0x01, 0x01, 0x12, 0x33, 0x0a, 0x04, 0x73, 0x74, 0x6f, 0x70, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, + 0x48, 0x03, 0x52, 0x04, 0x73, 0x74, 0x6f, 0x70, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, + 0x72, 0x49, 0x64, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x42, 0x0b, + 0x0a, 0x09, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x42, 0x08, 0x0a, 0x06, 0x5f, + 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x73, 0x74, 0x6f, 0x70, 0x22, 0xc5, + 0x01, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x75, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a, 0x0a, 0x0d, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x52, 0x75, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0c, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x22, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, + 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, + 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x17, 0x0a, 0x04, 0x70, + 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x04, + 0x70, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x08, 0x70, 0x61, + 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xd0, 0x01, 0x0a, 0x23, 0x4c, 0x69, 0x73, 0x74, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x42, 0x79, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a, + 0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x73, 0x18, + 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0c, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x22, 0x0a, 0x0a, 0x74, 0x6f, + 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, + 0xe0, 0x41, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x17, + 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, + 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, + 0x73, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, + 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xcd, 0x02, 0x0a, 0x18, 0x4c, 0x69, + 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2b, 0x0a, 0x0f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, + 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x88, 0x01, + 0x01, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x08, 0x70, 0x61, 0x67, + 0x65, 0x53, 0x69, 0x7a, 0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, + 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, + 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x08, 0x6f, 0x72, + 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, + 0x01, 0x48, 0x03, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x88, 0x01, 0x01, 0x12, + 0x40, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, - 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x37, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, - 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, - 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, - 0x12, 0x54, 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x76, 0x64, + 0x65, 0x74, 0x61, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x69, 0x65, + 0x77, 0x42, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x04, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x88, 0x01, + 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, + 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x69, 0x6c, + 0x74, 0x65, 0x72, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, + 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x22, 0xc9, 0x01, 0x0a, 0x19, 0x4c, 0x69, + 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a, 0x0e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, + 0x6e, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x75, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x21, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, + 0x75, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, + 0x6e, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x22, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, + 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, + 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x17, 0x0a, 0x04, 0x70, 0x61, + 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x04, 0x70, + 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, + 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x71, 0x0a, 0x0d, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x66, + 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x17, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, + 0x41, 0x02, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x73, 0x69, 0x7a, + 0x65, 0x12, 0x15, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, + 0xe0, 0x41, 0x02, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0xcd, 0x08, 0x0a, 0x0b, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x12, 0x26, 0x0a, 0x0c, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, + 0xe0, 0x41, 0x03, 0x52, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x69, 0x64, + 0x12, 0x2d, 0x0a, 0x10, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x75, 0x6e, + 0x5f, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, + 0x0e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x55, 0x69, 0x64, 0x12, + 0x2e, 0x0a, 0x10, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0f, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x3a, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, + 0x1d, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x72, 0x75, 0x6e, 0x2e, 0x76, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x03, + 0xe0, 0x41, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3a, 0x0a, 0x06, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1d, 0x2e, 0x63, 0x6f, + 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x72, 0x75, 0x6e, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, + 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x32, 0x0a, 0x0e, 0x74, 0x6f, 0x74, 0x61, 0x6c, + 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x42, + 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, + 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x09, 0x72, + 0x75, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, + 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x08, 0x72, 0x75, 0x6e, 0x6e, 0x65, 0x72, + 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x37, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x06, + 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x39, + 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, + 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x45, 0x0a, 0x0f, 0x72, 0x65, 0x63, + 0x69, 0x70, 0x65, 0x5f, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x03, + 0x52, 0x0e, 0x72, 0x65, 0x63, 0x69, 0x70, 0x65, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, + 0x12, 0x3e, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0e, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, + 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, + 0x12, 0x4c, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, + 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, + 0x61, 0x6d, 0x70, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x0c, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x21, + 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe0, + 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x03, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x88, 0x01, + 0x01, 0x12, 0x30, 0x0a, 0x0d, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x5f, 0x61, 0x6d, 0x6f, 0x75, + 0x6e, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x02, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, + 0x48, 0x04, 0x52, 0x0c, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, + 0x88, 0x01, 0x01, 0x12, 0x5a, 0x0a, 0x12, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x73, 0x70, 0x65, 0x63, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x26, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x53, 0x70, 0x65, 0x63, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x11, 0x64, 0x61, + 0x74, 0x61, 0x53, 0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x2c, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x13, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x05, 0x52, 0x0a, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, + 0x0c, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x14, 0x20, + 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, + 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x42, 0x11, 0x0a, + 0x0f, 0x5f, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x72, 0x75, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x42, 0x10, + 0x0a, 0x0e, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, + 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, + 0x72, 0x65, 0x64, 0x69, 0x74, 0x5f, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0e, 0x0a, 0x0c, + 0x5f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x4a, 0x04, 0x08, 0x09, + 0x10, 0x0a, 0x4a, 0x04, 0x08, 0x0b, 0x10, 0x0c, 0x22, 0x97, 0x06, 0x0a, 0x0c, 0x43, 0x6f, 0x6d, + 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, 0x12, 0x2d, 0x0a, 0x10, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x5f, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x55, 0x69, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x70, + 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, + 0xe0, 0x41, 0x03, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x49, 0x64, + 0x12, 0x3a, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, + 0x32, 0x1d, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x72, 0x75, 0x6e, 0x2e, 0x76, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, + 0x03, 0xe0, 0x41, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x32, 0x0a, 0x0e, + 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x05, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x00, 0x52, 0x0d, + 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, + 0x12, 0x3e, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, + 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, + 0x12, 0x4c, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, + 0x61, 0x6d, 0x70, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x01, 0x52, 0x0c, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x21, + 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe0, + 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x02, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x88, 0x01, + 0x01, 0x12, 0x52, 0x0a, 0x10, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x65, + 0x72, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x42, - 0x03, 0xe0, 0x41, 0x03, 0x52, 0x10, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x39, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, - 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, - 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, - 0x73, 0x12, 0x30, 0x0a, 0x0d, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x5f, 0x61, 0x6d, 0x6f, 0x75, - 0x6e, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x02, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, - 0x48, 0x03, 0x52, 0x0c, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, - 0x88, 0x01, 0x01, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x64, 0x75, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x65, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x65, 0x72, 0x72, - 0x6f, 0x72, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x5f, 0x61, 0x6d, - 0x6f, 0x75, 0x6e, 0x74, 0x2a, 0x55, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x15, 0x0a, - 0x11, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, - 0x45, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x49, 0x4e, - 0x41, 0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x54, 0x41, 0x54, - 0x45, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x54, - 0x41, 0x54, 0x45, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x03, 0x42, 0xdc, 0x01, 0x0a, 0x17, - 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x42, 0x0d, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x44, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x61, 0x69, 0x2f, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x76, 0x64, 0x70, 0x2f, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x3b, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0xa2, 0x02, - 0x03, 0x56, 0x50, 0x58, 0xaa, 0x02, 0x13, 0x56, 0x64, 0x70, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0xca, 0x02, 0x13, 0x56, 0x64, 0x70, - 0x5c, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, - 0xe2, 0x02, 0x1f, 0x56, 0x64, 0x70, 0x5c, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5c, - 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0xea, 0x02, 0x15, 0x56, 0x64, 0x70, 0x3a, 0x3a, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, + 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0f, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x52, 0x65, 0x66, 0x65, + 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x37, 0x0a, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, + 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x06, + 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x54, + 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, + 0x6e, 0x63, 0x65, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x42, 0x03, 0xe0, + 0x41, 0x03, 0x52, 0x10, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, + 0x65, 0x6e, 0x63, 0x65, 0x12, 0x39, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x18, + 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x06, + 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x52, 0x07, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, + 0x30, 0x0a, 0x0d, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x5f, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x02, 0x42, 0x06, 0xe0, 0x41, 0x03, 0xe0, 0x41, 0x01, 0x48, 0x03, + 0x52, 0x0c, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, + 0x01, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x64, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, + 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x65, 0x72, 0x72, 0x6f, 0x72, + 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x5f, 0x61, 0x6d, 0x6f, 0x75, + 0x6e, 0x74, 0x2a, 0x55, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x53, + 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, + 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x49, 0x4e, 0x41, 0x43, + 0x54, 0x49, 0x56, 0x45, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, + 0x41, 0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x54, 0x41, 0x54, + 0x45, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x03, 0x42, 0xdc, 0x01, 0x0a, 0x17, 0x63, 0x6f, + 0x6d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x42, 0x0d, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x50, + 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x44, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, + 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x61, 0x69, 0x2f, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x76, 0x64, 0x70, 0x2f, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x3b, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0xa2, 0x02, 0x03, 0x56, + 0x50, 0x58, 0xaa, 0x02, 0x13, 0x56, 0x64, 0x70, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0xca, 0x02, 0x13, 0x56, 0x64, 0x70, 0x5c, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0xe2, 0x02, + 0x1f, 0x56, 0x64, 0x70, 0x5c, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0xea, 0x02, 0x15, 0x56, 0x64, 0x70, 0x3a, 0x3a, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -12448,212 +12577,214 @@ func file_vdp_pipeline_v1beta_pipeline_proto_rawDescGZIP() []byte { } var file_vdp_pipeline_v1beta_pipeline_proto_enumTypes = make([]protoimpl.EnumInfo, 4) -var file_vdp_pipeline_v1beta_pipeline_proto_msgTypes = make([]protoimpl.MessageInfo, 157) +var file_vdp_pipeline_v1beta_pipeline_proto_msgTypes = make([]protoimpl.MessageInfo, 159) var file_vdp_pipeline_v1beta_pipeline_proto_goTypes = []interface{}{ - (State)(0), // 0: vdp.pipeline.v1beta.State - (Pipeline_View)(0), // 1: vdp.pipeline.v1beta.Pipeline.View - (Pipeline_Visibility)(0), // 2: vdp.pipeline.v1beta.Pipeline.Visibility - (Trace_Status)(0), // 3: vdp.pipeline.v1beta.Trace.Status - (*LivenessRequest)(nil), // 4: vdp.pipeline.v1beta.LivenessRequest - (*LivenessResponse)(nil), // 5: vdp.pipeline.v1beta.LivenessResponse - (*ReadinessRequest)(nil), // 6: vdp.pipeline.v1beta.ReadinessRequest - (*ReadinessResponse)(nil), // 7: vdp.pipeline.v1beta.ReadinessResponse - (*Endpoints)(nil), // 8: vdp.pipeline.v1beta.Endpoints - (*Pipeline)(nil), // 9: vdp.pipeline.v1beta.Pipeline - (*TriggerMetadata)(nil), // 10: vdp.pipeline.v1beta.TriggerMetadata - (*Trace)(nil), // 11: vdp.pipeline.v1beta.Trace - (*GetHubStatsRequest)(nil), // 12: vdp.pipeline.v1beta.GetHubStatsRequest - (*GetHubStatsResponse)(nil), // 13: vdp.pipeline.v1beta.GetHubStatsResponse - (*PipelineRelease)(nil), // 14: vdp.pipeline.v1beta.PipelineRelease - (*ListPipelinesRequest)(nil), // 15: vdp.pipeline.v1beta.ListPipelinesRequest - (*ListPipelinesResponse)(nil), // 16: vdp.pipeline.v1beta.ListPipelinesResponse - (*ListNamespacePipelinesRequest)(nil), // 17: vdp.pipeline.v1beta.ListNamespacePipelinesRequest - (*ListNamespacePipelinesResponse)(nil), // 18: vdp.pipeline.v1beta.ListNamespacePipelinesResponse - (*LookUpPipelineRequest)(nil), // 19: vdp.pipeline.v1beta.LookUpPipelineRequest - (*LookUpPipelineResponse)(nil), // 20: vdp.pipeline.v1beta.LookUpPipelineResponse - (*CreateNamespacePipelineRequest)(nil), // 21: vdp.pipeline.v1beta.CreateNamespacePipelineRequest - (*CreateNamespacePipelineResponse)(nil), // 22: vdp.pipeline.v1beta.CreateNamespacePipelineResponse - (*GetNamespacePipelineRequest)(nil), // 23: vdp.pipeline.v1beta.GetNamespacePipelineRequest - (*GetNamespacePipelineResponse)(nil), // 24: vdp.pipeline.v1beta.GetNamespacePipelineResponse - (*UpdateNamespacePipelineRequest)(nil), // 25: vdp.pipeline.v1beta.UpdateNamespacePipelineRequest - (*UpdateNamespacePipelineResponse)(nil), // 26: vdp.pipeline.v1beta.UpdateNamespacePipelineResponse - (*DeleteNamespacePipelineRequest)(nil), // 27: vdp.pipeline.v1beta.DeleteNamespacePipelineRequest - (*DeleteNamespacePipelineResponse)(nil), // 28: vdp.pipeline.v1beta.DeleteNamespacePipelineResponse - (*ValidateNamespacePipelineRequest)(nil), // 29: vdp.pipeline.v1beta.ValidateNamespacePipelineRequest - (*ValidateNamespacePipelineResponse)(nil), // 30: vdp.pipeline.v1beta.ValidateNamespacePipelineResponse - (*RenameNamespacePipelineRequest)(nil), // 31: vdp.pipeline.v1beta.RenameNamespacePipelineRequest - (*RenameNamespacePipelineResponse)(nil), // 32: vdp.pipeline.v1beta.RenameNamespacePipelineResponse - (*CloneNamespacePipelineRequest)(nil), // 33: vdp.pipeline.v1beta.CloneNamespacePipelineRequest - (*CloneNamespacePipelineResponse)(nil), // 34: vdp.pipeline.v1beta.CloneNamespacePipelineResponse - (*CloneNamespacePipelineReleaseRequest)(nil), // 35: vdp.pipeline.v1beta.CloneNamespacePipelineReleaseRequest - (*CloneNamespacePipelineReleaseResponse)(nil), // 36: vdp.pipeline.v1beta.CloneNamespacePipelineReleaseResponse - (*SendNamespacePipelineEventRequest)(nil), // 37: vdp.pipeline.v1beta.SendNamespacePipelineEventRequest - (*SendNamespacePipelineEventResponse)(nil), // 38: vdp.pipeline.v1beta.SendNamespacePipelineEventResponse - (*SendNamespacePipelineReleaseEventRequest)(nil), // 39: vdp.pipeline.v1beta.SendNamespacePipelineReleaseEventRequest - (*SendNamespacePipelineReleaseEventResponse)(nil), // 40: vdp.pipeline.v1beta.SendNamespacePipelineReleaseEventResponse - (*TriggerNamespacePipelineRequest)(nil), // 41: vdp.pipeline.v1beta.TriggerNamespacePipelineRequest - (*TriggerNamespacePipelineResponse)(nil), // 42: vdp.pipeline.v1beta.TriggerNamespacePipelineResponse - (*TriggerNamespacePipelineWithStreamRequest)(nil), // 43: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamRequest - (*TriggerNamespacePipelineWithStreamResponse)(nil), // 44: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamResponse - (*TriggerAsyncNamespacePipelineRequest)(nil), // 45: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineRequest - (*TriggerAsyncNamespacePipelineResponse)(nil), // 46: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineResponse - (*CreateNamespacePipelineReleaseRequest)(nil), // 47: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseRequest - (*CreateNamespacePipelineReleaseResponse)(nil), // 48: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseResponse - (*ListNamespacePipelineReleasesRequest)(nil), // 49: vdp.pipeline.v1beta.ListNamespacePipelineReleasesRequest - (*ListNamespacePipelineReleasesResponse)(nil), // 50: vdp.pipeline.v1beta.ListNamespacePipelineReleasesResponse - (*GetNamespacePipelineReleaseRequest)(nil), // 51: vdp.pipeline.v1beta.GetNamespacePipelineReleaseRequest - (*GetNamespacePipelineReleaseResponse)(nil), // 52: vdp.pipeline.v1beta.GetNamespacePipelineReleaseResponse - (*UpdateNamespacePipelineReleaseRequest)(nil), // 53: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseRequest - (*UpdateNamespacePipelineReleaseResponse)(nil), // 54: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseResponse - (*DeleteNamespacePipelineReleaseRequest)(nil), // 55: vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseRequest - (*DeleteNamespacePipelineReleaseResponse)(nil), // 56: vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseResponse - (*TriggerNamespacePipelineReleaseRequest)(nil), // 57: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseRequest - (*TriggerNamespacePipelineReleaseResponse)(nil), // 58: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseResponse - (*TriggerAsyncNamespacePipelineReleaseRequest)(nil), // 59: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseRequest - (*TriggerAsyncNamespacePipelineReleaseResponse)(nil), // 60: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseResponse - (*CreateUserPipelineRequest)(nil), // 61: vdp.pipeline.v1beta.CreateUserPipelineRequest - (*CreateUserPipelineResponse)(nil), // 62: vdp.pipeline.v1beta.CreateUserPipelineResponse - (*ListUserPipelinesRequest)(nil), // 63: vdp.pipeline.v1beta.ListUserPipelinesRequest - (*ListUserPipelinesResponse)(nil), // 64: vdp.pipeline.v1beta.ListUserPipelinesResponse - (*GetUserPipelineRequest)(nil), // 65: vdp.pipeline.v1beta.GetUserPipelineRequest - (*GetUserPipelineResponse)(nil), // 66: vdp.pipeline.v1beta.GetUserPipelineResponse - (*UpdateUserPipelineRequest)(nil), // 67: vdp.pipeline.v1beta.UpdateUserPipelineRequest - (*UpdateUserPipelineResponse)(nil), // 68: vdp.pipeline.v1beta.UpdateUserPipelineResponse - (*DeleteUserPipelineRequest)(nil), // 69: vdp.pipeline.v1beta.DeleteUserPipelineRequest - (*DeleteUserPipelineResponse)(nil), // 70: vdp.pipeline.v1beta.DeleteUserPipelineResponse - (*ErrPipelineValidation)(nil), // 71: vdp.pipeline.v1beta.ErrPipelineValidation - (*ValidateUserPipelineRequest)(nil), // 72: vdp.pipeline.v1beta.ValidateUserPipelineRequest - (*ValidateUserPipelineResponse)(nil), // 73: vdp.pipeline.v1beta.ValidateUserPipelineResponse - (*RenameUserPipelineRequest)(nil), // 74: vdp.pipeline.v1beta.RenameUserPipelineRequest - (*RenameUserPipelineResponse)(nil), // 75: vdp.pipeline.v1beta.RenameUserPipelineResponse - (*TriggerUserPipelineRequest)(nil), // 76: vdp.pipeline.v1beta.TriggerUserPipelineRequest - (*TriggerUserPipelineResponse)(nil), // 77: vdp.pipeline.v1beta.TriggerUserPipelineResponse - (*TriggerUserPipelineWithStreamRequest)(nil), // 78: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamRequest - (*TriggerUserPipelineWithStreamResponse)(nil), // 79: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamResponse - (*TriggerData)(nil), // 80: vdp.pipeline.v1beta.TriggerData - (*TriggerAsyncUserPipelineRequest)(nil), // 81: vdp.pipeline.v1beta.TriggerAsyncUserPipelineRequest - (*TriggerAsyncUserPipelineResponse)(nil), // 82: vdp.pipeline.v1beta.TriggerAsyncUserPipelineResponse - (*CreateUserPipelineReleaseRequest)(nil), // 83: vdp.pipeline.v1beta.CreateUserPipelineReleaseRequest - (*CreateUserPipelineReleaseResponse)(nil), // 84: vdp.pipeline.v1beta.CreateUserPipelineReleaseResponse - (*ListUserPipelineReleasesRequest)(nil), // 85: vdp.pipeline.v1beta.ListUserPipelineReleasesRequest - (*ListUserPipelineReleasesResponse)(nil), // 86: vdp.pipeline.v1beta.ListUserPipelineReleasesResponse - (*GetUserPipelineReleaseRequest)(nil), // 87: vdp.pipeline.v1beta.GetUserPipelineReleaseRequest - (*GetUserPipelineReleaseResponse)(nil), // 88: vdp.pipeline.v1beta.GetUserPipelineReleaseResponse - (*UpdateUserPipelineReleaseRequest)(nil), // 89: vdp.pipeline.v1beta.UpdateUserPipelineReleaseRequest - (*UpdateUserPipelineReleaseResponse)(nil), // 90: vdp.pipeline.v1beta.UpdateUserPipelineReleaseResponse - (*DeleteUserPipelineReleaseRequest)(nil), // 91: vdp.pipeline.v1beta.DeleteUserPipelineReleaseRequest - (*DeleteUserPipelineReleaseResponse)(nil), // 92: vdp.pipeline.v1beta.DeleteUserPipelineReleaseResponse - (*RestoreUserPipelineReleaseRequest)(nil), // 93: vdp.pipeline.v1beta.RestoreUserPipelineReleaseRequest - (*RestoreUserPipelineReleaseResponse)(nil), // 94: vdp.pipeline.v1beta.RestoreUserPipelineReleaseResponse - (*RenameUserPipelineReleaseRequest)(nil), // 95: vdp.pipeline.v1beta.RenameUserPipelineReleaseRequest - (*RenameUserPipelineReleaseResponse)(nil), // 96: vdp.pipeline.v1beta.RenameUserPipelineReleaseResponse - (*TriggerUserPipelineReleaseRequest)(nil), // 97: vdp.pipeline.v1beta.TriggerUserPipelineReleaseRequest - (*TriggerUserPipelineReleaseResponse)(nil), // 98: vdp.pipeline.v1beta.TriggerUserPipelineReleaseResponse - (*TriggerAsyncUserPipelineReleaseRequest)(nil), // 99: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseRequest - (*TriggerAsyncUserPipelineReleaseResponse)(nil), // 100: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseResponse - (*CreateOrganizationPipelineRequest)(nil), // 101: vdp.pipeline.v1beta.CreateOrganizationPipelineRequest - (*CreateOrganizationPipelineResponse)(nil), // 102: vdp.pipeline.v1beta.CreateOrganizationPipelineResponse - (*ListOrganizationPipelinesRequest)(nil), // 103: vdp.pipeline.v1beta.ListOrganizationPipelinesRequest - (*ListOrganizationPipelinesResponse)(nil), // 104: vdp.pipeline.v1beta.ListOrganizationPipelinesResponse - (*GetOrganizationPipelineRequest)(nil), // 105: vdp.pipeline.v1beta.GetOrganizationPipelineRequest - (*GetOrganizationPipelineResponse)(nil), // 106: vdp.pipeline.v1beta.GetOrganizationPipelineResponse - (*UpdateOrganizationPipelineRequest)(nil), // 107: vdp.pipeline.v1beta.UpdateOrganizationPipelineRequest - (*UpdateOrganizationPipelineResponse)(nil), // 108: vdp.pipeline.v1beta.UpdateOrganizationPipelineResponse - (*DeleteOrganizationPipelineRequest)(nil), // 109: vdp.pipeline.v1beta.DeleteOrganizationPipelineRequest - (*DeleteOrganizationPipelineResponse)(nil), // 110: vdp.pipeline.v1beta.DeleteOrganizationPipelineResponse - (*ValidateOrganizationPipelineRequest)(nil), // 111: vdp.pipeline.v1beta.ValidateOrganizationPipelineRequest - (*ValidateOrganizationPipelineResponse)(nil), // 112: vdp.pipeline.v1beta.ValidateOrganizationPipelineResponse - (*RenameOrganizationPipelineRequest)(nil), // 113: vdp.pipeline.v1beta.RenameOrganizationPipelineRequest - (*RenameOrganizationPipelineResponse)(nil), // 114: vdp.pipeline.v1beta.RenameOrganizationPipelineResponse - (*TriggerOrganizationPipelineRequest)(nil), // 115: vdp.pipeline.v1beta.TriggerOrganizationPipelineRequest - (*TriggerOrganizationPipelineResponse)(nil), // 116: vdp.pipeline.v1beta.TriggerOrganizationPipelineResponse - (*TriggerOrganizationPipelineStreamRequest)(nil), // 117: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamRequest - (*TriggerOrganizationPipelineStreamResponse)(nil), // 118: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamResponse - (*TriggerAsyncOrganizationPipelineRequest)(nil), // 119: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineRequest - (*TriggerAsyncOrganizationPipelineResponse)(nil), // 120: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineResponse - (*CreateOrganizationPipelineReleaseRequest)(nil), // 121: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseRequest - (*CreateOrganizationPipelineReleaseResponse)(nil), // 122: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseResponse - (*ListOrganizationPipelineReleasesRequest)(nil), // 123: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesRequest - (*ListOrganizationPipelineReleasesResponse)(nil), // 124: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesResponse - (*GetOrganizationPipelineReleaseRequest)(nil), // 125: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseRequest - (*GetOrganizationPipelineReleaseResponse)(nil), // 126: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseResponse - (*UpdateOrganizationPipelineReleaseRequest)(nil), // 127: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseRequest - (*UpdateOrganizationPipelineReleaseResponse)(nil), // 128: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseResponse - (*DeleteOrganizationPipelineReleaseRequest)(nil), // 129: vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseRequest - (*DeleteOrganizationPipelineReleaseResponse)(nil), // 130: vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseResponse - (*RestoreOrganizationPipelineReleaseRequest)(nil), // 131: vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseRequest - (*RestoreOrganizationPipelineReleaseResponse)(nil), // 132: vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseResponse - (*RenameOrganizationPipelineReleaseRequest)(nil), // 133: vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseRequest - (*RenameOrganizationPipelineReleaseResponse)(nil), // 134: vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseResponse - (*TriggerOrganizationPipelineReleaseRequest)(nil), // 135: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseRequest - (*TriggerOrganizationPipelineReleaseResponse)(nil), // 136: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseResponse - (*TriggerAsyncOrganizationPipelineReleaseRequest)(nil), // 137: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseRequest - (*TriggerAsyncOrganizationPipelineReleaseResponse)(nil), // 138: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseResponse - (*GetOperationRequest)(nil), // 139: vdp.pipeline.v1beta.GetOperationRequest - (*GetOperationResponse)(nil), // 140: vdp.pipeline.v1beta.GetOperationResponse - (*ListPipelinesAdminRequest)(nil), // 141: vdp.pipeline.v1beta.ListPipelinesAdminRequest - (*ListPipelinesAdminResponse)(nil), // 142: vdp.pipeline.v1beta.ListPipelinesAdminResponse - (*ListPipelineReleasesAdminRequest)(nil), // 143: vdp.pipeline.v1beta.ListPipelineReleasesAdminRequest - (*ListPipelineReleasesAdminResponse)(nil), // 144: vdp.pipeline.v1beta.ListPipelineReleasesAdminResponse - (*LookUpPipelineAdminRequest)(nil), // 145: vdp.pipeline.v1beta.LookUpPipelineAdminRequest - (*LookUpPipelineAdminResponse)(nil), // 146: vdp.pipeline.v1beta.LookUpPipelineAdminResponse - (*ListPipelineRunsRequest)(nil), // 147: vdp.pipeline.v1beta.ListPipelineRunsRequest - (*ListPipelineRunsByRequesterRequest)(nil), // 148: vdp.pipeline.v1beta.ListPipelineRunsByRequesterRequest - (*ListPipelineRunsResponse)(nil), // 149: vdp.pipeline.v1beta.ListPipelineRunsResponse - (*ListPipelineRunsByRequesterResponse)(nil), // 150: vdp.pipeline.v1beta.ListPipelineRunsByRequesterResponse - (*ListComponentRunsRequest)(nil), // 151: vdp.pipeline.v1beta.ListComponentRunsRequest - (*ListComponentRunsResponse)(nil), // 152: vdp.pipeline.v1beta.ListComponentRunsResponse - (*FileReference)(nil), // 153: vdp.pipeline.v1beta.FileReference - (*PipelineRun)(nil), // 154: vdp.pipeline.v1beta.PipelineRun - (*ComponentRun)(nil), // 155: vdp.pipeline.v1beta.ComponentRun - (*Endpoints_WebhookEndpoint)(nil), // 156: vdp.pipeline.v1beta.Endpoints.WebhookEndpoint - nil, // 157: vdp.pipeline.v1beta.Endpoints.WebhooksEntry - (*Pipeline_Stats)(nil), // 158: vdp.pipeline.v1beta.Pipeline.Stats - nil, // 159: vdp.pipeline.v1beta.TriggerMetadata.TracesEntry - nil, // 160: vdp.pipeline.v1beta.TriggerData.SecretEntry - (*v1beta.HealthCheckRequest)(nil), // 161: common.healthcheck.v1beta.HealthCheckRequest - (*v1beta.HealthCheckResponse)(nil), // 162: common.healthcheck.v1beta.HealthCheckResponse - (*structpb.Struct)(nil), // 163: google.protobuf.Struct - (*timestamppb.Timestamp)(nil), // 164: google.protobuf.Timestamp - (*Sharing)(nil), // 165: vdp.pipeline.v1beta.Sharing - (*Permission)(nil), // 166: vdp.pipeline.v1beta.Permission - (*v1beta1.Owner)(nil), // 167: core.mgmt.v1beta.Owner - (*DataSpecification)(nil), // 168: vdp.pipeline.v1beta.DataSpecification - (*fieldmaskpb.FieldMask)(nil), // 169: google.protobuf.FieldMask - (*longrunningpb.Operation)(nil), // 170: google.longrunning.Operation - (v1alpha.RunStatus)(0), // 171: common.run.v1alpha.RunStatus - (v1alpha.RunSource)(0), // 172: common.run.v1alpha.RunSource + (State)(0), // 0: vdp.pipeline.v1beta.State + (Pipeline_View)(0), // 1: vdp.pipeline.v1beta.Pipeline.View + (Pipeline_Visibility)(0), // 2: vdp.pipeline.v1beta.Pipeline.Visibility + (Trace_Status)(0), // 3: vdp.pipeline.v1beta.Trace.Status + (*LivenessRequest)(nil), // 4: vdp.pipeline.v1beta.LivenessRequest + (*LivenessResponse)(nil), // 5: vdp.pipeline.v1beta.LivenessResponse + (*ReadinessRequest)(nil), // 6: vdp.pipeline.v1beta.ReadinessRequest + (*ReadinessResponse)(nil), // 7: vdp.pipeline.v1beta.ReadinessResponse + (*Endpoints)(nil), // 8: vdp.pipeline.v1beta.Endpoints + (*Pipeline)(nil), // 9: vdp.pipeline.v1beta.Pipeline + (*TriggerMetadata)(nil), // 10: vdp.pipeline.v1beta.TriggerMetadata + (*Trace)(nil), // 11: vdp.pipeline.v1beta.Trace + (*GetHubStatsRequest)(nil), // 12: vdp.pipeline.v1beta.GetHubStatsRequest + (*GetHubStatsResponse)(nil), // 13: vdp.pipeline.v1beta.GetHubStatsResponse + (*PipelineRelease)(nil), // 14: vdp.pipeline.v1beta.PipelineRelease + (*ListPipelinesRequest)(nil), // 15: vdp.pipeline.v1beta.ListPipelinesRequest + (*ListPipelinesResponse)(nil), // 16: vdp.pipeline.v1beta.ListPipelinesResponse + (*ListNamespacePipelinesRequest)(nil), // 17: vdp.pipeline.v1beta.ListNamespacePipelinesRequest + (*ListNamespacePipelinesResponse)(nil), // 18: vdp.pipeline.v1beta.ListNamespacePipelinesResponse + (*LookUpPipelineRequest)(nil), // 19: vdp.pipeline.v1beta.LookUpPipelineRequest + (*LookUpPipelineResponse)(nil), // 20: vdp.pipeline.v1beta.LookUpPipelineResponse + (*CreateNamespacePipelineRequest)(nil), // 21: vdp.pipeline.v1beta.CreateNamespacePipelineRequest + (*CreateNamespacePipelineResponse)(nil), // 22: vdp.pipeline.v1beta.CreateNamespacePipelineResponse + (*GetNamespacePipelineRequest)(nil), // 23: vdp.pipeline.v1beta.GetNamespacePipelineRequest + (*GetNamespacePipelineResponse)(nil), // 24: vdp.pipeline.v1beta.GetNamespacePipelineResponse + (*UpdateNamespacePipelineRequest)(nil), // 25: vdp.pipeline.v1beta.UpdateNamespacePipelineRequest + (*UpdateNamespacePipelineResponse)(nil), // 26: vdp.pipeline.v1beta.UpdateNamespacePipelineResponse + (*DeleteNamespacePipelineRequest)(nil), // 27: vdp.pipeline.v1beta.DeleteNamespacePipelineRequest + (*DeleteNamespacePipelineResponse)(nil), // 28: vdp.pipeline.v1beta.DeleteNamespacePipelineResponse + (*ValidateNamespacePipelineRequest)(nil), // 29: vdp.pipeline.v1beta.ValidateNamespacePipelineRequest + (*ValidateNamespacePipelineResponse)(nil), // 30: vdp.pipeline.v1beta.ValidateNamespacePipelineResponse + (*RenameNamespacePipelineRequest)(nil), // 31: vdp.pipeline.v1beta.RenameNamespacePipelineRequest + (*RenameNamespacePipelineResponse)(nil), // 32: vdp.pipeline.v1beta.RenameNamespacePipelineResponse + (*CloneNamespacePipelineRequest)(nil), // 33: vdp.pipeline.v1beta.CloneNamespacePipelineRequest + (*CloneNamespacePipelineResponse)(nil), // 34: vdp.pipeline.v1beta.CloneNamespacePipelineResponse + (*CloneNamespacePipelineReleaseRequest)(nil), // 35: vdp.pipeline.v1beta.CloneNamespacePipelineReleaseRequest + (*CloneNamespacePipelineReleaseResponse)(nil), // 36: vdp.pipeline.v1beta.CloneNamespacePipelineReleaseResponse + (*HandleNamespacePipelineWebhookEventRequest)(nil), // 37: vdp.pipeline.v1beta.HandleNamespacePipelineWebhookEventRequest + (*HandleNamespacePipelineWebhookEventResponse)(nil), // 38: vdp.pipeline.v1beta.HandleNamespacePipelineWebhookEventResponse + (*HandleNamespacePipelineReleaseWebhookEventRequest)(nil), // 39: vdp.pipeline.v1beta.HandleNamespacePipelineReleaseWebhookEventRequest + (*HandleNamespacePipelineReleaseWebhookEventResponse)(nil), // 40: vdp.pipeline.v1beta.HandleNamespacePipelineReleaseWebhookEventResponse + (*DispatchPipelineWebhookEventRequest)(nil), // 41: vdp.pipeline.v1beta.DispatchPipelineWebhookEventRequest + (*DispatchPipelineWebhookEventResponse)(nil), // 42: vdp.pipeline.v1beta.DispatchPipelineWebhookEventResponse + (*TriggerNamespacePipelineRequest)(nil), // 43: vdp.pipeline.v1beta.TriggerNamespacePipelineRequest + (*TriggerNamespacePipelineResponse)(nil), // 44: vdp.pipeline.v1beta.TriggerNamespacePipelineResponse + (*TriggerNamespacePipelineWithStreamRequest)(nil), // 45: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamRequest + (*TriggerNamespacePipelineWithStreamResponse)(nil), // 46: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamResponse + (*TriggerAsyncNamespacePipelineRequest)(nil), // 47: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineRequest + (*TriggerAsyncNamespacePipelineResponse)(nil), // 48: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineResponse + (*CreateNamespacePipelineReleaseRequest)(nil), // 49: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseRequest + (*CreateNamespacePipelineReleaseResponse)(nil), // 50: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseResponse + (*ListNamespacePipelineReleasesRequest)(nil), // 51: vdp.pipeline.v1beta.ListNamespacePipelineReleasesRequest + (*ListNamespacePipelineReleasesResponse)(nil), // 52: vdp.pipeline.v1beta.ListNamespacePipelineReleasesResponse + (*GetNamespacePipelineReleaseRequest)(nil), // 53: vdp.pipeline.v1beta.GetNamespacePipelineReleaseRequest + (*GetNamespacePipelineReleaseResponse)(nil), // 54: vdp.pipeline.v1beta.GetNamespacePipelineReleaseResponse + (*UpdateNamespacePipelineReleaseRequest)(nil), // 55: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseRequest + (*UpdateNamespacePipelineReleaseResponse)(nil), // 56: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseResponse + (*DeleteNamespacePipelineReleaseRequest)(nil), // 57: vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseRequest + (*DeleteNamespacePipelineReleaseResponse)(nil), // 58: vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseResponse + (*TriggerNamespacePipelineReleaseRequest)(nil), // 59: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseRequest + (*TriggerNamespacePipelineReleaseResponse)(nil), // 60: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseResponse + (*TriggerAsyncNamespacePipelineReleaseRequest)(nil), // 61: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseRequest + (*TriggerAsyncNamespacePipelineReleaseResponse)(nil), // 62: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseResponse + (*CreateUserPipelineRequest)(nil), // 63: vdp.pipeline.v1beta.CreateUserPipelineRequest + (*CreateUserPipelineResponse)(nil), // 64: vdp.pipeline.v1beta.CreateUserPipelineResponse + (*ListUserPipelinesRequest)(nil), // 65: vdp.pipeline.v1beta.ListUserPipelinesRequest + (*ListUserPipelinesResponse)(nil), // 66: vdp.pipeline.v1beta.ListUserPipelinesResponse + (*GetUserPipelineRequest)(nil), // 67: vdp.pipeline.v1beta.GetUserPipelineRequest + (*GetUserPipelineResponse)(nil), // 68: vdp.pipeline.v1beta.GetUserPipelineResponse + (*UpdateUserPipelineRequest)(nil), // 69: vdp.pipeline.v1beta.UpdateUserPipelineRequest + (*UpdateUserPipelineResponse)(nil), // 70: vdp.pipeline.v1beta.UpdateUserPipelineResponse + (*DeleteUserPipelineRequest)(nil), // 71: vdp.pipeline.v1beta.DeleteUserPipelineRequest + (*DeleteUserPipelineResponse)(nil), // 72: vdp.pipeline.v1beta.DeleteUserPipelineResponse + (*ErrPipelineValidation)(nil), // 73: vdp.pipeline.v1beta.ErrPipelineValidation + (*ValidateUserPipelineRequest)(nil), // 74: vdp.pipeline.v1beta.ValidateUserPipelineRequest + (*ValidateUserPipelineResponse)(nil), // 75: vdp.pipeline.v1beta.ValidateUserPipelineResponse + (*RenameUserPipelineRequest)(nil), // 76: vdp.pipeline.v1beta.RenameUserPipelineRequest + (*RenameUserPipelineResponse)(nil), // 77: vdp.pipeline.v1beta.RenameUserPipelineResponse + (*TriggerUserPipelineRequest)(nil), // 78: vdp.pipeline.v1beta.TriggerUserPipelineRequest + (*TriggerUserPipelineResponse)(nil), // 79: vdp.pipeline.v1beta.TriggerUserPipelineResponse + (*TriggerUserPipelineWithStreamRequest)(nil), // 80: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamRequest + (*TriggerUserPipelineWithStreamResponse)(nil), // 81: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamResponse + (*TriggerData)(nil), // 82: vdp.pipeline.v1beta.TriggerData + (*TriggerAsyncUserPipelineRequest)(nil), // 83: vdp.pipeline.v1beta.TriggerAsyncUserPipelineRequest + (*TriggerAsyncUserPipelineResponse)(nil), // 84: vdp.pipeline.v1beta.TriggerAsyncUserPipelineResponse + (*CreateUserPipelineReleaseRequest)(nil), // 85: vdp.pipeline.v1beta.CreateUserPipelineReleaseRequest + (*CreateUserPipelineReleaseResponse)(nil), // 86: vdp.pipeline.v1beta.CreateUserPipelineReleaseResponse + (*ListUserPipelineReleasesRequest)(nil), // 87: vdp.pipeline.v1beta.ListUserPipelineReleasesRequest + (*ListUserPipelineReleasesResponse)(nil), // 88: vdp.pipeline.v1beta.ListUserPipelineReleasesResponse + (*GetUserPipelineReleaseRequest)(nil), // 89: vdp.pipeline.v1beta.GetUserPipelineReleaseRequest + (*GetUserPipelineReleaseResponse)(nil), // 90: vdp.pipeline.v1beta.GetUserPipelineReleaseResponse + (*UpdateUserPipelineReleaseRequest)(nil), // 91: vdp.pipeline.v1beta.UpdateUserPipelineReleaseRequest + (*UpdateUserPipelineReleaseResponse)(nil), // 92: vdp.pipeline.v1beta.UpdateUserPipelineReleaseResponse + (*DeleteUserPipelineReleaseRequest)(nil), // 93: vdp.pipeline.v1beta.DeleteUserPipelineReleaseRequest + (*DeleteUserPipelineReleaseResponse)(nil), // 94: vdp.pipeline.v1beta.DeleteUserPipelineReleaseResponse + (*RestoreUserPipelineReleaseRequest)(nil), // 95: vdp.pipeline.v1beta.RestoreUserPipelineReleaseRequest + (*RestoreUserPipelineReleaseResponse)(nil), // 96: vdp.pipeline.v1beta.RestoreUserPipelineReleaseResponse + (*RenameUserPipelineReleaseRequest)(nil), // 97: vdp.pipeline.v1beta.RenameUserPipelineReleaseRequest + (*RenameUserPipelineReleaseResponse)(nil), // 98: vdp.pipeline.v1beta.RenameUserPipelineReleaseResponse + (*TriggerUserPipelineReleaseRequest)(nil), // 99: vdp.pipeline.v1beta.TriggerUserPipelineReleaseRequest + (*TriggerUserPipelineReleaseResponse)(nil), // 100: vdp.pipeline.v1beta.TriggerUserPipelineReleaseResponse + (*TriggerAsyncUserPipelineReleaseRequest)(nil), // 101: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseRequest + (*TriggerAsyncUserPipelineReleaseResponse)(nil), // 102: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseResponse + (*CreateOrganizationPipelineRequest)(nil), // 103: vdp.pipeline.v1beta.CreateOrganizationPipelineRequest + (*CreateOrganizationPipelineResponse)(nil), // 104: vdp.pipeline.v1beta.CreateOrganizationPipelineResponse + (*ListOrganizationPipelinesRequest)(nil), // 105: vdp.pipeline.v1beta.ListOrganizationPipelinesRequest + (*ListOrganizationPipelinesResponse)(nil), // 106: vdp.pipeline.v1beta.ListOrganizationPipelinesResponse + (*GetOrganizationPipelineRequest)(nil), // 107: vdp.pipeline.v1beta.GetOrganizationPipelineRequest + (*GetOrganizationPipelineResponse)(nil), // 108: vdp.pipeline.v1beta.GetOrganizationPipelineResponse + (*UpdateOrganizationPipelineRequest)(nil), // 109: vdp.pipeline.v1beta.UpdateOrganizationPipelineRequest + (*UpdateOrganizationPipelineResponse)(nil), // 110: vdp.pipeline.v1beta.UpdateOrganizationPipelineResponse + (*DeleteOrganizationPipelineRequest)(nil), // 111: vdp.pipeline.v1beta.DeleteOrganizationPipelineRequest + (*DeleteOrganizationPipelineResponse)(nil), // 112: vdp.pipeline.v1beta.DeleteOrganizationPipelineResponse + (*ValidateOrganizationPipelineRequest)(nil), // 113: vdp.pipeline.v1beta.ValidateOrganizationPipelineRequest + (*ValidateOrganizationPipelineResponse)(nil), // 114: vdp.pipeline.v1beta.ValidateOrganizationPipelineResponse + (*RenameOrganizationPipelineRequest)(nil), // 115: vdp.pipeline.v1beta.RenameOrganizationPipelineRequest + (*RenameOrganizationPipelineResponse)(nil), // 116: vdp.pipeline.v1beta.RenameOrganizationPipelineResponse + (*TriggerOrganizationPipelineRequest)(nil), // 117: vdp.pipeline.v1beta.TriggerOrganizationPipelineRequest + (*TriggerOrganizationPipelineResponse)(nil), // 118: vdp.pipeline.v1beta.TriggerOrganizationPipelineResponse + (*TriggerOrganizationPipelineStreamRequest)(nil), // 119: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamRequest + (*TriggerOrganizationPipelineStreamResponse)(nil), // 120: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamResponse + (*TriggerAsyncOrganizationPipelineRequest)(nil), // 121: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineRequest + (*TriggerAsyncOrganizationPipelineResponse)(nil), // 122: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineResponse + (*CreateOrganizationPipelineReleaseRequest)(nil), // 123: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseRequest + (*CreateOrganizationPipelineReleaseResponse)(nil), // 124: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseResponse + (*ListOrganizationPipelineReleasesRequest)(nil), // 125: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesRequest + (*ListOrganizationPipelineReleasesResponse)(nil), // 126: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesResponse + (*GetOrganizationPipelineReleaseRequest)(nil), // 127: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseRequest + (*GetOrganizationPipelineReleaseResponse)(nil), // 128: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseResponse + (*UpdateOrganizationPipelineReleaseRequest)(nil), // 129: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseRequest + (*UpdateOrganizationPipelineReleaseResponse)(nil), // 130: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseResponse + (*DeleteOrganizationPipelineReleaseRequest)(nil), // 131: vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseRequest + (*DeleteOrganizationPipelineReleaseResponse)(nil), // 132: vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseResponse + (*RestoreOrganizationPipelineReleaseRequest)(nil), // 133: vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseRequest + (*RestoreOrganizationPipelineReleaseResponse)(nil), // 134: vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseResponse + (*RenameOrganizationPipelineReleaseRequest)(nil), // 135: vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseRequest + (*RenameOrganizationPipelineReleaseResponse)(nil), // 136: vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseResponse + (*TriggerOrganizationPipelineReleaseRequest)(nil), // 137: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseRequest + (*TriggerOrganizationPipelineReleaseResponse)(nil), // 138: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseResponse + (*TriggerAsyncOrganizationPipelineReleaseRequest)(nil), // 139: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseRequest + (*TriggerAsyncOrganizationPipelineReleaseResponse)(nil), // 140: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseResponse + (*GetOperationRequest)(nil), // 141: vdp.pipeline.v1beta.GetOperationRequest + (*GetOperationResponse)(nil), // 142: vdp.pipeline.v1beta.GetOperationResponse + (*ListPipelinesAdminRequest)(nil), // 143: vdp.pipeline.v1beta.ListPipelinesAdminRequest + (*ListPipelinesAdminResponse)(nil), // 144: vdp.pipeline.v1beta.ListPipelinesAdminResponse + (*ListPipelineReleasesAdminRequest)(nil), // 145: vdp.pipeline.v1beta.ListPipelineReleasesAdminRequest + (*ListPipelineReleasesAdminResponse)(nil), // 146: vdp.pipeline.v1beta.ListPipelineReleasesAdminResponse + (*LookUpPipelineAdminRequest)(nil), // 147: vdp.pipeline.v1beta.LookUpPipelineAdminRequest + (*LookUpPipelineAdminResponse)(nil), // 148: vdp.pipeline.v1beta.LookUpPipelineAdminResponse + (*ListPipelineRunsRequest)(nil), // 149: vdp.pipeline.v1beta.ListPipelineRunsRequest + (*ListPipelineRunsByRequesterRequest)(nil), // 150: vdp.pipeline.v1beta.ListPipelineRunsByRequesterRequest + (*ListPipelineRunsResponse)(nil), // 151: vdp.pipeline.v1beta.ListPipelineRunsResponse + (*ListPipelineRunsByRequesterResponse)(nil), // 152: vdp.pipeline.v1beta.ListPipelineRunsByRequesterResponse + (*ListComponentRunsRequest)(nil), // 153: vdp.pipeline.v1beta.ListComponentRunsRequest + (*ListComponentRunsResponse)(nil), // 154: vdp.pipeline.v1beta.ListComponentRunsResponse + (*FileReference)(nil), // 155: vdp.pipeline.v1beta.FileReference + (*PipelineRun)(nil), // 156: vdp.pipeline.v1beta.PipelineRun + (*ComponentRun)(nil), // 157: vdp.pipeline.v1beta.ComponentRun + (*Endpoints_WebhookEndpoint)(nil), // 158: vdp.pipeline.v1beta.Endpoints.WebhookEndpoint + nil, // 159: vdp.pipeline.v1beta.Endpoints.WebhooksEntry + (*Pipeline_Stats)(nil), // 160: vdp.pipeline.v1beta.Pipeline.Stats + nil, // 161: vdp.pipeline.v1beta.TriggerMetadata.TracesEntry + nil, // 162: vdp.pipeline.v1beta.TriggerData.SecretEntry + (*v1beta.HealthCheckRequest)(nil), // 163: common.healthcheck.v1beta.HealthCheckRequest + (*v1beta.HealthCheckResponse)(nil), // 164: common.healthcheck.v1beta.HealthCheckResponse + (*structpb.Struct)(nil), // 165: google.protobuf.Struct + (*timestamppb.Timestamp)(nil), // 166: google.protobuf.Timestamp + (*Sharing)(nil), // 167: vdp.pipeline.v1beta.Sharing + (*Permission)(nil), // 168: vdp.pipeline.v1beta.Permission + (*v1beta1.Owner)(nil), // 169: core.mgmt.v1beta.Owner + (*DataSpecification)(nil), // 170: vdp.pipeline.v1beta.DataSpecification + (*fieldmaskpb.FieldMask)(nil), // 171: google.protobuf.FieldMask + (*longrunningpb.Operation)(nil), // 172: google.longrunning.Operation + (v1alpha.RunStatus)(0), // 173: common.run.v1alpha.RunStatus + (v1alpha.RunSource)(0), // 174: common.run.v1alpha.RunSource } var file_vdp_pipeline_v1beta_pipeline_proto_depIdxs = []int32{ - 161, // 0: vdp.pipeline.v1beta.LivenessRequest.health_check_request:type_name -> common.healthcheck.v1beta.HealthCheckRequest - 162, // 1: vdp.pipeline.v1beta.LivenessResponse.health_check_response:type_name -> common.healthcheck.v1beta.HealthCheckResponse - 161, // 2: vdp.pipeline.v1beta.ReadinessRequest.health_check_request:type_name -> common.healthcheck.v1beta.HealthCheckRequest - 162, // 3: vdp.pipeline.v1beta.ReadinessResponse.health_check_response:type_name -> common.healthcheck.v1beta.HealthCheckResponse - 157, // 4: vdp.pipeline.v1beta.Endpoints.webhooks:type_name -> vdp.pipeline.v1beta.Endpoints.WebhooksEntry - 163, // 5: vdp.pipeline.v1beta.Pipeline.recipe:type_name -> google.protobuf.Struct - 164, // 6: vdp.pipeline.v1beta.Pipeline.create_time:type_name -> google.protobuf.Timestamp - 164, // 7: vdp.pipeline.v1beta.Pipeline.update_time:type_name -> google.protobuf.Timestamp - 164, // 8: vdp.pipeline.v1beta.Pipeline.delete_time:type_name -> google.protobuf.Timestamp - 165, // 9: vdp.pipeline.v1beta.Pipeline.sharing:type_name -> vdp.pipeline.v1beta.Sharing - 163, // 10: vdp.pipeline.v1beta.Pipeline.metadata:type_name -> google.protobuf.Struct + 163, // 0: vdp.pipeline.v1beta.LivenessRequest.health_check_request:type_name -> common.healthcheck.v1beta.HealthCheckRequest + 164, // 1: vdp.pipeline.v1beta.LivenessResponse.health_check_response:type_name -> common.healthcheck.v1beta.HealthCheckResponse + 163, // 2: vdp.pipeline.v1beta.ReadinessRequest.health_check_request:type_name -> common.healthcheck.v1beta.HealthCheckRequest + 164, // 3: vdp.pipeline.v1beta.ReadinessResponse.health_check_response:type_name -> common.healthcheck.v1beta.HealthCheckResponse + 159, // 4: vdp.pipeline.v1beta.Endpoints.webhooks:type_name -> vdp.pipeline.v1beta.Endpoints.WebhooksEntry + 165, // 5: vdp.pipeline.v1beta.Pipeline.recipe:type_name -> google.protobuf.Struct + 166, // 6: vdp.pipeline.v1beta.Pipeline.create_time:type_name -> google.protobuf.Timestamp + 166, // 7: vdp.pipeline.v1beta.Pipeline.update_time:type_name -> google.protobuf.Timestamp + 166, // 8: vdp.pipeline.v1beta.Pipeline.delete_time:type_name -> google.protobuf.Timestamp + 167, // 9: vdp.pipeline.v1beta.Pipeline.sharing:type_name -> vdp.pipeline.v1beta.Sharing + 165, // 10: vdp.pipeline.v1beta.Pipeline.metadata:type_name -> google.protobuf.Struct 14, // 11: vdp.pipeline.v1beta.Pipeline.releases:type_name -> vdp.pipeline.v1beta.PipelineRelease - 166, // 12: vdp.pipeline.v1beta.Pipeline.permission:type_name -> vdp.pipeline.v1beta.Permission + 168, // 12: vdp.pipeline.v1beta.Pipeline.permission:type_name -> vdp.pipeline.v1beta.Permission 2, // 13: vdp.pipeline.v1beta.Pipeline.visibility:type_name -> vdp.pipeline.v1beta.Pipeline.Visibility - 167, // 14: vdp.pipeline.v1beta.Pipeline.owner:type_name -> core.mgmt.v1beta.Owner - 168, // 15: vdp.pipeline.v1beta.Pipeline.data_specification:type_name -> vdp.pipeline.v1beta.DataSpecification - 158, // 16: vdp.pipeline.v1beta.Pipeline.stats:type_name -> vdp.pipeline.v1beta.Pipeline.Stats + 169, // 14: vdp.pipeline.v1beta.Pipeline.owner:type_name -> core.mgmt.v1beta.Owner + 170, // 15: vdp.pipeline.v1beta.Pipeline.data_specification:type_name -> vdp.pipeline.v1beta.DataSpecification + 160, // 16: vdp.pipeline.v1beta.Pipeline.stats:type_name -> vdp.pipeline.v1beta.Pipeline.Stats 8, // 17: vdp.pipeline.v1beta.Pipeline.endpoints:type_name -> vdp.pipeline.v1beta.Endpoints - 159, // 18: vdp.pipeline.v1beta.TriggerMetadata.traces:type_name -> vdp.pipeline.v1beta.TriggerMetadata.TracesEntry + 161, // 18: vdp.pipeline.v1beta.TriggerMetadata.traces:type_name -> vdp.pipeline.v1beta.TriggerMetadata.TracesEntry 3, // 19: vdp.pipeline.v1beta.Trace.statuses:type_name -> vdp.pipeline.v1beta.Trace.Status - 163, // 20: vdp.pipeline.v1beta.Trace.inputs:type_name -> google.protobuf.Struct - 163, // 21: vdp.pipeline.v1beta.Trace.outputs:type_name -> google.protobuf.Struct - 163, // 22: vdp.pipeline.v1beta.Trace.error:type_name -> google.protobuf.Struct - 163, // 23: vdp.pipeline.v1beta.PipelineRelease.recipe:type_name -> google.protobuf.Struct - 164, // 24: vdp.pipeline.v1beta.PipelineRelease.create_time:type_name -> google.protobuf.Timestamp - 164, // 25: vdp.pipeline.v1beta.PipelineRelease.update_time:type_name -> google.protobuf.Timestamp - 164, // 26: vdp.pipeline.v1beta.PipelineRelease.delete_time:type_name -> google.protobuf.Timestamp - 163, // 27: vdp.pipeline.v1beta.PipelineRelease.metadata:type_name -> google.protobuf.Struct - 168, // 28: vdp.pipeline.v1beta.PipelineRelease.data_specification:type_name -> vdp.pipeline.v1beta.DataSpecification + 165, // 20: vdp.pipeline.v1beta.Trace.inputs:type_name -> google.protobuf.Struct + 165, // 21: vdp.pipeline.v1beta.Trace.outputs:type_name -> google.protobuf.Struct + 165, // 22: vdp.pipeline.v1beta.Trace.error:type_name -> google.protobuf.Struct + 165, // 23: vdp.pipeline.v1beta.PipelineRelease.recipe:type_name -> google.protobuf.Struct + 166, // 24: vdp.pipeline.v1beta.PipelineRelease.create_time:type_name -> google.protobuf.Timestamp + 166, // 25: vdp.pipeline.v1beta.PipelineRelease.update_time:type_name -> google.protobuf.Timestamp + 166, // 26: vdp.pipeline.v1beta.PipelineRelease.delete_time:type_name -> google.protobuf.Timestamp + 165, // 27: vdp.pipeline.v1beta.PipelineRelease.metadata:type_name -> google.protobuf.Struct + 170, // 28: vdp.pipeline.v1beta.PipelineRelease.data_specification:type_name -> vdp.pipeline.v1beta.DataSpecification 8, // 29: vdp.pipeline.v1beta.PipelineRelease.endpoints:type_name -> vdp.pipeline.v1beta.Endpoints 1, // 30: vdp.pipeline.v1beta.ListPipelinesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View 2, // 31: vdp.pipeline.v1beta.ListPipelinesRequest.visibility:type_name -> vdp.pipeline.v1beta.Pipeline.Visibility @@ -12668,163 +12799,165 @@ var file_vdp_pipeline_v1beta_pipeline_proto_depIdxs = []int32{ 1, // 40: vdp.pipeline.v1beta.GetNamespacePipelineRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View 9, // 41: vdp.pipeline.v1beta.GetNamespacePipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline 9, // 42: vdp.pipeline.v1beta.UpdateNamespacePipelineRequest.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 169, // 43: vdp.pipeline.v1beta.UpdateNamespacePipelineRequest.update_mask:type_name -> google.protobuf.FieldMask + 171, // 43: vdp.pipeline.v1beta.UpdateNamespacePipelineRequest.update_mask:type_name -> google.protobuf.FieldMask 9, // 44: vdp.pipeline.v1beta.UpdateNamespacePipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 71, // 45: vdp.pipeline.v1beta.ValidateNamespacePipelineResponse.errors:type_name -> vdp.pipeline.v1beta.ErrPipelineValidation + 73, // 45: vdp.pipeline.v1beta.ValidateNamespacePipelineResponse.errors:type_name -> vdp.pipeline.v1beta.ErrPipelineValidation 9, // 46: vdp.pipeline.v1beta.RenameNamespacePipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 165, // 47: vdp.pipeline.v1beta.CloneNamespacePipelineRequest.sharing:type_name -> vdp.pipeline.v1beta.Sharing - 165, // 48: vdp.pipeline.v1beta.CloneNamespacePipelineReleaseRequest.sharing:type_name -> vdp.pipeline.v1beta.Sharing - 163, // 49: vdp.pipeline.v1beta.SendNamespacePipelineEventRequest.data:type_name -> google.protobuf.Struct - 163, // 50: vdp.pipeline.v1beta.SendNamespacePipelineEventResponse.data:type_name -> google.protobuf.Struct - 163, // 51: vdp.pipeline.v1beta.SendNamespacePipelineReleaseEventRequest.data:type_name -> google.protobuf.Struct - 163, // 52: vdp.pipeline.v1beta.SendNamespacePipelineReleaseEventResponse.data:type_name -> google.protobuf.Struct - 163, // 53: vdp.pipeline.v1beta.TriggerNamespacePipelineRequest.inputs:type_name -> google.protobuf.Struct - 80, // 54: vdp.pipeline.v1beta.TriggerNamespacePipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 163, // 55: vdp.pipeline.v1beta.TriggerNamespacePipelineResponse.outputs:type_name -> google.protobuf.Struct - 10, // 56: vdp.pipeline.v1beta.TriggerNamespacePipelineResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata - 163, // 57: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamRequest.inputs:type_name -> google.protobuf.Struct - 80, // 58: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 163, // 59: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamResponse.outputs:type_name -> google.protobuf.Struct - 10, // 60: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata - 163, // 61: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineRequest.inputs:type_name -> google.protobuf.Struct - 80, // 62: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 170, // 63: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineResponse.operation:type_name -> google.longrunning.Operation - 14, // 64: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 14, // 65: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 1, // 66: vdp.pipeline.v1beta.ListNamespacePipelineReleasesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 14, // 67: vdp.pipeline.v1beta.ListNamespacePipelineReleasesResponse.releases:type_name -> vdp.pipeline.v1beta.PipelineRelease - 1, // 68: vdp.pipeline.v1beta.GetNamespacePipelineReleaseRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 14, // 69: vdp.pipeline.v1beta.GetNamespacePipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 14, // 70: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 169, // 71: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseRequest.update_mask:type_name -> google.protobuf.FieldMask - 14, // 72: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 163, // 73: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct - 80, // 74: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 163, // 75: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseResponse.outputs:type_name -> google.protobuf.Struct - 10, // 76: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata - 163, // 77: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct - 80, // 78: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 170, // 79: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseResponse.operation:type_name -> google.longrunning.Operation - 9, // 80: vdp.pipeline.v1beta.CreateUserPipelineRequest.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 9, // 81: vdp.pipeline.v1beta.CreateUserPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 1, // 82: vdp.pipeline.v1beta.ListUserPipelinesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 2, // 83: vdp.pipeline.v1beta.ListUserPipelinesRequest.visibility:type_name -> vdp.pipeline.v1beta.Pipeline.Visibility - 9, // 84: vdp.pipeline.v1beta.ListUserPipelinesResponse.pipelines:type_name -> vdp.pipeline.v1beta.Pipeline - 1, // 85: vdp.pipeline.v1beta.GetUserPipelineRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 9, // 86: vdp.pipeline.v1beta.GetUserPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 9, // 87: vdp.pipeline.v1beta.UpdateUserPipelineRequest.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 169, // 88: vdp.pipeline.v1beta.UpdateUserPipelineRequest.update_mask:type_name -> google.protobuf.FieldMask - 9, // 89: vdp.pipeline.v1beta.UpdateUserPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 71, // 90: vdp.pipeline.v1beta.ValidateUserPipelineResponse.errors:type_name -> vdp.pipeline.v1beta.ErrPipelineValidation - 9, // 91: vdp.pipeline.v1beta.RenameUserPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 163, // 92: vdp.pipeline.v1beta.TriggerUserPipelineRequest.inputs:type_name -> google.protobuf.Struct - 80, // 93: vdp.pipeline.v1beta.TriggerUserPipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 163, // 94: vdp.pipeline.v1beta.TriggerUserPipelineResponse.outputs:type_name -> google.protobuf.Struct - 10, // 95: vdp.pipeline.v1beta.TriggerUserPipelineResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata - 163, // 96: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamRequest.inputs:type_name -> google.protobuf.Struct - 80, // 97: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 163, // 98: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamResponse.outputs:type_name -> google.protobuf.Struct - 10, // 99: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata - 163, // 100: vdp.pipeline.v1beta.TriggerData.variable:type_name -> google.protobuf.Struct - 160, // 101: vdp.pipeline.v1beta.TriggerData.secret:type_name -> vdp.pipeline.v1beta.TriggerData.SecretEntry - 163, // 102: vdp.pipeline.v1beta.TriggerAsyncUserPipelineRequest.inputs:type_name -> google.protobuf.Struct - 80, // 103: vdp.pipeline.v1beta.TriggerAsyncUserPipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 170, // 104: vdp.pipeline.v1beta.TriggerAsyncUserPipelineResponse.operation:type_name -> google.longrunning.Operation - 14, // 105: vdp.pipeline.v1beta.CreateUserPipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 14, // 106: vdp.pipeline.v1beta.CreateUserPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 1, // 107: vdp.pipeline.v1beta.ListUserPipelineReleasesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 14, // 108: vdp.pipeline.v1beta.ListUserPipelineReleasesResponse.releases:type_name -> vdp.pipeline.v1beta.PipelineRelease - 1, // 109: vdp.pipeline.v1beta.GetUserPipelineReleaseRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 14, // 110: vdp.pipeline.v1beta.GetUserPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 14, // 111: vdp.pipeline.v1beta.UpdateUserPipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 169, // 112: vdp.pipeline.v1beta.UpdateUserPipelineReleaseRequest.update_mask:type_name -> google.protobuf.FieldMask - 14, // 113: vdp.pipeline.v1beta.UpdateUserPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 14, // 114: vdp.pipeline.v1beta.RestoreUserPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 14, // 115: vdp.pipeline.v1beta.RenameUserPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 163, // 116: vdp.pipeline.v1beta.TriggerUserPipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct - 80, // 117: vdp.pipeline.v1beta.TriggerUserPipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 163, // 118: vdp.pipeline.v1beta.TriggerUserPipelineReleaseResponse.outputs:type_name -> google.protobuf.Struct - 10, // 119: vdp.pipeline.v1beta.TriggerUserPipelineReleaseResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata - 163, // 120: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct - 80, // 121: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 170, // 122: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseResponse.operation:type_name -> google.longrunning.Operation - 9, // 123: vdp.pipeline.v1beta.CreateOrganizationPipelineRequest.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 9, // 124: vdp.pipeline.v1beta.CreateOrganizationPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 1, // 125: vdp.pipeline.v1beta.ListOrganizationPipelinesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 2, // 126: vdp.pipeline.v1beta.ListOrganizationPipelinesRequest.visibility:type_name -> vdp.pipeline.v1beta.Pipeline.Visibility - 9, // 127: vdp.pipeline.v1beta.ListOrganizationPipelinesResponse.pipelines:type_name -> vdp.pipeline.v1beta.Pipeline - 1, // 128: vdp.pipeline.v1beta.GetOrganizationPipelineRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 9, // 129: vdp.pipeline.v1beta.GetOrganizationPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 9, // 130: vdp.pipeline.v1beta.UpdateOrganizationPipelineRequest.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 169, // 131: vdp.pipeline.v1beta.UpdateOrganizationPipelineRequest.update_mask:type_name -> google.protobuf.FieldMask - 9, // 132: vdp.pipeline.v1beta.UpdateOrganizationPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 71, // 133: vdp.pipeline.v1beta.ValidateOrganizationPipelineResponse.errors:type_name -> vdp.pipeline.v1beta.ErrPipelineValidation - 9, // 134: vdp.pipeline.v1beta.RenameOrganizationPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 163, // 135: vdp.pipeline.v1beta.TriggerOrganizationPipelineRequest.inputs:type_name -> google.protobuf.Struct - 80, // 136: vdp.pipeline.v1beta.TriggerOrganizationPipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 163, // 137: vdp.pipeline.v1beta.TriggerOrganizationPipelineResponse.outputs:type_name -> google.protobuf.Struct - 10, // 138: vdp.pipeline.v1beta.TriggerOrganizationPipelineResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata - 163, // 139: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamRequest.inputs:type_name -> google.protobuf.Struct - 80, // 140: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 163, // 141: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamResponse.outputs:type_name -> google.protobuf.Struct - 10, // 142: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata - 163, // 143: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineRequest.inputs:type_name -> google.protobuf.Struct - 80, // 144: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 170, // 145: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineResponse.operation:type_name -> google.longrunning.Operation - 14, // 146: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 14, // 147: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 1, // 148: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 14, // 149: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesResponse.releases:type_name -> vdp.pipeline.v1beta.PipelineRelease - 1, // 150: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 14, // 151: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 14, // 152: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 169, // 153: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseRequest.update_mask:type_name -> google.protobuf.FieldMask - 14, // 154: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 14, // 155: vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 14, // 156: vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease - 163, // 157: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct - 80, // 158: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 163, // 159: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseResponse.outputs:type_name -> google.protobuf.Struct - 10, // 160: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata - 163, // 161: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct - 80, // 162: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData - 170, // 163: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseResponse.operation:type_name -> google.longrunning.Operation - 170, // 164: vdp.pipeline.v1beta.GetOperationResponse.operation:type_name -> google.longrunning.Operation - 1, // 165: vdp.pipeline.v1beta.ListPipelinesAdminRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 9, // 166: vdp.pipeline.v1beta.ListPipelinesAdminResponse.pipelines:type_name -> vdp.pipeline.v1beta.Pipeline - 1, // 167: vdp.pipeline.v1beta.ListPipelineReleasesAdminRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 14, // 168: vdp.pipeline.v1beta.ListPipelineReleasesAdminResponse.releases:type_name -> vdp.pipeline.v1beta.PipelineRelease - 1, // 169: vdp.pipeline.v1beta.LookUpPipelineAdminRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 9, // 170: vdp.pipeline.v1beta.LookUpPipelineAdminResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline - 164, // 171: vdp.pipeline.v1beta.ListPipelineRunsByRequesterRequest.start:type_name -> google.protobuf.Timestamp - 164, // 172: vdp.pipeline.v1beta.ListPipelineRunsByRequesterRequest.stop:type_name -> google.protobuf.Timestamp - 154, // 173: vdp.pipeline.v1beta.ListPipelineRunsResponse.pipeline_runs:type_name -> vdp.pipeline.v1beta.PipelineRun - 154, // 174: vdp.pipeline.v1beta.ListPipelineRunsByRequesterResponse.pipeline_runs:type_name -> vdp.pipeline.v1beta.PipelineRun - 1, // 175: vdp.pipeline.v1beta.ListComponentRunsRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View - 155, // 176: vdp.pipeline.v1beta.ListComponentRunsResponse.component_runs:type_name -> vdp.pipeline.v1beta.ComponentRun - 171, // 177: vdp.pipeline.v1beta.PipelineRun.status:type_name -> common.run.v1alpha.RunStatus - 172, // 178: vdp.pipeline.v1beta.PipelineRun.source:type_name -> common.run.v1alpha.RunSource - 163, // 179: vdp.pipeline.v1beta.PipelineRun.inputs:type_name -> google.protobuf.Struct - 163, // 180: vdp.pipeline.v1beta.PipelineRun.outputs:type_name -> google.protobuf.Struct - 163, // 181: vdp.pipeline.v1beta.PipelineRun.recipe_snapshot:type_name -> google.protobuf.Struct - 164, // 182: vdp.pipeline.v1beta.PipelineRun.start_time:type_name -> google.protobuf.Timestamp - 164, // 183: vdp.pipeline.v1beta.PipelineRun.complete_time:type_name -> google.protobuf.Timestamp - 168, // 184: vdp.pipeline.v1beta.PipelineRun.data_specification:type_name -> vdp.pipeline.v1beta.DataSpecification - 171, // 185: vdp.pipeline.v1beta.ComponentRun.status:type_name -> common.run.v1alpha.RunStatus - 164, // 186: vdp.pipeline.v1beta.ComponentRun.start_time:type_name -> google.protobuf.Timestamp - 164, // 187: vdp.pipeline.v1beta.ComponentRun.complete_time:type_name -> google.protobuf.Timestamp - 153, // 188: vdp.pipeline.v1beta.ComponentRun.inputs_reference:type_name -> vdp.pipeline.v1beta.FileReference - 163, // 189: vdp.pipeline.v1beta.ComponentRun.inputs:type_name -> google.protobuf.Struct - 153, // 190: vdp.pipeline.v1beta.ComponentRun.outputs_reference:type_name -> vdp.pipeline.v1beta.FileReference - 163, // 191: vdp.pipeline.v1beta.ComponentRun.outputs:type_name -> google.protobuf.Struct - 156, // 192: vdp.pipeline.v1beta.Endpoints.WebhooksEntry.value:type_name -> vdp.pipeline.v1beta.Endpoints.WebhookEndpoint - 164, // 193: vdp.pipeline.v1beta.Pipeline.Stats.last_run_time:type_name -> google.protobuf.Timestamp - 11, // 194: vdp.pipeline.v1beta.TriggerMetadata.TracesEntry.value:type_name -> vdp.pipeline.v1beta.Trace - 195, // [195:195] is the sub-list for method output_type - 195, // [195:195] is the sub-list for method input_type - 195, // [195:195] is the sub-list for extension type_name - 195, // [195:195] is the sub-list for extension extendee - 0, // [0:195] is the sub-list for field type_name + 167, // 47: vdp.pipeline.v1beta.CloneNamespacePipelineRequest.sharing:type_name -> vdp.pipeline.v1beta.Sharing + 167, // 48: vdp.pipeline.v1beta.CloneNamespacePipelineReleaseRequest.sharing:type_name -> vdp.pipeline.v1beta.Sharing + 165, // 49: vdp.pipeline.v1beta.HandleNamespacePipelineWebhookEventRequest.data:type_name -> google.protobuf.Struct + 165, // 50: vdp.pipeline.v1beta.HandleNamespacePipelineWebhookEventResponse.data:type_name -> google.protobuf.Struct + 165, // 51: vdp.pipeline.v1beta.HandleNamespacePipelineReleaseWebhookEventRequest.data:type_name -> google.protobuf.Struct + 165, // 52: vdp.pipeline.v1beta.HandleNamespacePipelineReleaseWebhookEventResponse.data:type_name -> google.protobuf.Struct + 165, // 53: vdp.pipeline.v1beta.DispatchPipelineWebhookEventRequest.message:type_name -> google.protobuf.Struct + 165, // 54: vdp.pipeline.v1beta.DispatchPipelineWebhookEventResponse.response:type_name -> google.protobuf.Struct + 165, // 55: vdp.pipeline.v1beta.TriggerNamespacePipelineRequest.inputs:type_name -> google.protobuf.Struct + 82, // 56: vdp.pipeline.v1beta.TriggerNamespacePipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 165, // 57: vdp.pipeline.v1beta.TriggerNamespacePipelineResponse.outputs:type_name -> google.protobuf.Struct + 10, // 58: vdp.pipeline.v1beta.TriggerNamespacePipelineResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata + 165, // 59: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamRequest.inputs:type_name -> google.protobuf.Struct + 82, // 60: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 165, // 61: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamResponse.outputs:type_name -> google.protobuf.Struct + 10, // 62: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata + 165, // 63: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineRequest.inputs:type_name -> google.protobuf.Struct + 82, // 64: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 172, // 65: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineResponse.operation:type_name -> google.longrunning.Operation + 14, // 66: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 14, // 67: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 1, // 68: vdp.pipeline.v1beta.ListNamespacePipelineReleasesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 14, // 69: vdp.pipeline.v1beta.ListNamespacePipelineReleasesResponse.releases:type_name -> vdp.pipeline.v1beta.PipelineRelease + 1, // 70: vdp.pipeline.v1beta.GetNamespacePipelineReleaseRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 14, // 71: vdp.pipeline.v1beta.GetNamespacePipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 14, // 72: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 171, // 73: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseRequest.update_mask:type_name -> google.protobuf.FieldMask + 14, // 74: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 165, // 75: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct + 82, // 76: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 165, // 77: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseResponse.outputs:type_name -> google.protobuf.Struct + 10, // 78: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata + 165, // 79: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct + 82, // 80: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 172, // 81: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseResponse.operation:type_name -> google.longrunning.Operation + 9, // 82: vdp.pipeline.v1beta.CreateUserPipelineRequest.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 9, // 83: vdp.pipeline.v1beta.CreateUserPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 1, // 84: vdp.pipeline.v1beta.ListUserPipelinesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 2, // 85: vdp.pipeline.v1beta.ListUserPipelinesRequest.visibility:type_name -> vdp.pipeline.v1beta.Pipeline.Visibility + 9, // 86: vdp.pipeline.v1beta.ListUserPipelinesResponse.pipelines:type_name -> vdp.pipeline.v1beta.Pipeline + 1, // 87: vdp.pipeline.v1beta.GetUserPipelineRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 9, // 88: vdp.pipeline.v1beta.GetUserPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 9, // 89: vdp.pipeline.v1beta.UpdateUserPipelineRequest.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 171, // 90: vdp.pipeline.v1beta.UpdateUserPipelineRequest.update_mask:type_name -> google.protobuf.FieldMask + 9, // 91: vdp.pipeline.v1beta.UpdateUserPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 73, // 92: vdp.pipeline.v1beta.ValidateUserPipelineResponse.errors:type_name -> vdp.pipeline.v1beta.ErrPipelineValidation + 9, // 93: vdp.pipeline.v1beta.RenameUserPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 165, // 94: vdp.pipeline.v1beta.TriggerUserPipelineRequest.inputs:type_name -> google.protobuf.Struct + 82, // 95: vdp.pipeline.v1beta.TriggerUserPipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 165, // 96: vdp.pipeline.v1beta.TriggerUserPipelineResponse.outputs:type_name -> google.protobuf.Struct + 10, // 97: vdp.pipeline.v1beta.TriggerUserPipelineResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata + 165, // 98: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamRequest.inputs:type_name -> google.protobuf.Struct + 82, // 99: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 165, // 100: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamResponse.outputs:type_name -> google.protobuf.Struct + 10, // 101: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata + 165, // 102: vdp.pipeline.v1beta.TriggerData.variable:type_name -> google.protobuf.Struct + 162, // 103: vdp.pipeline.v1beta.TriggerData.secret:type_name -> vdp.pipeline.v1beta.TriggerData.SecretEntry + 165, // 104: vdp.pipeline.v1beta.TriggerAsyncUserPipelineRequest.inputs:type_name -> google.protobuf.Struct + 82, // 105: vdp.pipeline.v1beta.TriggerAsyncUserPipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 172, // 106: vdp.pipeline.v1beta.TriggerAsyncUserPipelineResponse.operation:type_name -> google.longrunning.Operation + 14, // 107: vdp.pipeline.v1beta.CreateUserPipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 14, // 108: vdp.pipeline.v1beta.CreateUserPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 1, // 109: vdp.pipeline.v1beta.ListUserPipelineReleasesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 14, // 110: vdp.pipeline.v1beta.ListUserPipelineReleasesResponse.releases:type_name -> vdp.pipeline.v1beta.PipelineRelease + 1, // 111: vdp.pipeline.v1beta.GetUserPipelineReleaseRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 14, // 112: vdp.pipeline.v1beta.GetUserPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 14, // 113: vdp.pipeline.v1beta.UpdateUserPipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 171, // 114: vdp.pipeline.v1beta.UpdateUserPipelineReleaseRequest.update_mask:type_name -> google.protobuf.FieldMask + 14, // 115: vdp.pipeline.v1beta.UpdateUserPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 14, // 116: vdp.pipeline.v1beta.RestoreUserPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 14, // 117: vdp.pipeline.v1beta.RenameUserPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 165, // 118: vdp.pipeline.v1beta.TriggerUserPipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct + 82, // 119: vdp.pipeline.v1beta.TriggerUserPipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 165, // 120: vdp.pipeline.v1beta.TriggerUserPipelineReleaseResponse.outputs:type_name -> google.protobuf.Struct + 10, // 121: vdp.pipeline.v1beta.TriggerUserPipelineReleaseResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata + 165, // 122: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct + 82, // 123: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 172, // 124: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseResponse.operation:type_name -> google.longrunning.Operation + 9, // 125: vdp.pipeline.v1beta.CreateOrganizationPipelineRequest.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 9, // 126: vdp.pipeline.v1beta.CreateOrganizationPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 1, // 127: vdp.pipeline.v1beta.ListOrganizationPipelinesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 2, // 128: vdp.pipeline.v1beta.ListOrganizationPipelinesRequest.visibility:type_name -> vdp.pipeline.v1beta.Pipeline.Visibility + 9, // 129: vdp.pipeline.v1beta.ListOrganizationPipelinesResponse.pipelines:type_name -> vdp.pipeline.v1beta.Pipeline + 1, // 130: vdp.pipeline.v1beta.GetOrganizationPipelineRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 9, // 131: vdp.pipeline.v1beta.GetOrganizationPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 9, // 132: vdp.pipeline.v1beta.UpdateOrganizationPipelineRequest.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 171, // 133: vdp.pipeline.v1beta.UpdateOrganizationPipelineRequest.update_mask:type_name -> google.protobuf.FieldMask + 9, // 134: vdp.pipeline.v1beta.UpdateOrganizationPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 73, // 135: vdp.pipeline.v1beta.ValidateOrganizationPipelineResponse.errors:type_name -> vdp.pipeline.v1beta.ErrPipelineValidation + 9, // 136: vdp.pipeline.v1beta.RenameOrganizationPipelineResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 165, // 137: vdp.pipeline.v1beta.TriggerOrganizationPipelineRequest.inputs:type_name -> google.protobuf.Struct + 82, // 138: vdp.pipeline.v1beta.TriggerOrganizationPipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 165, // 139: vdp.pipeline.v1beta.TriggerOrganizationPipelineResponse.outputs:type_name -> google.protobuf.Struct + 10, // 140: vdp.pipeline.v1beta.TriggerOrganizationPipelineResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata + 165, // 141: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamRequest.inputs:type_name -> google.protobuf.Struct + 82, // 142: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 165, // 143: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamResponse.outputs:type_name -> google.protobuf.Struct + 10, // 144: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata + 165, // 145: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineRequest.inputs:type_name -> google.protobuf.Struct + 82, // 146: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 172, // 147: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineResponse.operation:type_name -> google.longrunning.Operation + 14, // 148: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 14, // 149: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 1, // 150: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 14, // 151: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesResponse.releases:type_name -> vdp.pipeline.v1beta.PipelineRelease + 1, // 152: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 14, // 153: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 14, // 154: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseRequest.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 171, // 155: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseRequest.update_mask:type_name -> google.protobuf.FieldMask + 14, // 156: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 14, // 157: vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 14, // 158: vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseResponse.release:type_name -> vdp.pipeline.v1beta.PipelineRelease + 165, // 159: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct + 82, // 160: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 165, // 161: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseResponse.outputs:type_name -> google.protobuf.Struct + 10, // 162: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseResponse.metadata:type_name -> vdp.pipeline.v1beta.TriggerMetadata + 165, // 163: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseRequest.inputs:type_name -> google.protobuf.Struct + 82, // 164: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseRequest.data:type_name -> vdp.pipeline.v1beta.TriggerData + 172, // 165: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseResponse.operation:type_name -> google.longrunning.Operation + 172, // 166: vdp.pipeline.v1beta.GetOperationResponse.operation:type_name -> google.longrunning.Operation + 1, // 167: vdp.pipeline.v1beta.ListPipelinesAdminRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 9, // 168: vdp.pipeline.v1beta.ListPipelinesAdminResponse.pipelines:type_name -> vdp.pipeline.v1beta.Pipeline + 1, // 169: vdp.pipeline.v1beta.ListPipelineReleasesAdminRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 14, // 170: vdp.pipeline.v1beta.ListPipelineReleasesAdminResponse.releases:type_name -> vdp.pipeline.v1beta.PipelineRelease + 1, // 171: vdp.pipeline.v1beta.LookUpPipelineAdminRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 9, // 172: vdp.pipeline.v1beta.LookUpPipelineAdminResponse.pipeline:type_name -> vdp.pipeline.v1beta.Pipeline + 166, // 173: vdp.pipeline.v1beta.ListPipelineRunsByRequesterRequest.start:type_name -> google.protobuf.Timestamp + 166, // 174: vdp.pipeline.v1beta.ListPipelineRunsByRequesterRequest.stop:type_name -> google.protobuf.Timestamp + 156, // 175: vdp.pipeline.v1beta.ListPipelineRunsResponse.pipeline_runs:type_name -> vdp.pipeline.v1beta.PipelineRun + 156, // 176: vdp.pipeline.v1beta.ListPipelineRunsByRequesterResponse.pipeline_runs:type_name -> vdp.pipeline.v1beta.PipelineRun + 1, // 177: vdp.pipeline.v1beta.ListComponentRunsRequest.view:type_name -> vdp.pipeline.v1beta.Pipeline.View + 157, // 178: vdp.pipeline.v1beta.ListComponentRunsResponse.component_runs:type_name -> vdp.pipeline.v1beta.ComponentRun + 173, // 179: vdp.pipeline.v1beta.PipelineRun.status:type_name -> common.run.v1alpha.RunStatus + 174, // 180: vdp.pipeline.v1beta.PipelineRun.source:type_name -> common.run.v1alpha.RunSource + 165, // 181: vdp.pipeline.v1beta.PipelineRun.inputs:type_name -> google.protobuf.Struct + 165, // 182: vdp.pipeline.v1beta.PipelineRun.outputs:type_name -> google.protobuf.Struct + 165, // 183: vdp.pipeline.v1beta.PipelineRun.recipe_snapshot:type_name -> google.protobuf.Struct + 166, // 184: vdp.pipeline.v1beta.PipelineRun.start_time:type_name -> google.protobuf.Timestamp + 166, // 185: vdp.pipeline.v1beta.PipelineRun.complete_time:type_name -> google.protobuf.Timestamp + 170, // 186: vdp.pipeline.v1beta.PipelineRun.data_specification:type_name -> vdp.pipeline.v1beta.DataSpecification + 173, // 187: vdp.pipeline.v1beta.ComponentRun.status:type_name -> common.run.v1alpha.RunStatus + 166, // 188: vdp.pipeline.v1beta.ComponentRun.start_time:type_name -> google.protobuf.Timestamp + 166, // 189: vdp.pipeline.v1beta.ComponentRun.complete_time:type_name -> google.protobuf.Timestamp + 155, // 190: vdp.pipeline.v1beta.ComponentRun.inputs_reference:type_name -> vdp.pipeline.v1beta.FileReference + 165, // 191: vdp.pipeline.v1beta.ComponentRun.inputs:type_name -> google.protobuf.Struct + 155, // 192: vdp.pipeline.v1beta.ComponentRun.outputs_reference:type_name -> vdp.pipeline.v1beta.FileReference + 165, // 193: vdp.pipeline.v1beta.ComponentRun.outputs:type_name -> google.protobuf.Struct + 158, // 194: vdp.pipeline.v1beta.Endpoints.WebhooksEntry.value:type_name -> vdp.pipeline.v1beta.Endpoints.WebhookEndpoint + 166, // 195: vdp.pipeline.v1beta.Pipeline.Stats.last_run_time:type_name -> google.protobuf.Timestamp + 11, // 196: vdp.pipeline.v1beta.TriggerMetadata.TracesEntry.value:type_name -> vdp.pipeline.v1beta.Trace + 197, // [197:197] is the sub-list for method output_type + 197, // [197:197] is the sub-list for method input_type + 197, // [197:197] is the sub-list for extension type_name + 197, // [197:197] is the sub-list for extension extendee + 0, // [0:197] is the sub-list for field type_name } func init() { file_vdp_pipeline_v1beta_pipeline_proto_init() } @@ -13232,7 +13365,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendNamespacePipelineEventRequest); i { + switch v := v.(*HandleNamespacePipelineWebhookEventRequest); i { case 0: return &v.state case 1: @@ -13244,7 +13377,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendNamespacePipelineEventResponse); i { + switch v := v.(*HandleNamespacePipelineWebhookEventResponse); i { case 0: return &v.state case 1: @@ -13256,7 +13389,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendNamespacePipelineReleaseEventRequest); i { + switch v := v.(*HandleNamespacePipelineReleaseWebhookEventRequest); i { case 0: return &v.state case 1: @@ -13268,7 +13401,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendNamespacePipelineReleaseEventResponse); i { + switch v := v.(*HandleNamespacePipelineReleaseWebhookEventResponse); i { case 0: return &v.state case 1: @@ -13280,7 +13413,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerNamespacePipelineRequest); i { + switch v := v.(*DispatchPipelineWebhookEventRequest); i { case 0: return &v.state case 1: @@ -13292,7 +13425,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerNamespacePipelineResponse); i { + switch v := v.(*DispatchPipelineWebhookEventResponse); i { case 0: return &v.state case 1: @@ -13304,7 +13437,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerNamespacePipelineWithStreamRequest); i { + switch v := v.(*TriggerNamespacePipelineRequest); i { case 0: return &v.state case 1: @@ -13316,7 +13449,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerNamespacePipelineWithStreamResponse); i { + switch v := v.(*TriggerNamespacePipelineResponse); i { case 0: return &v.state case 1: @@ -13328,7 +13461,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncNamespacePipelineRequest); i { + switch v := v.(*TriggerNamespacePipelineWithStreamRequest); i { case 0: return &v.state case 1: @@ -13340,7 +13473,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncNamespacePipelineResponse); i { + switch v := v.(*TriggerNamespacePipelineWithStreamResponse); i { case 0: return &v.state case 1: @@ -13352,7 +13485,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateNamespacePipelineReleaseRequest); i { + switch v := v.(*TriggerAsyncNamespacePipelineRequest); i { case 0: return &v.state case 1: @@ -13364,7 +13497,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateNamespacePipelineReleaseResponse); i { + switch v := v.(*TriggerAsyncNamespacePipelineResponse); i { case 0: return &v.state case 1: @@ -13376,7 +13509,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListNamespacePipelineReleasesRequest); i { + switch v := v.(*CreateNamespacePipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13388,7 +13521,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListNamespacePipelineReleasesResponse); i { + switch v := v.(*CreateNamespacePipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13400,7 +13533,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetNamespacePipelineReleaseRequest); i { + switch v := v.(*ListNamespacePipelineReleasesRequest); i { case 0: return &v.state case 1: @@ -13412,7 +13545,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetNamespacePipelineReleaseResponse); i { + switch v := v.(*ListNamespacePipelineReleasesResponse); i { case 0: return &v.state case 1: @@ -13424,7 +13557,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateNamespacePipelineReleaseRequest); i { + switch v := v.(*GetNamespacePipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13436,7 +13569,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateNamespacePipelineReleaseResponse); i { + switch v := v.(*GetNamespacePipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13448,7 +13581,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteNamespacePipelineReleaseRequest); i { + switch v := v.(*UpdateNamespacePipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13460,7 +13593,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteNamespacePipelineReleaseResponse); i { + switch v := v.(*UpdateNamespacePipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13472,7 +13605,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerNamespacePipelineReleaseRequest); i { + switch v := v.(*DeleteNamespacePipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13484,7 +13617,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerNamespacePipelineReleaseResponse); i { + switch v := v.(*DeleteNamespacePipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13496,7 +13629,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncNamespacePipelineReleaseRequest); i { + switch v := v.(*TriggerNamespacePipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13508,7 +13641,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncNamespacePipelineReleaseResponse); i { + switch v := v.(*TriggerNamespacePipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13520,7 +13653,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateUserPipelineRequest); i { + switch v := v.(*TriggerAsyncNamespacePipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13532,7 +13665,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateUserPipelineResponse); i { + switch v := v.(*TriggerAsyncNamespacePipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13544,7 +13677,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListUserPipelinesRequest); i { + switch v := v.(*CreateUserPipelineRequest); i { case 0: return &v.state case 1: @@ -13556,7 +13689,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListUserPipelinesResponse); i { + switch v := v.(*CreateUserPipelineResponse); i { case 0: return &v.state case 1: @@ -13568,7 +13701,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetUserPipelineRequest); i { + switch v := v.(*ListUserPipelinesRequest); i { case 0: return &v.state case 1: @@ -13580,7 +13713,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetUserPipelineResponse); i { + switch v := v.(*ListUserPipelinesResponse); i { case 0: return &v.state case 1: @@ -13592,7 +13725,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateUserPipelineRequest); i { + switch v := v.(*GetUserPipelineRequest); i { case 0: return &v.state case 1: @@ -13604,7 +13737,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateUserPipelineResponse); i { + switch v := v.(*GetUserPipelineResponse); i { case 0: return &v.state case 1: @@ -13616,7 +13749,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteUserPipelineRequest); i { + switch v := v.(*UpdateUserPipelineRequest); i { case 0: return &v.state case 1: @@ -13628,7 +13761,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteUserPipelineResponse); i { + switch v := v.(*UpdateUserPipelineResponse); i { case 0: return &v.state case 1: @@ -13640,7 +13773,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ErrPipelineValidation); i { + switch v := v.(*DeleteUserPipelineRequest); i { case 0: return &v.state case 1: @@ -13652,7 +13785,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ValidateUserPipelineRequest); i { + switch v := v.(*DeleteUserPipelineResponse); i { case 0: return &v.state case 1: @@ -13664,7 +13797,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ValidateUserPipelineResponse); i { + switch v := v.(*ErrPipelineValidation); i { case 0: return &v.state case 1: @@ -13676,7 +13809,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameUserPipelineRequest); i { + switch v := v.(*ValidateUserPipelineRequest); i { case 0: return &v.state case 1: @@ -13688,7 +13821,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameUserPipelineResponse); i { + switch v := v.(*ValidateUserPipelineResponse); i { case 0: return &v.state case 1: @@ -13700,7 +13833,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerUserPipelineRequest); i { + switch v := v.(*RenameUserPipelineRequest); i { case 0: return &v.state case 1: @@ -13712,7 +13845,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerUserPipelineResponse); i { + switch v := v.(*RenameUserPipelineResponse); i { case 0: return &v.state case 1: @@ -13724,7 +13857,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerUserPipelineWithStreamRequest); i { + switch v := v.(*TriggerUserPipelineRequest); i { case 0: return &v.state case 1: @@ -13736,7 +13869,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerUserPipelineWithStreamResponse); i { + switch v := v.(*TriggerUserPipelineResponse); i { case 0: return &v.state case 1: @@ -13748,7 +13881,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerData); i { + switch v := v.(*TriggerUserPipelineWithStreamRequest); i { case 0: return &v.state case 1: @@ -13760,7 +13893,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncUserPipelineRequest); i { + switch v := v.(*TriggerUserPipelineWithStreamResponse); i { case 0: return &v.state case 1: @@ -13772,7 +13905,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncUserPipelineResponse); i { + switch v := v.(*TriggerData); i { case 0: return &v.state case 1: @@ -13784,7 +13917,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateUserPipelineReleaseRequest); i { + switch v := v.(*TriggerAsyncUserPipelineRequest); i { case 0: return &v.state case 1: @@ -13796,7 +13929,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[80].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateUserPipelineReleaseResponse); i { + switch v := v.(*TriggerAsyncUserPipelineResponse); i { case 0: return &v.state case 1: @@ -13808,7 +13941,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[81].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListUserPipelineReleasesRequest); i { + switch v := v.(*CreateUserPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13820,7 +13953,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[82].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListUserPipelineReleasesResponse); i { + switch v := v.(*CreateUserPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13832,7 +13965,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[83].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetUserPipelineReleaseRequest); i { + switch v := v.(*ListUserPipelineReleasesRequest); i { case 0: return &v.state case 1: @@ -13844,7 +13977,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[84].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetUserPipelineReleaseResponse); i { + switch v := v.(*ListUserPipelineReleasesResponse); i { case 0: return &v.state case 1: @@ -13856,7 +13989,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[85].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateUserPipelineReleaseRequest); i { + switch v := v.(*GetUserPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13868,7 +14001,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[86].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateUserPipelineReleaseResponse); i { + switch v := v.(*GetUserPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13880,7 +14013,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[87].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteUserPipelineReleaseRequest); i { + switch v := v.(*UpdateUserPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13892,7 +14025,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[88].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteUserPipelineReleaseResponse); i { + switch v := v.(*UpdateUserPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13904,7 +14037,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[89].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RestoreUserPipelineReleaseRequest); i { + switch v := v.(*DeleteUserPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13916,7 +14049,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[90].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RestoreUserPipelineReleaseResponse); i { + switch v := v.(*DeleteUserPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13928,7 +14061,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[91].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameUserPipelineReleaseRequest); i { + switch v := v.(*RestoreUserPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13940,7 +14073,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[92].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameUserPipelineReleaseResponse); i { + switch v := v.(*RestoreUserPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13952,7 +14085,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[93].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerUserPipelineReleaseRequest); i { + switch v := v.(*RenameUserPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13964,7 +14097,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[94].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerUserPipelineReleaseResponse); i { + switch v := v.(*RenameUserPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -13976,7 +14109,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[95].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncUserPipelineReleaseRequest); i { + switch v := v.(*TriggerUserPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -13988,7 +14121,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[96].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncUserPipelineReleaseResponse); i { + switch v := v.(*TriggerUserPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -14000,7 +14133,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[97].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateOrganizationPipelineRequest); i { + switch v := v.(*TriggerAsyncUserPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -14012,7 +14145,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[98].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateOrganizationPipelineResponse); i { + switch v := v.(*TriggerAsyncUserPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -14024,7 +14157,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[99].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListOrganizationPipelinesRequest); i { + switch v := v.(*CreateOrganizationPipelineRequest); i { case 0: return &v.state case 1: @@ -14036,7 +14169,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[100].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListOrganizationPipelinesResponse); i { + switch v := v.(*CreateOrganizationPipelineResponse); i { case 0: return &v.state case 1: @@ -14048,7 +14181,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[101].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetOrganizationPipelineRequest); i { + switch v := v.(*ListOrganizationPipelinesRequest); i { case 0: return &v.state case 1: @@ -14060,7 +14193,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[102].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetOrganizationPipelineResponse); i { + switch v := v.(*ListOrganizationPipelinesResponse); i { case 0: return &v.state case 1: @@ -14072,7 +14205,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[103].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateOrganizationPipelineRequest); i { + switch v := v.(*GetOrganizationPipelineRequest); i { case 0: return &v.state case 1: @@ -14084,7 +14217,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[104].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateOrganizationPipelineResponse); i { + switch v := v.(*GetOrganizationPipelineResponse); i { case 0: return &v.state case 1: @@ -14096,7 +14229,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[105].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteOrganizationPipelineRequest); i { + switch v := v.(*UpdateOrganizationPipelineRequest); i { case 0: return &v.state case 1: @@ -14108,7 +14241,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[106].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteOrganizationPipelineResponse); i { + switch v := v.(*UpdateOrganizationPipelineResponse); i { case 0: return &v.state case 1: @@ -14120,7 +14253,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ValidateOrganizationPipelineRequest); i { + switch v := v.(*DeleteOrganizationPipelineRequest); i { case 0: return &v.state case 1: @@ -14132,7 +14265,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[108].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ValidateOrganizationPipelineResponse); i { + switch v := v.(*DeleteOrganizationPipelineResponse); i { case 0: return &v.state case 1: @@ -14144,7 +14277,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameOrganizationPipelineRequest); i { + switch v := v.(*ValidateOrganizationPipelineRequest); i { case 0: return &v.state case 1: @@ -14156,7 +14289,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[110].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameOrganizationPipelineResponse); i { + switch v := v.(*ValidateOrganizationPipelineResponse); i { case 0: return &v.state case 1: @@ -14168,7 +14301,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[111].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerOrganizationPipelineRequest); i { + switch v := v.(*RenameOrganizationPipelineRequest); i { case 0: return &v.state case 1: @@ -14180,7 +14313,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[112].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerOrganizationPipelineResponse); i { + switch v := v.(*RenameOrganizationPipelineResponse); i { case 0: return &v.state case 1: @@ -14192,7 +14325,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[113].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerOrganizationPipelineStreamRequest); i { + switch v := v.(*TriggerOrganizationPipelineRequest); i { case 0: return &v.state case 1: @@ -14204,7 +14337,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[114].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerOrganizationPipelineStreamResponse); i { + switch v := v.(*TriggerOrganizationPipelineResponse); i { case 0: return &v.state case 1: @@ -14216,7 +14349,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[115].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncOrganizationPipelineRequest); i { + switch v := v.(*TriggerOrganizationPipelineStreamRequest); i { case 0: return &v.state case 1: @@ -14228,7 +14361,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[116].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncOrganizationPipelineResponse); i { + switch v := v.(*TriggerOrganizationPipelineStreamResponse); i { case 0: return &v.state case 1: @@ -14240,7 +14373,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[117].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateOrganizationPipelineReleaseRequest); i { + switch v := v.(*TriggerAsyncOrganizationPipelineRequest); i { case 0: return &v.state case 1: @@ -14252,7 +14385,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[118].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateOrganizationPipelineReleaseResponse); i { + switch v := v.(*TriggerAsyncOrganizationPipelineResponse); i { case 0: return &v.state case 1: @@ -14264,7 +14397,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[119].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListOrganizationPipelineReleasesRequest); i { + switch v := v.(*CreateOrganizationPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -14276,7 +14409,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[120].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListOrganizationPipelineReleasesResponse); i { + switch v := v.(*CreateOrganizationPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -14288,7 +14421,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[121].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetOrganizationPipelineReleaseRequest); i { + switch v := v.(*ListOrganizationPipelineReleasesRequest); i { case 0: return &v.state case 1: @@ -14300,7 +14433,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[122].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetOrganizationPipelineReleaseResponse); i { + switch v := v.(*ListOrganizationPipelineReleasesResponse); i { case 0: return &v.state case 1: @@ -14312,7 +14445,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[123].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateOrganizationPipelineReleaseRequest); i { + switch v := v.(*GetOrganizationPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -14324,7 +14457,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[124].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateOrganizationPipelineReleaseResponse); i { + switch v := v.(*GetOrganizationPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -14336,7 +14469,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[125].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteOrganizationPipelineReleaseRequest); i { + switch v := v.(*UpdateOrganizationPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -14348,7 +14481,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[126].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteOrganizationPipelineReleaseResponse); i { + switch v := v.(*UpdateOrganizationPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -14360,7 +14493,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[127].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RestoreOrganizationPipelineReleaseRequest); i { + switch v := v.(*DeleteOrganizationPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -14372,7 +14505,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[128].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RestoreOrganizationPipelineReleaseResponse); i { + switch v := v.(*DeleteOrganizationPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -14384,7 +14517,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[129].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameOrganizationPipelineReleaseRequest); i { + switch v := v.(*RestoreOrganizationPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -14396,7 +14529,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[130].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RenameOrganizationPipelineReleaseResponse); i { + switch v := v.(*RestoreOrganizationPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -14408,7 +14541,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[131].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerOrganizationPipelineReleaseRequest); i { + switch v := v.(*RenameOrganizationPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -14420,7 +14553,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[132].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerOrganizationPipelineReleaseResponse); i { + switch v := v.(*RenameOrganizationPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -14432,7 +14565,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[133].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncOrganizationPipelineReleaseRequest); i { + switch v := v.(*TriggerOrganizationPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -14444,7 +14577,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[134].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TriggerAsyncOrganizationPipelineReleaseResponse); i { + switch v := v.(*TriggerOrganizationPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -14456,7 +14589,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[135].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetOperationRequest); i { + switch v := v.(*TriggerAsyncOrganizationPipelineReleaseRequest); i { case 0: return &v.state case 1: @@ -14468,7 +14601,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[136].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetOperationResponse); i { + switch v := v.(*TriggerAsyncOrganizationPipelineReleaseResponse); i { case 0: return &v.state case 1: @@ -14480,7 +14613,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[137].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListPipelinesAdminRequest); i { + switch v := v.(*GetOperationRequest); i { case 0: return &v.state case 1: @@ -14492,7 +14625,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[138].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListPipelinesAdminResponse); i { + switch v := v.(*GetOperationResponse); i { case 0: return &v.state case 1: @@ -14504,7 +14637,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[139].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListPipelineReleasesAdminRequest); i { + switch v := v.(*ListPipelinesAdminRequest); i { case 0: return &v.state case 1: @@ -14516,7 +14649,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[140].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListPipelineReleasesAdminResponse); i { + switch v := v.(*ListPipelinesAdminResponse); i { case 0: return &v.state case 1: @@ -14528,7 +14661,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[141].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LookUpPipelineAdminRequest); i { + switch v := v.(*ListPipelineReleasesAdminRequest); i { case 0: return &v.state case 1: @@ -14540,7 +14673,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[142].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LookUpPipelineAdminResponse); i { + switch v := v.(*ListPipelineReleasesAdminResponse); i { case 0: return &v.state case 1: @@ -14552,7 +14685,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[143].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListPipelineRunsRequest); i { + switch v := v.(*LookUpPipelineAdminRequest); i { case 0: return &v.state case 1: @@ -14564,7 +14697,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[144].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListPipelineRunsByRequesterRequest); i { + switch v := v.(*LookUpPipelineAdminResponse); i { case 0: return &v.state case 1: @@ -14576,7 +14709,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[145].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListPipelineRunsResponse); i { + switch v := v.(*ListPipelineRunsRequest); i { case 0: return &v.state case 1: @@ -14588,7 +14721,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[146].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListPipelineRunsByRequesterResponse); i { + switch v := v.(*ListPipelineRunsByRequesterRequest); i { case 0: return &v.state case 1: @@ -14600,7 +14733,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[147].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListComponentRunsRequest); i { + switch v := v.(*ListPipelineRunsResponse); i { case 0: return &v.state case 1: @@ -14612,7 +14745,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[148].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListComponentRunsResponse); i { + switch v := v.(*ListPipelineRunsByRequesterResponse); i { case 0: return &v.state case 1: @@ -14624,7 +14757,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[149].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FileReference); i { + switch v := v.(*ListComponentRunsRequest); i { case 0: return &v.state case 1: @@ -14636,7 +14769,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[150].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PipelineRun); i { + switch v := v.(*ListComponentRunsResponse); i { case 0: return &v.state case 1: @@ -14648,7 +14781,7 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[151].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ComponentRun); i { + switch v := v.(*FileReference); i { case 0: return &v.state case 1: @@ -14660,7 +14793,19 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[152].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Endpoints_WebhookEndpoint); i { + switch v := v.(*PipelineRun); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[153].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ComponentRun); i { case 0: return &v.state case 1: @@ -14672,6 +14817,18 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { } } file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[154].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Endpoints_WebhookEndpoint); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[156].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Pipeline_Stats); i { case 0: return &v.state @@ -14692,31 +14849,31 @@ func file_vdp_pipeline_v1beta_pipeline_proto_init() { file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[13].OneofWrappers = []interface{}{} file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[15].OneofWrappers = []interface{}{} file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[19].OneofWrappers = []interface{}{} - file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[45].OneofWrappers = []interface{}{} file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[47].OneofWrappers = []interface{}{} - file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[59].OneofWrappers = []interface{}{} + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[49].OneofWrappers = []interface{}{} file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[61].OneofWrappers = []interface{}{} - file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[81].OneofWrappers = []interface{}{} + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[63].OneofWrappers = []interface{}{} file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[83].OneofWrappers = []interface{}{} - file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[99].OneofWrappers = []interface{}{} + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[85].OneofWrappers = []interface{}{} file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[101].OneofWrappers = []interface{}{} - file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[119].OneofWrappers = []interface{}{} + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[103].OneofWrappers = []interface{}{} file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[121].OneofWrappers = []interface{}{} - file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[137].OneofWrappers = []interface{}{} + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[123].OneofWrappers = []interface{}{} file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[139].OneofWrappers = []interface{}{} file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[141].OneofWrappers = []interface{}{} file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[143].OneofWrappers = []interface{}{} - file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[144].OneofWrappers = []interface{}{} - file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[147].OneofWrappers = []interface{}{} - file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[150].OneofWrappers = []interface{}{} - file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[151].OneofWrappers = []interface{}{} + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[145].OneofWrappers = []interface{}{} + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[146].OneofWrappers = []interface{}{} + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[149].OneofWrappers = []interface{}{} + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[152].OneofWrappers = []interface{}{} + file_vdp_pipeline_v1beta_pipeline_proto_msgTypes[153].OneofWrappers = []interface{}{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_vdp_pipeline_v1beta_pipeline_proto_rawDesc, NumEnums: 4, - NumMessages: 157, + NumMessages: 159, NumExtensions: 0, NumServices: 0, }, diff --git a/vdp/pipeline/v1beta/pipeline_public_service.pb.go b/vdp/pipeline/v1beta/pipeline_public_service.pb.go index 8db9612..b417c16 100644 --- a/vdp/pipeline/v1beta/pipeline_public_service.pb.go +++ b/vdp/pipeline/v1beta/pipeline_public_service.pb.go @@ -48,7 +48,7 @@ var file_vdp_pipeline_v1beta_pipeline_public_service_proto_rawDesc = []byte{ 0x61, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x76, 0x64, 0x70, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x32, 0x9d, 0xb0, 0x01, 0x0a, 0x15, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x74, 0x6f, 0x32, 0xc2, 0xb2, 0x01, 0x0a, 0x15, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x9e, 0x01, 0x0a, 0x08, 0x4c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x24, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, @@ -220,259 +220,67 @@ var file_vdp_pipeline_v1beta_pipeline_public_service_proto_rawDesc = []byte{ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, - 0x6c, 0x6f, 0x6e, 0x65, 0x12, 0xf3, 0x01, 0x0a, 0x1a, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x61, 0x6d, - 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x45, 0x76, - 0x65, 0x6e, 0x74, 0x12, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x64, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, - 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4e, 0x3a, 0x04, 0x64, 0x61, - 0x74, 0x61, 0x62, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x40, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x9e, 0x02, 0x0a, 0x21, 0x53, - 0x65, 0x6e, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x12, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x73, - 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x3e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, - 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x7a, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, - 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x64, 0x3a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x62, 0x04, 0x64, - 0x61, 0x74, 0x61, 0x22, 0x56, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, + 0x6c, 0x6f, 0x6e, 0x65, 0x12, 0x90, 0x02, 0x0a, 0x23, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x3f, 0x2e, 0x76, + 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, + 0x6f, 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, + 0x66, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, + 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x50, 0x3a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x62, 0x04, 0x64, + 0x61, 0x74, 0x61, 0x22, 0x42, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, - 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x87, 0x03, 0x0a, 0x18, - 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, + 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x77, + 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0xbb, 0x02, 0x0a, 0x2a, 0x48, 0x61, 0x6e, 0x64, + 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x46, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x48, 0x61, 0x6e, + 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, + 0x6f, 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x47, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xfd, 0x01, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, - 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, - 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, - 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, - 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, - 0x64, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x20, 0x69, 0x73, 0x20, 0x6d, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, - 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, - 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, - 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, - 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x3a, - 0x01, 0x2a, 0x22, 0x41, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, - 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, - 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x72, - 0x69, 0x67, 0x67, 0x65, 0x72, 0x12, 0xae, 0x03, 0x0a, 0x22, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, - 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x3e, 0x2e, 0x76, - 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, - 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, 0x53, - 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, 0x76, - 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, - 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, 0x53, - 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x84, 0x02, - 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0xa0, - 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, 0x6e, - 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, 0x68, - 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, - 0x61, 0x63, 0x65, 0x20, 0x69, 0x73, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, - 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x68, - 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, - 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, - 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4d, 0x3a, 0x01, 0x2a, 0x22, 0x48, 0x2f, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, - 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x2d, 0x73, 0x74, - 0x72, 0x65, 0x61, 0x6d, 0x30, 0x01, 0x12, 0x9c, 0x03, 0x0a, 0x1d, 0x54, 0x72, 0x69, 0x67, 0x67, - 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x39, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7c, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, + 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, + 0x04, 0x64, 0x61, 0x74, 0x61, 0x62, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x58, 0x2f, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, + 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, + 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x77, 0x65, 0x62, + 0x68, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0xe8, 0x01, 0x0a, 0x1c, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, + 0x63, 0x68, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x38, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x69, 0x73, + 0x70, 0x61, 0x74, 0x63, 0x68, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x65, 0x62, + 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x39, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0xfa, 0xd2, 0xe4, + 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x3d, 0x3a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x62, 0x08, 0x72, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x28, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2d, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x73, 0x2f, 0x7b, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x7d, + 0x12, 0x87, 0x03, 0x0a, 0x18, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x34, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, - 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x83, 0x02, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, - 0x72, 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, - 0x49, 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, - 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x20, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x20, 0x69, 0x73, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, - 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x62, - 0x65, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, - 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, - 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, - 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4c, 0x3a, 0x01, 0x2a, 0x22, 0x47, 0x2f, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x2d, - 0x61, 0x73, 0x79, 0x6e, 0x63, 0x12, 0x8e, 0x02, 0x0a, 0x1e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x73, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, - 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, - 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4d, 0x3a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x22, 0x42, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, - 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, - 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x82, 0x02, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x4e, - 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x39, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, - 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x6a, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, - 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, - 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, 0x12, 0x42, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, - 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x89, 0x02, 0x0a, 0x1b, - 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x37, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, - 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, - 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x51, 0x12, 0x4f, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, - 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x9c, 0x02, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3a, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, - 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, - 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x5a, 0x3a, 0x07, 0x72, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x32, 0x4f, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, - 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, - 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x92, 0x02, 0x0a, 0x1e, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x77, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, - 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, - 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x51, 0x2a, 0x4f, 0x2f, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, - 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x7b, - 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x99, 0x02, 0x0a, 0x1d, - 0x43, 0x6c, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x39, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x43, 0x6c, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, - 0x6c, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, - 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, - 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x5a, 0x3a, 0x01, 0x2a, - 0x22, 0x55, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, - 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x73, 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x63, 0x6c, 0x6f, 0x6e, 0x65, 0x12, 0xb2, 0x03, 0x0a, 0x1f, 0x54, 0x72, 0x69, 0x67, - 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3b, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x93, 0x02, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, - 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, - 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, - 0x2d, 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, - 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, - 0x65, 0x64, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x20, 0x69, 0x73, 0x20, - 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, - 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, - 0x74, 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, - 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, - 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x5c, - 0x3a, 0x01, 0x2a, 0x22, 0x57, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, - 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, - 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x12, 0xc7, 0x03, 0x0a, - 0x24, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, - 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x40, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, - 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, - 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, - 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, - 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x99, 0x02, 0x92, 0x41, 0xad, + 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xfd, 0x01, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, 0x6e, 0x64, 0x69, 0x63, @@ -484,835 +292,1021 @@ var file_vdp_pipeline_v1beta_pipeline_public_service_proto_rawDesc = []byte{ 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x62, 0x3a, 0x01, 0x2a, 0x22, 0x5d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0xe4, 0x93, 0x02, 0x46, 0x3a, 0x01, 0x2a, 0x22, 0x41, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x7b, 0x72, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, - 0x2d, 0x61, 0x73, 0x79, 0x6e, 0x63, 0x12, 0xd9, 0x01, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x12, 0x31, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, - 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x59, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, - 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, - 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x3a, - 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, 0x29, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x64, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x12, 0xae, 0x03, 0x0a, 0x22, 0x54, + 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, + 0x6d, 0x12, 0x3e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x57, 0x69, 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x3f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x57, 0x69, 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x22, 0x84, 0x02, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, + 0x56, 0x44, 0x50, 0x72, 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, + 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, + 0x12, 0x81, 0x01, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, + 0x20, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x20, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x20, 0x69, 0x73, 0x20, 0x6d, 0x61, 0x6b, 0x69, + 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x6f, + 0x6e, 0x20, 0x62, 0x65, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x6f, 0x74, + 0x68, 0x65, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, 0x70, 0x69, + 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, 0x6f, 0x6e, + 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4d, 0x3a, 0x01, 0x2a, 0x22, + 0x48, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, + 0x65, 0x72, 0x2d, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x30, 0x01, 0x12, 0x9c, 0x03, 0x0a, 0x1d, + 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x39, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, + 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x83, 0x02, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, + 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, + 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, + 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, + 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, + 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x20, 0x69, 0x73, 0x20, 0x6d, 0x61, + 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, + 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, + 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, + 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4c, 0x3a, 0x01, + 0x2a, 0x22, 0x47, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x72, 0x69, + 0x67, 0x67, 0x65, 0x72, 0x2d, 0x61, 0x73, 0x79, 0x6e, 0x63, 0x12, 0x8e, 0x02, 0x0a, 0x1e, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3a, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x73, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, + 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, + 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4d, 0x3a, 0x07, + 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x42, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, - 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, - 0x74, 0x73, 0x12, 0xce, 0x01, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, - 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x30, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, - 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x82, 0x02, 0x0a, 0x1d, + 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x39, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, - 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x51, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, - 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, - 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x12, 0x29, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, - 0x65, 0x74, 0x73, 0x12, 0xd4, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, - 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x2e, 0x2e, 0x76, 0x64, 0x70, + 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6a, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, + 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, + 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, 0x12, 0x42, 0x2f, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, + 0x12, 0x89, 0x02, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x12, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x77, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, + 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, + 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x51, 0x12, 0x4f, 0x2f, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, + 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, + 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x9c, 0x02, 0x0a, + 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, + 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x1d, 0x0a, 0x08, + 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, + 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x5a, 0x3a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x32, 0x4f, 0x2f, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x7b, + 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x92, 0x02, 0x0a, 0x1e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3a, + 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, + 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, + 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x51, 0x2a, + 0x4f, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x73, 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, + 0x12, 0x99, 0x02, 0x0a, 0x1d, 0x43, 0x6c, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x12, 0x39, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x6c, 0x6f, 0x6e, 0x65, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x43, 0x6c, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x1d, 0x0a, + 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, + 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x5a, 0x3a, 0x01, 0x2a, 0x22, 0x55, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x6f, 0x6e, 0x65, 0x12, 0xb2, 0x03, 0x0a, + 0x1f, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x12, 0x3b, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x93, 0x02, 0x92, 0x41, + 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0xa0, 0x01, 0x0a, + 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, 0x6e, 0x64, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, + 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x20, 0x69, 0x73, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x68, 0x61, 0x6c, + 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, + 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, + 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x5c, 0x3a, 0x01, 0x2a, 0x22, 0x57, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x7b, 0x72, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, + 0x72, 0x12, 0xc7, 0x03, 0x0a, 0x24, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, + 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x40, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5d, 0x92, 0x41, 0x1d, - 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, - 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x37, 0x12, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, - 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x7b, - 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xe5, 0x01, 0x0a, 0x15, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, - 0x63, 0x72, 0x65, 0x74, 0x12, 0x31, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x65, 0x92, 0x41, 0x1d, - 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, - 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x3f, 0x3a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x32, 0x35, 0x2f, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, - 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, - 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x5f, 0x69, - 0x64, 0x7d, 0x12, 0xdd, 0x01, 0x0a, 0x15, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, - 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x31, 0x2e, 0x76, + 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x32, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x5d, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, - 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, - 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x2a, 0x35, 0x2f, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, - 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, - 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x5f, 0x69, - 0x64, 0x7d, 0x12, 0xce, 0x01, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6f, - 0x6e, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, - 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, - 0x65, 0x6e, 0x74, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, - 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x45, 0x92, 0x41, + 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, + 0x99, 0x02, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, + 0x72, 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, + 0x49, 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, + 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x20, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x20, 0x69, 0x73, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, + 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x62, + 0x65, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, + 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, + 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, + 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x62, 0x3a, 0x01, 0x2a, 0x22, 0x5d, 0x2f, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, + 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x72, + 0x69, 0x67, 0x67, 0x65, 0x72, 0x2d, 0x61, 0x73, 0x79, 0x6e, 0x63, 0x12, 0xd9, 0x01, 0x0a, 0x15, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x31, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x59, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x6f, - 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2d, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x12, 0xba, 0x02, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x70, - 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, - 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xd4, 0x01, 0x92, 0x41, 0xa7, 0x01, - 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0x9a, 0x01, 0x0a, 0x97, 0x01, - 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, 0x12, 0x7c, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, - 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, - 0x61, 0x74, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x6d, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, - 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x6f, - 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, 0x70, - 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, - 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, 0x6f, - 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x12, 0x21, 0x2f, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2f, 0x7b, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, - 0x12, 0xbe, 0x01, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x47, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, - 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, - 0x3a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0x22, 0x2f, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x75, 0x73, 0x65, 0x72, - 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x88, 0x02, - 0x01, 0x12, 0xb1, 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x2d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, - 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, - 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3d, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, - 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, - 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, - 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, 0xab, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2b, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0xe4, 0x93, 0x02, 0x33, 0x3a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, 0x29, 0x2f, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0xce, 0x01, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, + 0x12, 0x30, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x51, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, + 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, + 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x12, 0x29, 0x2f, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0xd4, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, + 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x2f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x5d, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, + 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, + 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, + 0xe5, 0x01, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x31, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, - 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3d, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, - 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, - 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, - 0x88, 0x02, 0x01, 0x12, 0xc7, 0x01, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, - 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2e, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, 0xfa, 0xd2, 0xe4, - 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x37, 0x3a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x32, 0x2b, 0x2f, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xb4, 0x01, - 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x76, + 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x65, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, + 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, + 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x3a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x32, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xdd, 0x01, 0x0a, 0x15, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x12, 0x31, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3d, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, - 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x2a, 0x22, 0x2f, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, - 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, - 0x7d, 0x88, 0x02, 0x01, 0x12, 0xc6, 0x01, 0x0a, 0x14, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, - 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x30, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x31, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, - 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x49, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, - 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, 0x01, 0x2a, 0x22, 0x2b, 0x2f, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, - 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, - 0x7d, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x88, 0x02, 0x01, 0x12, 0xbe, 0x01, - 0x0a, 0x12, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, - 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, - 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x47, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, - 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x3a, 0x01, 0x2a, - 0x22, 0x29, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, - 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x02, 0x01, 0x12, 0xc2, - 0x01, 0x0a, 0x13, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, - 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, - 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x48, 0xfa, 0xd2, 0xe4, 0x93, 0x02, - 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x2f, 0x3a, 0x01, 0x2a, 0x22, 0x2a, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, - 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, - 0x88, 0x02, 0x01, 0x12, 0xe9, 0x01, 0x0a, 0x1d, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, - 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, 0x53, - 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x39, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, - 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, - 0x69, 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, - 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, 0x53, 0x74, - 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4f, 0xfa, 0xd2, - 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x36, 0x3a, 0x01, 0x2a, 0x22, 0x31, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, - 0x67, 0x65, 0x72, 0x2d, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x88, 0x02, 0x01, 0x30, 0x01, 0x12, - 0xd6, 0x01, 0x0a, 0x18, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, - 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x34, 0x2e, 0x76, + 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5d, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, + 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, + 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, + 0x2a, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xce, 0x01, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, + 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, + 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x44, 0x65, + 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x22, 0x45, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, + 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, + 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2d, 0x64, 0x65, 0x66, + 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xba, 0x02, 0x0a, 0x0c, 0x47, 0x65, 0x74, + 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x47, 0x65, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x70, 0x65, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xd4, + 0x01, 0x92, 0x41, 0xa7, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, + 0x9a, 0x01, 0x0a, 0x97, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, 0x12, 0x7c, 0x49, 0x6e, + 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, 0x68, + 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x69, + 0x73, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, + 0x66, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, + 0x2c, 0x20, 0x74, 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, + 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, + 0x20, 0x62, 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x23, 0x12, 0x21, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6f, 0x70, 0x65, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xbe, 0x01, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, - 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, - 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4d, 0xfa, 0xd2, 0xe4, 0x93, 0x02, - 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x34, 0x3a, 0x01, 0x2a, 0x22, 0x2f, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, - 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, - 0x41, 0x73, 0x79, 0x6e, 0x63, 0x88, 0x02, 0x01, 0x12, 0xdd, 0x01, 0x0a, 0x19, 0x43, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x51, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, - 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x38, 0x3a, 0x07, 0x72, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x2d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, - 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, 0xd1, 0x01, 0x0a, 0x18, 0x4c, 0x69, 0x73, - 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, - 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x64, + 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x76, + 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x47, 0xfa, + 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x3a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, + 0x22, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, + 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, 0xb1, 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x55, + 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x2d, 0x2e, 0x76, + 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x48, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, - 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x75, 0x73, 0x65, 0x72, - 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, - 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, 0xcb, 0x01, 0x0a, - 0x16, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x32, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, - 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x76, 0x64, + 0x6e, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3d, 0xfa, 0xd2, 0xe4, + 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, + 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, 0xab, 0x01, 0x0a, 0x0f, 0x47, + 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2b, + 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x48, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, - 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xe5, 0x01, 0x0a, 0x19, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x59, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, - 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x3a, - 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x32, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, - 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, - 0x02, 0x01, 0x12, 0xd4, 0x01, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x48, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, - 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x2a, 0x2d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xdf, 0x01, 0x0a, 0x1a, 0x52, 0x65, - 0x73, 0x74, 0x6f, 0x72, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, - 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x55, 0x73, - 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, 0xfa, 0xd2, 0xe4, 0x93, 0x02, + 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3d, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x37, 0x22, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, + 0x24, 0x12, 0x22, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, - 0x2f, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x88, 0x02, 0x01, 0x12, 0xde, 0x01, 0x0a, 0x19, + 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xc7, 0x01, 0x0a, 0x12, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, + 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x2f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x50, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, + 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x3a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x32, 0x2b, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, + 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, + 0x02, 0x01, 0x12, 0xb4, 0x01, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, + 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3d, 0xfa, 0xd2, 0xe4, 0x93, + 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x24, 0x2a, 0x22, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, + 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xc6, 0x01, 0x0a, 0x14, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x12, 0x30, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x49, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, + 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, + 0x01, 0x2a, 0x22, 0x2b, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, + 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x88, + 0x02, 0x01, 0x12, 0xbe, 0x01, 0x0a, 0x12, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, + 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, - 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x52, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, - 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, - 0x3a, 0x01, 0x2a, 0x22, 0x34, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, - 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, - 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x02, 0x01, 0x12, 0xe2, 0x01, 0x0a, - 0x1a, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x36, 0x2e, 0x76, 0x64, + 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x47, 0xfa, 0xd2, 0xe4, 0x93, + 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x2e, 0x3a, 0x01, 0x2a, 0x22, 0x29, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, + 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, + 0x88, 0x02, 0x01, 0x12, 0xc2, 0x01, 0x0a, 0x13, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, + 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, - 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0xfa, 0xd2, - 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x3a, 0x3a, 0x01, 0x2a, 0x22, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x88, 0x02, - 0x01, 0x12, 0xf6, 0x01, 0x0a, 0x1f, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, - 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3b, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x76, + 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x48, + 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x3a, 0x01, 0x2a, 0x22, 0x2a, 0x2f, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, + 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, + 0x69, 0x67, 0x67, 0x65, 0x72, 0x88, 0x02, 0x01, 0x12, 0xe9, 0x01, 0x0a, 0x1d, 0x54, 0x72, 0x69, + 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x57, 0x69, 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x39, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x57, 0x69, 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, - 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, + 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x57, + 0x69, 0x74, 0x68, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x22, 0x4f, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, + 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x3a, 0x01, 0x2a, 0x22, 0x31, 0x2f, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, + 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, + 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x2d, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x88, + 0x02, 0x01, 0x30, 0x01, 0x12, 0xd6, 0x01, 0x0a, 0x18, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x58, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, - 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x3a, 0x01, 0x2a, 0x22, 0x3a, 0x2f, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, - 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, - 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x88, 0x02, 0x01, 0x12, 0xde, 0x01, 0x0a, 0x1a, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4f, 0xfa, 0xd2, 0xe4, 0x93, - 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x36, 0x3a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0x2a, 0x2f, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x6f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, 0xd1, 0x01, 0x0a, 0x19, - 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x45, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, - 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, - 0x12, 0x2a, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, - 0x74, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, - 0x2a, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, - 0xcb, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x33, 0x2e, 0x76, 0x64, + 0x65, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, + 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, + 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4d, + 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x3a, 0x01, 0x2a, 0x22, 0x2f, 0x2f, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, + 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, + 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x88, 0x02, 0x01, 0x12, 0xdd, 0x01, + 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, - 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x45, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, - 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, - 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xe7, 0x01, - 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x36, 0x2e, 0x76, + 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, + 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x51, 0xfa, 0xd2, 0xe4, 0x93, + 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x38, 0x3a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x2d, 0x2f, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x75, 0x73, 0x65, + 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, + 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, 0xd1, 0x01, + 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x48, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, + 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, + 0x2d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, + 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x88, 0x02, + 0x01, 0x12, 0xcb, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x32, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x33, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x48, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, + 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, + 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, + 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, + 0xe5, 0x01, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x35, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x58, 0xfa, - 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x3a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x32, - 0x33, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xd4, 0x01, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, + 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x59, 0xfa, 0xd2, + 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x40, 0x3a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x32, 0x35, 0x2f, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x2e, + 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xd4, 0x01, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, + 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x48, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, + 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x2a, 0x2d, 0x2f, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, + 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, + 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xdf, + 0x01, 0x0a, 0x1a, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x36, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x73, 0x74, + 0x6f, 0x72, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, + 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x22, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, + 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x88, 0x02, 0x01, + 0x12, 0xde, 0x01, 0x0a, 0x19, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x45, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, - 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x2a, - 0x2a, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, - 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xe6, - 0x01, 0x0a, 0x1c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, - 0x38, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x51, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, - 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x38, 0x3a, 0x01, 0x2a, 0x22, - 0x33, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, - 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x76, 0x61, 0x6c, 0x69, - 0x64, 0x61, 0x74, 0x65, 0x88, 0x02, 0x01, 0x12, 0xde, 0x01, 0x0a, 0x1a, 0x52, 0x65, 0x6e, 0x61, - 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, - 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, + 0x6d, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x52, 0xfa, + 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x3a, 0x01, 0x2a, 0x22, 0x34, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x02, + 0x01, 0x12, 0xe2, 0x01, 0x0a, 0x1a, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, + 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x12, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, + 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, + 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x22, 0x53, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, + 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3a, 0x3a, 0x01, 0x2a, 0x22, 0x35, 0x2f, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, + 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, + 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, + 0x67, 0x65, 0x72, 0x88, 0x02, 0x01, 0x12, 0xf6, 0x01, 0x0a, 0x1f, 0x54, 0x72, 0x69, 0x67, 0x67, + 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3b, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, + 0x72, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, + 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x58, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, + 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x3a, 0x01, 0x2a, + 0x22, 0x3a, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, + 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, + 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x88, 0x02, 0x01, 0x12, + 0xde, 0x01, 0x0a, 0x1a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4f, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, - 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x3a, - 0x01, 0x2a, 0x22, 0x31, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, - 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, - 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, - 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x02, 0x01, 0x12, 0xfd, 0x01, 0x0a, 0x21, 0x54, 0x72, 0x69, - 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x3d, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, + 0x4f, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, + 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x3a, 0x08, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x22, 0x2a, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, + 0x6e, 0x74, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x2f, 0x2a, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x88, 0x02, 0x01, + 0x12, 0xd1, 0x01, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, - 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, - 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x57, 0xfa, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, + 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x45, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x3a, 0x01, 0x2a, 0x22, 0x39, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x2d, 0x73, 0x74, 0x72, - 0x65, 0x61, 0x6d, 0x88, 0x02, 0x01, 0x30, 0x01, 0x12, 0xe2, 0x01, 0x0a, 0x1b, 0x54, 0x72, 0x69, - 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x38, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, + 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, + 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x73, 0x88, 0x02, 0x01, 0x12, 0xcb, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, + 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x12, 0x33, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, 0xfa, 0xd2, 0xe4, + 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x45, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x37, 0x3a, 0x01, 0x2a, 0x22, 0x32, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, - 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, - 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x88, 0x02, 0x01, 0x12, 0xf6, 0x01, - 0x0a, 0x20, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, + 0x93, 0x02, 0x2c, 0x12, 0x2a, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, + 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, + 0x02, 0x01, 0x12, 0xe7, 0x01, 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, + 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x12, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x12, 0x3c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, - 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, - 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x55, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, - 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3c, 0x3a, 0x01, 0x2a, 0x22, 0x37, 0x2f, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, - 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, - 0x79, 0x6e, 0x63, 0x88, 0x02, 0x01, 0x12, 0xfd, 0x01, 0x0a, 0x21, 0x43, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3d, 0x2e, 0x76, - 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, - 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x59, 0xfa, 0xd2, 0xe4, - 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x40, 0x3a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x35, 0x2f, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x6f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, 0xf1, 0x01, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x4f, - 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x12, 0x3c, 0x2e, 0x76, 0x64, - 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, - 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, - 0x12, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, - 0x74, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, - 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, 0xeb, 0x01, 0x0a, 0x1e, 0x47, - 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3a, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, - 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, - 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, - 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, 0x35, - 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0x85, 0x02, 0x0a, 0x21, 0x55, 0x70, 0x64, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x22, 0x58, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, + 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x3a, 0x08, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x32, 0x33, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, + 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xd4, 0x01, 0x0a, + 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x36, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x45, 0xfa, 0xd2, + 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x2c, 0x2a, 0x2a, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, + 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, + 0x88, 0x02, 0x01, 0x12, 0xe6, 0x01, 0x0a, 0x1c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, + 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x38, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3d, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, + 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x51, 0xfa, 0xd2, 0xe4, 0x93, 0x02, + 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x38, 0x3a, 0x01, 0x2a, 0x22, 0x33, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, + 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, + 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x88, 0x02, 0x01, 0x12, 0xde, 0x01, 0x0a, + 0x1a, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x36, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, + 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4f, 0xfa, 0xd2, + 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x36, 0x3a, 0x01, 0x2a, 0x22, 0x31, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, + 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x02, 0x01, 0x12, 0xfd, 0x01, + 0x0a, 0x21, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x72, + 0x65, 0x61, 0x6d, 0x12, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, + 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, + 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x22, 0x57, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, + 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x3a, 0x01, 0x2a, 0x22, 0x39, 0x2f, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, + 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, + 0x72, 0x2d, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x88, 0x02, 0x01, 0x30, 0x01, 0x12, 0xe2, 0x01, + 0x0a, 0x1b, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, + 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, + 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x50, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, + 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x3a, 0x01, 0x2a, 0x22, 0x32, 0x2f, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x88, + 0x02, 0x01, 0x12, 0xf6, 0x01, 0x0a, 0x20, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, + 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x3c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, + 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, - 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, 0xfa, - 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x48, 0x3a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x32, 0x3d, - 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, - 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, - 0x12, 0xf4, 0x01, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, + 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x55, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, + 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3c, 0x3a, 0x01, 0x2a, 0x22, + 0x37, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, + 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, + 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x88, 0x02, 0x01, 0x12, 0xfd, 0x01, 0x0a, 0x21, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x12, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, + 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x3e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, + 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x59, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, + 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x3a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x22, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, + 0x6e, 0x74, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, + 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, 0xf1, 0x01, 0x0a, 0x20, + 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, + 0x12, 0x3c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, - 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x2a, 0x35, 0x2f, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, - 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xff, 0x01, 0x0a, 0x22, 0x52, 0x65, 0x73, 0x74, - 0x6f, 0x72, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3e, - 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x4f, 0x72, 0x67, 0x61, - 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x4f, 0x72, 0x67, 0x61, - 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x58, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, - 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x22, 0x3d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, 0xfa, + 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, + 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, - 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, - 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x88, 0x02, 0x01, 0x12, 0xfe, 0x01, 0x0a, 0x21, 0x52, 0x65, - 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, - 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, + 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x88, 0x02, 0x01, 0x12, + 0xeb, 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x12, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, + 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, - 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5a, - 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a, 0x22, 0x3c, 0x2f, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, - 0x2f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x02, 0x01, 0x12, 0x82, 0x02, 0x0a, 0x22, 0x54, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, - 0x65, 0x12, 0x3e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, - 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x3f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, 0xfa, 0xd2, 0xe4, + 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x37, 0x12, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, + 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0x85, 0x02, + 0x0a, 0x21, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x12, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x5b, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, - 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x3a, 0x01, 0x2a, 0x22, 0x3d, 0x2f, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, - 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, - 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x88, 0x02, 0x01, 0x12, - 0x96, 0x02, 0x0a, 0x27, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, + 0x73, 0x65, 0x22, 0x61, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, + 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x48, 0x3a, 0x07, 0x72, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x32, 0x3d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x72, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, + 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xf4, 0x01, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x43, 0x2e, 0x76, 0x64, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x44, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, + 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, + 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, 0xfa, 0xd2, 0xe4, 0x93, + 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x37, 0x2a, 0x35, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, + 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, + 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xff, 0x01, 0x0a, + 0x22, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x12, 0x3e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, + 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, + 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x58, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, + 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x22, 0x3d, 0x2f, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, + 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, + 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x88, 0x02, 0x01, 0x12, 0xfe, + 0x01, 0x0a, 0x21, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, + 0x65, 0x61, 0x73, 0x65, 0x12, 0x3d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, + 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, + 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x5a, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, + 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a, 0x22, 0x3c, + 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, + 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, + 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x02, 0x01, 0x12, + 0x82, 0x02, 0x0a, 0x22, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, + 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x3e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, + 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, + 0x67, 0x67, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, + 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x3a, + 0x01, 0x2a, 0x22, 0x3d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, + 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, + 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, + 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, + 0x72, 0x88, 0x02, 0x01, 0x12, 0x96, 0x02, 0x0a, 0x27, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, + 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, + 0x12, 0x43, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, - 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x47, 0x3a, 0x01, - 0x2a, 0x22, 0x42, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, - 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, - 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x6c, - 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, - 0x41, 0x73, 0x79, 0x6e, 0x63, 0x88, 0x02, 0x01, 0x12, 0x8c, 0x01, 0x0a, 0x09, 0x43, 0x68, 0x65, - 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x25, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x68, 0x65, - 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x30, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, - 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x3a, 0x01, 0x2a, - 0x22, 0x12, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2d, - 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x02, 0x01, 0x12, 0xb4, 0x01, 0x0a, 0x10, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x2c, 0x2e, 0x76, - 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, - 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, 0xfa, 0xd2, 0xe4, 0x93, 0x02, - 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x2a, 0x3a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, 0x20, 0x2f, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, - 0x2f, 0x2a, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x88, 0x02, 0x01, 0x12, 0xa9, - 0x01, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, - 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, - 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, - 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3b, 0xfa, - 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, - 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, - 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x88, 0x02, 0x01, 0x12, 0xa3, 0x01, 0x0a, 0x0d, 0x47, - 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x29, 0x2e, 0x76, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x44, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x72, 0x69, 0x67, + 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0xfa, 0xd2, 0xe4, + 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x47, 0x3a, 0x01, 0x2a, 0x22, 0x42, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, + 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, + 0x2a, 0x2f, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x72, + 0x69, 0x67, 0x67, 0x65, 0x72, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x88, 0x02, 0x01, 0x12, 0x8c, 0x01, + 0x0a, 0x09, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x25, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4e, 0x61, + 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x30, 0xfa, 0xd2, 0xe4, 0x93, + 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x17, 0x3a, 0x01, 0x2a, 0x22, 0x12, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, + 0x68, 0x65, 0x63, 0x6b, 0x2d, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x02, 0x01, 0x12, 0xb4, 0x01, 0x0a, + 0x10, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x12, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, + 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x2d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, + 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, + 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, 0x20, + 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, + 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, + 0x88, 0x02, 0x01, 0x12, 0xa9, 0x01, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, + 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, + 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x22, 0x3b, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, + 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x75, 0x73, 0x65, 0x72, + 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x88, 0x02, 0x01, 0x12, + 0xa3, 0x01, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x12, 0x29, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, - 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x3b, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, - 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, - 0x2f, 0x2a, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, - 0x12, 0xbb, 0x01, 0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, - 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x4a, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, - 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x3a, 0x06, 0x73, 0x65, 0x63, 0x72, - 0x65, 0x74, 0x32, 0x27, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x73, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, - 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xac, - 0x01, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x12, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, - 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x2d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, - 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x3b, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, - 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x2a, 0x20, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, - 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xd4, 0x01, - 0x0a, 0x18, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3b, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, + 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, + 0x12, 0x20, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, + 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, + 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xbb, 0x01, 0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, - 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4b, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, - 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x3a, - 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, 0x28, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x73, 0x88, 0x02, 0x01, 0x12, 0xc9, 0x01, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, - 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, - 0x12, 0x33, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4a, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, + 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x3a, + 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x32, 0x27, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2f, 0x7b, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, + 0x65, 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x2a, 0x7d, + 0x88, 0x02, 0x01, 0x12, 0xac, 0x01, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, + 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3b, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, + 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x2a, 0x20, 0x2f, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x75, 0x73, 0x65, + 0x72, 0x73, 0x2f, 0x2a, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x88, + 0x02, 0x01, 0x12, 0xd4, 0x01, 0x0a, 0x18, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, + 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, + 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, + 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4b, 0xfa, 0xd2, + 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x32, 0x3a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, 0x28, 0x2f, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x6f, 0x72, + 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x73, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x88, 0x02, 0x01, 0x12, 0xc9, 0x01, 0x0a, 0x17, 0x4c, 0x69, + 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x33, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, - 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, 0xfa, 0xd2, 0xe4, - 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x70, 0x61, - 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x88, 0x02, 0x01, - 0x12, 0xc3, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x31, 0x2e, 0x76, 0x64, 0x70, + 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, - 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x43, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, - 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, - 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xdb, 0x01, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, - 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x43, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, + 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x73, 0x88, 0x02, 0x01, 0x12, 0xc3, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, + 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, + 0x31, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, + 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, + 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, + 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, + 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x73, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xdb, 0x01, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x52, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, - 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x3a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x32, 0x2f, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x73, 0x65, 0x63, 0x72, 0x65, - 0x74, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x2a, - 0x7d, 0x88, 0x02, 0x01, 0x12, 0xcc, 0x01, 0x0a, 0x18, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, - 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, - 0x74, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, - 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, + 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, + 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x52, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, + 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x3a, 0x06, 0x73, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x32, 0x2f, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, + 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, + 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x73, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xcc, 0x01, 0x0a, 0x18, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, - 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x2a, 0x28, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, - 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x2a, 0x7d, - 0x88, 0x02, 0x01, 0x12, 0xe9, 0x02, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, - 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, - 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xf7, 0x01, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, - 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, - 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, - 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, - 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, - 0x64, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x20, 0x69, 0x73, 0x20, 0x6d, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, - 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, - 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, - 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, - 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x12, - 0x3e, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, - 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x69, - 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x73, 0x12, - 0xe4, 0x02, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, - 0x74, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x2d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, - 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, - 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, - 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xef, 0x01, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, - 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, - 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, - 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, - 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, - 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x20, 0x69, 0x73, 0x20, 0x6d, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, - 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, - 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, - 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x38, 0x12, 0x36, - 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2d, 0x72, 0x75, 0x6e, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, - 0x72, 0x75, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, - 0x74, 0x2d, 0x72, 0x75, 0x6e, 0x73, 0x12, 0xec, 0x02, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x42, 0x79, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x12, 0x37, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, - 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x42, 0x79, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x38, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, - 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x42, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, - 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xd9, 0x01, 0x92, 0x41, 0xad, 0x01, + 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, + 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x43, 0xfa, 0xd2, 0xe4, 0x93, 0x02, 0x0a, 0x12, 0x08, 0x49, 0x4e, 0x54, + 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x2a, 0x28, 0x2f, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x6f, 0x72, 0x67, 0x61, 0x6e, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x88, 0x02, 0x01, 0x12, 0xe9, 0x02, 0x0a, 0x10, 0x4c, 0x69, 0x73, + 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x2c, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x52, 0x75, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, + 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xf7, 0x01, 0x92, 0x41, 0xad, + 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0xa0, 0x01, 0x0a, 0x9d, + 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, 0x6e, 0x64, 0x69, 0x63, + 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, + 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x20, 0x69, 0x73, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x68, 0x61, 0x6c, 0x66, + 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, + 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, + 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, + 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x40, 0x12, 0x3e, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x72, 0x75, 0x6e, 0x73, 0x12, 0xe4, 0x02, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6d, + 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x2d, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, + 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x76, 0x64, 0x70, 0x2e, + 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, + 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x75, 0x6e, + 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xef, 0x01, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x61, @@ -1324,347 +1318,373 @@ var file_vdp_pipeline_v1beta_pipeline_public_service_proto_rawDesc = []byte{ 0x79, 0x2c, 0x20, 0x74, 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x18, 0x01, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x64, 0x61, 0x73, - 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, - 0x2f, 0x72, 0x75, 0x6e, 0x73, 0x12, 0xde, 0x01, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, - 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, + 0x93, 0x02, 0x38, 0x12, 0x36, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2d, 0x72, 0x75, 0x6e, 0x73, 0x2f, 0x7b, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6d, + 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2d, 0x72, 0x75, 0x6e, 0x73, 0x12, 0xec, 0x02, 0x0a, 0x1b, + 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, + 0x42, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x12, 0x37, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, + 0x6e, 0x73, 0x42, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, + 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x42, 0x79, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xd9, + 0x01, 0x92, 0x41, 0xad, 0x01, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x72, + 0xa0, 0x01, 0x0a, 0x9d, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x72, 0x2d, 0x55, 0x69, 0x64, 0x12, 0x81, 0x01, 0x49, + 0x6e, 0x64, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x75, 0x74, + 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x20, 0x69, 0x73, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, + 0x68, 0x65, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x65, + 0x68, 0x61, 0x6c, 0x66, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2c, 0x20, 0x74, 0x79, 0x70, 0x69, 0x63, 0x61, 0x6c, 0x6c, + 0x79, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x62, 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x20, 0x74, 0x6f, + 0x18, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2f, 0x64, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2f, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x2f, 0x72, 0x75, 0x6e, 0x73, 0x12, 0xde, 0x01, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x55, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, + 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x55, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, + 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, + 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xe8, 0x01, 0x0a, 0x16, + 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, + 0x65, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, - 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x12, 0x3d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xe8, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x4e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x12, 0x32, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, - 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x4e, - 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x65, 0x92, 0x41, 0x1d, 0x0a, - 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, - 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x3f, 0x12, 0x3d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, - 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2f, 0x7b, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, - 0x7d, 0x12, 0xed, 0x01, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, - 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, - 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x3a, 0x0a, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x22, 0x2d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, - 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x12, 0xfd, 0x01, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x71, - 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, - 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4b, 0x3a, 0x0a, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x32, 0x3d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, - 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2f, 0x7b, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, - 0x7d, 0x12, 0xf1, 0x01, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, - 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x65, - 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, - 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x2a, 0x3d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, - 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xf0, 0x01, 0x0a, 0x17, 0x54, 0x65, 0x73, 0x74, 0x4e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x12, 0x33, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xed, 0x01, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x61, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, + 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, + 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x3a, 0x0a, 0x63, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x2d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xfd, 0x01, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x71, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, + 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, + 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4b, 0x3a, 0x0a, 0x63, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x32, 0x3d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xf1, 0x01, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x35, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x65, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, + 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, + 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x2a, 0x3d, 0x2f, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, + 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x63, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xf0, 0x01, 0x0a, 0x17, 0x54, + 0x65, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x33, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6a, 0x92, 0x41, - 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, - 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x44, 0x22, 0x42, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, - 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, - 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x12, 0x92, 0x02, 0x0a, 0x1d, 0x4c, 0x69, 0x73, - 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x73, 0x42, 0x79, 0x43, 0x6f, - 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x39, 0x2e, 0x76, 0x64, 0x70, - 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x73, - 0x42, 0x79, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x44, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x73, 0x42, 0x79, 0x43, 0x6f, 0x6e, - 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x44, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x7a, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x76, 0x64, + 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x22, 0x6a, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, - 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x54, 0x12, 0x52, 0x2f, 0x76, 0x31, 0x62, 0x65, + 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, 0x22, 0x42, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x63, 0x65, 0x64, 0x2d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0xad, 0x01, - 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x12, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, - 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x74, - 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x2d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x67, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x3c, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, - 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, - 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x12, 0x14, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xb8, 0x01, - 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x12, 0x2a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, - 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x76, - 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4d, 0x92, 0x41, 0x1d, 0x0a, 0x08, - 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, - 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x27, 0x12, 0x25, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x1a, 0x19, 0x92, 0x41, 0x16, 0x12, 0x14, 0x50, - 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x56, 0x44, 0x50, 0x20, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, - 0x6e, 0x74, 0x73, 0x42, 0xe9, 0x01, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x64, 0x70, 0x2e, - 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x42, - 0x1a, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x53, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x44, 0x67, - 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x69, 0x6c, - 0x6c, 0x2d, 0x61, 0x69, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, - 0x2f, 0x76, 0x64, 0x70, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x76, 0x31, - 0x62, 0x65, 0x74, 0x61, 0x3b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0xa2, 0x02, 0x03, 0x56, 0x50, 0x58, 0xaa, 0x02, 0x13, 0x56, 0x64, 0x70, 0x2e, - 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0xca, - 0x02, 0x13, 0x56, 0x64, 0x70, 0x5c, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5c, 0x56, - 0x31, 0x62, 0x65, 0x74, 0x61, 0xe2, 0x02, 0x1f, 0x56, 0x64, 0x70, 0x5c, 0x50, 0x69, 0x70, 0x65, - 0x6c, 0x69, 0x6e, 0x65, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x5c, 0x47, 0x50, 0x42, 0x4d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x15, 0x56, 0x64, 0x70, 0x3a, 0x3a, 0x50, - 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x62, - 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x12, 0x92, 0x02, + 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, + 0x73, 0x42, 0x79, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x44, 0x12, + 0x39, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x49, 0x44, 0x73, 0x42, 0x79, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x76, 0x64, 0x70, + 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x73, + 0x42, 0x79, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x44, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7a, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, + 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, + 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x54, 0x12, 0x52, + 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x63, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, + 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x64, 0x2d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, + 0x65, 0x73, 0x12, 0xad, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x67, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2c, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, + 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x69, 0x73, 0x74, + 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3c, 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, + 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, + 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x12, 0x14, 0x2f, 0x76, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x12, 0xb8, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2a, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, + 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x49, + 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x2b, 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, + 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x67, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4d, + 0x92, 0x41, 0x1d, 0x0a, 0x08, 0xf0, 0x9f, 0x92, 0xa7, 0x20, 0x56, 0x44, 0x50, 0x6a, 0x11, 0x0a, + 0x07, 0x78, 0x2d, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x06, 0x1a, 0x04, 0x62, 0x65, 0x74, 0x61, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x12, 0x25, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, + 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x6e, + 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x1a, 0x19, 0x92, + 0x41, 0x16, 0x12, 0x14, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x56, 0x44, 0x50, 0x20, 0x65, + 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x42, 0xe9, 0x01, 0x0a, 0x17, 0x63, 0x6f, 0x6d, + 0x2e, 0x76, 0x64, 0x70, 0x2e, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x42, 0x1a, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x75, + 0x62, 0x6c, 0x69, 0x63, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, + 0x50, 0x01, 0x5a, 0x44, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, + 0x6e, 0x73, 0x74, 0x69, 0x6c, 0x6c, 0x2d, 0x61, 0x69, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x67, + 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x76, 0x64, 0x70, 0x2f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x3b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, + 0x6e, 0x65, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0xa2, 0x02, 0x03, 0x56, 0x50, 0x58, 0xaa, 0x02, + 0x13, 0x56, 0x64, 0x70, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0xca, 0x02, 0x13, 0x56, 0x64, 0x70, 0x5c, 0x50, 0x69, 0x70, 0x65, 0x6c, + 0x69, 0x6e, 0x65, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0xe2, 0x02, 0x1f, 0x56, 0x64, 0x70, + 0x5c, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x15, 0x56, + 0x64, 0x70, 0x3a, 0x3a, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x3a, 0x3a, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var file_vdp_pipeline_v1beta_pipeline_public_service_proto_goTypes = []interface{}{ - (*LivenessRequest)(nil), // 0: vdp.pipeline.v1beta.LivenessRequest - (*ReadinessRequest)(nil), // 1: vdp.pipeline.v1beta.ReadinessRequest - (*GetHubStatsRequest)(nil), // 2: vdp.pipeline.v1beta.GetHubStatsRequest - (*ListPipelinesRequest)(nil), // 3: vdp.pipeline.v1beta.ListPipelinesRequest - (*LookUpPipelineRequest)(nil), // 4: vdp.pipeline.v1beta.LookUpPipelineRequest - (*ListNamespacePipelinesRequest)(nil), // 5: vdp.pipeline.v1beta.ListNamespacePipelinesRequest - (*CreateNamespacePipelineRequest)(nil), // 6: vdp.pipeline.v1beta.CreateNamespacePipelineRequest - (*GetNamespacePipelineRequest)(nil), // 7: vdp.pipeline.v1beta.GetNamespacePipelineRequest - (*UpdateNamespacePipelineRequest)(nil), // 8: vdp.pipeline.v1beta.UpdateNamespacePipelineRequest - (*DeleteNamespacePipelineRequest)(nil), // 9: vdp.pipeline.v1beta.DeleteNamespacePipelineRequest - (*ValidateNamespacePipelineRequest)(nil), // 10: vdp.pipeline.v1beta.ValidateNamespacePipelineRequest - (*RenameNamespacePipelineRequest)(nil), // 11: vdp.pipeline.v1beta.RenameNamespacePipelineRequest - (*CloneNamespacePipelineRequest)(nil), // 12: vdp.pipeline.v1beta.CloneNamespacePipelineRequest - (*SendNamespacePipelineEventRequest)(nil), // 13: vdp.pipeline.v1beta.SendNamespacePipelineEventRequest - (*SendNamespacePipelineReleaseEventRequest)(nil), // 14: vdp.pipeline.v1beta.SendNamespacePipelineReleaseEventRequest - (*TriggerNamespacePipelineRequest)(nil), // 15: vdp.pipeline.v1beta.TriggerNamespacePipelineRequest - (*TriggerNamespacePipelineWithStreamRequest)(nil), // 16: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamRequest - (*TriggerAsyncNamespacePipelineRequest)(nil), // 17: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineRequest - (*CreateNamespacePipelineReleaseRequest)(nil), // 18: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseRequest - (*ListNamespacePipelineReleasesRequest)(nil), // 19: vdp.pipeline.v1beta.ListNamespacePipelineReleasesRequest - (*GetNamespacePipelineReleaseRequest)(nil), // 20: vdp.pipeline.v1beta.GetNamespacePipelineReleaseRequest - (*UpdateNamespacePipelineReleaseRequest)(nil), // 21: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseRequest - (*DeleteNamespacePipelineReleaseRequest)(nil), // 22: vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseRequest - (*CloneNamespacePipelineReleaseRequest)(nil), // 23: vdp.pipeline.v1beta.CloneNamespacePipelineReleaseRequest - (*TriggerNamespacePipelineReleaseRequest)(nil), // 24: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseRequest - (*TriggerAsyncNamespacePipelineReleaseRequest)(nil), // 25: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseRequest - (*CreateNamespaceSecretRequest)(nil), // 26: vdp.pipeline.v1beta.CreateNamespaceSecretRequest - (*ListNamespaceSecretsRequest)(nil), // 27: vdp.pipeline.v1beta.ListNamespaceSecretsRequest - (*GetNamespaceSecretRequest)(nil), // 28: vdp.pipeline.v1beta.GetNamespaceSecretRequest - (*UpdateNamespaceSecretRequest)(nil), // 29: vdp.pipeline.v1beta.UpdateNamespaceSecretRequest - (*DeleteNamespaceSecretRequest)(nil), // 30: vdp.pipeline.v1beta.DeleteNamespaceSecretRequest - (*ListComponentDefinitionsRequest)(nil), // 31: vdp.pipeline.v1beta.ListComponentDefinitionsRequest - (*GetOperationRequest)(nil), // 32: vdp.pipeline.v1beta.GetOperationRequest - (*CreateUserPipelineRequest)(nil), // 33: vdp.pipeline.v1beta.CreateUserPipelineRequest - (*ListUserPipelinesRequest)(nil), // 34: vdp.pipeline.v1beta.ListUserPipelinesRequest - (*GetUserPipelineRequest)(nil), // 35: vdp.pipeline.v1beta.GetUserPipelineRequest - (*UpdateUserPipelineRequest)(nil), // 36: vdp.pipeline.v1beta.UpdateUserPipelineRequest - (*DeleteUserPipelineRequest)(nil), // 37: vdp.pipeline.v1beta.DeleteUserPipelineRequest - (*ValidateUserPipelineRequest)(nil), // 38: vdp.pipeline.v1beta.ValidateUserPipelineRequest - (*RenameUserPipelineRequest)(nil), // 39: vdp.pipeline.v1beta.RenameUserPipelineRequest - (*TriggerUserPipelineRequest)(nil), // 40: vdp.pipeline.v1beta.TriggerUserPipelineRequest - (*TriggerUserPipelineWithStreamRequest)(nil), // 41: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamRequest - (*TriggerAsyncUserPipelineRequest)(nil), // 42: vdp.pipeline.v1beta.TriggerAsyncUserPipelineRequest - (*CreateUserPipelineReleaseRequest)(nil), // 43: vdp.pipeline.v1beta.CreateUserPipelineReleaseRequest - (*ListUserPipelineReleasesRequest)(nil), // 44: vdp.pipeline.v1beta.ListUserPipelineReleasesRequest - (*GetUserPipelineReleaseRequest)(nil), // 45: vdp.pipeline.v1beta.GetUserPipelineReleaseRequest - (*UpdateUserPipelineReleaseRequest)(nil), // 46: vdp.pipeline.v1beta.UpdateUserPipelineReleaseRequest - (*DeleteUserPipelineReleaseRequest)(nil), // 47: vdp.pipeline.v1beta.DeleteUserPipelineReleaseRequest - (*RestoreUserPipelineReleaseRequest)(nil), // 48: vdp.pipeline.v1beta.RestoreUserPipelineReleaseRequest - (*RenameUserPipelineReleaseRequest)(nil), // 49: vdp.pipeline.v1beta.RenameUserPipelineReleaseRequest - (*TriggerUserPipelineReleaseRequest)(nil), // 50: vdp.pipeline.v1beta.TriggerUserPipelineReleaseRequest - (*TriggerAsyncUserPipelineReleaseRequest)(nil), // 51: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseRequest - (*CreateOrganizationPipelineRequest)(nil), // 52: vdp.pipeline.v1beta.CreateOrganizationPipelineRequest - (*ListOrganizationPipelinesRequest)(nil), // 53: vdp.pipeline.v1beta.ListOrganizationPipelinesRequest - (*GetOrganizationPipelineRequest)(nil), // 54: vdp.pipeline.v1beta.GetOrganizationPipelineRequest - (*UpdateOrganizationPipelineRequest)(nil), // 55: vdp.pipeline.v1beta.UpdateOrganizationPipelineRequest - (*DeleteOrganizationPipelineRequest)(nil), // 56: vdp.pipeline.v1beta.DeleteOrganizationPipelineRequest - (*ValidateOrganizationPipelineRequest)(nil), // 57: vdp.pipeline.v1beta.ValidateOrganizationPipelineRequest - (*RenameOrganizationPipelineRequest)(nil), // 58: vdp.pipeline.v1beta.RenameOrganizationPipelineRequest - (*TriggerOrganizationPipelineStreamRequest)(nil), // 59: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamRequest - (*TriggerOrganizationPipelineRequest)(nil), // 60: vdp.pipeline.v1beta.TriggerOrganizationPipelineRequest - (*TriggerAsyncOrganizationPipelineRequest)(nil), // 61: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineRequest - (*CreateOrganizationPipelineReleaseRequest)(nil), // 62: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseRequest - (*ListOrganizationPipelineReleasesRequest)(nil), // 63: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesRequest - (*GetOrganizationPipelineReleaseRequest)(nil), // 64: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseRequest - (*UpdateOrganizationPipelineReleaseRequest)(nil), // 65: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseRequest - (*DeleteOrganizationPipelineReleaseRequest)(nil), // 66: vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseRequest - (*RestoreOrganizationPipelineReleaseRequest)(nil), // 67: vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseRequest - (*RenameOrganizationPipelineReleaseRequest)(nil), // 68: vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseRequest - (*TriggerOrganizationPipelineReleaseRequest)(nil), // 69: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseRequest - (*TriggerAsyncOrganizationPipelineReleaseRequest)(nil), // 70: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseRequest - (*CheckNameRequest)(nil), // 71: vdp.pipeline.v1beta.CheckNameRequest - (*CreateUserSecretRequest)(nil), // 72: vdp.pipeline.v1beta.CreateUserSecretRequest - (*ListUserSecretsRequest)(nil), // 73: vdp.pipeline.v1beta.ListUserSecretsRequest - (*GetUserSecretRequest)(nil), // 74: vdp.pipeline.v1beta.GetUserSecretRequest - (*UpdateUserSecretRequest)(nil), // 75: vdp.pipeline.v1beta.UpdateUserSecretRequest - (*DeleteUserSecretRequest)(nil), // 76: vdp.pipeline.v1beta.DeleteUserSecretRequest - (*CreateOrganizationSecretRequest)(nil), // 77: vdp.pipeline.v1beta.CreateOrganizationSecretRequest - (*ListOrganizationSecretsRequest)(nil), // 78: vdp.pipeline.v1beta.ListOrganizationSecretsRequest - (*GetOrganizationSecretRequest)(nil), // 79: vdp.pipeline.v1beta.GetOrganizationSecretRequest - (*UpdateOrganizationSecretRequest)(nil), // 80: vdp.pipeline.v1beta.UpdateOrganizationSecretRequest - (*DeleteOrganizationSecretRequest)(nil), // 81: vdp.pipeline.v1beta.DeleteOrganizationSecretRequest - (*ListPipelineRunsRequest)(nil), // 82: vdp.pipeline.v1beta.ListPipelineRunsRequest - (*ListComponentRunsRequest)(nil), // 83: vdp.pipeline.v1beta.ListComponentRunsRequest - (*ListPipelineRunsByRequesterRequest)(nil), // 84: vdp.pipeline.v1beta.ListPipelineRunsByRequesterRequest - (*ListNamespaceConnectionsRequest)(nil), // 85: vdp.pipeline.v1beta.ListNamespaceConnectionsRequest - (*GetNamespaceConnectionRequest)(nil), // 86: vdp.pipeline.v1beta.GetNamespaceConnectionRequest - (*CreateNamespaceConnectionRequest)(nil), // 87: vdp.pipeline.v1beta.CreateNamespaceConnectionRequest - (*UpdateNamespaceConnectionRequest)(nil), // 88: vdp.pipeline.v1beta.UpdateNamespaceConnectionRequest - (*DeleteNamespaceConnectionRequest)(nil), // 89: vdp.pipeline.v1beta.DeleteNamespaceConnectionRequest - (*TestNamespaceConnectionRequest)(nil), // 90: vdp.pipeline.v1beta.TestNamespaceConnectionRequest - (*ListPipelineIDsByConnectionIDRequest)(nil), // 91: vdp.pipeline.v1beta.ListPipelineIDsByConnectionIDRequest - (*ListIntegrationsRequest)(nil), // 92: vdp.pipeline.v1beta.ListIntegrationsRequest - (*GetIntegrationRequest)(nil), // 93: vdp.pipeline.v1beta.GetIntegrationRequest - (*LivenessResponse)(nil), // 94: vdp.pipeline.v1beta.LivenessResponse - (*ReadinessResponse)(nil), // 95: vdp.pipeline.v1beta.ReadinessResponse - (*GetHubStatsResponse)(nil), // 96: vdp.pipeline.v1beta.GetHubStatsResponse - (*ListPipelinesResponse)(nil), // 97: vdp.pipeline.v1beta.ListPipelinesResponse - (*LookUpPipelineResponse)(nil), // 98: vdp.pipeline.v1beta.LookUpPipelineResponse - (*ListNamespacePipelinesResponse)(nil), // 99: vdp.pipeline.v1beta.ListNamespacePipelinesResponse - (*CreateNamespacePipelineResponse)(nil), // 100: vdp.pipeline.v1beta.CreateNamespacePipelineResponse - (*GetNamespacePipelineResponse)(nil), // 101: vdp.pipeline.v1beta.GetNamespacePipelineResponse - (*UpdateNamespacePipelineResponse)(nil), // 102: vdp.pipeline.v1beta.UpdateNamespacePipelineResponse - (*DeleteNamespacePipelineResponse)(nil), // 103: vdp.pipeline.v1beta.DeleteNamespacePipelineResponse - (*ValidateNamespacePipelineResponse)(nil), // 104: vdp.pipeline.v1beta.ValidateNamespacePipelineResponse - (*RenameNamespacePipelineResponse)(nil), // 105: vdp.pipeline.v1beta.RenameNamespacePipelineResponse - (*CloneNamespacePipelineResponse)(nil), // 106: vdp.pipeline.v1beta.CloneNamespacePipelineResponse - (*SendNamespacePipelineEventResponse)(nil), // 107: vdp.pipeline.v1beta.SendNamespacePipelineEventResponse - (*SendNamespacePipelineReleaseEventResponse)(nil), // 108: vdp.pipeline.v1beta.SendNamespacePipelineReleaseEventResponse - (*TriggerNamespacePipelineResponse)(nil), // 109: vdp.pipeline.v1beta.TriggerNamespacePipelineResponse - (*TriggerNamespacePipelineWithStreamResponse)(nil), // 110: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamResponse - (*TriggerAsyncNamespacePipelineResponse)(nil), // 111: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineResponse - (*CreateNamespacePipelineReleaseResponse)(nil), // 112: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseResponse - (*ListNamespacePipelineReleasesResponse)(nil), // 113: vdp.pipeline.v1beta.ListNamespacePipelineReleasesResponse - (*GetNamespacePipelineReleaseResponse)(nil), // 114: vdp.pipeline.v1beta.GetNamespacePipelineReleaseResponse - (*UpdateNamespacePipelineReleaseResponse)(nil), // 115: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseResponse - (*DeleteNamespacePipelineReleaseResponse)(nil), // 116: vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseResponse - (*CloneNamespacePipelineReleaseResponse)(nil), // 117: vdp.pipeline.v1beta.CloneNamespacePipelineReleaseResponse - (*TriggerNamespacePipelineReleaseResponse)(nil), // 118: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseResponse - (*TriggerAsyncNamespacePipelineReleaseResponse)(nil), // 119: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseResponse - (*CreateNamespaceSecretResponse)(nil), // 120: vdp.pipeline.v1beta.CreateNamespaceSecretResponse - (*ListNamespaceSecretsResponse)(nil), // 121: vdp.pipeline.v1beta.ListNamespaceSecretsResponse - (*GetNamespaceSecretResponse)(nil), // 122: vdp.pipeline.v1beta.GetNamespaceSecretResponse - (*UpdateNamespaceSecretResponse)(nil), // 123: vdp.pipeline.v1beta.UpdateNamespaceSecretResponse - (*DeleteNamespaceSecretResponse)(nil), // 124: vdp.pipeline.v1beta.DeleteNamespaceSecretResponse - (*ListComponentDefinitionsResponse)(nil), // 125: vdp.pipeline.v1beta.ListComponentDefinitionsResponse - (*GetOperationResponse)(nil), // 126: vdp.pipeline.v1beta.GetOperationResponse - (*CreateUserPipelineResponse)(nil), // 127: vdp.pipeline.v1beta.CreateUserPipelineResponse - (*ListUserPipelinesResponse)(nil), // 128: vdp.pipeline.v1beta.ListUserPipelinesResponse - (*GetUserPipelineResponse)(nil), // 129: vdp.pipeline.v1beta.GetUserPipelineResponse - (*UpdateUserPipelineResponse)(nil), // 130: vdp.pipeline.v1beta.UpdateUserPipelineResponse - (*DeleteUserPipelineResponse)(nil), // 131: vdp.pipeline.v1beta.DeleteUserPipelineResponse - (*ValidateUserPipelineResponse)(nil), // 132: vdp.pipeline.v1beta.ValidateUserPipelineResponse - (*RenameUserPipelineResponse)(nil), // 133: vdp.pipeline.v1beta.RenameUserPipelineResponse - (*TriggerUserPipelineResponse)(nil), // 134: vdp.pipeline.v1beta.TriggerUserPipelineResponse - (*TriggerUserPipelineWithStreamResponse)(nil), // 135: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamResponse - (*TriggerAsyncUserPipelineResponse)(nil), // 136: vdp.pipeline.v1beta.TriggerAsyncUserPipelineResponse - (*CreateUserPipelineReleaseResponse)(nil), // 137: vdp.pipeline.v1beta.CreateUserPipelineReleaseResponse - (*ListUserPipelineReleasesResponse)(nil), // 138: vdp.pipeline.v1beta.ListUserPipelineReleasesResponse - (*GetUserPipelineReleaseResponse)(nil), // 139: vdp.pipeline.v1beta.GetUserPipelineReleaseResponse - (*UpdateUserPipelineReleaseResponse)(nil), // 140: vdp.pipeline.v1beta.UpdateUserPipelineReleaseResponse - (*DeleteUserPipelineReleaseResponse)(nil), // 141: vdp.pipeline.v1beta.DeleteUserPipelineReleaseResponse - (*RestoreUserPipelineReleaseResponse)(nil), // 142: vdp.pipeline.v1beta.RestoreUserPipelineReleaseResponse - (*RenameUserPipelineReleaseResponse)(nil), // 143: vdp.pipeline.v1beta.RenameUserPipelineReleaseResponse - (*TriggerUserPipelineReleaseResponse)(nil), // 144: vdp.pipeline.v1beta.TriggerUserPipelineReleaseResponse - (*TriggerAsyncUserPipelineReleaseResponse)(nil), // 145: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseResponse - (*CreateOrganizationPipelineResponse)(nil), // 146: vdp.pipeline.v1beta.CreateOrganizationPipelineResponse - (*ListOrganizationPipelinesResponse)(nil), // 147: vdp.pipeline.v1beta.ListOrganizationPipelinesResponse - (*GetOrganizationPipelineResponse)(nil), // 148: vdp.pipeline.v1beta.GetOrganizationPipelineResponse - (*UpdateOrganizationPipelineResponse)(nil), // 149: vdp.pipeline.v1beta.UpdateOrganizationPipelineResponse - (*DeleteOrganizationPipelineResponse)(nil), // 150: vdp.pipeline.v1beta.DeleteOrganizationPipelineResponse - (*ValidateOrganizationPipelineResponse)(nil), // 151: vdp.pipeline.v1beta.ValidateOrganizationPipelineResponse - (*RenameOrganizationPipelineResponse)(nil), // 152: vdp.pipeline.v1beta.RenameOrganizationPipelineResponse - (*TriggerOrganizationPipelineStreamResponse)(nil), // 153: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamResponse - (*TriggerOrganizationPipelineResponse)(nil), // 154: vdp.pipeline.v1beta.TriggerOrganizationPipelineResponse - (*TriggerAsyncOrganizationPipelineResponse)(nil), // 155: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineResponse - (*CreateOrganizationPipelineReleaseResponse)(nil), // 156: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseResponse - (*ListOrganizationPipelineReleasesResponse)(nil), // 157: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesResponse - (*GetOrganizationPipelineReleaseResponse)(nil), // 158: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseResponse - (*UpdateOrganizationPipelineReleaseResponse)(nil), // 159: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseResponse - (*DeleteOrganizationPipelineReleaseResponse)(nil), // 160: vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseResponse - (*RestoreOrganizationPipelineReleaseResponse)(nil), // 161: vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseResponse - (*RenameOrganizationPipelineReleaseResponse)(nil), // 162: vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseResponse - (*TriggerOrganizationPipelineReleaseResponse)(nil), // 163: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseResponse - (*TriggerAsyncOrganizationPipelineReleaseResponse)(nil), // 164: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseResponse - (*CheckNameResponse)(nil), // 165: vdp.pipeline.v1beta.CheckNameResponse - (*CreateUserSecretResponse)(nil), // 166: vdp.pipeline.v1beta.CreateUserSecretResponse - (*ListUserSecretsResponse)(nil), // 167: vdp.pipeline.v1beta.ListUserSecretsResponse - (*GetUserSecretResponse)(nil), // 168: vdp.pipeline.v1beta.GetUserSecretResponse - (*UpdateUserSecretResponse)(nil), // 169: vdp.pipeline.v1beta.UpdateUserSecretResponse - (*DeleteUserSecretResponse)(nil), // 170: vdp.pipeline.v1beta.DeleteUserSecretResponse - (*CreateOrganizationSecretResponse)(nil), // 171: vdp.pipeline.v1beta.CreateOrganizationSecretResponse - (*ListOrganizationSecretsResponse)(nil), // 172: vdp.pipeline.v1beta.ListOrganizationSecretsResponse - (*GetOrganizationSecretResponse)(nil), // 173: vdp.pipeline.v1beta.GetOrganizationSecretResponse - (*UpdateOrganizationSecretResponse)(nil), // 174: vdp.pipeline.v1beta.UpdateOrganizationSecretResponse - (*DeleteOrganizationSecretResponse)(nil), // 175: vdp.pipeline.v1beta.DeleteOrganizationSecretResponse - (*ListPipelineRunsResponse)(nil), // 176: vdp.pipeline.v1beta.ListPipelineRunsResponse - (*ListComponentRunsResponse)(nil), // 177: vdp.pipeline.v1beta.ListComponentRunsResponse - (*ListPipelineRunsByRequesterResponse)(nil), // 178: vdp.pipeline.v1beta.ListPipelineRunsByRequesterResponse - (*ListNamespaceConnectionsResponse)(nil), // 179: vdp.pipeline.v1beta.ListNamespaceConnectionsResponse - (*GetNamespaceConnectionResponse)(nil), // 180: vdp.pipeline.v1beta.GetNamespaceConnectionResponse - (*CreateNamespaceConnectionResponse)(nil), // 181: vdp.pipeline.v1beta.CreateNamespaceConnectionResponse - (*UpdateNamespaceConnectionResponse)(nil), // 182: vdp.pipeline.v1beta.UpdateNamespaceConnectionResponse - (*DeleteNamespaceConnectionResponse)(nil), // 183: vdp.pipeline.v1beta.DeleteNamespaceConnectionResponse - (*TestNamespaceConnectionResponse)(nil), // 184: vdp.pipeline.v1beta.TestNamespaceConnectionResponse - (*ListPipelineIDsByConnectionIDResponse)(nil), // 185: vdp.pipeline.v1beta.ListPipelineIDsByConnectionIDResponse - (*ListIntegrationsResponse)(nil), // 186: vdp.pipeline.v1beta.ListIntegrationsResponse - (*GetIntegrationResponse)(nil), // 187: vdp.pipeline.v1beta.GetIntegrationResponse + (*LivenessRequest)(nil), // 0: vdp.pipeline.v1beta.LivenessRequest + (*ReadinessRequest)(nil), // 1: vdp.pipeline.v1beta.ReadinessRequest + (*GetHubStatsRequest)(nil), // 2: vdp.pipeline.v1beta.GetHubStatsRequest + (*ListPipelinesRequest)(nil), // 3: vdp.pipeline.v1beta.ListPipelinesRequest + (*LookUpPipelineRequest)(nil), // 4: vdp.pipeline.v1beta.LookUpPipelineRequest + (*ListNamespacePipelinesRequest)(nil), // 5: vdp.pipeline.v1beta.ListNamespacePipelinesRequest + (*CreateNamespacePipelineRequest)(nil), // 6: vdp.pipeline.v1beta.CreateNamespacePipelineRequest + (*GetNamespacePipelineRequest)(nil), // 7: vdp.pipeline.v1beta.GetNamespacePipelineRequest + (*UpdateNamespacePipelineRequest)(nil), // 8: vdp.pipeline.v1beta.UpdateNamespacePipelineRequest + (*DeleteNamespacePipelineRequest)(nil), // 9: vdp.pipeline.v1beta.DeleteNamespacePipelineRequest + (*ValidateNamespacePipelineRequest)(nil), // 10: vdp.pipeline.v1beta.ValidateNamespacePipelineRequest + (*RenameNamespacePipelineRequest)(nil), // 11: vdp.pipeline.v1beta.RenameNamespacePipelineRequest + (*CloneNamespacePipelineRequest)(nil), // 12: vdp.pipeline.v1beta.CloneNamespacePipelineRequest + (*HandleNamespacePipelineWebhookEventRequest)(nil), // 13: vdp.pipeline.v1beta.HandleNamespacePipelineWebhookEventRequest + (*HandleNamespacePipelineReleaseWebhookEventRequest)(nil), // 14: vdp.pipeline.v1beta.HandleNamespacePipelineReleaseWebhookEventRequest + (*DispatchPipelineWebhookEventRequest)(nil), // 15: vdp.pipeline.v1beta.DispatchPipelineWebhookEventRequest + (*TriggerNamespacePipelineRequest)(nil), // 16: vdp.pipeline.v1beta.TriggerNamespacePipelineRequest + (*TriggerNamespacePipelineWithStreamRequest)(nil), // 17: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamRequest + (*TriggerAsyncNamespacePipelineRequest)(nil), // 18: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineRequest + (*CreateNamespacePipelineReleaseRequest)(nil), // 19: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseRequest + (*ListNamespacePipelineReleasesRequest)(nil), // 20: vdp.pipeline.v1beta.ListNamespacePipelineReleasesRequest + (*GetNamespacePipelineReleaseRequest)(nil), // 21: vdp.pipeline.v1beta.GetNamespacePipelineReleaseRequest + (*UpdateNamespacePipelineReleaseRequest)(nil), // 22: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseRequest + (*DeleteNamespacePipelineReleaseRequest)(nil), // 23: vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseRequest + (*CloneNamespacePipelineReleaseRequest)(nil), // 24: vdp.pipeline.v1beta.CloneNamespacePipelineReleaseRequest + (*TriggerNamespacePipelineReleaseRequest)(nil), // 25: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseRequest + (*TriggerAsyncNamespacePipelineReleaseRequest)(nil), // 26: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseRequest + (*CreateNamespaceSecretRequest)(nil), // 27: vdp.pipeline.v1beta.CreateNamespaceSecretRequest + (*ListNamespaceSecretsRequest)(nil), // 28: vdp.pipeline.v1beta.ListNamespaceSecretsRequest + (*GetNamespaceSecretRequest)(nil), // 29: vdp.pipeline.v1beta.GetNamespaceSecretRequest + (*UpdateNamespaceSecretRequest)(nil), // 30: vdp.pipeline.v1beta.UpdateNamespaceSecretRequest + (*DeleteNamespaceSecretRequest)(nil), // 31: vdp.pipeline.v1beta.DeleteNamespaceSecretRequest + (*ListComponentDefinitionsRequest)(nil), // 32: vdp.pipeline.v1beta.ListComponentDefinitionsRequest + (*GetOperationRequest)(nil), // 33: vdp.pipeline.v1beta.GetOperationRequest + (*CreateUserPipelineRequest)(nil), // 34: vdp.pipeline.v1beta.CreateUserPipelineRequest + (*ListUserPipelinesRequest)(nil), // 35: vdp.pipeline.v1beta.ListUserPipelinesRequest + (*GetUserPipelineRequest)(nil), // 36: vdp.pipeline.v1beta.GetUserPipelineRequest + (*UpdateUserPipelineRequest)(nil), // 37: vdp.pipeline.v1beta.UpdateUserPipelineRequest + (*DeleteUserPipelineRequest)(nil), // 38: vdp.pipeline.v1beta.DeleteUserPipelineRequest + (*ValidateUserPipelineRequest)(nil), // 39: vdp.pipeline.v1beta.ValidateUserPipelineRequest + (*RenameUserPipelineRequest)(nil), // 40: vdp.pipeline.v1beta.RenameUserPipelineRequest + (*TriggerUserPipelineRequest)(nil), // 41: vdp.pipeline.v1beta.TriggerUserPipelineRequest + (*TriggerUserPipelineWithStreamRequest)(nil), // 42: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamRequest + (*TriggerAsyncUserPipelineRequest)(nil), // 43: vdp.pipeline.v1beta.TriggerAsyncUserPipelineRequest + (*CreateUserPipelineReleaseRequest)(nil), // 44: vdp.pipeline.v1beta.CreateUserPipelineReleaseRequest + (*ListUserPipelineReleasesRequest)(nil), // 45: vdp.pipeline.v1beta.ListUserPipelineReleasesRequest + (*GetUserPipelineReleaseRequest)(nil), // 46: vdp.pipeline.v1beta.GetUserPipelineReleaseRequest + (*UpdateUserPipelineReleaseRequest)(nil), // 47: vdp.pipeline.v1beta.UpdateUserPipelineReleaseRequest + (*DeleteUserPipelineReleaseRequest)(nil), // 48: vdp.pipeline.v1beta.DeleteUserPipelineReleaseRequest + (*RestoreUserPipelineReleaseRequest)(nil), // 49: vdp.pipeline.v1beta.RestoreUserPipelineReleaseRequest + (*RenameUserPipelineReleaseRequest)(nil), // 50: vdp.pipeline.v1beta.RenameUserPipelineReleaseRequest + (*TriggerUserPipelineReleaseRequest)(nil), // 51: vdp.pipeline.v1beta.TriggerUserPipelineReleaseRequest + (*TriggerAsyncUserPipelineReleaseRequest)(nil), // 52: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseRequest + (*CreateOrganizationPipelineRequest)(nil), // 53: vdp.pipeline.v1beta.CreateOrganizationPipelineRequest + (*ListOrganizationPipelinesRequest)(nil), // 54: vdp.pipeline.v1beta.ListOrganizationPipelinesRequest + (*GetOrganizationPipelineRequest)(nil), // 55: vdp.pipeline.v1beta.GetOrganizationPipelineRequest + (*UpdateOrganizationPipelineRequest)(nil), // 56: vdp.pipeline.v1beta.UpdateOrganizationPipelineRequest + (*DeleteOrganizationPipelineRequest)(nil), // 57: vdp.pipeline.v1beta.DeleteOrganizationPipelineRequest + (*ValidateOrganizationPipelineRequest)(nil), // 58: vdp.pipeline.v1beta.ValidateOrganizationPipelineRequest + (*RenameOrganizationPipelineRequest)(nil), // 59: vdp.pipeline.v1beta.RenameOrganizationPipelineRequest + (*TriggerOrganizationPipelineStreamRequest)(nil), // 60: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamRequest + (*TriggerOrganizationPipelineRequest)(nil), // 61: vdp.pipeline.v1beta.TriggerOrganizationPipelineRequest + (*TriggerAsyncOrganizationPipelineRequest)(nil), // 62: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineRequest + (*CreateOrganizationPipelineReleaseRequest)(nil), // 63: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseRequest + (*ListOrganizationPipelineReleasesRequest)(nil), // 64: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesRequest + (*GetOrganizationPipelineReleaseRequest)(nil), // 65: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseRequest + (*UpdateOrganizationPipelineReleaseRequest)(nil), // 66: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseRequest + (*DeleteOrganizationPipelineReleaseRequest)(nil), // 67: vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseRequest + (*RestoreOrganizationPipelineReleaseRequest)(nil), // 68: vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseRequest + (*RenameOrganizationPipelineReleaseRequest)(nil), // 69: vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseRequest + (*TriggerOrganizationPipelineReleaseRequest)(nil), // 70: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseRequest + (*TriggerAsyncOrganizationPipelineReleaseRequest)(nil), // 71: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseRequest + (*CheckNameRequest)(nil), // 72: vdp.pipeline.v1beta.CheckNameRequest + (*CreateUserSecretRequest)(nil), // 73: vdp.pipeline.v1beta.CreateUserSecretRequest + (*ListUserSecretsRequest)(nil), // 74: vdp.pipeline.v1beta.ListUserSecretsRequest + (*GetUserSecretRequest)(nil), // 75: vdp.pipeline.v1beta.GetUserSecretRequest + (*UpdateUserSecretRequest)(nil), // 76: vdp.pipeline.v1beta.UpdateUserSecretRequest + (*DeleteUserSecretRequest)(nil), // 77: vdp.pipeline.v1beta.DeleteUserSecretRequest + (*CreateOrganizationSecretRequest)(nil), // 78: vdp.pipeline.v1beta.CreateOrganizationSecretRequest + (*ListOrganizationSecretsRequest)(nil), // 79: vdp.pipeline.v1beta.ListOrganizationSecretsRequest + (*GetOrganizationSecretRequest)(nil), // 80: vdp.pipeline.v1beta.GetOrganizationSecretRequest + (*UpdateOrganizationSecretRequest)(nil), // 81: vdp.pipeline.v1beta.UpdateOrganizationSecretRequest + (*DeleteOrganizationSecretRequest)(nil), // 82: vdp.pipeline.v1beta.DeleteOrganizationSecretRequest + (*ListPipelineRunsRequest)(nil), // 83: vdp.pipeline.v1beta.ListPipelineRunsRequest + (*ListComponentRunsRequest)(nil), // 84: vdp.pipeline.v1beta.ListComponentRunsRequest + (*ListPipelineRunsByRequesterRequest)(nil), // 85: vdp.pipeline.v1beta.ListPipelineRunsByRequesterRequest + (*ListNamespaceConnectionsRequest)(nil), // 86: vdp.pipeline.v1beta.ListNamespaceConnectionsRequest + (*GetNamespaceConnectionRequest)(nil), // 87: vdp.pipeline.v1beta.GetNamespaceConnectionRequest + (*CreateNamespaceConnectionRequest)(nil), // 88: vdp.pipeline.v1beta.CreateNamespaceConnectionRequest + (*UpdateNamespaceConnectionRequest)(nil), // 89: vdp.pipeline.v1beta.UpdateNamespaceConnectionRequest + (*DeleteNamespaceConnectionRequest)(nil), // 90: vdp.pipeline.v1beta.DeleteNamespaceConnectionRequest + (*TestNamespaceConnectionRequest)(nil), // 91: vdp.pipeline.v1beta.TestNamespaceConnectionRequest + (*ListPipelineIDsByConnectionIDRequest)(nil), // 92: vdp.pipeline.v1beta.ListPipelineIDsByConnectionIDRequest + (*ListIntegrationsRequest)(nil), // 93: vdp.pipeline.v1beta.ListIntegrationsRequest + (*GetIntegrationRequest)(nil), // 94: vdp.pipeline.v1beta.GetIntegrationRequest + (*LivenessResponse)(nil), // 95: vdp.pipeline.v1beta.LivenessResponse + (*ReadinessResponse)(nil), // 96: vdp.pipeline.v1beta.ReadinessResponse + (*GetHubStatsResponse)(nil), // 97: vdp.pipeline.v1beta.GetHubStatsResponse + (*ListPipelinesResponse)(nil), // 98: vdp.pipeline.v1beta.ListPipelinesResponse + (*LookUpPipelineResponse)(nil), // 99: vdp.pipeline.v1beta.LookUpPipelineResponse + (*ListNamespacePipelinesResponse)(nil), // 100: vdp.pipeline.v1beta.ListNamespacePipelinesResponse + (*CreateNamespacePipelineResponse)(nil), // 101: vdp.pipeline.v1beta.CreateNamespacePipelineResponse + (*GetNamespacePipelineResponse)(nil), // 102: vdp.pipeline.v1beta.GetNamespacePipelineResponse + (*UpdateNamespacePipelineResponse)(nil), // 103: vdp.pipeline.v1beta.UpdateNamespacePipelineResponse + (*DeleteNamespacePipelineResponse)(nil), // 104: vdp.pipeline.v1beta.DeleteNamespacePipelineResponse + (*ValidateNamespacePipelineResponse)(nil), // 105: vdp.pipeline.v1beta.ValidateNamespacePipelineResponse + (*RenameNamespacePipelineResponse)(nil), // 106: vdp.pipeline.v1beta.RenameNamespacePipelineResponse + (*CloneNamespacePipelineResponse)(nil), // 107: vdp.pipeline.v1beta.CloneNamespacePipelineResponse + (*HandleNamespacePipelineWebhookEventResponse)(nil), // 108: vdp.pipeline.v1beta.HandleNamespacePipelineWebhookEventResponse + (*HandleNamespacePipelineReleaseWebhookEventResponse)(nil), // 109: vdp.pipeline.v1beta.HandleNamespacePipelineReleaseWebhookEventResponse + (*DispatchPipelineWebhookEventResponse)(nil), // 110: vdp.pipeline.v1beta.DispatchPipelineWebhookEventResponse + (*TriggerNamespacePipelineResponse)(nil), // 111: vdp.pipeline.v1beta.TriggerNamespacePipelineResponse + (*TriggerNamespacePipelineWithStreamResponse)(nil), // 112: vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamResponse + (*TriggerAsyncNamespacePipelineResponse)(nil), // 113: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineResponse + (*CreateNamespacePipelineReleaseResponse)(nil), // 114: vdp.pipeline.v1beta.CreateNamespacePipelineReleaseResponse + (*ListNamespacePipelineReleasesResponse)(nil), // 115: vdp.pipeline.v1beta.ListNamespacePipelineReleasesResponse + (*GetNamespacePipelineReleaseResponse)(nil), // 116: vdp.pipeline.v1beta.GetNamespacePipelineReleaseResponse + (*UpdateNamespacePipelineReleaseResponse)(nil), // 117: vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseResponse + (*DeleteNamespacePipelineReleaseResponse)(nil), // 118: vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseResponse + (*CloneNamespacePipelineReleaseResponse)(nil), // 119: vdp.pipeline.v1beta.CloneNamespacePipelineReleaseResponse + (*TriggerNamespacePipelineReleaseResponse)(nil), // 120: vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseResponse + (*TriggerAsyncNamespacePipelineReleaseResponse)(nil), // 121: vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseResponse + (*CreateNamespaceSecretResponse)(nil), // 122: vdp.pipeline.v1beta.CreateNamespaceSecretResponse + (*ListNamespaceSecretsResponse)(nil), // 123: vdp.pipeline.v1beta.ListNamespaceSecretsResponse + (*GetNamespaceSecretResponse)(nil), // 124: vdp.pipeline.v1beta.GetNamespaceSecretResponse + (*UpdateNamespaceSecretResponse)(nil), // 125: vdp.pipeline.v1beta.UpdateNamespaceSecretResponse + (*DeleteNamespaceSecretResponse)(nil), // 126: vdp.pipeline.v1beta.DeleteNamespaceSecretResponse + (*ListComponentDefinitionsResponse)(nil), // 127: vdp.pipeline.v1beta.ListComponentDefinitionsResponse + (*GetOperationResponse)(nil), // 128: vdp.pipeline.v1beta.GetOperationResponse + (*CreateUserPipelineResponse)(nil), // 129: vdp.pipeline.v1beta.CreateUserPipelineResponse + (*ListUserPipelinesResponse)(nil), // 130: vdp.pipeline.v1beta.ListUserPipelinesResponse + (*GetUserPipelineResponse)(nil), // 131: vdp.pipeline.v1beta.GetUserPipelineResponse + (*UpdateUserPipelineResponse)(nil), // 132: vdp.pipeline.v1beta.UpdateUserPipelineResponse + (*DeleteUserPipelineResponse)(nil), // 133: vdp.pipeline.v1beta.DeleteUserPipelineResponse + (*ValidateUserPipelineResponse)(nil), // 134: vdp.pipeline.v1beta.ValidateUserPipelineResponse + (*RenameUserPipelineResponse)(nil), // 135: vdp.pipeline.v1beta.RenameUserPipelineResponse + (*TriggerUserPipelineResponse)(nil), // 136: vdp.pipeline.v1beta.TriggerUserPipelineResponse + (*TriggerUserPipelineWithStreamResponse)(nil), // 137: vdp.pipeline.v1beta.TriggerUserPipelineWithStreamResponse + (*TriggerAsyncUserPipelineResponse)(nil), // 138: vdp.pipeline.v1beta.TriggerAsyncUserPipelineResponse + (*CreateUserPipelineReleaseResponse)(nil), // 139: vdp.pipeline.v1beta.CreateUserPipelineReleaseResponse + (*ListUserPipelineReleasesResponse)(nil), // 140: vdp.pipeline.v1beta.ListUserPipelineReleasesResponse + (*GetUserPipelineReleaseResponse)(nil), // 141: vdp.pipeline.v1beta.GetUserPipelineReleaseResponse + (*UpdateUserPipelineReleaseResponse)(nil), // 142: vdp.pipeline.v1beta.UpdateUserPipelineReleaseResponse + (*DeleteUserPipelineReleaseResponse)(nil), // 143: vdp.pipeline.v1beta.DeleteUserPipelineReleaseResponse + (*RestoreUserPipelineReleaseResponse)(nil), // 144: vdp.pipeline.v1beta.RestoreUserPipelineReleaseResponse + (*RenameUserPipelineReleaseResponse)(nil), // 145: vdp.pipeline.v1beta.RenameUserPipelineReleaseResponse + (*TriggerUserPipelineReleaseResponse)(nil), // 146: vdp.pipeline.v1beta.TriggerUserPipelineReleaseResponse + (*TriggerAsyncUserPipelineReleaseResponse)(nil), // 147: vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseResponse + (*CreateOrganizationPipelineResponse)(nil), // 148: vdp.pipeline.v1beta.CreateOrganizationPipelineResponse + (*ListOrganizationPipelinesResponse)(nil), // 149: vdp.pipeline.v1beta.ListOrganizationPipelinesResponse + (*GetOrganizationPipelineResponse)(nil), // 150: vdp.pipeline.v1beta.GetOrganizationPipelineResponse + (*UpdateOrganizationPipelineResponse)(nil), // 151: vdp.pipeline.v1beta.UpdateOrganizationPipelineResponse + (*DeleteOrganizationPipelineResponse)(nil), // 152: vdp.pipeline.v1beta.DeleteOrganizationPipelineResponse + (*ValidateOrganizationPipelineResponse)(nil), // 153: vdp.pipeline.v1beta.ValidateOrganizationPipelineResponse + (*RenameOrganizationPipelineResponse)(nil), // 154: vdp.pipeline.v1beta.RenameOrganizationPipelineResponse + (*TriggerOrganizationPipelineStreamResponse)(nil), // 155: vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamResponse + (*TriggerOrganizationPipelineResponse)(nil), // 156: vdp.pipeline.v1beta.TriggerOrganizationPipelineResponse + (*TriggerAsyncOrganizationPipelineResponse)(nil), // 157: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineResponse + (*CreateOrganizationPipelineReleaseResponse)(nil), // 158: vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseResponse + (*ListOrganizationPipelineReleasesResponse)(nil), // 159: vdp.pipeline.v1beta.ListOrganizationPipelineReleasesResponse + (*GetOrganizationPipelineReleaseResponse)(nil), // 160: vdp.pipeline.v1beta.GetOrganizationPipelineReleaseResponse + (*UpdateOrganizationPipelineReleaseResponse)(nil), // 161: vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseResponse + (*DeleteOrganizationPipelineReleaseResponse)(nil), // 162: vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseResponse + (*RestoreOrganizationPipelineReleaseResponse)(nil), // 163: vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseResponse + (*RenameOrganizationPipelineReleaseResponse)(nil), // 164: vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseResponse + (*TriggerOrganizationPipelineReleaseResponse)(nil), // 165: vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseResponse + (*TriggerAsyncOrganizationPipelineReleaseResponse)(nil), // 166: vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseResponse + (*CheckNameResponse)(nil), // 167: vdp.pipeline.v1beta.CheckNameResponse + (*CreateUserSecretResponse)(nil), // 168: vdp.pipeline.v1beta.CreateUserSecretResponse + (*ListUserSecretsResponse)(nil), // 169: vdp.pipeline.v1beta.ListUserSecretsResponse + (*GetUserSecretResponse)(nil), // 170: vdp.pipeline.v1beta.GetUserSecretResponse + (*UpdateUserSecretResponse)(nil), // 171: vdp.pipeline.v1beta.UpdateUserSecretResponse + (*DeleteUserSecretResponse)(nil), // 172: vdp.pipeline.v1beta.DeleteUserSecretResponse + (*CreateOrganizationSecretResponse)(nil), // 173: vdp.pipeline.v1beta.CreateOrganizationSecretResponse + (*ListOrganizationSecretsResponse)(nil), // 174: vdp.pipeline.v1beta.ListOrganizationSecretsResponse + (*GetOrganizationSecretResponse)(nil), // 175: vdp.pipeline.v1beta.GetOrganizationSecretResponse + (*UpdateOrganizationSecretResponse)(nil), // 176: vdp.pipeline.v1beta.UpdateOrganizationSecretResponse + (*DeleteOrganizationSecretResponse)(nil), // 177: vdp.pipeline.v1beta.DeleteOrganizationSecretResponse + (*ListPipelineRunsResponse)(nil), // 178: vdp.pipeline.v1beta.ListPipelineRunsResponse + (*ListComponentRunsResponse)(nil), // 179: vdp.pipeline.v1beta.ListComponentRunsResponse + (*ListPipelineRunsByRequesterResponse)(nil), // 180: vdp.pipeline.v1beta.ListPipelineRunsByRequesterResponse + (*ListNamespaceConnectionsResponse)(nil), // 181: vdp.pipeline.v1beta.ListNamespaceConnectionsResponse + (*GetNamespaceConnectionResponse)(nil), // 182: vdp.pipeline.v1beta.GetNamespaceConnectionResponse + (*CreateNamespaceConnectionResponse)(nil), // 183: vdp.pipeline.v1beta.CreateNamespaceConnectionResponse + (*UpdateNamespaceConnectionResponse)(nil), // 184: vdp.pipeline.v1beta.UpdateNamespaceConnectionResponse + (*DeleteNamespaceConnectionResponse)(nil), // 185: vdp.pipeline.v1beta.DeleteNamespaceConnectionResponse + (*TestNamespaceConnectionResponse)(nil), // 186: vdp.pipeline.v1beta.TestNamespaceConnectionResponse + (*ListPipelineIDsByConnectionIDResponse)(nil), // 187: vdp.pipeline.v1beta.ListPipelineIDsByConnectionIDResponse + (*ListIntegrationsResponse)(nil), // 188: vdp.pipeline.v1beta.ListIntegrationsResponse + (*GetIntegrationResponse)(nil), // 189: vdp.pipeline.v1beta.GetIntegrationResponse } var file_vdp_pipeline_v1beta_pipeline_public_service_proto_depIdxs = []int32{ 0, // 0: vdp.pipeline.v1beta.PipelinePublicService.Liveness:input_type -> vdp.pipeline.v1beta.LivenessRequest @@ -1680,183 +1700,185 @@ var file_vdp_pipeline_v1beta_pipeline_public_service_proto_depIdxs = []int32{ 10, // 10: vdp.pipeline.v1beta.PipelinePublicService.ValidateNamespacePipeline:input_type -> vdp.pipeline.v1beta.ValidateNamespacePipelineRequest 11, // 11: vdp.pipeline.v1beta.PipelinePublicService.RenameNamespacePipeline:input_type -> vdp.pipeline.v1beta.RenameNamespacePipelineRequest 12, // 12: vdp.pipeline.v1beta.PipelinePublicService.CloneNamespacePipeline:input_type -> vdp.pipeline.v1beta.CloneNamespacePipelineRequest - 13, // 13: vdp.pipeline.v1beta.PipelinePublicService.SendNamespacePipelineEvent:input_type -> vdp.pipeline.v1beta.SendNamespacePipelineEventRequest - 14, // 14: vdp.pipeline.v1beta.PipelinePublicService.SendNamespacePipelineReleaseEvent:input_type -> vdp.pipeline.v1beta.SendNamespacePipelineReleaseEventRequest - 15, // 15: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipeline:input_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineRequest - 16, // 16: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipelineWithStream:input_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamRequest - 17, // 17: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncNamespacePipeline:input_type -> vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineRequest - 18, // 18: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.CreateNamespacePipelineReleaseRequest - 19, // 19: vdp.pipeline.v1beta.PipelinePublicService.ListNamespacePipelineReleases:input_type -> vdp.pipeline.v1beta.ListNamespacePipelineReleasesRequest - 20, // 20: vdp.pipeline.v1beta.PipelinePublicService.GetNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.GetNamespacePipelineReleaseRequest - 21, // 21: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseRequest - 22, // 22: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseRequest - 23, // 23: vdp.pipeline.v1beta.PipelinePublicService.CloneNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.CloneNamespacePipelineReleaseRequest - 24, // 24: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseRequest - 25, // 25: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseRequest - 26, // 26: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespaceSecret:input_type -> vdp.pipeline.v1beta.CreateNamespaceSecretRequest - 27, // 27: vdp.pipeline.v1beta.PipelinePublicService.ListNamespaceSecrets:input_type -> vdp.pipeline.v1beta.ListNamespaceSecretsRequest - 28, // 28: vdp.pipeline.v1beta.PipelinePublicService.GetNamespaceSecret:input_type -> vdp.pipeline.v1beta.GetNamespaceSecretRequest - 29, // 29: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespaceSecret:input_type -> vdp.pipeline.v1beta.UpdateNamespaceSecretRequest - 30, // 30: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespaceSecret:input_type -> vdp.pipeline.v1beta.DeleteNamespaceSecretRequest - 31, // 31: vdp.pipeline.v1beta.PipelinePublicService.ListComponentDefinitions:input_type -> vdp.pipeline.v1beta.ListComponentDefinitionsRequest - 32, // 32: vdp.pipeline.v1beta.PipelinePublicService.GetOperation:input_type -> vdp.pipeline.v1beta.GetOperationRequest - 33, // 33: vdp.pipeline.v1beta.PipelinePublicService.CreateUserPipeline:input_type -> vdp.pipeline.v1beta.CreateUserPipelineRequest - 34, // 34: vdp.pipeline.v1beta.PipelinePublicService.ListUserPipelines:input_type -> vdp.pipeline.v1beta.ListUserPipelinesRequest - 35, // 35: vdp.pipeline.v1beta.PipelinePublicService.GetUserPipeline:input_type -> vdp.pipeline.v1beta.GetUserPipelineRequest - 36, // 36: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserPipeline:input_type -> vdp.pipeline.v1beta.UpdateUserPipelineRequest - 37, // 37: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserPipeline:input_type -> vdp.pipeline.v1beta.DeleteUserPipelineRequest - 38, // 38: vdp.pipeline.v1beta.PipelinePublicService.ValidateUserPipeline:input_type -> vdp.pipeline.v1beta.ValidateUserPipelineRequest - 39, // 39: vdp.pipeline.v1beta.PipelinePublicService.RenameUserPipeline:input_type -> vdp.pipeline.v1beta.RenameUserPipelineRequest - 40, // 40: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipeline:input_type -> vdp.pipeline.v1beta.TriggerUserPipelineRequest - 41, // 41: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipelineWithStream:input_type -> vdp.pipeline.v1beta.TriggerUserPipelineWithStreamRequest - 42, // 42: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncUserPipeline:input_type -> vdp.pipeline.v1beta.TriggerAsyncUserPipelineRequest - 43, // 43: vdp.pipeline.v1beta.PipelinePublicService.CreateUserPipelineRelease:input_type -> vdp.pipeline.v1beta.CreateUserPipelineReleaseRequest - 44, // 44: vdp.pipeline.v1beta.PipelinePublicService.ListUserPipelineReleases:input_type -> vdp.pipeline.v1beta.ListUserPipelineReleasesRequest - 45, // 45: vdp.pipeline.v1beta.PipelinePublicService.GetUserPipelineRelease:input_type -> vdp.pipeline.v1beta.GetUserPipelineReleaseRequest - 46, // 46: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserPipelineRelease:input_type -> vdp.pipeline.v1beta.UpdateUserPipelineReleaseRequest - 47, // 47: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserPipelineRelease:input_type -> vdp.pipeline.v1beta.DeleteUserPipelineReleaseRequest - 48, // 48: vdp.pipeline.v1beta.PipelinePublicService.RestoreUserPipelineRelease:input_type -> vdp.pipeline.v1beta.RestoreUserPipelineReleaseRequest - 49, // 49: vdp.pipeline.v1beta.PipelinePublicService.RenameUserPipelineRelease:input_type -> vdp.pipeline.v1beta.RenameUserPipelineReleaseRequest - 50, // 50: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerUserPipelineReleaseRequest - 51, // 51: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncUserPipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseRequest - 52, // 52: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationPipeline:input_type -> vdp.pipeline.v1beta.CreateOrganizationPipelineRequest - 53, // 53: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationPipelines:input_type -> vdp.pipeline.v1beta.ListOrganizationPipelinesRequest - 54, // 54: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationPipeline:input_type -> vdp.pipeline.v1beta.GetOrganizationPipelineRequest - 55, // 55: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationPipeline:input_type -> vdp.pipeline.v1beta.UpdateOrganizationPipelineRequest - 56, // 56: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationPipeline:input_type -> vdp.pipeline.v1beta.DeleteOrganizationPipelineRequest - 57, // 57: vdp.pipeline.v1beta.PipelinePublicService.ValidateOrganizationPipeline:input_type -> vdp.pipeline.v1beta.ValidateOrganizationPipelineRequest - 58, // 58: vdp.pipeline.v1beta.PipelinePublicService.RenameOrganizationPipeline:input_type -> vdp.pipeline.v1beta.RenameOrganizationPipelineRequest - 59, // 59: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipelineStream:input_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamRequest - 60, // 60: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipeline:input_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineRequest - 61, // 61: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncOrganizationPipeline:input_type -> vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineRequest - 62, // 62: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseRequest - 63, // 63: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationPipelineReleases:input_type -> vdp.pipeline.v1beta.ListOrganizationPipelineReleasesRequest - 64, // 64: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.GetOrganizationPipelineReleaseRequest - 65, // 65: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseRequest - 66, // 66: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseRequest - 67, // 67: vdp.pipeline.v1beta.PipelinePublicService.RestoreOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseRequest - 68, // 68: vdp.pipeline.v1beta.PipelinePublicService.RenameOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseRequest - 69, // 69: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseRequest - 70, // 70: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseRequest - 71, // 71: vdp.pipeline.v1beta.PipelinePublicService.CheckName:input_type -> vdp.pipeline.v1beta.CheckNameRequest - 72, // 72: vdp.pipeline.v1beta.PipelinePublicService.CreateUserSecret:input_type -> vdp.pipeline.v1beta.CreateUserSecretRequest - 73, // 73: vdp.pipeline.v1beta.PipelinePublicService.ListUserSecrets:input_type -> vdp.pipeline.v1beta.ListUserSecretsRequest - 74, // 74: vdp.pipeline.v1beta.PipelinePublicService.GetUserSecret:input_type -> vdp.pipeline.v1beta.GetUserSecretRequest - 75, // 75: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserSecret:input_type -> vdp.pipeline.v1beta.UpdateUserSecretRequest - 76, // 76: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserSecret:input_type -> vdp.pipeline.v1beta.DeleteUserSecretRequest - 77, // 77: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationSecret:input_type -> vdp.pipeline.v1beta.CreateOrganizationSecretRequest - 78, // 78: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationSecrets:input_type -> vdp.pipeline.v1beta.ListOrganizationSecretsRequest - 79, // 79: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationSecret:input_type -> vdp.pipeline.v1beta.GetOrganizationSecretRequest - 80, // 80: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationSecret:input_type -> vdp.pipeline.v1beta.UpdateOrganizationSecretRequest - 81, // 81: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationSecret:input_type -> vdp.pipeline.v1beta.DeleteOrganizationSecretRequest - 82, // 82: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineRuns:input_type -> vdp.pipeline.v1beta.ListPipelineRunsRequest - 83, // 83: vdp.pipeline.v1beta.PipelinePublicService.ListComponentRuns:input_type -> vdp.pipeline.v1beta.ListComponentRunsRequest - 84, // 84: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineRunsByRequester:input_type -> vdp.pipeline.v1beta.ListPipelineRunsByRequesterRequest - 85, // 85: vdp.pipeline.v1beta.PipelinePublicService.ListNamespaceConnections:input_type -> vdp.pipeline.v1beta.ListNamespaceConnectionsRequest - 86, // 86: vdp.pipeline.v1beta.PipelinePublicService.GetNamespaceConnection:input_type -> vdp.pipeline.v1beta.GetNamespaceConnectionRequest - 87, // 87: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespaceConnection:input_type -> vdp.pipeline.v1beta.CreateNamespaceConnectionRequest - 88, // 88: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespaceConnection:input_type -> vdp.pipeline.v1beta.UpdateNamespaceConnectionRequest - 89, // 89: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespaceConnection:input_type -> vdp.pipeline.v1beta.DeleteNamespaceConnectionRequest - 90, // 90: vdp.pipeline.v1beta.PipelinePublicService.TestNamespaceConnection:input_type -> vdp.pipeline.v1beta.TestNamespaceConnectionRequest - 91, // 91: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineIDsByConnectionID:input_type -> vdp.pipeline.v1beta.ListPipelineIDsByConnectionIDRequest - 92, // 92: vdp.pipeline.v1beta.PipelinePublicService.ListIntegrations:input_type -> vdp.pipeline.v1beta.ListIntegrationsRequest - 93, // 93: vdp.pipeline.v1beta.PipelinePublicService.GetIntegration:input_type -> vdp.pipeline.v1beta.GetIntegrationRequest - 94, // 94: vdp.pipeline.v1beta.PipelinePublicService.Liveness:output_type -> vdp.pipeline.v1beta.LivenessResponse - 95, // 95: vdp.pipeline.v1beta.PipelinePublicService.Readiness:output_type -> vdp.pipeline.v1beta.ReadinessResponse - 96, // 96: vdp.pipeline.v1beta.PipelinePublicService.GetHubStats:output_type -> vdp.pipeline.v1beta.GetHubStatsResponse - 97, // 97: vdp.pipeline.v1beta.PipelinePublicService.ListPipelines:output_type -> vdp.pipeline.v1beta.ListPipelinesResponse - 98, // 98: vdp.pipeline.v1beta.PipelinePublicService.LookUpPipeline:output_type -> vdp.pipeline.v1beta.LookUpPipelineResponse - 99, // 99: vdp.pipeline.v1beta.PipelinePublicService.ListNamespacePipelines:output_type -> vdp.pipeline.v1beta.ListNamespacePipelinesResponse - 100, // 100: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespacePipeline:output_type -> vdp.pipeline.v1beta.CreateNamespacePipelineResponse - 101, // 101: vdp.pipeline.v1beta.PipelinePublicService.GetNamespacePipeline:output_type -> vdp.pipeline.v1beta.GetNamespacePipelineResponse - 102, // 102: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespacePipeline:output_type -> vdp.pipeline.v1beta.UpdateNamespacePipelineResponse - 103, // 103: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespacePipeline:output_type -> vdp.pipeline.v1beta.DeleteNamespacePipelineResponse - 104, // 104: vdp.pipeline.v1beta.PipelinePublicService.ValidateNamespacePipeline:output_type -> vdp.pipeline.v1beta.ValidateNamespacePipelineResponse - 105, // 105: vdp.pipeline.v1beta.PipelinePublicService.RenameNamespacePipeline:output_type -> vdp.pipeline.v1beta.RenameNamespacePipelineResponse - 106, // 106: vdp.pipeline.v1beta.PipelinePublicService.CloneNamespacePipeline:output_type -> vdp.pipeline.v1beta.CloneNamespacePipelineResponse - 107, // 107: vdp.pipeline.v1beta.PipelinePublicService.SendNamespacePipelineEvent:output_type -> vdp.pipeline.v1beta.SendNamespacePipelineEventResponse - 108, // 108: vdp.pipeline.v1beta.PipelinePublicService.SendNamespacePipelineReleaseEvent:output_type -> vdp.pipeline.v1beta.SendNamespacePipelineReleaseEventResponse - 109, // 109: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipeline:output_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineResponse - 110, // 110: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipelineWithStream:output_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamResponse - 111, // 111: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncNamespacePipeline:output_type -> vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineResponse - 112, // 112: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.CreateNamespacePipelineReleaseResponse - 113, // 113: vdp.pipeline.v1beta.PipelinePublicService.ListNamespacePipelineReleases:output_type -> vdp.pipeline.v1beta.ListNamespacePipelineReleasesResponse - 114, // 114: vdp.pipeline.v1beta.PipelinePublicService.GetNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.GetNamespacePipelineReleaseResponse - 115, // 115: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseResponse - 116, // 116: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseResponse - 117, // 117: vdp.pipeline.v1beta.PipelinePublicService.CloneNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.CloneNamespacePipelineReleaseResponse - 118, // 118: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseResponse - 119, // 119: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseResponse - 120, // 120: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespaceSecret:output_type -> vdp.pipeline.v1beta.CreateNamespaceSecretResponse - 121, // 121: vdp.pipeline.v1beta.PipelinePublicService.ListNamespaceSecrets:output_type -> vdp.pipeline.v1beta.ListNamespaceSecretsResponse - 122, // 122: vdp.pipeline.v1beta.PipelinePublicService.GetNamespaceSecret:output_type -> vdp.pipeline.v1beta.GetNamespaceSecretResponse - 123, // 123: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespaceSecret:output_type -> vdp.pipeline.v1beta.UpdateNamespaceSecretResponse - 124, // 124: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespaceSecret:output_type -> vdp.pipeline.v1beta.DeleteNamespaceSecretResponse - 125, // 125: vdp.pipeline.v1beta.PipelinePublicService.ListComponentDefinitions:output_type -> vdp.pipeline.v1beta.ListComponentDefinitionsResponse - 126, // 126: vdp.pipeline.v1beta.PipelinePublicService.GetOperation:output_type -> vdp.pipeline.v1beta.GetOperationResponse - 127, // 127: vdp.pipeline.v1beta.PipelinePublicService.CreateUserPipeline:output_type -> vdp.pipeline.v1beta.CreateUserPipelineResponse - 128, // 128: vdp.pipeline.v1beta.PipelinePublicService.ListUserPipelines:output_type -> vdp.pipeline.v1beta.ListUserPipelinesResponse - 129, // 129: vdp.pipeline.v1beta.PipelinePublicService.GetUserPipeline:output_type -> vdp.pipeline.v1beta.GetUserPipelineResponse - 130, // 130: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserPipeline:output_type -> vdp.pipeline.v1beta.UpdateUserPipelineResponse - 131, // 131: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserPipeline:output_type -> vdp.pipeline.v1beta.DeleteUserPipelineResponse - 132, // 132: vdp.pipeline.v1beta.PipelinePublicService.ValidateUserPipeline:output_type -> vdp.pipeline.v1beta.ValidateUserPipelineResponse - 133, // 133: vdp.pipeline.v1beta.PipelinePublicService.RenameUserPipeline:output_type -> vdp.pipeline.v1beta.RenameUserPipelineResponse - 134, // 134: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipeline:output_type -> vdp.pipeline.v1beta.TriggerUserPipelineResponse - 135, // 135: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipelineWithStream:output_type -> vdp.pipeline.v1beta.TriggerUserPipelineWithStreamResponse - 136, // 136: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncUserPipeline:output_type -> vdp.pipeline.v1beta.TriggerAsyncUserPipelineResponse - 137, // 137: vdp.pipeline.v1beta.PipelinePublicService.CreateUserPipelineRelease:output_type -> vdp.pipeline.v1beta.CreateUserPipelineReleaseResponse - 138, // 138: vdp.pipeline.v1beta.PipelinePublicService.ListUserPipelineReleases:output_type -> vdp.pipeline.v1beta.ListUserPipelineReleasesResponse - 139, // 139: vdp.pipeline.v1beta.PipelinePublicService.GetUserPipelineRelease:output_type -> vdp.pipeline.v1beta.GetUserPipelineReleaseResponse - 140, // 140: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserPipelineRelease:output_type -> vdp.pipeline.v1beta.UpdateUserPipelineReleaseResponse - 141, // 141: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserPipelineRelease:output_type -> vdp.pipeline.v1beta.DeleteUserPipelineReleaseResponse - 142, // 142: vdp.pipeline.v1beta.PipelinePublicService.RestoreUserPipelineRelease:output_type -> vdp.pipeline.v1beta.RestoreUserPipelineReleaseResponse - 143, // 143: vdp.pipeline.v1beta.PipelinePublicService.RenameUserPipelineRelease:output_type -> vdp.pipeline.v1beta.RenameUserPipelineReleaseResponse - 144, // 144: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerUserPipelineReleaseResponse - 145, // 145: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncUserPipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseResponse - 146, // 146: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationPipeline:output_type -> vdp.pipeline.v1beta.CreateOrganizationPipelineResponse - 147, // 147: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationPipelines:output_type -> vdp.pipeline.v1beta.ListOrganizationPipelinesResponse - 148, // 148: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationPipeline:output_type -> vdp.pipeline.v1beta.GetOrganizationPipelineResponse - 149, // 149: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationPipeline:output_type -> vdp.pipeline.v1beta.UpdateOrganizationPipelineResponse - 150, // 150: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationPipeline:output_type -> vdp.pipeline.v1beta.DeleteOrganizationPipelineResponse - 151, // 151: vdp.pipeline.v1beta.PipelinePublicService.ValidateOrganizationPipeline:output_type -> vdp.pipeline.v1beta.ValidateOrganizationPipelineResponse - 152, // 152: vdp.pipeline.v1beta.PipelinePublicService.RenameOrganizationPipeline:output_type -> vdp.pipeline.v1beta.RenameOrganizationPipelineResponse - 153, // 153: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipelineStream:output_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamResponse - 154, // 154: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipeline:output_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineResponse - 155, // 155: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncOrganizationPipeline:output_type -> vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineResponse - 156, // 156: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseResponse - 157, // 157: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationPipelineReleases:output_type -> vdp.pipeline.v1beta.ListOrganizationPipelineReleasesResponse - 158, // 158: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.GetOrganizationPipelineReleaseResponse - 159, // 159: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseResponse - 160, // 160: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseResponse - 161, // 161: vdp.pipeline.v1beta.PipelinePublicService.RestoreOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseResponse - 162, // 162: vdp.pipeline.v1beta.PipelinePublicService.RenameOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseResponse - 163, // 163: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseResponse - 164, // 164: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseResponse - 165, // 165: vdp.pipeline.v1beta.PipelinePublicService.CheckName:output_type -> vdp.pipeline.v1beta.CheckNameResponse - 166, // 166: vdp.pipeline.v1beta.PipelinePublicService.CreateUserSecret:output_type -> vdp.pipeline.v1beta.CreateUserSecretResponse - 167, // 167: vdp.pipeline.v1beta.PipelinePublicService.ListUserSecrets:output_type -> vdp.pipeline.v1beta.ListUserSecretsResponse - 168, // 168: vdp.pipeline.v1beta.PipelinePublicService.GetUserSecret:output_type -> vdp.pipeline.v1beta.GetUserSecretResponse - 169, // 169: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserSecret:output_type -> vdp.pipeline.v1beta.UpdateUserSecretResponse - 170, // 170: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserSecret:output_type -> vdp.pipeline.v1beta.DeleteUserSecretResponse - 171, // 171: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationSecret:output_type -> vdp.pipeline.v1beta.CreateOrganizationSecretResponse - 172, // 172: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationSecrets:output_type -> vdp.pipeline.v1beta.ListOrganizationSecretsResponse - 173, // 173: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationSecret:output_type -> vdp.pipeline.v1beta.GetOrganizationSecretResponse - 174, // 174: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationSecret:output_type -> vdp.pipeline.v1beta.UpdateOrganizationSecretResponse - 175, // 175: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationSecret:output_type -> vdp.pipeline.v1beta.DeleteOrganizationSecretResponse - 176, // 176: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineRuns:output_type -> vdp.pipeline.v1beta.ListPipelineRunsResponse - 177, // 177: vdp.pipeline.v1beta.PipelinePublicService.ListComponentRuns:output_type -> vdp.pipeline.v1beta.ListComponentRunsResponse - 178, // 178: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineRunsByRequester:output_type -> vdp.pipeline.v1beta.ListPipelineRunsByRequesterResponse - 179, // 179: vdp.pipeline.v1beta.PipelinePublicService.ListNamespaceConnections:output_type -> vdp.pipeline.v1beta.ListNamespaceConnectionsResponse - 180, // 180: vdp.pipeline.v1beta.PipelinePublicService.GetNamespaceConnection:output_type -> vdp.pipeline.v1beta.GetNamespaceConnectionResponse - 181, // 181: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespaceConnection:output_type -> vdp.pipeline.v1beta.CreateNamespaceConnectionResponse - 182, // 182: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespaceConnection:output_type -> vdp.pipeline.v1beta.UpdateNamespaceConnectionResponse - 183, // 183: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespaceConnection:output_type -> vdp.pipeline.v1beta.DeleteNamespaceConnectionResponse - 184, // 184: vdp.pipeline.v1beta.PipelinePublicService.TestNamespaceConnection:output_type -> vdp.pipeline.v1beta.TestNamespaceConnectionResponse - 185, // 185: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineIDsByConnectionID:output_type -> vdp.pipeline.v1beta.ListPipelineIDsByConnectionIDResponse - 186, // 186: vdp.pipeline.v1beta.PipelinePublicService.ListIntegrations:output_type -> vdp.pipeline.v1beta.ListIntegrationsResponse - 187, // 187: vdp.pipeline.v1beta.PipelinePublicService.GetIntegration:output_type -> vdp.pipeline.v1beta.GetIntegrationResponse - 94, // [94:188] is the sub-list for method output_type - 0, // [0:94] is the sub-list for method input_type + 13, // 13: vdp.pipeline.v1beta.PipelinePublicService.HandleNamespacePipelineWebhookEvent:input_type -> vdp.pipeline.v1beta.HandleNamespacePipelineWebhookEventRequest + 14, // 14: vdp.pipeline.v1beta.PipelinePublicService.HandleNamespacePipelineReleaseWebhookEvent:input_type -> vdp.pipeline.v1beta.HandleNamespacePipelineReleaseWebhookEventRequest + 15, // 15: vdp.pipeline.v1beta.PipelinePublicService.DispatchPipelineWebhookEvent:input_type -> vdp.pipeline.v1beta.DispatchPipelineWebhookEventRequest + 16, // 16: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipeline:input_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineRequest + 17, // 17: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipelineWithStream:input_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamRequest + 18, // 18: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncNamespacePipeline:input_type -> vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineRequest + 19, // 19: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.CreateNamespacePipelineReleaseRequest + 20, // 20: vdp.pipeline.v1beta.PipelinePublicService.ListNamespacePipelineReleases:input_type -> vdp.pipeline.v1beta.ListNamespacePipelineReleasesRequest + 21, // 21: vdp.pipeline.v1beta.PipelinePublicService.GetNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.GetNamespacePipelineReleaseRequest + 22, // 22: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseRequest + 23, // 23: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseRequest + 24, // 24: vdp.pipeline.v1beta.PipelinePublicService.CloneNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.CloneNamespacePipelineReleaseRequest + 25, // 25: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseRequest + 26, // 26: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncNamespacePipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseRequest + 27, // 27: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespaceSecret:input_type -> vdp.pipeline.v1beta.CreateNamespaceSecretRequest + 28, // 28: vdp.pipeline.v1beta.PipelinePublicService.ListNamespaceSecrets:input_type -> vdp.pipeline.v1beta.ListNamespaceSecretsRequest + 29, // 29: vdp.pipeline.v1beta.PipelinePublicService.GetNamespaceSecret:input_type -> vdp.pipeline.v1beta.GetNamespaceSecretRequest + 30, // 30: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespaceSecret:input_type -> vdp.pipeline.v1beta.UpdateNamespaceSecretRequest + 31, // 31: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespaceSecret:input_type -> vdp.pipeline.v1beta.DeleteNamespaceSecretRequest + 32, // 32: vdp.pipeline.v1beta.PipelinePublicService.ListComponentDefinitions:input_type -> vdp.pipeline.v1beta.ListComponentDefinitionsRequest + 33, // 33: vdp.pipeline.v1beta.PipelinePublicService.GetOperation:input_type -> vdp.pipeline.v1beta.GetOperationRequest + 34, // 34: vdp.pipeline.v1beta.PipelinePublicService.CreateUserPipeline:input_type -> vdp.pipeline.v1beta.CreateUserPipelineRequest + 35, // 35: vdp.pipeline.v1beta.PipelinePublicService.ListUserPipelines:input_type -> vdp.pipeline.v1beta.ListUserPipelinesRequest + 36, // 36: vdp.pipeline.v1beta.PipelinePublicService.GetUserPipeline:input_type -> vdp.pipeline.v1beta.GetUserPipelineRequest + 37, // 37: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserPipeline:input_type -> vdp.pipeline.v1beta.UpdateUserPipelineRequest + 38, // 38: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserPipeline:input_type -> vdp.pipeline.v1beta.DeleteUserPipelineRequest + 39, // 39: vdp.pipeline.v1beta.PipelinePublicService.ValidateUserPipeline:input_type -> vdp.pipeline.v1beta.ValidateUserPipelineRequest + 40, // 40: vdp.pipeline.v1beta.PipelinePublicService.RenameUserPipeline:input_type -> vdp.pipeline.v1beta.RenameUserPipelineRequest + 41, // 41: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipeline:input_type -> vdp.pipeline.v1beta.TriggerUserPipelineRequest + 42, // 42: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipelineWithStream:input_type -> vdp.pipeline.v1beta.TriggerUserPipelineWithStreamRequest + 43, // 43: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncUserPipeline:input_type -> vdp.pipeline.v1beta.TriggerAsyncUserPipelineRequest + 44, // 44: vdp.pipeline.v1beta.PipelinePublicService.CreateUserPipelineRelease:input_type -> vdp.pipeline.v1beta.CreateUserPipelineReleaseRequest + 45, // 45: vdp.pipeline.v1beta.PipelinePublicService.ListUserPipelineReleases:input_type -> vdp.pipeline.v1beta.ListUserPipelineReleasesRequest + 46, // 46: vdp.pipeline.v1beta.PipelinePublicService.GetUserPipelineRelease:input_type -> vdp.pipeline.v1beta.GetUserPipelineReleaseRequest + 47, // 47: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserPipelineRelease:input_type -> vdp.pipeline.v1beta.UpdateUserPipelineReleaseRequest + 48, // 48: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserPipelineRelease:input_type -> vdp.pipeline.v1beta.DeleteUserPipelineReleaseRequest + 49, // 49: vdp.pipeline.v1beta.PipelinePublicService.RestoreUserPipelineRelease:input_type -> vdp.pipeline.v1beta.RestoreUserPipelineReleaseRequest + 50, // 50: vdp.pipeline.v1beta.PipelinePublicService.RenameUserPipelineRelease:input_type -> vdp.pipeline.v1beta.RenameUserPipelineReleaseRequest + 51, // 51: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerUserPipelineReleaseRequest + 52, // 52: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncUserPipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseRequest + 53, // 53: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationPipeline:input_type -> vdp.pipeline.v1beta.CreateOrganizationPipelineRequest + 54, // 54: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationPipelines:input_type -> vdp.pipeline.v1beta.ListOrganizationPipelinesRequest + 55, // 55: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationPipeline:input_type -> vdp.pipeline.v1beta.GetOrganizationPipelineRequest + 56, // 56: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationPipeline:input_type -> vdp.pipeline.v1beta.UpdateOrganizationPipelineRequest + 57, // 57: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationPipeline:input_type -> vdp.pipeline.v1beta.DeleteOrganizationPipelineRequest + 58, // 58: vdp.pipeline.v1beta.PipelinePublicService.ValidateOrganizationPipeline:input_type -> vdp.pipeline.v1beta.ValidateOrganizationPipelineRequest + 59, // 59: vdp.pipeline.v1beta.PipelinePublicService.RenameOrganizationPipeline:input_type -> vdp.pipeline.v1beta.RenameOrganizationPipelineRequest + 60, // 60: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipelineStream:input_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamRequest + 61, // 61: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipeline:input_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineRequest + 62, // 62: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncOrganizationPipeline:input_type -> vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineRequest + 63, // 63: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseRequest + 64, // 64: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationPipelineReleases:input_type -> vdp.pipeline.v1beta.ListOrganizationPipelineReleasesRequest + 65, // 65: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.GetOrganizationPipelineReleaseRequest + 66, // 66: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseRequest + 67, // 67: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseRequest + 68, // 68: vdp.pipeline.v1beta.PipelinePublicService.RestoreOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseRequest + 69, // 69: vdp.pipeline.v1beta.PipelinePublicService.RenameOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseRequest + 70, // 70: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseRequest + 71, // 71: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncOrganizationPipelineRelease:input_type -> vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseRequest + 72, // 72: vdp.pipeline.v1beta.PipelinePublicService.CheckName:input_type -> vdp.pipeline.v1beta.CheckNameRequest + 73, // 73: vdp.pipeline.v1beta.PipelinePublicService.CreateUserSecret:input_type -> vdp.pipeline.v1beta.CreateUserSecretRequest + 74, // 74: vdp.pipeline.v1beta.PipelinePublicService.ListUserSecrets:input_type -> vdp.pipeline.v1beta.ListUserSecretsRequest + 75, // 75: vdp.pipeline.v1beta.PipelinePublicService.GetUserSecret:input_type -> vdp.pipeline.v1beta.GetUserSecretRequest + 76, // 76: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserSecret:input_type -> vdp.pipeline.v1beta.UpdateUserSecretRequest + 77, // 77: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserSecret:input_type -> vdp.pipeline.v1beta.DeleteUserSecretRequest + 78, // 78: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationSecret:input_type -> vdp.pipeline.v1beta.CreateOrganizationSecretRequest + 79, // 79: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationSecrets:input_type -> vdp.pipeline.v1beta.ListOrganizationSecretsRequest + 80, // 80: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationSecret:input_type -> vdp.pipeline.v1beta.GetOrganizationSecretRequest + 81, // 81: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationSecret:input_type -> vdp.pipeline.v1beta.UpdateOrganizationSecretRequest + 82, // 82: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationSecret:input_type -> vdp.pipeline.v1beta.DeleteOrganizationSecretRequest + 83, // 83: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineRuns:input_type -> vdp.pipeline.v1beta.ListPipelineRunsRequest + 84, // 84: vdp.pipeline.v1beta.PipelinePublicService.ListComponentRuns:input_type -> vdp.pipeline.v1beta.ListComponentRunsRequest + 85, // 85: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineRunsByRequester:input_type -> vdp.pipeline.v1beta.ListPipelineRunsByRequesterRequest + 86, // 86: vdp.pipeline.v1beta.PipelinePublicService.ListNamespaceConnections:input_type -> vdp.pipeline.v1beta.ListNamespaceConnectionsRequest + 87, // 87: vdp.pipeline.v1beta.PipelinePublicService.GetNamespaceConnection:input_type -> vdp.pipeline.v1beta.GetNamespaceConnectionRequest + 88, // 88: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespaceConnection:input_type -> vdp.pipeline.v1beta.CreateNamespaceConnectionRequest + 89, // 89: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespaceConnection:input_type -> vdp.pipeline.v1beta.UpdateNamespaceConnectionRequest + 90, // 90: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespaceConnection:input_type -> vdp.pipeline.v1beta.DeleteNamespaceConnectionRequest + 91, // 91: vdp.pipeline.v1beta.PipelinePublicService.TestNamespaceConnection:input_type -> vdp.pipeline.v1beta.TestNamespaceConnectionRequest + 92, // 92: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineIDsByConnectionID:input_type -> vdp.pipeline.v1beta.ListPipelineIDsByConnectionIDRequest + 93, // 93: vdp.pipeline.v1beta.PipelinePublicService.ListIntegrations:input_type -> vdp.pipeline.v1beta.ListIntegrationsRequest + 94, // 94: vdp.pipeline.v1beta.PipelinePublicService.GetIntegration:input_type -> vdp.pipeline.v1beta.GetIntegrationRequest + 95, // 95: vdp.pipeline.v1beta.PipelinePublicService.Liveness:output_type -> vdp.pipeline.v1beta.LivenessResponse + 96, // 96: vdp.pipeline.v1beta.PipelinePublicService.Readiness:output_type -> vdp.pipeline.v1beta.ReadinessResponse + 97, // 97: vdp.pipeline.v1beta.PipelinePublicService.GetHubStats:output_type -> vdp.pipeline.v1beta.GetHubStatsResponse + 98, // 98: vdp.pipeline.v1beta.PipelinePublicService.ListPipelines:output_type -> vdp.pipeline.v1beta.ListPipelinesResponse + 99, // 99: vdp.pipeline.v1beta.PipelinePublicService.LookUpPipeline:output_type -> vdp.pipeline.v1beta.LookUpPipelineResponse + 100, // 100: vdp.pipeline.v1beta.PipelinePublicService.ListNamespacePipelines:output_type -> vdp.pipeline.v1beta.ListNamespacePipelinesResponse + 101, // 101: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespacePipeline:output_type -> vdp.pipeline.v1beta.CreateNamespacePipelineResponse + 102, // 102: vdp.pipeline.v1beta.PipelinePublicService.GetNamespacePipeline:output_type -> vdp.pipeline.v1beta.GetNamespacePipelineResponse + 103, // 103: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespacePipeline:output_type -> vdp.pipeline.v1beta.UpdateNamespacePipelineResponse + 104, // 104: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespacePipeline:output_type -> vdp.pipeline.v1beta.DeleteNamespacePipelineResponse + 105, // 105: vdp.pipeline.v1beta.PipelinePublicService.ValidateNamespacePipeline:output_type -> vdp.pipeline.v1beta.ValidateNamespacePipelineResponse + 106, // 106: vdp.pipeline.v1beta.PipelinePublicService.RenameNamespacePipeline:output_type -> vdp.pipeline.v1beta.RenameNamespacePipelineResponse + 107, // 107: vdp.pipeline.v1beta.PipelinePublicService.CloneNamespacePipeline:output_type -> vdp.pipeline.v1beta.CloneNamespacePipelineResponse + 108, // 108: vdp.pipeline.v1beta.PipelinePublicService.HandleNamespacePipelineWebhookEvent:output_type -> vdp.pipeline.v1beta.HandleNamespacePipelineWebhookEventResponse + 109, // 109: vdp.pipeline.v1beta.PipelinePublicService.HandleNamespacePipelineReleaseWebhookEvent:output_type -> vdp.pipeline.v1beta.HandleNamespacePipelineReleaseWebhookEventResponse + 110, // 110: vdp.pipeline.v1beta.PipelinePublicService.DispatchPipelineWebhookEvent:output_type -> vdp.pipeline.v1beta.DispatchPipelineWebhookEventResponse + 111, // 111: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipeline:output_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineResponse + 112, // 112: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipelineWithStream:output_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineWithStreamResponse + 113, // 113: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncNamespacePipeline:output_type -> vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineResponse + 114, // 114: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.CreateNamespacePipelineReleaseResponse + 115, // 115: vdp.pipeline.v1beta.PipelinePublicService.ListNamespacePipelineReleases:output_type -> vdp.pipeline.v1beta.ListNamespacePipelineReleasesResponse + 116, // 116: vdp.pipeline.v1beta.PipelinePublicService.GetNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.GetNamespacePipelineReleaseResponse + 117, // 117: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.UpdateNamespacePipelineReleaseResponse + 118, // 118: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.DeleteNamespacePipelineReleaseResponse + 119, // 119: vdp.pipeline.v1beta.PipelinePublicService.CloneNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.CloneNamespacePipelineReleaseResponse + 120, // 120: vdp.pipeline.v1beta.PipelinePublicService.TriggerNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerNamespacePipelineReleaseResponse + 121, // 121: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncNamespacePipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerAsyncNamespacePipelineReleaseResponse + 122, // 122: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespaceSecret:output_type -> vdp.pipeline.v1beta.CreateNamespaceSecretResponse + 123, // 123: vdp.pipeline.v1beta.PipelinePublicService.ListNamespaceSecrets:output_type -> vdp.pipeline.v1beta.ListNamespaceSecretsResponse + 124, // 124: vdp.pipeline.v1beta.PipelinePublicService.GetNamespaceSecret:output_type -> vdp.pipeline.v1beta.GetNamespaceSecretResponse + 125, // 125: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespaceSecret:output_type -> vdp.pipeline.v1beta.UpdateNamespaceSecretResponse + 126, // 126: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespaceSecret:output_type -> vdp.pipeline.v1beta.DeleteNamespaceSecretResponse + 127, // 127: vdp.pipeline.v1beta.PipelinePublicService.ListComponentDefinitions:output_type -> vdp.pipeline.v1beta.ListComponentDefinitionsResponse + 128, // 128: vdp.pipeline.v1beta.PipelinePublicService.GetOperation:output_type -> vdp.pipeline.v1beta.GetOperationResponse + 129, // 129: vdp.pipeline.v1beta.PipelinePublicService.CreateUserPipeline:output_type -> vdp.pipeline.v1beta.CreateUserPipelineResponse + 130, // 130: vdp.pipeline.v1beta.PipelinePublicService.ListUserPipelines:output_type -> vdp.pipeline.v1beta.ListUserPipelinesResponse + 131, // 131: vdp.pipeline.v1beta.PipelinePublicService.GetUserPipeline:output_type -> vdp.pipeline.v1beta.GetUserPipelineResponse + 132, // 132: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserPipeline:output_type -> vdp.pipeline.v1beta.UpdateUserPipelineResponse + 133, // 133: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserPipeline:output_type -> vdp.pipeline.v1beta.DeleteUserPipelineResponse + 134, // 134: vdp.pipeline.v1beta.PipelinePublicService.ValidateUserPipeline:output_type -> vdp.pipeline.v1beta.ValidateUserPipelineResponse + 135, // 135: vdp.pipeline.v1beta.PipelinePublicService.RenameUserPipeline:output_type -> vdp.pipeline.v1beta.RenameUserPipelineResponse + 136, // 136: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipeline:output_type -> vdp.pipeline.v1beta.TriggerUserPipelineResponse + 137, // 137: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipelineWithStream:output_type -> vdp.pipeline.v1beta.TriggerUserPipelineWithStreamResponse + 138, // 138: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncUserPipeline:output_type -> vdp.pipeline.v1beta.TriggerAsyncUserPipelineResponse + 139, // 139: vdp.pipeline.v1beta.PipelinePublicService.CreateUserPipelineRelease:output_type -> vdp.pipeline.v1beta.CreateUserPipelineReleaseResponse + 140, // 140: vdp.pipeline.v1beta.PipelinePublicService.ListUserPipelineReleases:output_type -> vdp.pipeline.v1beta.ListUserPipelineReleasesResponse + 141, // 141: vdp.pipeline.v1beta.PipelinePublicService.GetUserPipelineRelease:output_type -> vdp.pipeline.v1beta.GetUserPipelineReleaseResponse + 142, // 142: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserPipelineRelease:output_type -> vdp.pipeline.v1beta.UpdateUserPipelineReleaseResponse + 143, // 143: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserPipelineRelease:output_type -> vdp.pipeline.v1beta.DeleteUserPipelineReleaseResponse + 144, // 144: vdp.pipeline.v1beta.PipelinePublicService.RestoreUserPipelineRelease:output_type -> vdp.pipeline.v1beta.RestoreUserPipelineReleaseResponse + 145, // 145: vdp.pipeline.v1beta.PipelinePublicService.RenameUserPipelineRelease:output_type -> vdp.pipeline.v1beta.RenameUserPipelineReleaseResponse + 146, // 146: vdp.pipeline.v1beta.PipelinePublicService.TriggerUserPipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerUserPipelineReleaseResponse + 147, // 147: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncUserPipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerAsyncUserPipelineReleaseResponse + 148, // 148: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationPipeline:output_type -> vdp.pipeline.v1beta.CreateOrganizationPipelineResponse + 149, // 149: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationPipelines:output_type -> vdp.pipeline.v1beta.ListOrganizationPipelinesResponse + 150, // 150: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationPipeline:output_type -> vdp.pipeline.v1beta.GetOrganizationPipelineResponse + 151, // 151: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationPipeline:output_type -> vdp.pipeline.v1beta.UpdateOrganizationPipelineResponse + 152, // 152: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationPipeline:output_type -> vdp.pipeline.v1beta.DeleteOrganizationPipelineResponse + 153, // 153: vdp.pipeline.v1beta.PipelinePublicService.ValidateOrganizationPipeline:output_type -> vdp.pipeline.v1beta.ValidateOrganizationPipelineResponse + 154, // 154: vdp.pipeline.v1beta.PipelinePublicService.RenameOrganizationPipeline:output_type -> vdp.pipeline.v1beta.RenameOrganizationPipelineResponse + 155, // 155: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipelineStream:output_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineStreamResponse + 156, // 156: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipeline:output_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineResponse + 157, // 157: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncOrganizationPipeline:output_type -> vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineResponse + 158, // 158: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.CreateOrganizationPipelineReleaseResponse + 159, // 159: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationPipelineReleases:output_type -> vdp.pipeline.v1beta.ListOrganizationPipelineReleasesResponse + 160, // 160: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.GetOrganizationPipelineReleaseResponse + 161, // 161: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.UpdateOrganizationPipelineReleaseResponse + 162, // 162: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.DeleteOrganizationPipelineReleaseResponse + 163, // 163: vdp.pipeline.v1beta.PipelinePublicService.RestoreOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.RestoreOrganizationPipelineReleaseResponse + 164, // 164: vdp.pipeline.v1beta.PipelinePublicService.RenameOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.RenameOrganizationPipelineReleaseResponse + 165, // 165: vdp.pipeline.v1beta.PipelinePublicService.TriggerOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerOrganizationPipelineReleaseResponse + 166, // 166: vdp.pipeline.v1beta.PipelinePublicService.TriggerAsyncOrganizationPipelineRelease:output_type -> vdp.pipeline.v1beta.TriggerAsyncOrganizationPipelineReleaseResponse + 167, // 167: vdp.pipeline.v1beta.PipelinePublicService.CheckName:output_type -> vdp.pipeline.v1beta.CheckNameResponse + 168, // 168: vdp.pipeline.v1beta.PipelinePublicService.CreateUserSecret:output_type -> vdp.pipeline.v1beta.CreateUserSecretResponse + 169, // 169: vdp.pipeline.v1beta.PipelinePublicService.ListUserSecrets:output_type -> vdp.pipeline.v1beta.ListUserSecretsResponse + 170, // 170: vdp.pipeline.v1beta.PipelinePublicService.GetUserSecret:output_type -> vdp.pipeline.v1beta.GetUserSecretResponse + 171, // 171: vdp.pipeline.v1beta.PipelinePublicService.UpdateUserSecret:output_type -> vdp.pipeline.v1beta.UpdateUserSecretResponse + 172, // 172: vdp.pipeline.v1beta.PipelinePublicService.DeleteUserSecret:output_type -> vdp.pipeline.v1beta.DeleteUserSecretResponse + 173, // 173: vdp.pipeline.v1beta.PipelinePublicService.CreateOrganizationSecret:output_type -> vdp.pipeline.v1beta.CreateOrganizationSecretResponse + 174, // 174: vdp.pipeline.v1beta.PipelinePublicService.ListOrganizationSecrets:output_type -> vdp.pipeline.v1beta.ListOrganizationSecretsResponse + 175, // 175: vdp.pipeline.v1beta.PipelinePublicService.GetOrganizationSecret:output_type -> vdp.pipeline.v1beta.GetOrganizationSecretResponse + 176, // 176: vdp.pipeline.v1beta.PipelinePublicService.UpdateOrganizationSecret:output_type -> vdp.pipeline.v1beta.UpdateOrganizationSecretResponse + 177, // 177: vdp.pipeline.v1beta.PipelinePublicService.DeleteOrganizationSecret:output_type -> vdp.pipeline.v1beta.DeleteOrganizationSecretResponse + 178, // 178: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineRuns:output_type -> vdp.pipeline.v1beta.ListPipelineRunsResponse + 179, // 179: vdp.pipeline.v1beta.PipelinePublicService.ListComponentRuns:output_type -> vdp.pipeline.v1beta.ListComponentRunsResponse + 180, // 180: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineRunsByRequester:output_type -> vdp.pipeline.v1beta.ListPipelineRunsByRequesterResponse + 181, // 181: vdp.pipeline.v1beta.PipelinePublicService.ListNamespaceConnections:output_type -> vdp.pipeline.v1beta.ListNamespaceConnectionsResponse + 182, // 182: vdp.pipeline.v1beta.PipelinePublicService.GetNamespaceConnection:output_type -> vdp.pipeline.v1beta.GetNamespaceConnectionResponse + 183, // 183: vdp.pipeline.v1beta.PipelinePublicService.CreateNamespaceConnection:output_type -> vdp.pipeline.v1beta.CreateNamespaceConnectionResponse + 184, // 184: vdp.pipeline.v1beta.PipelinePublicService.UpdateNamespaceConnection:output_type -> vdp.pipeline.v1beta.UpdateNamespaceConnectionResponse + 185, // 185: vdp.pipeline.v1beta.PipelinePublicService.DeleteNamespaceConnection:output_type -> vdp.pipeline.v1beta.DeleteNamespaceConnectionResponse + 186, // 186: vdp.pipeline.v1beta.PipelinePublicService.TestNamespaceConnection:output_type -> vdp.pipeline.v1beta.TestNamespaceConnectionResponse + 187, // 187: vdp.pipeline.v1beta.PipelinePublicService.ListPipelineIDsByConnectionID:output_type -> vdp.pipeline.v1beta.ListPipelineIDsByConnectionIDResponse + 188, // 188: vdp.pipeline.v1beta.PipelinePublicService.ListIntegrations:output_type -> vdp.pipeline.v1beta.ListIntegrationsResponse + 189, // 189: vdp.pipeline.v1beta.PipelinePublicService.GetIntegration:output_type -> vdp.pipeline.v1beta.GetIntegrationResponse + 95, // [95:190] is the sub-list for method output_type + 0, // [0:95] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name 0, // [0:0] is the sub-list for extension extendee 0, // [0:0] is the sub-list for field type_name diff --git a/vdp/pipeline/v1beta/pipeline_public_service.pb.gw.go b/vdp/pipeline/v1beta/pipeline_public_service.pb.gw.go index b8dd7b5..bbce10e 100644 --- a/vdp/pipeline/v1beta/pipeline_public_service.pb.gw.go +++ b/vdp/pipeline/v1beta/pipeline_public_service.pb.gw.go @@ -948,11 +948,11 @@ func local_request_PipelinePublicService_CloneNamespacePipeline_0(ctx context.Co } var ( - filter_PipelinePublicService_SendNamespacePipelineEvent_0 = &utilities.DoubleArray{Encoding: map[string]int{"data": 0, "namespace_id": 1, "namespaceId": 2, "pipeline_id": 3, "pipelineId": 4}, Base: []int{1, 2, 3, 4, 5, 6, 0, 0, 0, 0, 0, 0}, Check: []int{0, 1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 6}} + filter_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0 = &utilities.DoubleArray{Encoding: map[string]int{"data": 0, "namespace_id": 1, "namespaceId": 2, "pipeline_id": 3, "pipelineId": 4}, Base: []int{1, 2, 3, 4, 5, 6, 0, 0, 0, 0, 0, 0}, Check: []int{0, 1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 6}} ) -func request_PipelinePublicService_SendNamespacePipelineEvent_0(ctx context.Context, marshaler runtime.Marshaler, client PipelinePublicServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { - var protoReq SendNamespacePipelineEventRequest +func request_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0(ctx context.Context, marshaler runtime.Marshaler, client PipelinePublicServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq HandleNamespacePipelineWebhookEventRequest var metadata runtime.ServerMetadata newReader, berr := utilities.IOReaderFactory(req.Body) @@ -993,17 +993,17 @@ func request_PipelinePublicService_SendNamespacePipelineEvent_0(ctx context.Cont if err := req.ParseForm(); err != nil { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) } - if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_PipelinePublicService_SendNamespacePipelineEvent_0); err != nil { + if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0); err != nil { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) } - msg, err := client.SendNamespacePipelineEvent(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) + msg, err := client.HandleNamespacePipelineWebhookEvent(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) return msg, metadata, err } -func local_request_PipelinePublicService_SendNamespacePipelineEvent_0(ctx context.Context, marshaler runtime.Marshaler, server PipelinePublicServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { - var protoReq SendNamespacePipelineEventRequest +func local_request_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0(ctx context.Context, marshaler runtime.Marshaler, server PipelinePublicServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq HandleNamespacePipelineWebhookEventRequest var metadata runtime.ServerMetadata newReader, berr := utilities.IOReaderFactory(req.Body) @@ -1044,21 +1044,21 @@ func local_request_PipelinePublicService_SendNamespacePipelineEvent_0(ctx contex if err := req.ParseForm(); err != nil { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) } - if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_PipelinePublicService_SendNamespacePipelineEvent_0); err != nil { + if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0); err != nil { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) } - msg, err := server.SendNamespacePipelineEvent(ctx, &protoReq) + msg, err := server.HandleNamespacePipelineWebhookEvent(ctx, &protoReq) return msg, metadata, err } var ( - filter_PipelinePublicService_SendNamespacePipelineReleaseEvent_0 = &utilities.DoubleArray{Encoding: map[string]int{"data": 0, "namespace_id": 1, "namespaceId": 2, "pipeline_id": 3, "pipelineId": 4, "release_id": 5, "releaseId": 6}, Base: []int{1, 2, 3, 4, 5, 6, 7, 8, 0, 0, 0, 0, 0, 0, 0, 0}, Check: []int{0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 6, 7, 8}} + filter_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0 = &utilities.DoubleArray{Encoding: map[string]int{"data": 0, "namespace_id": 1, "namespaceId": 2, "pipeline_id": 3, "pipelineId": 4, "release_id": 5, "releaseId": 6}, Base: []int{1, 2, 3, 4, 5, 6, 7, 8, 0, 0, 0, 0, 0, 0, 0, 0}, Check: []int{0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 6, 7, 8}} ) -func request_PipelinePublicService_SendNamespacePipelineReleaseEvent_0(ctx context.Context, marshaler runtime.Marshaler, client PipelinePublicServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { - var protoReq SendNamespacePipelineReleaseEventRequest +func request_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0(ctx context.Context, marshaler runtime.Marshaler, client PipelinePublicServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq HandleNamespacePipelineReleaseWebhookEventRequest var metadata runtime.ServerMetadata newReader, berr := utilities.IOReaderFactory(req.Body) @@ -1109,17 +1109,17 @@ func request_PipelinePublicService_SendNamespacePipelineReleaseEvent_0(ctx conte if err := req.ParseForm(); err != nil { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) } - if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_PipelinePublicService_SendNamespacePipelineReleaseEvent_0); err != nil { + if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0); err != nil { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) } - msg, err := client.SendNamespacePipelineReleaseEvent(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) + msg, err := client.HandleNamespacePipelineReleaseWebhookEvent(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) return msg, metadata, err } -func local_request_PipelinePublicService_SendNamespacePipelineReleaseEvent_0(ctx context.Context, marshaler runtime.Marshaler, server PipelinePublicServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { - var protoReq SendNamespacePipelineReleaseEventRequest +func local_request_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0(ctx context.Context, marshaler runtime.Marshaler, server PipelinePublicServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq HandleNamespacePipelineReleaseWebhookEventRequest var metadata runtime.ServerMetadata newReader, berr := utilities.IOReaderFactory(req.Body) @@ -1170,11 +1170,79 @@ func local_request_PipelinePublicService_SendNamespacePipelineReleaseEvent_0(ctx if err := req.ParseForm(); err != nil { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) } - if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_PipelinePublicService_SendNamespacePipelineReleaseEvent_0); err != nil { + if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0); err != nil { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) } - msg, err := server.SendNamespacePipelineReleaseEvent(ctx, &protoReq) + msg, err := server.HandleNamespacePipelineReleaseWebhookEvent(ctx, &protoReq) + return msg, metadata, err + +} + +func request_PipelinePublicService_DispatchPipelineWebhookEvent_0(ctx context.Context, marshaler runtime.Marshaler, client PipelinePublicServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq DispatchPipelineWebhookEventRequest + var metadata runtime.ServerMetadata + + newReader, berr := utilities.IOReaderFactory(req.Body) + if berr != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", berr) + } + if err := marshaler.NewDecoder(newReader()).Decode(&protoReq.Message); err != nil && err != io.EOF { + return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) + } + + var ( + val string + ok bool + err error + _ = err + ) + + val, ok = pathParams["webhook_type"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "webhook_type") + } + + protoReq.WebhookType, err = runtime.String(val) + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "webhook_type", err) + } + + msg, err := client.DispatchPipelineWebhookEvent(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) + return msg, metadata, err + +} + +func local_request_PipelinePublicService_DispatchPipelineWebhookEvent_0(ctx context.Context, marshaler runtime.Marshaler, server PipelinePublicServiceServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq DispatchPipelineWebhookEventRequest + var metadata runtime.ServerMetadata + + newReader, berr := utilities.IOReaderFactory(req.Body) + if berr != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", berr) + } + if err := marshaler.NewDecoder(newReader()).Decode(&protoReq.Message); err != nil && err != io.EOF { + return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) + } + + var ( + val string + ok bool + err error + _ = err + ) + + val, ok = pathParams["webhook_type"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "webhook_type") + } + + protoReq.WebhookType, err = runtime.String(val) + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "webhook_type", err) + } + + msg, err := server.DispatchPipelineWebhookEvent(ctx, &protoReq) return msg, metadata, err } @@ -7279,7 +7347,7 @@ func RegisterPipelinePublicServiceHandlerServer(ctx context.Context, mux *runtim }) - mux.Handle("POST", pattern_PipelinePublicService_SendNamespacePipelineEvent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + mux.Handle("POST", pattern_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() var stream runtime.ServerTransportStream @@ -7287,12 +7355,12 @@ func RegisterPipelinePublicServiceHandlerServer(ctx context.Context, mux *runtim inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/vdp.pipeline.v1beta.PipelinePublicService/SendNamespacePipelineEvent", runtime.WithHTTPPathPattern("/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/events")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/vdp.pipeline.v1beta.PipelinePublicService/HandleNamespacePipelineWebhookEvent", runtime.WithHTTPPathPattern("/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/webhooks")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return } - resp, md, err := local_request_PipelinePublicService_SendNamespacePipelineEvent_0(annotatedContext, inboundMarshaler, server, req, pathParams) + resp, md, err := local_request_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0(annotatedContext, inboundMarshaler, server, req, pathParams) md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) annotatedContext = runtime.NewServerMetadataContext(annotatedContext, md) if err != nil { @@ -7300,11 +7368,11 @@ func RegisterPipelinePublicServiceHandlerServer(ctx context.Context, mux *runtim return } - forward_PipelinePublicService_SendNamespacePipelineEvent_0(annotatedContext, mux, outboundMarshaler, w, req, response_PipelinePublicService_SendNamespacePipelineEvent_0{resp}, mux.GetForwardResponseOptions()...) + forward_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0(annotatedContext, mux, outboundMarshaler, w, req, response_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0{resp}, mux.GetForwardResponseOptions()...) }) - mux.Handle("POST", pattern_PipelinePublicService_SendNamespacePipelineReleaseEvent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + mux.Handle("POST", pattern_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() var stream runtime.ServerTransportStream @@ -7312,12 +7380,12 @@ func RegisterPipelinePublicServiceHandlerServer(ctx context.Context, mux *runtim inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/vdp.pipeline.v1beta.PipelinePublicService/SendNamespacePipelineReleaseEvent", runtime.WithHTTPPathPattern("/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/releases/{release_id}/events")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/vdp.pipeline.v1beta.PipelinePublicService/HandleNamespacePipelineReleaseWebhookEvent", runtime.WithHTTPPathPattern("/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/releases/{release_id}/webhooks")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return } - resp, md, err := local_request_PipelinePublicService_SendNamespacePipelineReleaseEvent_0(annotatedContext, inboundMarshaler, server, req, pathParams) + resp, md, err := local_request_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0(annotatedContext, inboundMarshaler, server, req, pathParams) md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) annotatedContext = runtime.NewServerMetadataContext(annotatedContext, md) if err != nil { @@ -7325,7 +7393,32 @@ func RegisterPipelinePublicServiceHandlerServer(ctx context.Context, mux *runtim return } - forward_PipelinePublicService_SendNamespacePipelineReleaseEvent_0(annotatedContext, mux, outboundMarshaler, w, req, response_PipelinePublicService_SendNamespacePipelineReleaseEvent_0{resp}, mux.GetForwardResponseOptions()...) + forward_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0(annotatedContext, mux, outboundMarshaler, w, req, response_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0{resp}, mux.GetForwardResponseOptions()...) + + }) + + mux.Handle("POST", pattern_PipelinePublicService_DispatchPipelineWebhookEvent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + ctx, cancel := context.WithCancel(req.Context()) + defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) + inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) + var err error + var annotatedContext context.Context + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/vdp.pipeline.v1beta.PipelinePublicService/DispatchPipelineWebhookEvent", runtime.WithHTTPPathPattern("/v1beta/pipeline-webhooks/{webhook_type}")) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + resp, md, err := local_request_PipelinePublicService_DispatchPipelineWebhookEvent_0(annotatedContext, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) + annotatedContext = runtime.NewServerMetadataContext(annotatedContext, md) + if err != nil { + runtime.HTTPError(annotatedContext, mux, outboundMarshaler, w, req, err) + return + } + + forward_PipelinePublicService_DispatchPipelineWebhookEvent_0(annotatedContext, mux, outboundMarshaler, w, req, response_PipelinePublicService_DispatchPipelineWebhookEvent_0{resp}, mux.GetForwardResponseOptions()...) }) @@ -9599,47 +9692,69 @@ func RegisterPipelinePublicServiceHandlerClient(ctx context.Context, mux *runtim }) - mux.Handle("POST", pattern_PipelinePublicService_SendNamespacePipelineEvent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + mux.Handle("POST", pattern_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/vdp.pipeline.v1beta.PipelinePublicService/SendNamespacePipelineEvent", runtime.WithHTTPPathPattern("/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/events")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/vdp.pipeline.v1beta.PipelinePublicService/HandleNamespacePipelineWebhookEvent", runtime.WithHTTPPathPattern("/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/webhooks")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return } - resp, md, err := request_PipelinePublicService_SendNamespacePipelineEvent_0(annotatedContext, inboundMarshaler, client, req, pathParams) + resp, md, err := request_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0(annotatedContext, inboundMarshaler, client, req, pathParams) annotatedContext = runtime.NewServerMetadataContext(annotatedContext, md) if err != nil { runtime.HTTPError(annotatedContext, mux, outboundMarshaler, w, req, err) return } - forward_PipelinePublicService_SendNamespacePipelineEvent_0(annotatedContext, mux, outboundMarshaler, w, req, response_PipelinePublicService_SendNamespacePipelineEvent_0{resp}, mux.GetForwardResponseOptions()...) + forward_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0(annotatedContext, mux, outboundMarshaler, w, req, response_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0{resp}, mux.GetForwardResponseOptions()...) }) - mux.Handle("POST", pattern_PipelinePublicService_SendNamespacePipelineReleaseEvent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + mux.Handle("POST", pattern_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/vdp.pipeline.v1beta.PipelinePublicService/SendNamespacePipelineReleaseEvent", runtime.WithHTTPPathPattern("/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/releases/{release_id}/events")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/vdp.pipeline.v1beta.PipelinePublicService/HandleNamespacePipelineReleaseWebhookEvent", runtime.WithHTTPPathPattern("/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/releases/{release_id}/webhooks")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return } - resp, md, err := request_PipelinePublicService_SendNamespacePipelineReleaseEvent_0(annotatedContext, inboundMarshaler, client, req, pathParams) + resp, md, err := request_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0(annotatedContext, inboundMarshaler, client, req, pathParams) annotatedContext = runtime.NewServerMetadataContext(annotatedContext, md) if err != nil { runtime.HTTPError(annotatedContext, mux, outboundMarshaler, w, req, err) return } - forward_PipelinePublicService_SendNamespacePipelineReleaseEvent_0(annotatedContext, mux, outboundMarshaler, w, req, response_PipelinePublicService_SendNamespacePipelineReleaseEvent_0{resp}, mux.GetForwardResponseOptions()...) + forward_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0(annotatedContext, mux, outboundMarshaler, w, req, response_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0{resp}, mux.GetForwardResponseOptions()...) + + }) + + mux.Handle("POST", pattern_PipelinePublicService_DispatchPipelineWebhookEvent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + ctx, cancel := context.WithCancel(req.Context()) + defer cancel() + inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) + var err error + var annotatedContext context.Context + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/vdp.pipeline.v1beta.PipelinePublicService/DispatchPipelineWebhookEvent", runtime.WithHTTPPathPattern("/v1beta/pipeline-webhooks/{webhook_type}")) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + resp, md, err := request_PipelinePublicService_DispatchPipelineWebhookEvent_0(annotatedContext, inboundMarshaler, client, req, pathParams) + annotatedContext = runtime.NewServerMetadataContext(annotatedContext, md) + if err != nil { + runtime.HTTPError(annotatedContext, mux, outboundMarshaler, w, req, err) + return + } + + forward_PipelinePublicService_DispatchPipelineWebhookEvent_0(annotatedContext, mux, outboundMarshaler, w, req, response_PipelinePublicService_DispatchPipelineWebhookEvent_0{resp}, mux.GetForwardResponseOptions()...) }) @@ -11384,24 +11499,33 @@ func RegisterPipelinePublicServiceHandlerClient(ctx context.Context, mux *runtim return nil } -type response_PipelinePublicService_SendNamespacePipelineEvent_0 struct { +type response_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0 struct { proto.Message } -func (m response_PipelinePublicService_SendNamespacePipelineEvent_0) XXX_ResponseBody() interface{} { - response := m.Message.(*SendNamespacePipelineEventResponse) +func (m response_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0) XXX_ResponseBody() interface{} { + response := m.Message.(*HandleNamespacePipelineWebhookEventResponse) return response.Data } -type response_PipelinePublicService_SendNamespacePipelineReleaseEvent_0 struct { +type response_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0 struct { proto.Message } -func (m response_PipelinePublicService_SendNamespacePipelineReleaseEvent_0) XXX_ResponseBody() interface{} { - response := m.Message.(*SendNamespacePipelineReleaseEventResponse) +func (m response_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0) XXX_ResponseBody() interface{} { + response := m.Message.(*HandleNamespacePipelineReleaseWebhookEventResponse) return response.Data } +type response_PipelinePublicService_DispatchPipelineWebhookEvent_0 struct { + proto.Message +} + +func (m response_PipelinePublicService_DispatchPipelineWebhookEvent_0) XXX_ResponseBody() interface{} { + response := m.Message.(*DispatchPipelineWebhookEventResponse) + return response.Response +} + var ( pattern_PipelinePublicService_Liveness_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1}, []string{"v1beta", "__liveness"}, "")) @@ -11431,9 +11555,11 @@ var ( pattern_PipelinePublicService_CloneNamespacePipeline_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 1, 0, 4, 1, 5, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"v1beta", "namespaces", "namespace_id", "pipelines", "pipeline_id", "clone"}, "")) - pattern_PipelinePublicService_SendNamespacePipelineEvent_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 1, 0, 4, 1, 5, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"v1beta", "namespaces", "namespace_id", "pipelines", "pipeline_id", "events"}, "")) + pattern_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 1, 0, 4, 1, 5, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"v1beta", "namespaces", "namespace_id", "pipelines", "pipeline_id", "webhooks"}, "")) + + pattern_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 1, 0, 4, 1, 5, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5, 1, 0, 4, 1, 5, 6, 2, 7}, []string{"v1beta", "namespaces", "namespace_id", "pipelines", "pipeline_id", "releases", "release_id", "webhooks"}, "")) - pattern_PipelinePublicService_SendNamespacePipelineReleaseEvent_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 1, 0, 4, 1, 5, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5, 1, 0, 4, 1, 5, 6, 2, 7}, []string{"v1beta", "namespaces", "namespace_id", "pipelines", "pipeline_id", "releases", "release_id", "events"}, "")) + pattern_PipelinePublicService_DispatchPipelineWebhookEvent_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 1, 0, 4, 1, 5, 2}, []string{"v1beta", "pipeline-webhooks", "webhook_type"}, "")) pattern_PipelinePublicService_TriggerNamespacePipeline_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 1, 0, 4, 1, 5, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"v1beta", "namespaces", "namespace_id", "pipelines", "pipeline_id", "trigger"}, "")) @@ -11623,9 +11749,11 @@ var ( forward_PipelinePublicService_CloneNamespacePipeline_0 = runtime.ForwardResponseMessage - forward_PipelinePublicService_SendNamespacePipelineEvent_0 = runtime.ForwardResponseMessage + forward_PipelinePublicService_HandleNamespacePipelineWebhookEvent_0 = runtime.ForwardResponseMessage + + forward_PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_0 = runtime.ForwardResponseMessage - forward_PipelinePublicService_SendNamespacePipelineReleaseEvent_0 = runtime.ForwardResponseMessage + forward_PipelinePublicService_DispatchPipelineWebhookEvent_0 = runtime.ForwardResponseMessage forward_PipelinePublicService_TriggerNamespacePipeline_0 = runtime.ForwardResponseMessage diff --git a/vdp/pipeline/v1beta/pipeline_public_service_grpc.pb.go b/vdp/pipeline/v1beta/pipeline_public_service_grpc.pb.go index 4e6f7ff..19df9da 100644 --- a/vdp/pipeline/v1beta/pipeline_public_service_grpc.pb.go +++ b/vdp/pipeline/v1beta/pipeline_public_service_grpc.pb.go @@ -19,100 +19,101 @@ import ( const _ = grpc.SupportPackageIsVersion7 const ( - PipelinePublicService_Liveness_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/Liveness" - PipelinePublicService_Readiness_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/Readiness" - PipelinePublicService_GetHubStats_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetHubStats" - PipelinePublicService_ListPipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelines" - PipelinePublicService_LookUpPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/LookUpPipeline" - PipelinePublicService_ListNamespacePipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespacePipelines" - PipelinePublicService_CreateNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespacePipeline" - PipelinePublicService_GetNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespacePipeline" - PipelinePublicService_UpdateNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespacePipeline" - PipelinePublicService_DeleteNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespacePipeline" - PipelinePublicService_ValidateNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ValidateNamespacePipeline" - PipelinePublicService_RenameNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameNamespacePipeline" - PipelinePublicService_CloneNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CloneNamespacePipeline" - PipelinePublicService_SendNamespacePipelineEvent_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/SendNamespacePipelineEvent" - PipelinePublicService_SendNamespacePipelineReleaseEvent_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/SendNamespacePipelineReleaseEvent" - PipelinePublicService_TriggerNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerNamespacePipeline" - PipelinePublicService_TriggerNamespacePipelineWithStream_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerNamespacePipelineWithStream" - PipelinePublicService_TriggerAsyncNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncNamespacePipeline" - PipelinePublicService_CreateNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespacePipelineRelease" - PipelinePublicService_ListNamespacePipelineReleases_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespacePipelineReleases" - PipelinePublicService_GetNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespacePipelineRelease" - PipelinePublicService_UpdateNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespacePipelineRelease" - PipelinePublicService_DeleteNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespacePipelineRelease" - PipelinePublicService_CloneNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CloneNamespacePipelineRelease" - PipelinePublicService_TriggerNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerNamespacePipelineRelease" - PipelinePublicService_TriggerAsyncNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncNamespacePipelineRelease" - PipelinePublicService_CreateNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespaceSecret" - PipelinePublicService_ListNamespaceSecrets_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespaceSecrets" - PipelinePublicService_GetNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespaceSecret" - PipelinePublicService_UpdateNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespaceSecret" - PipelinePublicService_DeleteNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespaceSecret" - PipelinePublicService_ListComponentDefinitions_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListComponentDefinitions" - PipelinePublicService_GetOperation_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOperation" - PipelinePublicService_CreateUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateUserPipeline" - PipelinePublicService_ListUserPipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListUserPipelines" - PipelinePublicService_GetUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetUserPipeline" - PipelinePublicService_UpdateUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateUserPipeline" - PipelinePublicService_DeleteUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteUserPipeline" - PipelinePublicService_ValidateUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ValidateUserPipeline" - PipelinePublicService_RenameUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameUserPipeline" - PipelinePublicService_TriggerUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerUserPipeline" - PipelinePublicService_TriggerUserPipelineWithStream_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerUserPipelineWithStream" - PipelinePublicService_TriggerAsyncUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncUserPipeline" - PipelinePublicService_CreateUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateUserPipelineRelease" - PipelinePublicService_ListUserPipelineReleases_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListUserPipelineReleases" - PipelinePublicService_GetUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetUserPipelineRelease" - PipelinePublicService_UpdateUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateUserPipelineRelease" - PipelinePublicService_DeleteUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteUserPipelineRelease" - PipelinePublicService_RestoreUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RestoreUserPipelineRelease" - PipelinePublicService_RenameUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameUserPipelineRelease" - PipelinePublicService_TriggerUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerUserPipelineRelease" - PipelinePublicService_TriggerAsyncUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncUserPipelineRelease" - PipelinePublicService_CreateOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateOrganizationPipeline" - PipelinePublicService_ListOrganizationPipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListOrganizationPipelines" - PipelinePublicService_GetOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOrganizationPipeline" - PipelinePublicService_UpdateOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateOrganizationPipeline" - PipelinePublicService_DeleteOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteOrganizationPipeline" - PipelinePublicService_ValidateOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ValidateOrganizationPipeline" - PipelinePublicService_RenameOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameOrganizationPipeline" - PipelinePublicService_TriggerOrganizationPipelineStream_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerOrganizationPipelineStream" - PipelinePublicService_TriggerOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerOrganizationPipeline" - PipelinePublicService_TriggerAsyncOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncOrganizationPipeline" - PipelinePublicService_CreateOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateOrganizationPipelineRelease" - PipelinePublicService_ListOrganizationPipelineReleases_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListOrganizationPipelineReleases" - PipelinePublicService_GetOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOrganizationPipelineRelease" - PipelinePublicService_UpdateOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateOrganizationPipelineRelease" - PipelinePublicService_DeleteOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteOrganizationPipelineRelease" - PipelinePublicService_RestoreOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RestoreOrganizationPipelineRelease" - PipelinePublicService_RenameOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameOrganizationPipelineRelease" - PipelinePublicService_TriggerOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerOrganizationPipelineRelease" - PipelinePublicService_TriggerAsyncOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncOrganizationPipelineRelease" - PipelinePublicService_CheckName_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CheckName" - PipelinePublicService_CreateUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateUserSecret" - PipelinePublicService_ListUserSecrets_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListUserSecrets" - PipelinePublicService_GetUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetUserSecret" - PipelinePublicService_UpdateUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateUserSecret" - PipelinePublicService_DeleteUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteUserSecret" - PipelinePublicService_CreateOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateOrganizationSecret" - PipelinePublicService_ListOrganizationSecrets_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListOrganizationSecrets" - PipelinePublicService_GetOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOrganizationSecret" - PipelinePublicService_UpdateOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateOrganizationSecret" - PipelinePublicService_DeleteOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteOrganizationSecret" - PipelinePublicService_ListPipelineRuns_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineRuns" - PipelinePublicService_ListComponentRuns_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListComponentRuns" - PipelinePublicService_ListPipelineRunsByRequester_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineRunsByRequester" - PipelinePublicService_ListNamespaceConnections_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespaceConnections" - PipelinePublicService_GetNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespaceConnection" - PipelinePublicService_CreateNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespaceConnection" - PipelinePublicService_UpdateNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespaceConnection" - PipelinePublicService_DeleteNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespaceConnection" - PipelinePublicService_TestNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TestNamespaceConnection" - PipelinePublicService_ListPipelineIDsByConnectionID_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineIDsByConnectionID" - PipelinePublicService_ListIntegrations_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListIntegrations" - PipelinePublicService_GetIntegration_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetIntegration" + PipelinePublicService_Liveness_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/Liveness" + PipelinePublicService_Readiness_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/Readiness" + PipelinePublicService_GetHubStats_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetHubStats" + PipelinePublicService_ListPipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelines" + PipelinePublicService_LookUpPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/LookUpPipeline" + PipelinePublicService_ListNamespacePipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespacePipelines" + PipelinePublicService_CreateNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespacePipeline" + PipelinePublicService_GetNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespacePipeline" + PipelinePublicService_UpdateNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespacePipeline" + PipelinePublicService_DeleteNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespacePipeline" + PipelinePublicService_ValidateNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ValidateNamespacePipeline" + PipelinePublicService_RenameNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameNamespacePipeline" + PipelinePublicService_CloneNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CloneNamespacePipeline" + PipelinePublicService_HandleNamespacePipelineWebhookEvent_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/HandleNamespacePipelineWebhookEvent" + PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/HandleNamespacePipelineReleaseWebhookEvent" + PipelinePublicService_DispatchPipelineWebhookEvent_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DispatchPipelineWebhookEvent" + PipelinePublicService_TriggerNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerNamespacePipeline" + PipelinePublicService_TriggerNamespacePipelineWithStream_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerNamespacePipelineWithStream" + PipelinePublicService_TriggerAsyncNamespacePipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncNamespacePipeline" + PipelinePublicService_CreateNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespacePipelineRelease" + PipelinePublicService_ListNamespacePipelineReleases_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespacePipelineReleases" + PipelinePublicService_GetNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespacePipelineRelease" + PipelinePublicService_UpdateNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespacePipelineRelease" + PipelinePublicService_DeleteNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespacePipelineRelease" + PipelinePublicService_CloneNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CloneNamespacePipelineRelease" + PipelinePublicService_TriggerNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerNamespacePipelineRelease" + PipelinePublicService_TriggerAsyncNamespacePipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncNamespacePipelineRelease" + PipelinePublicService_CreateNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespaceSecret" + PipelinePublicService_ListNamespaceSecrets_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespaceSecrets" + PipelinePublicService_GetNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespaceSecret" + PipelinePublicService_UpdateNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespaceSecret" + PipelinePublicService_DeleteNamespaceSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespaceSecret" + PipelinePublicService_ListComponentDefinitions_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListComponentDefinitions" + PipelinePublicService_GetOperation_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOperation" + PipelinePublicService_CreateUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateUserPipeline" + PipelinePublicService_ListUserPipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListUserPipelines" + PipelinePublicService_GetUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetUserPipeline" + PipelinePublicService_UpdateUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateUserPipeline" + PipelinePublicService_DeleteUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteUserPipeline" + PipelinePublicService_ValidateUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ValidateUserPipeline" + PipelinePublicService_RenameUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameUserPipeline" + PipelinePublicService_TriggerUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerUserPipeline" + PipelinePublicService_TriggerUserPipelineWithStream_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerUserPipelineWithStream" + PipelinePublicService_TriggerAsyncUserPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncUserPipeline" + PipelinePublicService_CreateUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateUserPipelineRelease" + PipelinePublicService_ListUserPipelineReleases_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListUserPipelineReleases" + PipelinePublicService_GetUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetUserPipelineRelease" + PipelinePublicService_UpdateUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateUserPipelineRelease" + PipelinePublicService_DeleteUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteUserPipelineRelease" + PipelinePublicService_RestoreUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RestoreUserPipelineRelease" + PipelinePublicService_RenameUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameUserPipelineRelease" + PipelinePublicService_TriggerUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerUserPipelineRelease" + PipelinePublicService_TriggerAsyncUserPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncUserPipelineRelease" + PipelinePublicService_CreateOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateOrganizationPipeline" + PipelinePublicService_ListOrganizationPipelines_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListOrganizationPipelines" + PipelinePublicService_GetOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOrganizationPipeline" + PipelinePublicService_UpdateOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateOrganizationPipeline" + PipelinePublicService_DeleteOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteOrganizationPipeline" + PipelinePublicService_ValidateOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ValidateOrganizationPipeline" + PipelinePublicService_RenameOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameOrganizationPipeline" + PipelinePublicService_TriggerOrganizationPipelineStream_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerOrganizationPipelineStream" + PipelinePublicService_TriggerOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerOrganizationPipeline" + PipelinePublicService_TriggerAsyncOrganizationPipeline_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncOrganizationPipeline" + PipelinePublicService_CreateOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateOrganizationPipelineRelease" + PipelinePublicService_ListOrganizationPipelineReleases_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListOrganizationPipelineReleases" + PipelinePublicService_GetOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOrganizationPipelineRelease" + PipelinePublicService_UpdateOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateOrganizationPipelineRelease" + PipelinePublicService_DeleteOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteOrganizationPipelineRelease" + PipelinePublicService_RestoreOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RestoreOrganizationPipelineRelease" + PipelinePublicService_RenameOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/RenameOrganizationPipelineRelease" + PipelinePublicService_TriggerOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerOrganizationPipelineRelease" + PipelinePublicService_TriggerAsyncOrganizationPipelineRelease_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TriggerAsyncOrganizationPipelineRelease" + PipelinePublicService_CheckName_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CheckName" + PipelinePublicService_CreateUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateUserSecret" + PipelinePublicService_ListUserSecrets_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListUserSecrets" + PipelinePublicService_GetUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetUserSecret" + PipelinePublicService_UpdateUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateUserSecret" + PipelinePublicService_DeleteUserSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteUserSecret" + PipelinePublicService_CreateOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateOrganizationSecret" + PipelinePublicService_ListOrganizationSecrets_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListOrganizationSecrets" + PipelinePublicService_GetOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetOrganizationSecret" + PipelinePublicService_UpdateOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateOrganizationSecret" + PipelinePublicService_DeleteOrganizationSecret_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteOrganizationSecret" + PipelinePublicService_ListPipelineRuns_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineRuns" + PipelinePublicService_ListComponentRuns_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListComponentRuns" + PipelinePublicService_ListPipelineRunsByRequester_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineRunsByRequester" + PipelinePublicService_ListNamespaceConnections_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListNamespaceConnections" + PipelinePublicService_GetNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetNamespaceConnection" + PipelinePublicService_CreateNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/CreateNamespaceConnection" + PipelinePublicService_UpdateNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/UpdateNamespaceConnection" + PipelinePublicService_DeleteNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/DeleteNamespaceConnection" + PipelinePublicService_TestNamespaceConnection_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/TestNamespaceConnection" + PipelinePublicService_ListPipelineIDsByConnectionID_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineIDsByConnectionID" + PipelinePublicService_ListIntegrations_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/ListIntegrations" + PipelinePublicService_GetIntegration_FullMethodName = "/vdp.pipeline.v1beta.PipelinePublicService/GetIntegration" ) // PipelinePublicServiceClient is the client API for PipelinePublicService service. @@ -191,10 +192,17 @@ type PipelinePublicServiceClient interface { // Clones a pipeline owned by a namespace. The new pipeline may have a different // parent, and this can be either a namespace or an organization. CloneNamespacePipeline(ctx context.Context, in *CloneNamespacePipelineRequest, opts ...grpc.CallOption) (*CloneNamespacePipelineResponse, error) - // SendNamespacePipelineEvent - SendNamespacePipelineEvent(ctx context.Context, in *SendNamespacePipelineEventRequest, opts ...grpc.CallOption) (*SendNamespacePipelineEventResponse, error) - // SendNamespacePipelineReleaseEvent - SendNamespacePipelineReleaseEvent(ctx context.Context, in *SendNamespacePipelineReleaseEventRequest, opts ...grpc.CallOption) (*SendNamespacePipelineReleaseEventResponse, error) + // HandleNamespacePipelineWebhookEvent + HandleNamespacePipelineWebhookEvent(ctx context.Context, in *HandleNamespacePipelineWebhookEventRequest, opts ...grpc.CallOption) (*HandleNamespacePipelineWebhookEventResponse, error) + // HandleNamespacePipelineReleaseWebhookEvent + HandleNamespacePipelineReleaseWebhookEvent(ctx context.Context, in *HandleNamespacePipelineReleaseWebhookEventRequest, opts ...grpc.CallOption) (*HandleNamespacePipelineReleaseWebhookEventResponse, error) + // Dispatch Pipeline Webhook Event + // + // Handles webhook events by routing them to the appropriate pipeline based on the webhook type and message. + // The webhook type determines which component processes the event, while the message payload contains data + // that triggers pipeline execution. The pipeline processes the event using configured handlers and returns + // a response to the webhook sender. + DispatchPipelineWebhookEvent(ctx context.Context, in *DispatchPipelineWebhookEventRequest, opts ...grpc.CallOption) (*DispatchPipelineWebhookEventResponse, error) // Trigger a pipeline // // Triggers the execution of a pipeline synchronously, i.e., the result is @@ -916,18 +924,27 @@ func (c *pipelinePublicServiceClient) CloneNamespacePipeline(ctx context.Context return out, nil } -func (c *pipelinePublicServiceClient) SendNamespacePipelineEvent(ctx context.Context, in *SendNamespacePipelineEventRequest, opts ...grpc.CallOption) (*SendNamespacePipelineEventResponse, error) { - out := new(SendNamespacePipelineEventResponse) - err := c.cc.Invoke(ctx, PipelinePublicService_SendNamespacePipelineEvent_FullMethodName, in, out, opts...) +func (c *pipelinePublicServiceClient) HandleNamespacePipelineWebhookEvent(ctx context.Context, in *HandleNamespacePipelineWebhookEventRequest, opts ...grpc.CallOption) (*HandleNamespacePipelineWebhookEventResponse, error) { + out := new(HandleNamespacePipelineWebhookEventResponse) + err := c.cc.Invoke(ctx, PipelinePublicService_HandleNamespacePipelineWebhookEvent_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } -func (c *pipelinePublicServiceClient) SendNamespacePipelineReleaseEvent(ctx context.Context, in *SendNamespacePipelineReleaseEventRequest, opts ...grpc.CallOption) (*SendNamespacePipelineReleaseEventResponse, error) { - out := new(SendNamespacePipelineReleaseEventResponse) - err := c.cc.Invoke(ctx, PipelinePublicService_SendNamespacePipelineReleaseEvent_FullMethodName, in, out, opts...) +func (c *pipelinePublicServiceClient) HandleNamespacePipelineReleaseWebhookEvent(ctx context.Context, in *HandleNamespacePipelineReleaseWebhookEventRequest, opts ...grpc.CallOption) (*HandleNamespacePipelineReleaseWebhookEventResponse, error) { + out := new(HandleNamespacePipelineReleaseWebhookEventResponse) + err := c.cc.Invoke(ctx, PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_FullMethodName, in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *pipelinePublicServiceClient) DispatchPipelineWebhookEvent(ctx context.Context, in *DispatchPipelineWebhookEventRequest, opts ...grpc.CallOption) (*DispatchPipelineWebhookEventResponse, error) { + out := new(DispatchPipelineWebhookEventResponse) + err := c.cc.Invoke(ctx, PipelinePublicService_DispatchPipelineWebhookEvent_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -1839,10 +1856,17 @@ type PipelinePublicServiceServer interface { // Clones a pipeline owned by a namespace. The new pipeline may have a different // parent, and this can be either a namespace or an organization. CloneNamespacePipeline(context.Context, *CloneNamespacePipelineRequest) (*CloneNamespacePipelineResponse, error) - // SendNamespacePipelineEvent - SendNamespacePipelineEvent(context.Context, *SendNamespacePipelineEventRequest) (*SendNamespacePipelineEventResponse, error) - // SendNamespacePipelineReleaseEvent - SendNamespacePipelineReleaseEvent(context.Context, *SendNamespacePipelineReleaseEventRequest) (*SendNamespacePipelineReleaseEventResponse, error) + // HandleNamespacePipelineWebhookEvent + HandleNamespacePipelineWebhookEvent(context.Context, *HandleNamespacePipelineWebhookEventRequest) (*HandleNamespacePipelineWebhookEventResponse, error) + // HandleNamespacePipelineReleaseWebhookEvent + HandleNamespacePipelineReleaseWebhookEvent(context.Context, *HandleNamespacePipelineReleaseWebhookEventRequest) (*HandleNamespacePipelineReleaseWebhookEventResponse, error) + // Dispatch Pipeline Webhook Event + // + // Handles webhook events by routing them to the appropriate pipeline based on the webhook type and message. + // The webhook type determines which component processes the event, while the message payload contains data + // that triggers pipeline execution. The pipeline processes the event using configured handlers and returns + // a response to the webhook sender. + DispatchPipelineWebhookEvent(context.Context, *DispatchPipelineWebhookEventRequest) (*DispatchPipelineWebhookEventResponse, error) // Trigger a pipeline // // Triggers the execution of a pipeline synchronously, i.e., the result is @@ -2482,11 +2506,14 @@ func (UnimplementedPipelinePublicServiceServer) RenameNamespacePipeline(context. func (UnimplementedPipelinePublicServiceServer) CloneNamespacePipeline(context.Context, *CloneNamespacePipelineRequest) (*CloneNamespacePipelineResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method CloneNamespacePipeline not implemented") } -func (UnimplementedPipelinePublicServiceServer) SendNamespacePipelineEvent(context.Context, *SendNamespacePipelineEventRequest) (*SendNamespacePipelineEventResponse, error) { - return nil, status.Errorf(codes.Unimplemented, "method SendNamespacePipelineEvent not implemented") +func (UnimplementedPipelinePublicServiceServer) HandleNamespacePipelineWebhookEvent(context.Context, *HandleNamespacePipelineWebhookEventRequest) (*HandleNamespacePipelineWebhookEventResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method HandleNamespacePipelineWebhookEvent not implemented") } -func (UnimplementedPipelinePublicServiceServer) SendNamespacePipelineReleaseEvent(context.Context, *SendNamespacePipelineReleaseEventRequest) (*SendNamespacePipelineReleaseEventResponse, error) { - return nil, status.Errorf(codes.Unimplemented, "method SendNamespacePipelineReleaseEvent not implemented") +func (UnimplementedPipelinePublicServiceServer) HandleNamespacePipelineReleaseWebhookEvent(context.Context, *HandleNamespacePipelineReleaseWebhookEventRequest) (*HandleNamespacePipelineReleaseWebhookEventResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method HandleNamespacePipelineReleaseWebhookEvent not implemented") +} +func (UnimplementedPipelinePublicServiceServer) DispatchPipelineWebhookEvent(context.Context, *DispatchPipelineWebhookEventRequest) (*DispatchPipelineWebhookEventResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method DispatchPipelineWebhookEvent not implemented") } func (UnimplementedPipelinePublicServiceServer) TriggerNamespacePipeline(context.Context, *TriggerNamespacePipelineRequest) (*TriggerNamespacePipelineResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method TriggerNamespacePipeline not implemented") @@ -2971,38 +2998,56 @@ func _PipelinePublicService_CloneNamespacePipeline_Handler(srv interface{}, ctx return interceptor(ctx, in, info, handler) } -func _PipelinePublicService_SendNamespacePipelineEvent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(SendNamespacePipelineEventRequest) +func _PipelinePublicService_HandleNamespacePipelineWebhookEvent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(HandleNamespacePipelineWebhookEventRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(PipelinePublicServiceServer).HandleNamespacePipelineWebhookEvent(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: PipelinePublicService_HandleNamespacePipelineWebhookEvent_FullMethodName, + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(PipelinePublicServiceServer).HandleNamespacePipelineWebhookEvent(ctx, req.(*HandleNamespacePipelineWebhookEventRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(HandleNamespacePipelineReleaseWebhookEventRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { - return srv.(PipelinePublicServiceServer).SendNamespacePipelineEvent(ctx, in) + return srv.(PipelinePublicServiceServer).HandleNamespacePipelineReleaseWebhookEvent(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: PipelinePublicService_SendNamespacePipelineEvent_FullMethodName, + FullMethod: PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(PipelinePublicServiceServer).SendNamespacePipelineEvent(ctx, req.(*SendNamespacePipelineEventRequest)) + return srv.(PipelinePublicServiceServer).HandleNamespacePipelineReleaseWebhookEvent(ctx, req.(*HandleNamespacePipelineReleaseWebhookEventRequest)) } return interceptor(ctx, in, info, handler) } -func _PipelinePublicService_SendNamespacePipelineReleaseEvent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(SendNamespacePipelineReleaseEventRequest) +func _PipelinePublicService_DispatchPipelineWebhookEvent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(DispatchPipelineWebhookEventRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { - return srv.(PipelinePublicServiceServer).SendNamespacePipelineReleaseEvent(ctx, in) + return srv.(PipelinePublicServiceServer).DispatchPipelineWebhookEvent(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: PipelinePublicService_SendNamespacePipelineReleaseEvent_FullMethodName, + FullMethod: PipelinePublicService_DispatchPipelineWebhookEvent_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(PipelinePublicServiceServer).SendNamespacePipelineReleaseEvent(ctx, req.(*SendNamespacePipelineReleaseEventRequest)) + return srv.(PipelinePublicServiceServer).DispatchPipelineWebhookEvent(ctx, req.(*DispatchPipelineWebhookEventRequest)) } return interceptor(ctx, in, info, handler) } @@ -4498,12 +4543,16 @@ var PipelinePublicService_ServiceDesc = grpc.ServiceDesc{ Handler: _PipelinePublicService_CloneNamespacePipeline_Handler, }, { - MethodName: "SendNamespacePipelineEvent", - Handler: _PipelinePublicService_SendNamespacePipelineEvent_Handler, + MethodName: "HandleNamespacePipelineWebhookEvent", + Handler: _PipelinePublicService_HandleNamespacePipelineWebhookEvent_Handler, + }, + { + MethodName: "HandleNamespacePipelineReleaseWebhookEvent", + Handler: _PipelinePublicService_HandleNamespacePipelineReleaseWebhookEvent_Handler, }, { - MethodName: "SendNamespacePipelineReleaseEvent", - Handler: _PipelinePublicService_SendNamespacePipelineReleaseEvent_Handler, + MethodName: "DispatchPipelineWebhookEvent", + Handler: _PipelinePublicService_DispatchPipelineWebhookEvent_Handler, }, { MethodName: "TriggerNamespacePipeline",