diff --git a/.changeset/witty-tomatoes-smile.md b/.changeset/witty-tomatoes-smile.md new file mode 100644 index 00000000..aae6e18d --- /dev/null +++ b/.changeset/witty-tomatoes-smile.md @@ -0,0 +1,6 @@ +--- +"github.com/livekit/protocol": minor +"@livekit/protocol": minor +--- + +Add ICERestartWHIPResource to RPC diff --git a/protobufs/rpc/ingress.proto b/protobufs/rpc/ingress.proto index 7cb76874..5f5d317b 100644 --- a/protobufs/rpc/ingress.proto +++ b/protobufs/rpc/ingress.proto @@ -43,6 +43,10 @@ service IngressHandler { rpc DeleteWHIPResource(DeleteWHIPResourceRequest) returns (google.protobuf.Empty) { option (psrpc.options).topics = true; }; + rpc ICERestartWHIPResource(ICERestartWHIPResourceRequest) returns (ICERestartWHIPResourceResponse) { + option (psrpc.options).topics = true; + }; + } message ListActiveIngressRequest {} @@ -56,6 +60,18 @@ message DeleteWHIPResourceRequest { string stream_key = 2; } +message ICERestartWHIPResourceRequest { + string resource_id = 1; + string stream_key = 2; + string user_fragment = 3; + string password = 4; + repeated string candidates = 5; +} + +message ICERestartWHIPResourceResponse { + string trickle_ice_sdpfrag = 1; +} + message StartIngressRequest { livekit.IngressInfo info = 1; string token = 2; diff --git a/rpc/ingress.pb.go b/rpc/ingress.pb.go index 248d2c55..65b66381 100644 --- a/rpc/ingress.pb.go +++ b/rpc/ingress.pb.go @@ -177,6 +177,132 @@ func (x *DeleteWHIPResourceRequest) GetStreamKey() string { return "" } +type ICERestartWHIPResourceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` + StreamKey string `protobuf:"bytes,2,opt,name=stream_key,json=streamKey,proto3" json:"stream_key,omitempty"` + UserFragment string `protobuf:"bytes,3,opt,name=user_fragment,json=userFragment,proto3" json:"user_fragment,omitempty"` + Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` + Candidates []string `protobuf:"bytes,5,rep,name=candidates,proto3" json:"candidates,omitempty"` +} + +func (x *ICERestartWHIPResourceRequest) Reset() { + *x = ICERestartWHIPResourceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_rpc_ingress_proto_msgTypes[3] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ICERestartWHIPResourceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ICERestartWHIPResourceRequest) ProtoMessage() {} + +func (x *ICERestartWHIPResourceRequest) ProtoReflect() protoreflect.Message { + mi := &file_rpc_ingress_proto_msgTypes[3] + 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 ICERestartWHIPResourceRequest.ProtoReflect.Descriptor instead. +func (*ICERestartWHIPResourceRequest) Descriptor() ([]byte, []int) { + return file_rpc_ingress_proto_rawDescGZIP(), []int{3} +} + +func (x *ICERestartWHIPResourceRequest) GetResourceId() string { + if x != nil { + return x.ResourceId + } + return "" +} + +func (x *ICERestartWHIPResourceRequest) GetStreamKey() string { + if x != nil { + return x.StreamKey + } + return "" +} + +func (x *ICERestartWHIPResourceRequest) GetUserFragment() string { + if x != nil { + return x.UserFragment + } + return "" +} + +func (x *ICERestartWHIPResourceRequest) GetPassword() string { + if x != nil { + return x.Password + } + return "" +} + +func (x *ICERestartWHIPResourceRequest) GetCandidates() []string { + if x != nil { + return x.Candidates + } + return nil +} + +type ICERestartWHIPResourceResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + TrickleIceSdpfrag string `protobuf:"bytes,1,opt,name=trickle_ice_sdpfrag,json=trickleIceSdpfrag,proto3" json:"trickle_ice_sdpfrag,omitempty"` +} + +func (x *ICERestartWHIPResourceResponse) Reset() { + *x = ICERestartWHIPResourceResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_rpc_ingress_proto_msgTypes[4] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ICERestartWHIPResourceResponse) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ICERestartWHIPResourceResponse) ProtoMessage() {} + +func (x *ICERestartWHIPResourceResponse) ProtoReflect() protoreflect.Message { + mi := &file_rpc_ingress_proto_msgTypes[4] + 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 ICERestartWHIPResourceResponse.ProtoReflect.Descriptor instead. +func (*ICERestartWHIPResourceResponse) Descriptor() ([]byte, []int) { + return file_rpc_ingress_proto_rawDescGZIP(), []int{4} +} + +func (x *ICERestartWHIPResourceResponse) GetTrickleIceSdpfrag() string { + if x != nil { + return x.TrickleIceSdpfrag + } + return "" +} + type StartIngressRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache @@ -191,7 +317,7 @@ type StartIngressRequest struct { func (x *StartIngressRequest) Reset() { *x = StartIngressRequest{} if protoimpl.UnsafeEnabled { - mi := &file_rpc_ingress_proto_msgTypes[3] + mi := &file_rpc_ingress_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -204,7 +330,7 @@ func (x *StartIngressRequest) String() string { func (*StartIngressRequest) ProtoMessage() {} func (x *StartIngressRequest) ProtoReflect() protoreflect.Message { - mi := &file_rpc_ingress_proto_msgTypes[3] + mi := &file_rpc_ingress_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -217,7 +343,7 @@ func (x *StartIngressRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use StartIngressRequest.ProtoReflect.Descriptor instead. func (*StartIngressRequest) Descriptor() ([]byte, []int) { - return file_rpc_ingress_proto_rawDescGZIP(), []int{3} + return file_rpc_ingress_proto_rawDescGZIP(), []int{5} } func (x *StartIngressRequest) GetInfo() *livekit.IngressInfo { @@ -268,50 +394,74 @@ var file_rpc_ingress_proto_rawDesc = []byte{ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x4b, - 0x65, 0x79, 0x22, 0x82, 0x02, 0x0a, 0x13, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x67, 0x72, - 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x28, 0x0a, 0x04, 0x69, 0x6e, - 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, - 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x15, 0x0a, 0x06, 0x77, 0x73, - 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x77, 0x73, 0x55, 0x72, - 0x6c, 0x12, 0x52, 0x0a, 0x0e, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x66, 0x69, 0x65, - 0x6c, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x72, 0x70, 0x63, 0x2e, - 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, - 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x46, - 0x69, 0x65, 0x6c, 0x64, 0x73, 0x1a, 0x40, 0x0a, 0x12, 0x4c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, - 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 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, 0x32, 0xb7, 0x01, 0x0a, 0x0f, 0x49, 0x6e, 0x67, 0x72, - 0x65, 0x73, 0x73, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x12, 0x46, 0x0a, 0x0c, 0x53, - 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x18, 0x2e, 0x72, 0x70, - 0x63, 0x2e, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x06, 0xb2, 0x89, 0x01, - 0x02, 0x30, 0x01, 0x12, 0x5c, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, - 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1d, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4c, - 0x69, 0x73, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4c, 0x69, - 0x73, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x08, 0xb2, 0x89, 0x01, 0x04, 0x10, 0x01, 0x28, - 0x01, 0x32, 0x84, 0x02, 0x0a, 0x0e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x48, 0x61, 0x6e, - 0x64, 0x6c, 0x65, 0x72, 0x12, 0x4d, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, - 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1d, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x49, - 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x22, 0x06, 0xb2, 0x89, 0x01, - 0x02, 0x10, 0x01, 0x12, 0x4d, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x67, - 0x72, 0x65, 0x73, 0x73, 0x12, 0x1d, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x49, 0x6e, - 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x22, 0x06, 0xb2, 0x89, 0x01, 0x02, - 0x10, 0x01, 0x12, 0x54, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x48, 0x49, 0x50, - 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x48, 0x49, 0x50, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, - 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, + 0x65, 0x79, 0x22, 0xc0, 0x01, 0x0a, 0x1d, 0x49, 0x43, 0x45, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, + 0x74, 0x57, 0x48, 0x49, 0x50, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x5f, + 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x72, 0x65, 0x61, + 0x6d, 0x4b, 0x65, 0x79, 0x12, 0x23, 0x0a, 0x0d, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x66, 0x72, 0x61, + 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x75, 0x73, 0x65, + 0x72, 0x46, 0x72, 0x61, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, + 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, + 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x61, 0x6e, 0x64, 0x69, 0x64, 0x61, + 0x74, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x61, 0x6e, 0x64, 0x69, + 0x64, 0x61, 0x74, 0x65, 0x73, 0x22, 0x50, 0x0a, 0x1e, 0x49, 0x43, 0x45, 0x52, 0x65, 0x73, 0x74, + 0x61, 0x72, 0x74, 0x57, 0x48, 0x49, 0x50, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x13, 0x74, 0x72, 0x69, 0x63, 0x6b, + 0x6c, 0x65, 0x5f, 0x69, 0x63, 0x65, 0x5f, 0x73, 0x64, 0x70, 0x66, 0x72, 0x61, 0x67, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x74, 0x72, 0x69, 0x63, 0x6b, 0x6c, 0x65, 0x49, 0x63, 0x65, + 0x53, 0x64, 0x70, 0x66, 0x72, 0x61, 0x67, 0x22, 0x82, 0x02, 0x0a, 0x13, 0x53, 0x74, 0x61, 0x72, + 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x28, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, + 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, + 0x15, 0x0a, 0x06, 0x77, 0x73, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x05, 0x77, 0x73, 0x55, 0x72, 0x6c, 0x12, 0x52, 0x0a, 0x0e, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, + 0x67, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, + 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, + 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x6c, 0x6f, 0x67, + 0x67, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x1a, 0x40, 0x0a, 0x12, 0x4c, 0x6f, + 0x67, 0x67, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 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, 0x32, 0xb7, 0x01, 0x0a, + 0x0f, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x12, 0x46, 0x0a, 0x0c, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x12, 0x18, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x6c, 0x69, 0x76, + 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, + 0x22, 0x06, 0xb2, 0x89, 0x01, 0x02, 0x30, 0x01, 0x12, 0x5c, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, + 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1d, 0x2e, + 0x72, 0x70, 0x63, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x72, + 0x70, 0x63, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x08, 0xb2, 0x89, + 0x01, 0x04, 0x10, 0x01, 0x28, 0x01, 0x32, 0xef, 0x02, 0x0a, 0x0e, 0x49, 0x6e, 0x67, 0x72, 0x65, + 0x73, 0x73, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x12, 0x4d, 0x0a, 0x0d, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1d, 0x2e, 0x6c, 0x69, 0x76, + 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, + 0x6b, 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x22, 0x06, 0xb2, 0x89, 0x01, 0x02, 0x10, 0x01, 0x12, 0x4d, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1d, 0x2e, 0x6c, 0x69, 0x76, 0x65, + 0x6b, 0x69, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x22, + 0x06, 0xb2, 0x89, 0x01, 0x02, 0x10, 0x01, 0x12, 0x54, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x57, 0x48, 0x49, 0x50, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1e, 0x2e, + 0x72, 0x70, 0x63, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x48, 0x49, 0x50, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x06, 0xb2, 0x89, 0x01, 0x02, 0x10, 0x01, 0x12, 0x69, 0x0a, + 0x16, 0x49, 0x43, 0x45, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x57, 0x48, 0x49, 0x50, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x43, + 0x45, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x57, 0x48, 0x49, 0x50, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x72, 0x70, + 0x63, 0x2e, 0x49, 0x43, 0x45, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x57, 0x48, 0x49, 0x50, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x06, 0xb2, 0x89, 0x01, 0x02, 0x10, 0x01, 0x42, 0x21, 0x5a, 0x1f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2f, 0x72, 0x70, 0x63, 0x62, 0x06, 0x70, 0x72, 0x6f, @@ -330,37 +480,41 @@ func file_rpc_ingress_proto_rawDescGZIP() []byte { return file_rpc_ingress_proto_rawDescData } -var file_rpc_ingress_proto_msgTypes = make([]protoimpl.MessageInfo, 5) +var file_rpc_ingress_proto_msgTypes = make([]protoimpl.MessageInfo, 7) var file_rpc_ingress_proto_goTypes = []interface{}{ - (*ListActiveIngressRequest)(nil), // 0: rpc.ListActiveIngressRequest - (*ListActiveIngressResponse)(nil), // 1: rpc.ListActiveIngressResponse - (*DeleteWHIPResourceRequest)(nil), // 2: rpc.DeleteWHIPResourceRequest - (*StartIngressRequest)(nil), // 3: rpc.StartIngressRequest - nil, // 4: rpc.StartIngressRequest.LoggingFieldsEntry - (*livekit.IngressInfo)(nil), // 5: livekit.IngressInfo - (*livekit.UpdateIngressRequest)(nil), // 6: livekit.UpdateIngressRequest - (*livekit.DeleteIngressRequest)(nil), // 7: livekit.DeleteIngressRequest - (*livekit.IngressState)(nil), // 8: livekit.IngressState - (*emptypb.Empty)(nil), // 9: google.protobuf.Empty + (*ListActiveIngressRequest)(nil), // 0: rpc.ListActiveIngressRequest + (*ListActiveIngressResponse)(nil), // 1: rpc.ListActiveIngressResponse + (*DeleteWHIPResourceRequest)(nil), // 2: rpc.DeleteWHIPResourceRequest + (*ICERestartWHIPResourceRequest)(nil), // 3: rpc.ICERestartWHIPResourceRequest + (*ICERestartWHIPResourceResponse)(nil), // 4: rpc.ICERestartWHIPResourceResponse + (*StartIngressRequest)(nil), // 5: rpc.StartIngressRequest + nil, // 6: rpc.StartIngressRequest.LoggingFieldsEntry + (*livekit.IngressInfo)(nil), // 7: livekit.IngressInfo + (*livekit.UpdateIngressRequest)(nil), // 8: livekit.UpdateIngressRequest + (*livekit.DeleteIngressRequest)(nil), // 9: livekit.DeleteIngressRequest + (*livekit.IngressState)(nil), // 10: livekit.IngressState + (*emptypb.Empty)(nil), // 11: google.protobuf.Empty } var file_rpc_ingress_proto_depIdxs = []int32{ - 5, // 0: rpc.StartIngressRequest.info:type_name -> livekit.IngressInfo - 4, // 1: rpc.StartIngressRequest.logging_fields:type_name -> rpc.StartIngressRequest.LoggingFieldsEntry - 3, // 2: rpc.IngressInternal.StartIngress:input_type -> rpc.StartIngressRequest - 0, // 3: rpc.IngressInternal.ListActiveIngress:input_type -> rpc.ListActiveIngressRequest - 6, // 4: rpc.IngressHandler.UpdateIngress:input_type -> livekit.UpdateIngressRequest - 7, // 5: rpc.IngressHandler.DeleteIngress:input_type -> livekit.DeleteIngressRequest - 2, // 6: rpc.IngressHandler.DeleteWHIPResource:input_type -> rpc.DeleteWHIPResourceRequest - 5, // 7: rpc.IngressInternal.StartIngress:output_type -> livekit.IngressInfo - 1, // 8: rpc.IngressInternal.ListActiveIngress:output_type -> rpc.ListActiveIngressResponse - 8, // 9: rpc.IngressHandler.UpdateIngress:output_type -> livekit.IngressState - 8, // 10: rpc.IngressHandler.DeleteIngress:output_type -> livekit.IngressState - 9, // 11: rpc.IngressHandler.DeleteWHIPResource:output_type -> google.protobuf.Empty - 7, // [7:12] is the sub-list for method output_type - 2, // [2:7] is the sub-list for method input_type - 2, // [2:2] is the sub-list for extension type_name - 2, // [2:2] is the sub-list for extension extendee - 0, // [0:2] is the sub-list for field type_name + 7, // 0: rpc.StartIngressRequest.info:type_name -> livekit.IngressInfo + 6, // 1: rpc.StartIngressRequest.logging_fields:type_name -> rpc.StartIngressRequest.LoggingFieldsEntry + 5, // 2: rpc.IngressInternal.StartIngress:input_type -> rpc.StartIngressRequest + 0, // 3: rpc.IngressInternal.ListActiveIngress:input_type -> rpc.ListActiveIngressRequest + 8, // 4: rpc.IngressHandler.UpdateIngress:input_type -> livekit.UpdateIngressRequest + 9, // 5: rpc.IngressHandler.DeleteIngress:input_type -> livekit.DeleteIngressRequest + 2, // 6: rpc.IngressHandler.DeleteWHIPResource:input_type -> rpc.DeleteWHIPResourceRequest + 3, // 7: rpc.IngressHandler.ICERestartWHIPResource:input_type -> rpc.ICERestartWHIPResourceRequest + 7, // 8: rpc.IngressInternal.StartIngress:output_type -> livekit.IngressInfo + 1, // 9: rpc.IngressInternal.ListActiveIngress:output_type -> rpc.ListActiveIngressResponse + 10, // 10: rpc.IngressHandler.UpdateIngress:output_type -> livekit.IngressState + 10, // 11: rpc.IngressHandler.DeleteIngress:output_type -> livekit.IngressState + 11, // 12: rpc.IngressHandler.DeleteWHIPResource:output_type -> google.protobuf.Empty + 4, // 13: rpc.IngressHandler.ICERestartWHIPResource:output_type -> rpc.ICERestartWHIPResourceResponse + 8, // [8:14] is the sub-list for method output_type + 2, // [2:8] is the sub-list for method input_type + 2, // [2:2] is the sub-list for extension type_name + 2, // [2:2] is the sub-list for extension extendee + 0, // [0:2] is the sub-list for field type_name } func init() { file_rpc_ingress_proto_init() } @@ -406,6 +560,30 @@ func file_rpc_ingress_proto_init() { } } file_rpc_ingress_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ICERestartWHIPResourceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_rpc_ingress_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ICERestartWHIPResourceResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_rpc_ingress_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartIngressRequest); i { case 0: return &v.state @@ -424,7 +602,7 @@ func file_rpc_ingress_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_rpc_ingress_proto_rawDesc, NumEnums: 0, - NumMessages: 5, + NumMessages: 7, NumExtensions: 0, NumServices: 2, }, diff --git a/rpc/ingress.psrpc.go b/rpc/ingress.psrpc.go index edca3152..9fb2af75 100644 --- a/rpc/ingress.psrpc.go +++ b/rpc/ingress.psrpc.go @@ -150,6 +150,8 @@ type IngressHandlerClient interface { DeleteIngress(ctx context.Context, topic string, req *livekit3.DeleteIngressRequest, opts ...psrpc.RequestOption) (*livekit3.IngressState, error) DeleteWHIPResource(ctx context.Context, topic string, req *DeleteWHIPResourceRequest, opts ...psrpc.RequestOption) (*google_protobuf.Empty, error) + + ICERestartWHIPResource(ctx context.Context, topic string, req *ICERestartWHIPResourceRequest, opts ...psrpc.RequestOption) (*ICERestartWHIPResourceResponse, error) } // =================================== @@ -162,6 +164,8 @@ type IngressHandlerServerImpl interface { DeleteIngress(context.Context, *livekit3.DeleteIngressRequest) (*livekit3.IngressState, error) DeleteWHIPResource(context.Context, *DeleteWHIPResourceRequest) (*google_protobuf.Empty, error) + + ICERestartWHIPResource(context.Context, *ICERestartWHIPResourceRequest) (*ICERestartWHIPResourceResponse, error) } // =============================== @@ -175,6 +179,8 @@ type IngressHandlerServer interface { DeregisterDeleteIngressTopic(topic string) RegisterDeleteWHIPResourceTopic(topic string) error DeregisterDeleteWHIPResourceTopic(topic string) + RegisterICERestartWHIPResourceTopic(topic string) error + DeregisterICERestartWHIPResourceTopic(topic string) // Close and wait for pending RPCs to complete Shutdown() @@ -201,6 +207,7 @@ func NewIngressHandlerClient(bus psrpc.MessageBus, opts ...psrpc.ClientOption) ( sd.RegisterMethod("UpdateIngress", false, false, true, true) sd.RegisterMethod("DeleteIngress", false, false, true, true) sd.RegisterMethod("DeleteWHIPResource", false, false, true, true) + sd.RegisterMethod("ICERestartWHIPResource", false, false, true, true) rpcClient, err := client.NewRPCClient(sd, bus, opts...) if err != nil { @@ -224,6 +231,10 @@ func (c *ingressHandlerClient) DeleteWHIPResource(ctx context.Context, topic str return client.RequestSingle[*google_protobuf.Empty](ctx, c.client, "DeleteWHIPResource", []string{topic}, req, opts...) } +func (c *ingressHandlerClient) ICERestartWHIPResource(ctx context.Context, topic string, req *ICERestartWHIPResourceRequest, opts ...psrpc.RequestOption) (*ICERestartWHIPResourceResponse, error) { + return client.RequestSingle[*ICERestartWHIPResourceResponse](ctx, c.client, "ICERestartWHIPResource", []string{topic}, req, opts...) +} + // ===================== // IngressHandler Server // ===================== @@ -246,6 +257,7 @@ func NewIngressHandlerServer(svc IngressHandlerServerImpl, bus psrpc.MessageBus, sd.RegisterMethod("UpdateIngress", false, false, true, true) sd.RegisterMethod("DeleteIngress", false, false, true, true) sd.RegisterMethod("DeleteWHIPResource", false, false, true, true) + sd.RegisterMethod("ICERestartWHIPResource", false, false, true, true) return &ingressHandlerServer{ svc: svc, rpc: s, @@ -276,6 +288,14 @@ func (s *ingressHandlerServer) DeregisterDeleteWHIPResourceTopic(topic string) { s.rpc.DeregisterHandler("DeleteWHIPResource", []string{topic}) } +func (s *ingressHandlerServer) RegisterICERestartWHIPResourceTopic(topic string) error { + return server.RegisterHandler(s.rpc, "ICERestartWHIPResource", []string{topic}, s.svc.ICERestartWHIPResource, nil) +} + +func (s *ingressHandlerServer) DeregisterICERestartWHIPResourceTopic(topic string) { + s.rpc.DeregisterHandler("ICERestartWHIPResource", []string{topic}) +} + func (s *ingressHandlerServer) Shutdown() { s.rpc.Close(false) } @@ -285,38 +305,45 @@ func (s *ingressHandlerServer) Kill() { } var psrpcFileDescriptor2 = []byte{ - // 516 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x51, 0x8b, 0xd3, 0x40, - 0x10, 0x66, 0xd3, 0xb3, 0x78, 0x73, 0xde, 0x79, 0xb7, 0x5e, 0x25, 0x17, 0x39, 0xaf, 0xe6, 0xa9, - 0x20, 0xa4, 0x52, 0x5f, 0x44, 0x7c, 0xa8, 0xe2, 0x49, 0x8b, 0x27, 0x48, 0xce, 0x43, 0x50, 0x30, - 0xa4, 0xc9, 0x34, 0x2e, 0xdd, 0x66, 0xe3, 0xee, 0xa6, 0x47, 0x5f, 0xc5, 0x97, 0xfe, 0x9d, 0xbe, - 0xfa, 0xe7, 0x24, 0xd9, 0x44, 0x5a, 0xdb, 0x82, 0x6f, 0x99, 0x6f, 0xbe, 0xfd, 0xe6, 0x9b, 0xc9, - 0x0c, 0x9c, 0xc8, 0x2c, 0xea, 0xb2, 0x34, 0x91, 0xa8, 0x94, 0x97, 0x49, 0xa1, 0x05, 0x6d, 0xc8, - 0x2c, 0x72, 0x0e, 0x45, 0xa6, 0x99, 0x48, 0x2b, 0xcc, 0x69, 0x71, 0x36, 0xc3, 0x09, 0xd3, 0xc1, - 0x1a, 0xd5, 0x79, 0x94, 0x08, 0x91, 0x70, 0xec, 0x96, 0xd1, 0x28, 0x1f, 0x77, 0x71, 0x9a, 0xe9, - 0xb9, 0x49, 0xba, 0x0e, 0xd8, 0x57, 0x4c, 0xe9, 0xd7, 0x91, 0x66, 0x33, 0x1c, 0x9a, 0x77, 0x3e, - 0xfe, 0xc8, 0x51, 0x69, 0xf7, 0x15, 0x9c, 0x6d, 0xc9, 0xa9, 0x4c, 0xa4, 0x0a, 0xe9, 0x05, 0x1c, - 0x54, 0x65, 0x02, 0x16, 0x2b, 0x9b, 0xb4, 0x1b, 0x9d, 0x7d, 0x1f, 0x2a, 0x68, 0x18, 0x2b, 0xf7, - 0x2b, 0x9c, 0xbd, 0x45, 0x8e, 0x1a, 0x3f, 0x0f, 0x86, 0x1f, 0x7d, 0x54, 0x22, 0x97, 0x11, 0x56, - 0xd2, 0xc5, 0x6b, 0x59, 0x41, 0x01, 0x8b, 0x6d, 0xd2, 0x26, 0xc5, 0xeb, 0x1a, 0x1a, 0xc6, 0xf4, - 0x1c, 0x40, 0x69, 0x89, 0xe1, 0x34, 0x98, 0xe0, 0xdc, 0xb6, 0xca, 0xfc, 0xbe, 0x41, 0xde, 0xe3, - 0xdc, 0xfd, 0x69, 0xc1, 0x83, 0x6b, 0x1d, 0x4a, 0xbd, 0x6e, 0x99, 0x76, 0x60, 0x8f, 0xa5, 0x63, - 0x51, 0x0a, 0x1e, 0xf4, 0x4e, 0xbd, 0x6a, 0x22, 0x5e, 0x45, 0x1b, 0xa6, 0x63, 0xe1, 0x97, 0x0c, - 0x7a, 0x0a, 0x77, 0xb4, 0x98, 0x60, 0x5a, 0x69, 0x9b, 0x80, 0xb6, 0xa0, 0x79, 0xab, 0x82, 0x5c, - 0x72, 0xbb, 0x61, 0xe0, 0x5b, 0x75, 0x23, 0x39, 0xf5, 0xe1, 0x88, 0x8b, 0x24, 0x61, 0x69, 0x12, - 0x8c, 0x19, 0xf2, 0x58, 0xd9, 0x7b, 0xed, 0x46, 0xe7, 0xa0, 0xf7, 0xd4, 0x93, 0x59, 0xe4, 0x6d, - 0x31, 0xe2, 0x5d, 0x19, 0xfa, 0xbb, 0x92, 0x7d, 0x99, 0x6a, 0x39, 0xf7, 0x0f, 0xf9, 0x2a, 0xe6, - 0xf4, 0x81, 0x6e, 0x92, 0xe8, 0x31, 0x34, 0x8a, 0x86, 0xcd, 0x40, 0x8a, 0xcf, 0xc2, 0xe8, 0x2c, - 0xe4, 0x39, 0xd6, 0x46, 0xcb, 0xe0, 0xa5, 0xf5, 0x82, 0xf4, 0x7e, 0x13, 0xb8, 0xff, 0xb7, 0x31, - 0x8d, 0x32, 0x0d, 0x39, 0x1d, 0xc0, 0xbd, 0x55, 0x3b, 0xd4, 0xde, 0xe5, 0xd0, 0xd9, 0x3a, 0x1c, - 0xf7, 0xee, 0x72, 0x41, 0xf6, 0xfa, 0xe4, 0x19, 0xa1, 0xdf, 0xe0, 0x64, 0xe3, 0xef, 0xd3, 0xf3, - 0x52, 0x6e, 0xd7, 0xc6, 0x38, 0x8f, 0x77, 0xa5, 0xcd, 0xd2, 0xb8, 0xb0, 0x5c, 0x90, 0xe6, 0x31, - 0xe9, 0x5b, 0x1d, 0xd2, 0xfb, 0x65, 0xc1, 0x51, 0x95, 0x1f, 0x84, 0x69, 0xcc, 0x51, 0xd2, 0x0f, - 0x70, 0x78, 0x93, 0xc5, 0xa1, 0x5e, 0x29, 0x57, 0x7b, 0x5c, 0xc3, 0xeb, 0x72, 0xad, 0x7f, 0x5b, - 0xb8, 0xd6, 0xa1, 0x46, 0xb7, 0xb9, 0x5c, 0x10, 0xeb, 0x98, 0x14, 0x72, 0x66, 0x03, 0x37, 0xe5, - 0xd6, 0xf0, 0xff, 0x94, 0xfb, 0x04, 0x74, 0x73, 0xa1, 0xa9, 0x69, 0x79, 0xe7, 0xa6, 0x3b, 0x0f, - 0x3d, 0x73, 0x7e, 0x5e, 0x7d, 0x7e, 0xde, 0x65, 0x71, 0x7e, 0xb5, 0xea, 0x9b, 0x27, 0x5f, 0x2e, - 0x12, 0xa6, 0xbf, 0xe7, 0x23, 0x2f, 0x12, 0xd3, 0x6e, 0x65, 0xc0, 0xdc, 0x6a, 0x24, 0x78, 0x57, - 0x66, 0xd1, 0xa8, 0x59, 0x46, 0xcf, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x53, 0x41, 0x1b, 0x63, - 0x07, 0x04, 0x00, 0x00, + // 637 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0xcb, 0x4e, 0xdb, 0x40, + 0x14, 0xd5, 0x24, 0x21, 0x82, 0x0b, 0xa1, 0x30, 0x3c, 0x64, 0x5c, 0xf1, 0xa8, 0xd9, 0x44, 0xaa, + 0xe4, 0x54, 0xe9, 0xa6, 0xaa, 0xba, 0xa0, 0x0f, 0x10, 0x56, 0xa9, 0x84, 0x4c, 0x51, 0xa5, 0x56, + 0xaa, 0x65, 0xec, 0x1b, 0x77, 0x14, 0xc7, 0xe3, 0xce, 0x8c, 0x41, 0xd9, 0x76, 0xc7, 0xef, 0xb0, + 0xed, 0xa6, 0x7f, 0xd4, 0x5f, 0xa8, 0xec, 0x99, 0x00, 0x69, 0x12, 0xd4, 0x4d, 0x77, 0xbe, 0xe7, + 0x9c, 0x39, 0xf7, 0x31, 0xbe, 0x03, 0xab, 0x22, 0x8f, 0x3a, 0x2c, 0x4b, 0x04, 0x4a, 0xe9, 0xe6, + 0x82, 0x2b, 0x4e, 0xeb, 0x22, 0x8f, 0xec, 0x16, 0xcf, 0x15, 0xe3, 0x99, 0xc1, 0xec, 0x8d, 0x94, + 0x5d, 0x62, 0x9f, 0xa9, 0x60, 0x4c, 0x6a, 0x3f, 0x4e, 0x38, 0x4f, 0x52, 0xec, 0x54, 0xd1, 0x45, + 0xd1, 0xeb, 0xe0, 0x20, 0x57, 0x43, 0x4d, 0x3a, 0x36, 0x58, 0x27, 0x4c, 0xaa, 0xd7, 0x91, 0x62, + 0x97, 0xe8, 0xe9, 0x73, 0x3e, 0x7e, 0x2f, 0x50, 0x2a, 0xe7, 0x15, 0x6c, 0x4d, 0xe1, 0x64, 0xce, + 0x33, 0x89, 0x74, 0x17, 0x16, 0x4d, 0x9a, 0x80, 0xc5, 0xd2, 0x22, 0x7b, 0xf5, 0xf6, 0x82, 0x0f, + 0x06, 0xf2, 0x62, 0xe9, 0x7c, 0x81, 0xad, 0x77, 0x98, 0xa2, 0xc2, 0x4f, 0xc7, 0xde, 0xa9, 0x8f, + 0x92, 0x17, 0x22, 0x42, 0x63, 0x5d, 0x9e, 0x16, 0x06, 0x0a, 0x58, 0x6c, 0x91, 0x3d, 0x52, 0x9e, + 0x1e, 0x41, 0x5e, 0x4c, 0xb7, 0x01, 0xa4, 0x12, 0x18, 0x0e, 0x82, 0x3e, 0x0e, 0xad, 0x5a, 0xc5, + 0x2f, 0x68, 0xe4, 0x3d, 0x0e, 0x9d, 0x5f, 0x04, 0xb6, 0xbd, 0xb7, 0x87, 0x3e, 0x4a, 0x15, 0x0a, + 0xf5, 0x1f, 0x32, 0xd0, 0x7d, 0x68, 0x15, 0x12, 0x45, 0xd0, 0x13, 0x61, 0x32, 0xc0, 0x4c, 0x59, + 0xf5, 0x4a, 0xb1, 0x54, 0x82, 0x47, 0x06, 0xa3, 0x36, 0xcc, 0xe7, 0xa1, 0x94, 0x57, 0x5c, 0xc4, + 0x56, 0xa3, 0xe2, 0x6f, 0x63, 0xba, 0x03, 0x10, 0x85, 0x59, 0xcc, 0xe2, 0x50, 0xa1, 0xb4, 0xe6, + 0xf4, 0x7c, 0xee, 0x10, 0xe7, 0x14, 0x76, 0x66, 0x75, 0x60, 0x46, 0xec, 0xc2, 0x9a, 0x12, 0x2c, + 0xea, 0xa7, 0x18, 0xb0, 0x08, 0x03, 0x19, 0xe7, 0x65, 0x31, 0xa6, 0x95, 0x55, 0x43, 0x79, 0x11, + 0x9e, 0x69, 0xc2, 0xf9, 0x51, 0x83, 0xb5, 0xb3, 0xd2, 0x6d, 0xfc, 0x1e, 0x69, 0x1b, 0x1a, 0x2c, + 0xeb, 0xf1, 0xea, 0xe0, 0x62, 0x77, 0xdd, 0x35, 0xbf, 0x89, 0x6b, 0x64, 0x5e, 0xd6, 0xe3, 0x7e, + 0xa5, 0xa0, 0xeb, 0x30, 0xa7, 0x78, 0x1f, 0x33, 0x33, 0x0e, 0x1d, 0xd0, 0x0d, 0x68, 0x5e, 0xc9, + 0xa0, 0x10, 0xa9, 0x99, 0xc1, 0xdc, 0x95, 0x3c, 0x17, 0x29, 0xf5, 0x61, 0x39, 0xe5, 0x49, 0xc2, + 0xb2, 0x24, 0xe8, 0x31, 0x4c, 0x63, 0x69, 0x35, 0xf6, 0xea, 0xed, 0xc5, 0xee, 0x53, 0x57, 0xe4, + 0x91, 0x3b, 0xa5, 0x10, 0xf7, 0x44, 0xcb, 0x8f, 0x2a, 0xf5, 0x61, 0xa6, 0xc4, 0xd0, 0x6f, 0xa5, + 0xf7, 0x31, 0xfb, 0x00, 0xe8, 0xa4, 0x88, 0xae, 0x40, 0xbd, 0xbc, 0x23, 0xdd, 0x78, 0xf9, 0x59, + 0x16, 0x7a, 0x19, 0xa6, 0x05, 0x8e, 0x0a, 0xad, 0x82, 0x97, 0xb5, 0x17, 0xa4, 0xfb, 0x93, 0xc0, + 0xa3, 0xdb, 0xc6, 0x14, 0x8a, 0x2c, 0x4c, 0xe9, 0x31, 0x2c, 0xdd, 0x2f, 0x87, 0x5a, 0xb3, 0x2a, + 0xb4, 0xa7, 0x0e, 0xc7, 0x99, 0xbf, 0xb9, 0x26, 0x8d, 0x03, 0xf2, 0x8c, 0xd0, 0xaf, 0xb0, 0x3a, + 0xb1, 0x12, 0x74, 0xbb, 0xb2, 0x9b, 0xb5, 0x46, 0xf6, 0xce, 0x2c, 0x5a, 0x5f, 0xb3, 0x03, 0x37, + 0xd7, 0xa4, 0xb9, 0x42, 0x0e, 0x6a, 0x6d, 0xd2, 0xfd, 0x5d, 0x83, 0x65, 0xc3, 0x1f, 0x87, 0x59, + 0x9c, 0xa2, 0xa0, 0x1f, 0xa0, 0x75, 0x9e, 0x97, 0xbf, 0xcc, 0x5d, 0xba, 0x51, 0x8d, 0x63, 0xf8, + 0x28, 0xdd, 0xc6, 0xdf, 0x2d, 0x9c, 0xa9, 0x50, 0xa1, 0xd3, 0xbc, 0xb9, 0x26, 0xb5, 0x15, 0x52, + 0xda, 0xe9, 0xb5, 0x9c, 0xb4, 0x1b, 0xc3, 0xff, 0xd1, 0xee, 0x23, 0xd0, 0xc9, 0x2d, 0xa7, 0xba, + 0xe5, 0x99, 0xeb, 0x6f, 0x6f, 0xba, 0xfa, 0x4d, 0x72, 0x47, 0x6f, 0x92, 0x7b, 0x58, 0xbe, 0x49, + 0xb7, 0xae, 0x0c, 0x36, 0xa7, 0xef, 0x06, 0x75, 0x2a, 0xe7, 0x07, 0x57, 0xdf, 0xde, 0x7f, 0x50, + 0x63, 0xa6, 0x6e, 0x52, 0xbd, 0x79, 0xf2, 0x79, 0x37, 0x61, 0xea, 0x5b, 0x71, 0xe1, 0x46, 0x7c, + 0xd0, 0x31, 0xbd, 0xea, 0xb7, 0x32, 0xe2, 0x69, 0x47, 0xe4, 0xd1, 0x45, 0xb3, 0x8a, 0x9e, 0xff, + 0x09, 0x00, 0x00, 0xff, 0xff, 0xbf, 0x61, 0x09, 0x25, 0x87, 0x05, 0x00, 0x00, }