diff --git a/.changeset/gentle-houses-grin.md b/.changeset/gentle-houses-grin.md new file mode 100644 index 00000000..b7dc81e9 --- /dev/null +++ b/.changeset/gentle-houses-grin.md @@ -0,0 +1,6 @@ +--- +"github.com/livekit/protocol": patch +"@livekit/protocol": patch +--- + +Allow SIP inbound to specify room configuration diff --git a/infra/link.pb.go b/infra/link.pb.go index 0fddb172..337f795d 100644 --- a/infra/link.pb.go +++ b/infra/link.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: infra/link.proto diff --git a/livekit/livekit_agent.pb.go b/livekit/livekit_agent.pb.go index 2710faf7..f1179600 100644 --- a/livekit/livekit_agent.pb.go +++ b/livekit/livekit_agent.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_agent.proto diff --git a/livekit/livekit_agent_dispatch.pb.go b/livekit/livekit_agent_dispatch.pb.go index 0aba0c29..84ad9473 100644 --- a/livekit/livekit_agent_dispatch.pb.go +++ b/livekit/livekit_agent_dispatch.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_agent_dispatch.proto diff --git a/livekit/livekit_analytics.pb.go b/livekit/livekit_analytics.pb.go index 478606ed..737b3693 100644 --- a/livekit/livekit_analytics.pb.go +++ b/livekit/livekit_analytics.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_analytics.proto diff --git a/livekit/livekit_egress.pb.go b/livekit/livekit_egress.pb.go index 2ea46a65..0330c52a 100644 --- a/livekit/livekit_egress.pb.go +++ b/livekit/livekit_egress.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_egress.proto diff --git a/livekit/livekit_ingress.pb.go b/livekit/livekit_ingress.pb.go index 26b9e44e..a7e42be2 100644 --- a/livekit/livekit_ingress.pb.go +++ b/livekit/livekit_ingress.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_ingress.proto diff --git a/livekit/livekit_internal.pb.go b/livekit/livekit_internal.pb.go index 5ce2a8d4..e5e7e204 100644 --- a/livekit/livekit_internal.pb.go +++ b/livekit/livekit_internal.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_internal.proto diff --git a/livekit/livekit_metrics.pb.go b/livekit/livekit_metrics.pb.go index 93bd3645..cca4b682 100644 --- a/livekit/livekit_metrics.pb.go +++ b/livekit/livekit_metrics.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_metrics.proto diff --git a/livekit/livekit_models.pb.go b/livekit/livekit_models.pb.go index c068414d..5183bb58 100644 --- a/livekit/livekit_models.pb.go +++ b/livekit/livekit_models.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_models.proto diff --git a/livekit/livekit_room.pb.go b/livekit/livekit_room.pb.go index 9edf647f..e9098ba8 100644 --- a/livekit/livekit_room.pb.go +++ b/livekit/livekit_room.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_room.proto diff --git a/livekit/livekit_rtc.pb.go b/livekit/livekit_rtc.pb.go index d582c936..3ba3c84c 100644 --- a/livekit/livekit_rtc.pb.go +++ b/livekit/livekit_rtc.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_rtc.proto diff --git a/livekit/livekit_sip.pb.go b/livekit/livekit_sip.pb.go index 43e625dd..270328fa 100644 --- a/livekit/livekit_sip.pb.go +++ b/livekit/livekit_sip.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_sip.proto @@ -1800,7 +1800,11 @@ type CreateSIPDispatchRuleRequest struct { Metadata string `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"` // User-defined attributes for the Dispatch Rule. // Participants created by this rule will inherit these attributes. - Attributes map[string]string `protobuf:"bytes,7,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + Attributes map[string]string `protobuf:"bytes,7,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + // Cloud-only, config preset to use + RoomPreset string `protobuf:"bytes,8,opt,name=room_preset,json=roomPreset,proto3" json:"room_preset,omitempty"` + // RoomConfiguration to use if the participant initiates the room + RoomConfig *RoomConfiguration `protobuf:"bytes,9,opt,name=room_config,json=roomConfig,proto3" json:"room_config,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1884,6 +1888,20 @@ func (x *CreateSIPDispatchRuleRequest) GetAttributes() map[string]string { return nil } +func (x *CreateSIPDispatchRuleRequest) GetRoomPreset() string { + if x != nil { + return x.RoomPreset + } + return "" +} + +func (x *CreateSIPDispatchRuleRequest) GetRoomConfig() *RoomConfiguration { + if x != nil { + return x.RoomConfig + } + return nil +} + type SIPDispatchRuleInfo struct { state protoimpl.MessageState `protogen:"open.v1"` SipDispatchRuleId string `protobuf:"bytes,1,opt,name=sip_dispatch_rule_id,json=sipDispatchRuleId,proto3" json:"sip_dispatch_rule_id,omitempty"` @@ -1899,7 +1917,11 @@ type SIPDispatchRuleInfo struct { Metadata string `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"` // User-defined attributes for the Dispatch Rule. // Participants created by this rule will inherit these attributes. - Attributes map[string]string `protobuf:"bytes,8,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + Attributes map[string]string `protobuf:"bytes,8,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + // Cloud-only, config preset to use + RoomPreset string `protobuf:"bytes,9,opt,name=room_preset,json=roomPreset,proto3" json:"room_preset,omitempty"` + // RoomConfiguration to use if the participant initiates the room + RoomConfig *RoomConfiguration `protobuf:"bytes,10,opt,name=room_config,json=roomConfig,proto3" json:"room_config,omitempty"` // NEXT ID: 11 unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1990,6 +2012,20 @@ func (x *SIPDispatchRuleInfo) GetAttributes() map[string]string { return nil } +func (x *SIPDispatchRuleInfo) GetRoomPreset() string { + if x != nil { + return x.RoomPreset + } + return "" +} + +func (x *SIPDispatchRuleInfo) GetRoomConfig() *RoomConfiguration { + if x != nil { + return x.RoomConfig + } + return nil +} + // ListSIPDispatchRuleRequest lists dispatch rules for given filters. If no filters are set, all rules are listed. type ListSIPDispatchRuleRequest struct { state protoimpl.MessageState `protogen:"open.v1"` @@ -2713,338 +2749,351 @@ var file_livekit_sip_proto_rawDesc = []byte{ 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x14, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, - 0xdd, 0x03, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, - 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2b, 0x0a, 0x11, 0x69, 0x6e, 0x62, - 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x01, - 0x20, 0x03, 0x28, 0x09, 0x52, 0x10, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, - 0x6e, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0f, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x12, 0x27, 0x0a, 0x0f, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, - 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x75, 0x74, 0x62, - 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x36, 0x0a, 0x15, 0x69, 0x6e, - 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x72, 0x65, - 0x67, 0x65, 0x78, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x13, 0x69, - 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x67, - 0x65, 0x78, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x62, - 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x69, - 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73, - 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x29, 0x0a, 0x10, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, - 0x64, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, - 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x75, 0x73, - 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6f, 0x75, - 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2b, - 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, - 0x6f, 0x72, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6f, 0x75, 0x74, 0x62, 0x6f, - 0x75, 0x6e, 0x64, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x0b, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x02, 0x18, 0x01, 0x22, - 0xa6, 0x05, 0x0a, 0x0c, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, - 0x49, 0x64, 0x12, 0x33, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x1f, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x54, 0x72, - 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x4b, 0x69, 0x6e, - 0x64, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x69, 0x6e, 0x62, 0x6f, 0x75, - 0x6e, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x09, 0x52, 0x10, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x65, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, - 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, - 0x27, 0x0a, 0x0f, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, - 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, - 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x33, 0x0a, 0x09, 0x74, 0x72, 0x61, 0x6e, - 0x73, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x6c, 0x69, - 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, - 0x72, 0x74, 0x52, 0x09, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x36, 0x0a, - 0x15, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x5f, 0x72, 0x65, 0x67, 0x65, 0x78, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, - 0x52, 0x13, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x52, 0x65, 0x67, 0x65, 0x78, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, - 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, - 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x29, - 0x0a, 0x10, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, - 0x64, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x29, 0x0a, 0x10, 0x69, 0x6e, 0x62, - 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x50, 0x61, 0x73, 0x73, - 0x77, 0x6f, 0x72, 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, - 0x5f, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x10, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, - 0x65, 0x12, 0x2b, 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x70, 0x61, - 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6f, 0x75, - 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x12, - 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x44, - 0x0a, 0x09, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x10, 0x0a, 0x0c, 0x54, - 0x52, 0x55, 0x4e, 0x4b, 0x5f, 0x4c, 0x45, 0x47, 0x41, 0x43, 0x59, 0x10, 0x00, 0x12, 0x11, 0x0a, - 0x0d, 0x54, 0x52, 0x55, 0x4e, 0x4b, 0x5f, 0x49, 0x4e, 0x42, 0x4f, 0x55, 0x4e, 0x44, 0x10, 0x01, - 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x52, 0x55, 0x4e, 0x4b, 0x5f, 0x4f, 0x55, 0x54, 0x42, 0x4f, 0x55, - 0x4e, 0x44, 0x10, 0x02, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x52, 0x0a, 0x1c, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, - 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x05, 0x74, 0x72, 0x75, 0x6e, - 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, - 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, - 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x22, 0xfc, 0x07, 0x0a, - 0x13, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, + 0x69, 0x74, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, + 0x12, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x5f, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x22, 0xdd, 0x03, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, + 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2b, 0x0a, + 0x11, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x10, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x6f, 0x75, + 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x41, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x27, 0x0a, 0x0f, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, + 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x36, + 0x0a, 0x15, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x5f, 0x72, 0x65, 0x67, 0x65, 0x78, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x42, 0x02, 0x18, + 0x01, 0x52, 0x13, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x52, 0x65, 0x67, 0x65, 0x78, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x0e, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, + 0x29, 0x0a, 0x10, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, + 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x29, 0x0a, 0x10, 0x69, 0x6e, + 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x50, 0x61, 0x73, + 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x10, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x2b, 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x70, + 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6f, + 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x3a, + 0x02, 0x18, 0x01, 0x22, 0xa6, 0x05, 0x0a, 0x0c, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, - 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x12, 0x2b, 0x0a, 0x11, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x10, 0x61, 0x6c, 0x6c, - 0x6f, 0x77, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x27, 0x0a, - 0x0f, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x4e, - 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x75, 0x74, 0x68, 0x5f, 0x75, - 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, - 0x75, 0x74, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x61, - 0x75, 0x74, 0x68, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0c, 0x61, 0x75, 0x74, 0x68, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, - 0x12, 0x43, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x29, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, - 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x2e, - 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, 0x69, 0x0a, 0x15, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, - 0x5f, 0x74, 0x6f, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0a, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, - 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, - 0x66, 0x6f, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, - 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x13, 0x68, 0x65, 0x61, - 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, - 0x12, 0x69, 0x0a, 0x15, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x5f, 0x74, - 0x6f, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x35, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, - 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x74, - 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x13, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, - 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, 0x42, 0x0a, 0x0f, 0x69, - 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x0f, - 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, - 0x49, 0x50, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, - 0x0e, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, - 0x42, 0x0a, 0x0f, 0x72, 0x69, 0x6e, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, - 0x75, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x0e, 0x72, 0x69, 0x6e, 0x67, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, - 0x6f, 0x75, 0x74, 0x12, 0x45, 0x0a, 0x11, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, - 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, 0x61, 0x78, 0x43, 0x61, - 0x6c, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x6b, 0x72, - 0x69, 0x73, 0x70, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, - 0x08, 0x52, 0x0c, 0x6b, 0x72, 0x69, 0x73, 0x70, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x1a, - 0x3a, 0x0a, 0x0c, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 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, 0x1a, 0x46, 0x0a, 0x18, 0x48, - 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, - 0x65, 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, 0x1a, 0x46, 0x0a, 0x18, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 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, 0x22, 0x54, 0x0a, 0x1d, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, - 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x33, 0x0a, 0x05, - 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6c, 0x69, - 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, - 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x74, 0x72, 0x75, 0x6e, - 0x6b, 0x22, 0xc9, 0x06, 0x0a, 0x14, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, - 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, - 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, - 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x33, 0x0a, 0x09, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, - 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, - 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, - 0x52, 0x09, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6e, - 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x6e, 0x75, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x75, 0x74, 0x68, 0x5f, 0x75, 0x73, - 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x75, - 0x74, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x75, - 0x74, 0x68, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0c, 0x61, 0x75, 0x74, 0x68, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, - 0x44, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x2a, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, - 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x2e, - 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, 0x6a, 0x0a, 0x15, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, - 0x5f, 0x74, 0x6f, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0a, + 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x33, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x0e, + 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1f, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, + 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x54, 0x72, 0x75, 0x6e, + 0x6b, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x69, + 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x10, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x41, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x6f, 0x75, 0x74, 0x62, + 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x41, 0x64, 0x64, 0x72, + 0x65, 0x73, 0x73, 0x12, 0x27, 0x0a, 0x0f, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, + 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x75, + 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x33, 0x0a, 0x09, + 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0e, 0x32, + 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x54, 0x72, 0x61, + 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x09, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, + 0x74, 0x12, 0x36, 0x0a, 0x15, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, 0x6d, + 0x62, 0x65, 0x72, 0x73, 0x5f, 0x72, 0x65, 0x67, 0x65, 0x78, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, + 0x42, 0x02, 0x18, 0x01, 0x52, 0x13, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, + 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x67, 0x65, 0x78, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x62, + 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x0a, 0x20, 0x03, + 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, + 0x72, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x75, 0x73, + 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6e, + 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x29, 0x0a, + 0x10, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, + 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, + 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x62, + 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x10, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, + 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2b, 0x0a, 0x11, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x10, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, + 0x72, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x22, 0x44, 0x0a, 0x09, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x4b, 0x69, 0x6e, 0x64, 0x12, + 0x10, 0x0a, 0x0c, 0x54, 0x52, 0x55, 0x4e, 0x4b, 0x5f, 0x4c, 0x45, 0x47, 0x41, 0x43, 0x59, 0x10, + 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x54, 0x52, 0x55, 0x4e, 0x4b, 0x5f, 0x49, 0x4e, 0x42, 0x4f, 0x55, + 0x4e, 0x44, 0x10, 0x01, 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x52, 0x55, 0x4e, 0x4b, 0x5f, 0x4f, 0x55, + 0x54, 0x42, 0x4f, 0x55, 0x4e, 0x44, 0x10, 0x02, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x52, 0x0a, 0x1c, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, + 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x05, + 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6c, 0x69, + 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, + 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x74, 0x72, 0x75, 0x6e, 0x6b, + 0x22, 0xfc, 0x07, 0x0a, 0x13, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, + 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, + 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, + 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x75, + 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x6e, 0x75, 0x6d, + 0x62, 0x65, 0x72, 0x73, 0x12, 0x2b, 0x0a, 0x11, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, + 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x10, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, + 0x73, 0x12, 0x27, 0x0a, 0x0f, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x6e, 0x75, 0x6d, + 0x62, 0x65, 0x72, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x75, + 0x74, 0x68, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x61, 0x75, 0x74, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x23, 0x0a, 0x0d, 0x61, 0x75, 0x74, 0x68, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x75, 0x74, 0x68, 0x50, 0x61, 0x73, 0x73, + 0x77, 0x6f, 0x72, 0x64, 0x12, 0x43, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, + 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, + 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, + 0x6e, 0x66, 0x6f, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, 0x69, 0x0a, 0x15, 0x68, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x73, 0x5f, 0x74, 0x6f, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, + 0x65, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, + 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, + 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, + 0x13, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, + 0x75, 0x74, 0x65, 0x73, 0x12, 0x69, 0x0a, 0x15, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, + 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x0e, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, + 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, + 0x6f, 0x2e, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x13, 0x61, 0x74, 0x74, 0x72, + 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, + 0x42, 0x0a, 0x0f, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, + 0x72, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x0e, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x48, 0x65, 0x61, 0x64, + 0x65, 0x72, 0x73, 0x12, 0x42, 0x0a, 0x0f, 0x72, 0x69, 0x6e, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0e, 0x72, 0x69, 0x6e, 0x67, 0x69, 0x6e, 0x67, + 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x45, 0x0a, 0x11, 0x6d, 0x61, 0x78, 0x5f, 0x63, + 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, + 0x61, 0x78, 0x43, 0x61, 0x6c, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, + 0x0a, 0x0d, 0x6b, 0x72, 0x69, 0x73, 0x70, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, + 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x6b, 0x72, 0x69, 0x73, 0x70, 0x45, 0x6e, 0x61, 0x62, + 0x6c, 0x65, 0x64, 0x1a, 0x3a, 0x0a, 0x0c, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 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, 0x1a, + 0x46, 0x0a, 0x18, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, + 0x69, 0x62, 0x75, 0x74, 0x65, 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, 0x1a, 0x46, 0x0a, 0x18, 0x41, 0x74, 0x74, 0x72, 0x69, + 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 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, 0x22, + 0x54, 0x0a, 0x1d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, + 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x33, 0x0a, 0x05, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x1d, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, + 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, + 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x22, 0xc9, 0x06, 0x0a, 0x14, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, + 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, + 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x33, 0x0a, 0x09, 0x74, 0x72, + 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x54, 0x72, 0x61, 0x6e, 0x73, + 0x70, 0x6f, 0x72, 0x74, 0x52, 0x09, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x12, + 0x18, 0x0a, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, + 0x52, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x75, 0x74, + 0x68, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x61, 0x75, 0x74, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x23, + 0x0a, 0x0d, 0x61, 0x75, 0x74, 0x68, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x75, 0x74, 0x68, 0x50, 0x61, 0x73, 0x73, 0x77, + 0x6f, 0x72, 0x64, 0x12, 0x44, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x09, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, + 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, + 0x6e, 0x66, 0x6f, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, 0x6a, 0x0a, 0x15, 0x68, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x73, 0x5f, 0x74, 0x6f, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, + 0x65, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, + 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, + 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x13, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, + 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x6a, 0x0a, 0x15, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, + 0x74, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, - 0x6e, 0x66, 0x6f, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, - 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x13, 0x68, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x12, 0x6a, 0x0a, 0x15, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x5f, - 0x74, 0x6f, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x36, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, - 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x2e, - 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x13, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, - 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, 0x42, 0x0a, - 0x0f, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, - 0x2e, 0x53, 0x49, 0x50, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x52, 0x0e, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x73, 0x1a, 0x3a, 0x0a, 0x0c, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 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, 0x1a, 0x46, 0x0a, - 0x18, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, - 0x75, 0x74, 0x65, 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, 0x1a, 0x46, 0x0a, 0x18, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, - 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 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, 0x22, 0x3d, 0x0a, - 0x19, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, - 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, - 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x22, 0x50, 0x0a, 0x1a, - 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, - 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x05, 0x74, 0x72, - 0x75, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6c, 0x69, 0x76, 0x65, - 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, - 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x22, 0x3e, - 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, - 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0c, - 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x22, 0x52, - 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, - 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x33, 0x0a, - 0x05, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6c, - 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, + 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, + 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x13, 0x61, 0x74, + 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, + 0x73, 0x12, 0x42, 0x0a, 0x0f, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x68, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, + 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0e, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x48, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x73, 0x1a, 0x3a, 0x0a, 0x0c, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 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, 0x1a, 0x46, 0x0a, 0x18, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, + 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 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, 0x1a, 0x46, 0x0a, 0x18, 0x41, 0x74, 0x74, + 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 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, 0x22, 0x3d, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, + 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, + 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, + 0x22, 0x50, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, + 0x0a, 0x05, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x74, 0x72, 0x75, - 0x6e, 0x6b, 0x22, 0x19, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, - 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x47, 0x0a, - 0x14, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, - 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x69, 0x74, 0x65, - 0x6d, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x53, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, - 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, - 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, - 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x09, 0x52, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x51, 0x0a, 0x1b, 0x4c, - 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, - 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x05, 0x69, 0x74, - 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6c, 0x69, 0x76, 0x65, - 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, - 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x54, - 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, - 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, - 0x09, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, - 0x52, 0x08, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x75, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x6e, 0x75, 0x6d, - 0x62, 0x65, 0x72, 0x73, 0x22, 0x53, 0x0a, 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x4f, - 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x33, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, - 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x39, 0x0a, 0x15, 0x44, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, - 0x6e, 0x6b, 0x49, 0x64, 0x22, 0x46, 0x0a, 0x15, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, - 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x12, 0x1b, 0x0a, - 0x09, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x08, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, - 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x6e, 0x22, 0x4e, 0x0a, 0x19, - 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, - 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, 0x61, 0x6c, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, + 0x6e, 0x6b, 0x22, 0x3e, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, + 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, + 0x49, 0x64, 0x22, 0x52, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, + 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x33, 0x0a, 0x05, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x1d, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, + 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, + 0x05, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x22, 0x19, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, + 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3a, 0x02, 0x18, + 0x01, 0x22, 0x47, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, + 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x05, 0x69, 0x74, 0x65, + 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x53, 0x0a, 0x1a, 0x4c, 0x69, + 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, + 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x72, 0x75, 0x6e, + 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x74, 0x72, 0x75, + 0x6e, 0x6b, 0x49, 0x64, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, + 0x51, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, + 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, + 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x69, 0x74, 0x65, + 0x6d, 0x73, 0x22, 0x54, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, + 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x73, 0x12, 0x18, + 0x0a, 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x07, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x53, 0x0a, 0x1c, 0x4c, 0x69, 0x73, 0x74, + 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x33, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, + 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, + 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x39, 0x0a, + 0x15, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, + 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, + 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x22, 0x46, 0x0a, 0x15, 0x53, 0x49, 0x50, 0x44, + 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x44, 0x69, 0x72, 0x65, 0x63, + 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, + 0x0a, 0x03, 0x70, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x6e, + 0x22, 0x4e, 0x0a, 0x19, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, 0x61, 0x6c, 0x12, 0x1f, 0x0a, + 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x12, 0x10, + 0x0a, 0x03, 0x70, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x6e, + 0x22, 0x68, 0x0a, 0x15, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x75, 0x6c, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x65, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, - 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x6e, 0x22, 0x68, 0x0a, 0x15, - 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x43, - 0x61, 0x6c, 0x6c, 0x65, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x70, 0x72, - 0x65, 0x66, 0x69, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, - 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x6e, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x61, 0x6e, 0x64, - 0x6f, 0x6d, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x72, 0x61, 0x6e, - 0x64, 0x6f, 0x6d, 0x69, 0x7a, 0x65, 0x22, 0xa1, 0x02, 0x0a, 0x0f, 0x53, 0x49, 0x50, 0x44, 0x69, - 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x52, 0x0a, 0x14, 0x64, 0x69, - 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x64, 0x69, 0x72, 0x65, - 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, - 0x6c, 0x65, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x48, 0x00, 0x52, 0x12, 0x64, 0x69, 0x73, 0x70, - 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x12, 0x5e, - 0x0a, 0x18, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, - 0x69, 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x22, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, - 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x64, 0x69, 0x76, 0x69, - 0x64, 0x75, 0x61, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, 0x61, 0x6c, 0x12, 0x52, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, + 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x09, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x69, 0x7a, 0x65, 0x22, 0xa1, 0x02, 0x0a, 0x0f, 0x53, + 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x52, 0x0a, 0x14, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6c, + 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, - 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x65, 0x65, 0x48, 0x00, 0x52, 0x12, - 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x43, 0x61, 0x6c, 0x6c, - 0x65, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x22, 0x84, 0x03, 0x0a, 0x1c, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2c, 0x0a, 0x04, 0x72, - 0x75, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6c, 0x69, 0x76, 0x65, - 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, - 0x75, 0x6c, 0x65, 0x52, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x72, 0x75, - 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x74, 0x72, - 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x73, 0x12, 0x2a, 0x0a, 0x11, 0x68, 0x69, 0x64, 0x65, 0x5f, 0x70, - 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x08, 0x52, 0x0f, 0x68, 0x69, 0x64, 0x65, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, - 0x65, 0x72, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x62, - 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x55, 0x0a, 0x0a, 0x61, - 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x35, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, - 0x65, 0x73, 0x1a, 0x3d, 0x0a, 0x0f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 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, 0x22, 0xa3, 0x03, 0x0a, 0x13, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, - 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2f, 0x0a, 0x14, 0x73, 0x69, 0x70, - 0x5f, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x73, 0x69, 0x70, 0x44, 0x69, 0x73, 0x70, - 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x04, 0x72, 0x75, - 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, - 0x6c, 0x65, 0x52, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x72, 0x75, 0x6e, - 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x74, 0x72, 0x75, - 0x6e, 0x6b, 0x49, 0x64, 0x73, 0x12, 0x2a, 0x0a, 0x11, 0x68, 0x69, 0x64, 0x65, 0x5f, 0x70, 0x68, - 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x0f, 0x68, 0x69, 0x64, 0x65, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, - 0x72, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, 0x6d, - 0x62, 0x65, 0x72, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x62, 0x6f, - 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, - 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x4c, 0x0a, 0x0a, 0x61, 0x74, - 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, - 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, - 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x74, 0x74, - 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x61, 0x74, - 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x1a, 0x3d, 0x0a, 0x0f, 0x41, 0x74, 0x74, 0x72, + 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x48, 0x00, 0x52, 0x12, + 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x44, 0x69, 0x72, 0x65, + 0x63, 0x74, 0x12, 0x5e, 0x0a, 0x18, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, + 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, 0x61, 0x6c, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, + 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, + 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, 0x61, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x64, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x64, 0x69, 0x76, 0x69, 0x64, 0x75, + 0x61, 0x6c, 0x12, 0x52, 0x0a, 0x14, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, + 0x75, 0x6c, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x1e, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, + 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x65, 0x65, + 0x48, 0x00, 0x52, 0x12, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, + 0x43, 0x61, 0x6c, 0x6c, 0x65, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x22, 0xe2, + 0x03, 0x0a, 0x1c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x2c, 0x0a, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x12, 0x1b, 0x0a, + 0x09, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, + 0x52, 0x08, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x73, 0x12, 0x2a, 0x0a, 0x11, 0x68, 0x69, + 0x64, 0x65, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x68, 0x69, 0x64, 0x65, 0x50, 0x68, 0x6f, 0x6e, 0x65, + 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x0e, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, + 0x55, 0x0a, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x07, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x74, 0x74, 0x72, 0x69, + 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x61, 0x74, 0x74, 0x72, + 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x70, + 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x6f, 0x6f, + 0x6d, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6c, + 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x3d, 0x0a, 0x0f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, + 0x65, 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, 0x22, 0x81, 0x04, 0x0a, 0x13, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2f, 0x0a, 0x14, 0x73, + 0x69, 0x70, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, + 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x73, 0x69, 0x70, 0x44, 0x69, + 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x04, + 0x72, 0x75, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6c, 0x69, 0x76, + 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x75, 0x6c, 0x65, 0x52, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x72, + 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x74, + 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x73, 0x12, 0x2a, 0x0a, 0x11, 0x68, 0x69, 0x64, 0x65, 0x5f, + 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x0f, 0x68, 0x69, 0x64, 0x65, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, + 0x62, 0x65, 0x72, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, + 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, + 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x4c, 0x0a, 0x0a, + 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x2c, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, + 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, + 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, + 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x6f, + 0x6f, 0x6d, 0x5f, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x12, 0x3b, 0x0a, 0x0b, 0x72, + 0x6f, 0x6f, 0x6d, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x1a, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x72, 0x6f, + 0x6f, 0x6d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x3d, 0x0a, 0x0f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 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, @@ -3372,8 +3421,9 @@ var file_livekit_sip_proto_goTypes = []any{ nil, // 45: livekit.CreateSIPParticipantRequest.HeadersEntry nil, // 46: livekit.TransferSIPParticipantRequest.HeadersEntry (*durationpb.Duration)(nil), // 47: google.protobuf.Duration - (DisconnectReason)(0), // 48: livekit.DisconnectReason - (*emptypb.Empty)(nil), // 49: google.protobuf.Empty + (*RoomConfiguration)(nil), // 48: livekit.RoomConfiguration + (DisconnectReason)(0), // 49: livekit.DisconnectReason + (*emptypb.Empty)(nil), // 50: google.protobuf.Empty } var file_livekit_sip_proto_depIdxs = []int32{ 4, // 0: livekit.SIPTrunkInfo.kind:type_name -> livekit.SIPTrunkInfo.TrunkKind @@ -3401,52 +3451,54 @@ var file_livekit_sip_proto_depIdxs = []int32{ 24, // 22: livekit.SIPDispatchRule.dispatch_rule_callee:type_name -> livekit.SIPDispatchRuleCallee 25, // 23: livekit.CreateSIPDispatchRuleRequest.rule:type_name -> livekit.SIPDispatchRule 42, // 24: livekit.CreateSIPDispatchRuleRequest.attributes:type_name -> livekit.CreateSIPDispatchRuleRequest.AttributesEntry - 25, // 25: livekit.SIPDispatchRuleInfo.rule:type_name -> livekit.SIPDispatchRule - 43, // 26: livekit.SIPDispatchRuleInfo.attributes:type_name -> livekit.SIPDispatchRuleInfo.AttributesEntry - 27, // 27: livekit.ListSIPDispatchRuleResponse.items:type_name -> livekit.SIPDispatchRuleInfo - 44, // 28: livekit.CreateSIPParticipantRequest.participant_attributes:type_name -> livekit.CreateSIPParticipantRequest.ParticipantAttributesEntry - 45, // 29: livekit.CreateSIPParticipantRequest.headers:type_name -> livekit.CreateSIPParticipantRequest.HeadersEntry - 1, // 30: livekit.CreateSIPParticipantRequest.include_headers:type_name -> livekit.SIPHeaderOptions - 47, // 31: livekit.CreateSIPParticipantRequest.ringing_timeout:type_name -> google.protobuf.Duration - 47, // 32: livekit.CreateSIPParticipantRequest.max_call_duration:type_name -> google.protobuf.Duration - 46, // 33: livekit.TransferSIPParticipantRequest.headers:type_name -> livekit.TransferSIPParticipantRequest.HeadersEntry - 35, // 34: livekit.SIPCallInfo.from_uri:type_name -> livekit.SIPUri - 35, // 35: livekit.SIPCallInfo.to_uri:type_name -> livekit.SIPUri - 3, // 36: livekit.SIPCallInfo.enabled_features:type_name -> livekit.SIPFeature - 2, // 37: livekit.SIPCallInfo.call_status:type_name -> livekit.SIPCallStatus - 48, // 38: livekit.SIPCallInfo.disconnect_reason:type_name -> livekit.DisconnectReason - 0, // 39: livekit.SIPUri.transport:type_name -> livekit.SIPTransport - 15, // 40: livekit.SIP.ListSIPTrunk:input_type -> livekit.ListSIPTrunkRequest - 7, // 41: livekit.SIP.CreateSIPInboundTrunk:input_type -> livekit.CreateSIPInboundTrunkRequest - 9, // 42: livekit.SIP.CreateSIPOutboundTrunk:input_type -> livekit.CreateSIPOutboundTrunkRequest - 11, // 43: livekit.SIP.GetSIPInboundTrunk:input_type -> livekit.GetSIPInboundTrunkRequest - 13, // 44: livekit.SIP.GetSIPOutboundTrunk:input_type -> livekit.GetSIPOutboundTrunkRequest - 17, // 45: livekit.SIP.ListSIPInboundTrunk:input_type -> livekit.ListSIPInboundTrunkRequest - 19, // 46: livekit.SIP.ListSIPOutboundTrunk:input_type -> livekit.ListSIPOutboundTrunkRequest - 21, // 47: livekit.SIP.DeleteSIPTrunk:input_type -> livekit.DeleteSIPTrunkRequest - 26, // 48: livekit.SIP.CreateSIPDispatchRule:input_type -> livekit.CreateSIPDispatchRuleRequest - 28, // 49: livekit.SIP.ListSIPDispatchRule:input_type -> livekit.ListSIPDispatchRuleRequest - 30, // 50: livekit.SIP.DeleteSIPDispatchRule:input_type -> livekit.DeleteSIPDispatchRuleRequest - 31, // 51: livekit.SIP.CreateSIPParticipant:input_type -> livekit.CreateSIPParticipantRequest - 33, // 52: livekit.SIP.TransferSIPParticipant:input_type -> livekit.TransferSIPParticipantRequest - 16, // 53: livekit.SIP.ListSIPTrunk:output_type -> livekit.ListSIPTrunkResponse - 8, // 54: livekit.SIP.CreateSIPInboundTrunk:output_type -> livekit.SIPInboundTrunkInfo - 10, // 55: livekit.SIP.CreateSIPOutboundTrunk:output_type -> livekit.SIPOutboundTrunkInfo - 12, // 56: livekit.SIP.GetSIPInboundTrunk:output_type -> livekit.GetSIPInboundTrunkResponse - 14, // 57: livekit.SIP.GetSIPOutboundTrunk:output_type -> livekit.GetSIPOutboundTrunkResponse - 18, // 58: livekit.SIP.ListSIPInboundTrunk:output_type -> livekit.ListSIPInboundTrunkResponse - 20, // 59: livekit.SIP.ListSIPOutboundTrunk:output_type -> livekit.ListSIPOutboundTrunkResponse - 6, // 60: livekit.SIP.DeleteSIPTrunk:output_type -> livekit.SIPTrunkInfo - 27, // 61: livekit.SIP.CreateSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo - 29, // 62: livekit.SIP.ListSIPDispatchRule:output_type -> livekit.ListSIPDispatchRuleResponse - 27, // 63: livekit.SIP.DeleteSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo - 32, // 64: livekit.SIP.CreateSIPParticipant:output_type -> livekit.SIPParticipantInfo - 49, // 65: livekit.SIP.TransferSIPParticipant:output_type -> google.protobuf.Empty - 53, // [53:66] is the sub-list for method output_type - 40, // [40:53] is the sub-list for method input_type - 40, // [40:40] is the sub-list for extension type_name - 40, // [40:40] is the sub-list for extension extendee - 0, // [0:40] is the sub-list for field type_name + 48, // 25: livekit.CreateSIPDispatchRuleRequest.room_config:type_name -> livekit.RoomConfiguration + 25, // 26: livekit.SIPDispatchRuleInfo.rule:type_name -> livekit.SIPDispatchRule + 43, // 27: livekit.SIPDispatchRuleInfo.attributes:type_name -> livekit.SIPDispatchRuleInfo.AttributesEntry + 48, // 28: livekit.SIPDispatchRuleInfo.room_config:type_name -> livekit.RoomConfiguration + 27, // 29: livekit.ListSIPDispatchRuleResponse.items:type_name -> livekit.SIPDispatchRuleInfo + 44, // 30: livekit.CreateSIPParticipantRequest.participant_attributes:type_name -> livekit.CreateSIPParticipantRequest.ParticipantAttributesEntry + 45, // 31: livekit.CreateSIPParticipantRequest.headers:type_name -> livekit.CreateSIPParticipantRequest.HeadersEntry + 1, // 32: livekit.CreateSIPParticipantRequest.include_headers:type_name -> livekit.SIPHeaderOptions + 47, // 33: livekit.CreateSIPParticipantRequest.ringing_timeout:type_name -> google.protobuf.Duration + 47, // 34: livekit.CreateSIPParticipantRequest.max_call_duration:type_name -> google.protobuf.Duration + 46, // 35: livekit.TransferSIPParticipantRequest.headers:type_name -> livekit.TransferSIPParticipantRequest.HeadersEntry + 35, // 36: livekit.SIPCallInfo.from_uri:type_name -> livekit.SIPUri + 35, // 37: livekit.SIPCallInfo.to_uri:type_name -> livekit.SIPUri + 3, // 38: livekit.SIPCallInfo.enabled_features:type_name -> livekit.SIPFeature + 2, // 39: livekit.SIPCallInfo.call_status:type_name -> livekit.SIPCallStatus + 49, // 40: livekit.SIPCallInfo.disconnect_reason:type_name -> livekit.DisconnectReason + 0, // 41: livekit.SIPUri.transport:type_name -> livekit.SIPTransport + 15, // 42: livekit.SIP.ListSIPTrunk:input_type -> livekit.ListSIPTrunkRequest + 7, // 43: livekit.SIP.CreateSIPInboundTrunk:input_type -> livekit.CreateSIPInboundTrunkRequest + 9, // 44: livekit.SIP.CreateSIPOutboundTrunk:input_type -> livekit.CreateSIPOutboundTrunkRequest + 11, // 45: livekit.SIP.GetSIPInboundTrunk:input_type -> livekit.GetSIPInboundTrunkRequest + 13, // 46: livekit.SIP.GetSIPOutboundTrunk:input_type -> livekit.GetSIPOutboundTrunkRequest + 17, // 47: livekit.SIP.ListSIPInboundTrunk:input_type -> livekit.ListSIPInboundTrunkRequest + 19, // 48: livekit.SIP.ListSIPOutboundTrunk:input_type -> livekit.ListSIPOutboundTrunkRequest + 21, // 49: livekit.SIP.DeleteSIPTrunk:input_type -> livekit.DeleteSIPTrunkRequest + 26, // 50: livekit.SIP.CreateSIPDispatchRule:input_type -> livekit.CreateSIPDispatchRuleRequest + 28, // 51: livekit.SIP.ListSIPDispatchRule:input_type -> livekit.ListSIPDispatchRuleRequest + 30, // 52: livekit.SIP.DeleteSIPDispatchRule:input_type -> livekit.DeleteSIPDispatchRuleRequest + 31, // 53: livekit.SIP.CreateSIPParticipant:input_type -> livekit.CreateSIPParticipantRequest + 33, // 54: livekit.SIP.TransferSIPParticipant:input_type -> livekit.TransferSIPParticipantRequest + 16, // 55: livekit.SIP.ListSIPTrunk:output_type -> livekit.ListSIPTrunkResponse + 8, // 56: livekit.SIP.CreateSIPInboundTrunk:output_type -> livekit.SIPInboundTrunkInfo + 10, // 57: livekit.SIP.CreateSIPOutboundTrunk:output_type -> livekit.SIPOutboundTrunkInfo + 12, // 58: livekit.SIP.GetSIPInboundTrunk:output_type -> livekit.GetSIPInboundTrunkResponse + 14, // 59: livekit.SIP.GetSIPOutboundTrunk:output_type -> livekit.GetSIPOutboundTrunkResponse + 18, // 60: livekit.SIP.ListSIPInboundTrunk:output_type -> livekit.ListSIPInboundTrunkResponse + 20, // 61: livekit.SIP.ListSIPOutboundTrunk:output_type -> livekit.ListSIPOutboundTrunkResponse + 6, // 62: livekit.SIP.DeleteSIPTrunk:output_type -> livekit.SIPTrunkInfo + 27, // 63: livekit.SIP.CreateSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo + 29, // 64: livekit.SIP.ListSIPDispatchRule:output_type -> livekit.ListSIPDispatchRuleResponse + 27, // 65: livekit.SIP.DeleteSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo + 32, // 66: livekit.SIP.CreateSIPParticipant:output_type -> livekit.SIPParticipantInfo + 50, // 67: livekit.SIP.TransferSIPParticipant:output_type -> google.protobuf.Empty + 55, // [55:68] is the sub-list for method output_type + 42, // [42:55] is the sub-list for method input_type + 42, // [42:42] is the sub-list for extension type_name + 42, // [42:42] is the sub-list for extension extendee + 0, // [0:42] is the sub-list for field type_name } func init() { file_livekit_sip_proto_init() } @@ -3455,6 +3507,7 @@ func file_livekit_sip_proto_init() { return } file_livekit_models_proto_init() + file_livekit_room_proto_init() file_livekit_sip_proto_msgTypes[20].OneofWrappers = []any{ (*SIPDispatchRule_DispatchRuleDirect)(nil), (*SIPDispatchRule_DispatchRuleIndividual)(nil), diff --git a/livekit/livekit_sip.twirp.go b/livekit/livekit_sip.twirp.go index 7144133a..d102312b 100644 --- a/livekit/livekit_sip.twirp.go +++ b/livekit/livekit_sip.twirp.go @@ -3867,163 +3867,166 @@ func (s *sIPServer) PathPrefix() string { } var twirpFileDescriptor4 = []byte{ - // 2525 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x5a, 0xcd, 0x72, 0xdb, 0xc8, - 0xf1, 0x37, 0x49, 0xf1, 0xab, 0x29, 0x91, 0xd4, 0xe8, 0x63, 0x29, 0xca, 0x5e, 0xfb, 0x4f, 0xaf, - 0xd7, 0xb6, 0x76, 0x8b, 0xae, 0xa5, 0xeb, 0xbf, 0x49, 0x5c, 0xb5, 0x9b, 0xa2, 0x48, 0xda, 0x66, - 0x24, 0x93, 0x0c, 0x48, 0xa5, 0x76, 0x53, 0x9b, 0x20, 0x10, 0x31, 0x92, 0xb0, 0x22, 0x01, 0x04, - 0x18, 0xda, 0x56, 0xce, 0x39, 0x24, 0x8f, 0x91, 0x4a, 0x55, 0x0e, 0x49, 0x55, 0x1e, 0x20, 0xa7, - 0x5c, 0xf3, 0x10, 0x79, 0x81, 0xbc, 0x40, 0x2e, 0x39, 0xa4, 0xe6, 0x03, 0xe0, 0x00, 0x04, 0x21, - 0xca, 0xde, 0x1c, 0x92, 0x1b, 0xd0, 0xdd, 0xd3, 0xd3, 0xe8, 0x8f, 0x5f, 0xcf, 0x34, 0x09, 0x9b, - 0x13, 0xe3, 0x35, 0xbe, 0x34, 0x88, 0xea, 0x1a, 0x76, 0xdd, 0x76, 0x2c, 0x62, 0xa1, 0xac, 0x20, - 0x55, 0x3f, 0x3c, 0xb7, 0xac, 0xf3, 0x09, 0x7e, 0xc2, 0xc8, 0xa7, 0xb3, 0xb3, 0x27, 0xfa, 0xcc, - 0xd1, 0x88, 0x61, 0x99, 0x5c, 0xb0, 0xba, 0x1f, 0xe6, 0xe3, 0xa9, 0x4d, 0xae, 0x04, 0x73, 0xdb, - 0x53, 0x3c, 0xb5, 0x74, 0x3c, 0x71, 0x39, 0xb5, 0xf6, 0xf7, 0x14, 0xec, 0xb4, 0x1c, 0xac, 0x11, - 0x3c, 0xec, 0x0e, 0x46, 0xce, 0xcc, 0xbc, 0x54, 0xf0, 0x2f, 0x67, 0xd8, 0x25, 0xe8, 0x13, 0xd8, - 0x34, 0xcc, 0x53, 0x6b, 0x66, 0xea, 0xaa, 0xa6, 0xeb, 0x0e, 0x76, 0x5d, 0xec, 0x56, 0x12, 0xf7, - 0x52, 0x8f, 0xf2, 0x4a, 0x59, 0x30, 0x9a, 0x1e, 0x1d, 0x3d, 0x86, 0xb2, 0x35, 0x23, 0x01, 0xe9, - 0x4a, 0xf2, 0x5e, 0xe2, 0x51, 0x5e, 0x29, 0x79, 0x74, 0x21, 0x8c, 0x1e, 0x82, 0x4f, 0x52, 0xcd, - 0xd9, 0xf4, 0x14, 0x3b, 0x95, 0x14, 0x93, 0x2c, 0x7a, 0xe4, 0x1e, 0xa3, 0xa2, 0xcf, 0x61, 0xc7, - 0x33, 0x80, 0xcb, 0xb9, 0xaa, 0x83, 0xcf, 0xf1, 0xdb, 0xca, 0x1a, 0x35, 0xe2, 0x30, 0x59, 0x49, - 0x28, 0x5b, 0x42, 0x80, 0xaf, 0x70, 0x15, 0xca, 0xa6, 0x1b, 0x84, 0xd6, 0x55, 0xf2, 0xcc, 0xec, - 0x62, 0x50, 0x9a, 0x1a, 0xed, 0x09, 0xce, 0x5c, 0xec, 0x98, 0xda, 0x14, 0x57, 0xd2, 0xdc, 0x68, - 0x41, 0x3f, 0x11, 0x64, 0x59, 0xd4, 0xd6, 0x5c, 0xf7, 0x8d, 0xe5, 0xe8, 0x95, 0x4c, 0x40, 0x74, - 0x20, 0xc8, 0xd4, 0x6f, 0xfe, 0xf7, 0xf9, 0x6a, 0xb3, 0x4c, 0xd6, 0xf7, 0x91, 0xaf, 0x57, 0x16, - 0xf6, 0x15, 0xe7, 0x82, 0xc2, 0xbe, 0x66, 0x04, 0x6b, 0x4c, 0x19, 0x30, 0x3e, 0x7b, 0x46, 0x55, - 0xc8, 0x4d, 0x31, 0xd1, 0x74, 0x8d, 0x68, 0x95, 0x02, 0xa3, 0xfb, 0xef, 0xcf, 0x92, 0x95, 0x44, - 0xed, 0x0f, 0x69, 0x58, 0xf7, 0x22, 0xdb, 0x35, 0xcf, 0x2c, 0x74, 0x0f, 0xd6, 0x5d, 0xc3, 0x56, - 0x09, 0x25, 0xa8, 0x86, 0x5e, 0x49, 0xb0, 0x45, 0xe0, 0x1a, 0x36, 0x97, 0xd1, 0xd1, 0x53, 0x58, - 0xbb, 0x34, 0x4c, 0xbd, 0x52, 0xbc, 0x97, 0x78, 0x54, 0x6c, 0xdc, 0xad, 0x8b, 0xbc, 0xa9, 0xcb, - 0x6a, 0xea, 0xec, 0xe9, 0xc8, 0x30, 0x75, 0x85, 0x09, 0x47, 0x67, 0x4b, 0xf2, 0x06, 0xd9, 0x92, - 0x5a, 0x39, 0x5b, 0xd6, 0x22, 0xb3, 0xe5, 0x29, 0xe4, 0x89, 0xa3, 0x99, 0xae, 0x6d, 0x39, 0xa4, - 0xb2, 0xc1, 0x4c, 0xdf, 0x09, 0x9a, 0x2e, 0x98, 0xca, 0x5c, 0x6e, 0x79, 0x8a, 0xa5, 0x6f, 0x9c, - 0x62, 0xb0, 0x72, 0x8a, 0x65, 0x56, 0x4f, 0xb1, 0xec, 0x0d, 0x52, 0x2c, 0x77, 0x93, 0x14, 0xcb, - 0x5f, 0x93, 0x62, 0x85, 0x25, 0x29, 0xb6, 0x1e, 0x4c, 0xb1, 0x5a, 0x1b, 0xf2, 0x7e, 0x26, 0xa0, - 0x32, 0xac, 0x8f, 0x94, 0x93, 0xde, 0x91, 0x7a, 0xdc, 0x79, 0xd1, 0x6c, 0x7d, 0x5d, 0xbe, 0x85, - 0x36, 0x61, 0x83, 0x53, 0xba, 0xbd, 0xc3, 0xfe, 0x49, 0xaf, 0x5d, 0x4e, 0x20, 0x04, 0x45, 0x4e, - 0xea, 0x9f, 0x8c, 0x38, 0x2d, 0xc9, 0x12, 0x55, 0x81, 0xdb, 0x3e, 0x0e, 0x75, 0xf9, 0xf7, 0x06, - 0xe0, 0xa8, 0x01, 0x69, 0x96, 0xb3, 0x2c, 0x61, 0x0b, 0x8d, 0xdb, 0x72, 0x6c, 0x65, 0x79, 0x9a, - 0x9d, 0x0a, 0x17, 0xad, 0xfd, 0x2b, 0x0b, 0x5b, 0x11, 0xec, 0x15, 0x6a, 0xc0, 0xf3, 0x43, 0x72, - 0x89, 0x1f, 0x52, 0x41, 0x3f, 0xa0, 0x0a, 0x64, 0xbd, 0x44, 0x60, 0xe8, 0xa4, 0x78, 0xaf, 0xd4, - 0xfd, 0xda, 0x64, 0x62, 0xbd, 0xc1, 0x72, 0x61, 0xa4, 0x79, 0x61, 0x08, 0xc6, 0xbc, 0x30, 0x1e, - 0x42, 0xc9, 0x13, 0xf6, 0xd4, 0x65, 0x78, 0x5e, 0x09, 0xb2, 0x97, 0x57, 0xf7, 0x61, 0x43, 0x9b, - 0x91, 0x8b, 0x30, 0xc0, 0xac, 0x53, 0xa2, 0x1f, 0x79, 0x4f, 0x28, 0x04, 0x2c, 0x4c, 0xc8, 0x8f, - 0x78, 0x0b, 0xb2, 0x17, 0x58, 0xd3, 0x3d, 0x94, 0x2c, 0x34, 0x1e, 0xc7, 0x79, 0xb6, 0xfe, 0x92, - 0xcb, 0x76, 0x4c, 0xe2, 0x5c, 0x29, 0xde, 0x4a, 0x64, 0xc0, 0x8e, 0x78, 0x54, 0x89, 0xa5, 0x6a, - 0x84, 0x38, 0xc6, 0xe9, 0x8c, 0x60, 0x5e, 0x15, 0x85, 0xc6, 0xff, 0xaf, 0xa2, 0x72, 0x64, 0x35, - 0xfd, 0x75, 0x5c, 0xfd, 0xd6, 0xc5, 0x22, 0x87, 0x6e, 0x35, 0xd7, 0x4f, 0x77, 0xf3, 0xac, 0x2f, - 0xae, 0xb0, 0xd5, 0x5c, 0xcf, 0xc8, 0x0a, 0x7c, 0xc9, 0x96, 0xb6, 0xc8, 0x41, 0x87, 0xb4, 0xca, - 0xc7, 0x93, 0x99, 0x8e, 0xfd, 0x4d, 0x4a, 0x0c, 0x58, 0xf6, 0xe4, 0x4d, 0xb8, 0x74, 0xdf, 0xa6, - 0x7d, 0xd8, 0xa5, 0x00, 0xc0, 0x56, 0x48, 0x3a, 0x1c, 0xc3, 0x3c, 0x37, 0xcc, 0x73, 0x95, 0x18, - 0x53, 0x6c, 0xcd, 0x08, 0xab, 0xad, 0x42, 0x63, 0xaf, 0xce, 0x9b, 0x75, 0xdd, 0x6b, 0xd6, 0xf5, - 0xb6, 0x68, 0xe6, 0x4a, 0x51, 0xac, 0x18, 0xf1, 0x05, 0xa8, 0x03, 0x9b, 0x53, 0xed, 0xad, 0x3a, - 0xd6, 0x26, 0x13, 0xd5, 0xeb, 0xf8, 0xac, 0x12, 0x63, 0xb5, 0x94, 0xa6, 0xda, 0xdb, 0x96, 0x36, - 0x99, 0x78, 0x04, 0x9a, 0x0e, 0x97, 0x8e, 0xe1, 0xda, 0x2a, 0x36, 0xb5, 0xd3, 0x09, 0xd6, 0x19, - 0x4a, 0xe6, 0x94, 0x75, 0x46, 0xec, 0x70, 0x5a, 0xf5, 0x19, 0xac, 0xcb, 0x8e, 0x41, 0x65, 0x48, - 0x5d, 0xe2, 0x2b, 0x51, 0x21, 0xf4, 0x11, 0x6d, 0x43, 0xfa, 0xb5, 0x36, 0x99, 0x79, 0xb5, 0xc1, - 0x5f, 0x9e, 0x25, 0xbf, 0x9f, 0xa8, 0x3e, 0x87, 0xca, 0xb2, 0x58, 0xde, 0x54, 0xcf, 0xb2, 0x40, - 0xdd, 0x44, 0x4f, 0x6d, 0x04, 0x77, 0x7c, 0x48, 0xe9, 0x0b, 0xa4, 0x0b, 0x60, 0xca, 0xd3, 0x20, - 0xa6, 0xdc, 0x91, 0xc3, 0x1a, 0x58, 0x20, 0x83, 0xca, 0xdf, 0x32, 0xb0, 0x1d, 0xc5, 0xff, 0xcf, - 0xa0, 0x8a, 0xd7, 0x1e, 0x79, 0xd3, 0xf3, 0x5e, 0x83, 0xdd, 0x2e, 0xbd, 0x62, 0xb7, 0x93, 0x40, - 0x2a, 0x13, 0x04, 0xa9, 0xef, 0x0e, 0x4e, 0xda, 0x61, 0x38, 0x39, 0x88, 0x75, 0xea, 0x12, 0x3c, - 0xf9, 0x36, 0x1e, 0x4f, 0x3e, 0x5f, 0x49, 0xe7, 0x8a, 0x80, 0xf2, 0xed, 0x32, 0x40, 0x29, 0xac, - 0xb2, 0xd7, 0x7b, 0x23, 0xca, 0xfa, 0x0d, 0x11, 0xe5, 0x7f, 0xaa, 0x42, 0xbf, 0x80, 0xbd, 0x17, - 0x98, 0x2c, 0xe9, 0xf8, 0xd7, 0xd6, 0x53, 0x6d, 0x00, 0xd5, 0xa8, 0xe5, 0xae, 0x6d, 0x99, 0x2e, - 0x7e, 0xa7, 0x13, 0xc3, 0x97, 0x9e, 0xc6, 0x48, 0xbc, 0xb8, 0xde, 0x22, 0x05, 0xf6, 0x23, 0xd7, - 0x0b, 0x93, 0xde, 0x09, 0x70, 0xf6, 0x60, 0xeb, 0xd8, 0x70, 0x49, 0xe8, 0x7e, 0xc6, 0x0e, 0x4d, - 0x2f, 0x60, 0x3b, 0xc8, 0x12, 0xfb, 0x7c, 0x02, 0x69, 0x83, 0xe0, 0x29, 0xbf, 0xaf, 0x15, 0xc2, - 0xd0, 0xe0, 0xeb, 0x67, 0x32, 0x4c, 0xd1, 0x10, 0xaa, 0x42, 0x51, 0x54, 0x24, 0xf6, 0x29, 0xda, - 0xf0, 0x6f, 0xf6, 0xae, 0x80, 0x39, 0xc2, 0xbf, 0xd8, 0x95, 0x51, 0x25, 0x19, 0x40, 0x95, 0xda, - 0x8f, 0x61, 0x3f, 0x52, 0xe9, 0x3c, 0x3e, 0xb2, 0x91, 0xd7, 0xc4, 0x87, 0x89, 0xd6, 0x46, 0xbe, - 0xca, 0xc8, 0x00, 0xbd, 0xa3, 0xa1, 0x43, 0xb8, 0x1d, 0xad, 0x75, 0x1e, 0x36, 0xd9, 0xd2, 0xeb, - 0xc2, 0xc6, 0x4d, 0xfd, 0x01, 0xec, 0xb4, 0xf1, 0x04, 0x2f, 0x5e, 0xac, 0xaf, 0xcf, 0xa2, 0xe7, - 0xb0, 0x33, 0xec, 0x0e, 0xda, 0x86, 0x6b, 0x6b, 0x64, 0x7c, 0xa1, 0xcc, 0x26, 0xb8, 0x6d, 0x38, - 0x78, 0xcc, 0xbe, 0xcf, 0xb1, 0xac, 0xa9, 0xca, 0x30, 0x9a, 0xaf, 0xcb, 0x51, 0x42, 0x8f, 0xe2, - 0x73, 0x19, 0x52, 0xb6, 0x61, 0x8a, 0x22, 0xa3, 0x8f, 0xb5, 0x1e, 0xec, 0x85, 0xf4, 0x74, 0x4d, - 0xdd, 0x78, 0x6d, 0xe8, 0x33, 0x6d, 0x82, 0xee, 0x42, 0x81, 0xe9, 0xb2, 0x1d, 0x7c, 0x66, 0xbc, - 0xf5, 0xac, 0xa0, 0xa4, 0x01, 0xa3, 0x44, 0xe8, 0xbb, 0x58, 0xb0, 0x8b, 0x1e, 0x30, 0x30, 0x7e, - 0x07, 0x5d, 0xe8, 0x36, 0xe4, 0x1d, 0xcd, 0xd4, 0xad, 0xa9, 0xf1, 0x2b, 0xcc, 0x1a, 0x5f, 0x4e, - 0x99, 0x13, 0x6a, 0xbf, 0x4b, 0x42, 0x29, 0xb4, 0x15, 0x52, 0x60, 0x5b, 0x17, 0xef, 0xaa, 0x33, - 0x9b, 0x60, 0x55, 0x67, 0x4e, 0x11, 0xb5, 0xf4, 0xa1, 0x1c, 0x94, 0x45, 0xd7, 0xbd, 0xbc, 0xa5, - 0x20, 0x7d, 0xd1, 0xa1, 0x3f, 0x87, 0x4a, 0x50, 0xa7, 0xe1, 0x3b, 0x88, 0x19, 0x5b, 0x68, 0xd4, - 0x96, 0xe9, 0x9d, 0xbb, 0xf2, 0xe5, 0x2d, 0x65, 0x57, 0x8f, 0x76, 0xf2, 0x82, 0xcd, 0x63, 0xe6, - 0x30, 0xf6, 0xc1, 0x31, 0x36, 0x73, 0xb7, 0x86, 0x6d, 0xe6, 0xd4, 0xc3, 0x0c, 0xac, 0x51, 0x55, - 0xb5, 0x5f, 0xa7, 0xa4, 0x2b, 0x93, 0xbc, 0xda, 0x4b, 0xb4, 0x4f, 0xb9, 0xa0, 0x70, 0x50, 0x65, - 0xd9, 0x66, 0x0a, 0x93, 0x0a, 0xd6, 0x4e, 0x32, 0x54, 0x3b, 0x07, 0xb0, 0x79, 0x61, 0xe8, 0x58, - 0xb5, 0x2f, 0x2c, 0x13, 0xcb, 0x63, 0x9b, 0x9c, 0x52, 0xa2, 0x8c, 0x01, 0xa5, 0x8b, 0x9b, 0x78, - 0xc4, 0xe5, 0x38, 0x13, 0x79, 0x39, 0xf6, 0x8e, 0x43, 0x6b, 0x4b, 0x8e, 0x43, 0xe9, 0xd0, 0x71, - 0xe8, 0x04, 0x40, 0x3a, 0x0a, 0x64, 0x43, 0xe7, 0xfd, 0x38, 0x57, 0xd4, 0xc3, 0x27, 0x01, 0x49, - 0x51, 0xf5, 0x0b, 0x28, 0xbd, 0x47, 0x2f, 0xac, 0xfd, 0x3e, 0xc5, 0x2e, 0x99, 0xc1, 0xd4, 0x38, - 0xb3, 0xd0, 0x13, 0xd8, 0xa6, 0x65, 0x1e, 0x4a, 0x2f, 0xaf, 0xdc, 0x37, 0x5d, 0xc3, 0x0e, 0x2c, - 0xd1, 0xfd, 0x70, 0x25, 0x6f, 0x1e, 0xae, 0xd4, 0x2a, 0xe1, 0x5a, 0x5b, 0x39, 0x5c, 0xd9, 0xd8, - 0x70, 0xa5, 0x97, 0x84, 0x2b, 0x13, 0x0a, 0xd7, 0x71, 0x20, 0x5c, 0x39, 0x16, 0xae, 0x4f, 0x97, - 0x57, 0x53, 0xe0, 0x30, 0xf5, 0x9d, 0x47, 0x09, 0xfb, 0x0d, 0x2e, 0xaa, 0x52, 0x0e, 0x60, 0x33, - 0x1c, 0x27, 0xaf, 0x7f, 0x94, 0x02, 0x95, 0xad, 0xbb, 0xb1, 0x75, 0x22, 0xb5, 0xbc, 0xe0, 0x36, - 0x2b, 0xb4, 0xbc, 0xb0, 0x37, 0xbc, 0x3e, 0xd2, 0x87, 0xdb, 0x7e, 0x1f, 0x89, 0xb2, 0xfd, 0xa6, - 0x79, 0x56, 0xfb, 0x67, 0x16, 0xf6, 0xfd, 0x62, 0x19, 0x68, 0x0e, 0x31, 0xc6, 0x86, 0xad, 0x99, - 0x64, 0xe5, 0xfe, 0x84, 0x3e, 0x84, 0x02, 0x95, 0x60, 0x17, 0x52, 0x62, 0x09, 0x67, 0xe7, 0x5d, - 0xc3, 0xa6, 0x08, 0x35, 0xb2, 0xd0, 0x1d, 0xa0, 0xd2, 0x5e, 0xde, 0x95, 0x7c, 0xb6, 0xc8, 0xb8, - 0x40, 0x17, 0x4b, 0x85, 0xba, 0xd8, 0x67, 0xb0, 0x6d, 0xcf, 0x6d, 0x52, 0x0d, 0x1d, 0x9b, 0xc4, - 0x20, 0x57, 0x02, 0x24, 0xb6, 0x24, 0x5e, 0x57, 0xb0, 0xd0, 0x63, 0x28, 0xcb, 0x4b, 0xa4, 0x0b, - 0x4c, 0x49, 0xa2, 0x47, 0x69, 0xf7, 0x73, 0x37, 0xb7, 0xa0, 0xfd, 0x95, 0x97, 0xc6, 0xaf, 0x61, - 0x57, 0x5e, 0x22, 0xa5, 0x34, 0xbf, 0xe0, 0xfc, 0x70, 0x11, 0x81, 0x16, 0x9d, 0x5a, 0x97, 0x48, - 0xe1, 0x2c, 0xdf, 0xb1, 0xa3, 0x78, 0xb4, 0xdc, 0x74, 0x32, 0x3d, 0xf3, 0xca, 0x8d, 0x3e, 0xa3, - 0x87, 0xb0, 0x61, 0x4f, 0xb4, 0x2b, 0xd5, 0x31, 0xcc, 0x73, 0x62, 0x99, 0x7c, 0x96, 0x98, 0x63, - 0x73, 0xca, 0x75, 0xca, 0x50, 0x04, 0x9d, 0xde, 0xd5, 0x98, 0xa0, 0x6e, 0x68, 0x13, 0x26, 0x28, - 0xee, 0xfa, 0x94, 0xd8, 0x16, 0xb4, 0x68, 0x94, 0x80, 0x68, 0x94, 0x38, 0x9a, 0xdf, 0xeb, 0xca, - 0xec, 0xb3, 0x3f, 0x5b, 0xe9, 0xb3, 0xa3, 0xaf, 0x77, 0x11, 0xd7, 0xa0, 0xcd, 0xff, 0xe2, 0xc1, - 0xca, 0xff, 0xc1, 0x3a, 0x1f, 0xa9, 0xa8, 0x6c, 0x94, 0xc2, 0x06, 0xe7, 0x39, 0xa5, 0xc0, 0x69, - 0x47, 0x94, 0x54, 0x7d, 0x09, 0xd5, 0xe5, 0x19, 0x70, 0xa3, 0xab, 0xd7, 0x7b, 0x5c, 0xff, 0x6a, - 0x7f, 0x4a, 0x00, 0x0a, 0xc6, 0x89, 0x75, 0xaa, 0x07, 0x50, 0x0c, 0x96, 0x9c, 0xd0, 0xb6, 0x11, - 0x28, 0xb6, 0xa5, 0x95, 0x99, 0x5c, 0x5e, 0x99, 0xb1, 0x95, 0x2e, 0xa3, 0x88, 0xa1, 0x8b, 0x02, - 0xf7, 0x50, 0xa4, 0xab, 0xd7, 0xfe, 0x9a, 0x84, 0x3b, 0x6c, 0x8e, 0x71, 0x86, 0x9d, 0x68, 0xa4, - 0x5a, 0x66, 0x51, 0x62, 0x45, 0x8b, 0x92, 0x21, 0x8b, 0xee, 0x42, 0x81, 0x88, 0x0d, 0x29, 0xae, - 0x71, 0x83, 0xc1, 0x23, 0x8d, 0xac, 0xc5, 0xb2, 0x5a, 0x8b, 0x28, 0xab, 0x57, 0xf3, 0x52, 0x49, - 0xb3, 0x52, 0x79, 0xea, 0x67, 0x75, 0xec, 0xe7, 0x44, 0x17, 0xcb, 0x7b, 0x05, 0xfc, 0xcf, 0x6b, - 0x50, 0x18, 0x76, 0x07, 0xcc, 0xa1, 0x34, 0xd2, 0x1f, 0x40, 0xd6, 0x73, 0x37, 0x5f, 0x9f, 0x19, - 0x33, 0x5f, 0xa3, 0x3d, 0xc8, 0xf9, 0x78, 0xcf, 0xb5, 0x64, 0x45, 0x4f, 0x8b, 0x8f, 0xe1, 0x07, - 0x90, 0x65, 0x4c, 0x3f, 0x7e, 0x19, 0xfa, 0x1a, 0x93, 0x2c, 0xe9, 0xe5, 0xa1, 0x39, 0x80, 0xdc, - 0x99, 0x63, 0x4d, 0xd5, 0x99, 0x63, 0x30, 0x5c, 0x2b, 0x34, 0x4a, 0x32, 0x1c, 0x9c, 0x38, 0x86, - 0x92, 0xa5, 0x02, 0x27, 0x8e, 0x81, 0x3e, 0x86, 0x0c, 0xb1, 0x98, 0x64, 0x36, 0x5a, 0x32, 0x4d, - 0x2c, 0x2a, 0xf7, 0x25, 0x94, 0xc5, 0xb4, 0x53, 0x3d, 0xc3, 0x1a, 0x99, 0x39, 0x98, 0x0f, 0x8a, - 0x8b, 0x8d, 0x2d, 0x79, 0xc5, 0x73, 0xce, 0x53, 0x4a, 0x42, 0x58, 0xbc, 0xbb, 0xe8, 0x7b, 0x50, - 0x60, 0x0e, 0x73, 0x89, 0x46, 0x66, 0x2e, 0x6b, 0x13, 0xc5, 0xc6, 0xae, 0xbc, 0x94, 0xfa, 0x76, - 0xc8, 0xb8, 0x0a, 0x8c, 0xfd, 0x67, 0xda, 0x02, 0xc7, 0x0c, 0x17, 0x75, 0x55, 0x23, 0xec, 0xe7, - 0x96, 0x94, 0x92, 0x17, 0x94, 0x26, 0x61, 0x1d, 0x92, 0x68, 0x8e, 0x60, 0x03, 0x67, 0x0b, 0x4a, - 0x93, 0xd0, 0x70, 0x60, 0x53, 0xe7, 0xcc, 0x02, 0x63, 0x66, 0xd9, 0x7b, 0x93, 0xa0, 0xe7, 0xec, - 0xa8, 0x32, 0xb6, 0x4c, 0x13, 0x8f, 0x89, 0xea, 0x60, 0xcd, 0x15, 0x98, 0x25, 0xa3, 0x67, 0xdb, - 0x97, 0x50, 0x98, 0x80, 0x52, 0xd6, 0x43, 0x14, 0x9a, 0x34, 0xd8, 0x71, 0x2c, 0x87, 0x75, 0x86, - 0xbc, 0xc2, 0x5f, 0x6a, 0xbf, 0x4d, 0x40, 0x86, 0x7b, 0x90, 0xf6, 0x9f, 0x99, 0x8b, 0x1d, 0x91, - 0x28, 0xec, 0x99, 0xd2, 0x2e, 0x2c, 0x97, 0x78, 0x03, 0x4c, 0xfa, 0x8c, 0x8a, 0x90, 0x34, 0x6c, - 0x91, 0x18, 0x49, 0xc3, 0xa6, 0x32, 0x6c, 0x2a, 0x49, 0xf3, 0x61, 0x43, 0x61, 0xcf, 0xef, 0x34, - 0xae, 0x3c, 0xb8, 0x14, 0xbf, 0x5c, 0x7a, 0xe3, 0xcb, 0x5d, 0x06, 0x5e, 0xea, 0x48, 0x69, 0xf6, - 0x86, 0x83, 0xbe, 0x32, 0x52, 0x9b, 0x27, 0xa3, 0x7e, 0xf9, 0x16, 0xda, 0x81, 0xcd, 0x20, 0xfd, - 0xa4, 0x3d, 0x28, 0x27, 0x16, 0xc9, 0xa3, 0xd6, 0xa0, 0x9c, 0x8c, 0x20, 0x1f, 0x0f, 0xcb, 0xa9, - 0x83, 0x1e, 0x94, 0xc3, 0x2d, 0x07, 0x21, 0x28, 0x52, 0xd1, 0x5e, 0x5f, 0x7d, 0xd9, 0x69, 0xb6, - 0x3b, 0xca, 0x90, 0xff, 0xa2, 0x45, 0x69, 0x5f, 0xf9, 0xa4, 0x04, 0xda, 0x62, 0x57, 0x55, 0xb5, - 0x79, 0x7c, 0xec, 0x13, 0x93, 0x07, 0x6f, 0x98, 0xdc, 0x3c, 0x39, 0xd8, 0xbe, 0xad, 0xa1, 0xda, - 0xa2, 0x62, 0xdd, 0x5e, 0xab, 0xff, 0xaa, 0xdb, 0x7b, 0x51, 0xbe, 0x85, 0xaa, 0xb0, 0x4b, 0xc9, - 0x83, 0xa6, 0x32, 0xea, 0xb6, 0xba, 0x83, 0x66, 0x6f, 0xa4, 0xfe, 0xa8, 0xdf, 0xed, 0x75, 0xda, - 0xe5, 0x04, 0x2a, 0x02, 0x50, 0x5e, 0xb3, 0x35, 0xea, 0xfe, 0xa4, 0x53, 0x4e, 0xa2, 0x6d, 0x28, - 0xd3, 0xf7, 0x76, 0x77, 0xd8, 0xea, 0xf7, 0x7a, 0x9d, 0xd6, 0xa8, 0xd3, 0x2e, 0xa7, 0xd0, 0x06, - 0xe4, 0x29, 0xb5, 0xa3, 0x28, 0x7d, 0xa5, 0xbc, 0x76, 0xf0, 0x18, 0x60, 0x9e, 0xd0, 0x28, 0x07, - 0x6b, 0xbd, 0x7e, 0xaf, 0xc3, 0x0d, 0x3f, 0x52, 0xba, 0xc3, 0x81, 0xda, 0xe9, 0x35, 0x0f, 0x8f, - 0xa9, 0xfe, 0xc6, 0x5f, 0xf2, 0x90, 0x1a, 0x76, 0x07, 0x68, 0x00, 0xeb, 0xf2, 0x14, 0x09, 0xcd, - 0x8f, 0xa5, 0x11, 0x73, 0xa7, 0xea, 0x9d, 0x25, 0x5c, 0x7e, 0xc4, 0xad, 0xa5, 0x7e, 0x93, 0x4c, - 0xa0, 0x6f, 0xa4, 0x3f, 0x15, 0xc8, 0xa3, 0x1c, 0xf4, 0x60, 0xf1, 0xd4, 0x10, 0x31, 0x70, 0xaa, - 0xc6, 0xce, 0x82, 0x90, 0x0a, 0xbb, 0xd1, 0x73, 0x7d, 0xf4, 0xf1, 0xa2, 0xfa, 0xa8, 0x39, 0x51, - 0x35, 0x7e, 0x82, 0x83, 0x7e, 0x06, 0x68, 0x71, 0xae, 0x88, 0xe6, 0x93, 0x80, 0xa5, 0x33, 0xcb, - 0xea, 0xfd, 0x58, 0x19, 0x71, 0x0b, 0xf8, 0x05, 0x6c, 0x45, 0x0c, 0x09, 0x51, 0x78, 0x6d, 0xa4, - 0xe5, 0x1f, 0xc5, 0x0b, 0xcd, 0x77, 0x88, 0x98, 0xbc, 0x49, 0x3b, 0x2c, 0x1f, 0xf6, 0x49, 0x3b, - 0xc4, 0x0d, 0xef, 0xc6, 0xfe, 0xe4, 0x31, 0xf8, 0x11, 0x0b, 0xab, 0x23, 0xbf, 0xe2, 0xc1, 0x35, - 0x52, 0x62, 0x93, 0x17, 0x50, 0x0c, 0x8e, 0xd0, 0xd0, 0x7c, 0x62, 0x12, 0x39, 0x5b, 0xab, 0x46, - 0x4f, 0x3a, 0x03, 0xf9, 0x18, 0x98, 0x29, 0x3d, 0x58, 0x69, 0x7c, 0x50, 0x8d, 0xbd, 0xa8, 0x49, - 0xde, 0x0e, 0xe8, 0x5e, 0xf0, 0x76, 0x94, 0xe6, 0x8f, 0xe2, 0x85, 0x84, 0x23, 0xbe, 0x91, 0x66, - 0x89, 0x4b, 0xec, 0x8f, 0xbb, 0x23, 0x5e, 0x63, 0xff, 0xd7, 0xb0, 0x1d, 0x75, 0x86, 0x97, 0x62, - 0x19, 0x73, 0xc4, 0xaf, 0xee, 0xcb, 0xba, 0xc3, 0x47, 0xcb, 0xaf, 0x60, 0x37, 0xfa, 0xcc, 0x23, - 0x95, 0x6a, 0xec, 0xa1, 0xa8, 0xba, 0xbb, 0x70, 0x10, 0xef, 0x4c, 0x6d, 0x72, 0x75, 0xf8, 0xfc, - 0xa7, 0xf7, 0xcf, 0x0d, 0x72, 0x31, 0x3b, 0xad, 0x8f, 0xad, 0xe9, 0x13, 0xa1, 0x8b, 0xff, 0xf3, - 0x69, 0x6c, 0x4d, 0x3c, 0xc2, 0x1f, 0x93, 0x1b, 0xc7, 0xc6, 0x6b, 0x7c, 0x64, 0x90, 0xfa, 0x80, - 0xb2, 0xfe, 0x91, 0x2c, 0x8a, 0xf7, 0x67, 0xcf, 0x18, 0xe1, 0x34, 0xc3, 0x96, 0x3c, 0xfd, 0x77, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x35, 0x3d, 0xf1, 0x2c, 0x78, 0x25, 0x00, 0x00, + // 2575 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x5a, 0x4f, 0x73, 0x1b, 0x49, + 0x15, 0x8f, 0xfe, 0x4b, 0x4f, 0xb2, 0x24, 0xb7, 0xff, 0xac, 0x2c, 0x27, 0xbb, 0x41, 0xd9, 0x6c, + 0x12, 0xef, 0x96, 0x52, 0xab, 0x14, 0x0b, 0x84, 0xda, 0xa5, 0x64, 0x49, 0x49, 0x84, 0x1d, 0x49, + 0x8c, 0x64, 0x6a, 0x97, 0x5a, 0x18, 0xc6, 0x9a, 0xb6, 0x3d, 0x6b, 0x69, 0x66, 0x98, 0x69, 0x25, + 0x31, 0x37, 0x6e, 0xf0, 0x31, 0xb8, 0x70, 0x80, 0x2a, 0x3e, 0x00, 0x27, 0xae, 0x7c, 0x08, 0x2e, + 0x1c, 0xf9, 0x02, 0x5c, 0x38, 0x50, 0xfd, 0x67, 0x46, 0x3d, 0xa3, 0x91, 0x2c, 0x27, 0x40, 0x15, + 0xdc, 0x66, 0xde, 0x7b, 0xfd, 0xfa, 0xcd, 0xeb, 0xdf, 0xfb, 0x75, 0xf7, 0x93, 0x60, 0x73, 0x62, + 0xbc, 0xc2, 0x97, 0x06, 0x51, 0x5d, 0xc3, 0xae, 0xdb, 0x8e, 0x45, 0x2c, 0x94, 0x11, 0xa2, 0xea, + 0xfb, 0xe7, 0x96, 0x75, 0x3e, 0xc1, 0x8f, 0x99, 0xf8, 0x74, 0x76, 0xf6, 0x58, 0x9f, 0x39, 0x1a, + 0x31, 0x2c, 0x93, 0x1b, 0x56, 0xf7, 0xc3, 0x7a, 0x3c, 0xb5, 0xc9, 0x95, 0x50, 0x6e, 0x7b, 0x8e, + 0xa7, 0x96, 0x8e, 0x27, 0xae, 0x90, 0x22, 0x4f, 0xea, 0x58, 0xd6, 0x94, 0xcb, 0x6a, 0x7f, 0x4d, + 0xc0, 0x4e, 0xcb, 0xc1, 0x1a, 0xc1, 0xc3, 0xee, 0x60, 0xe4, 0xcc, 0xcc, 0x4b, 0x05, 0xff, 0x62, + 0x86, 0x5d, 0x82, 0x3e, 0x86, 0x4d, 0xc3, 0x3c, 0xb5, 0x66, 0xa6, 0xae, 0x6a, 0xba, 0xee, 0x60, + 0xd7, 0xc5, 0x6e, 0x25, 0x76, 0x37, 0xf1, 0x30, 0xa7, 0x94, 0x85, 0xa2, 0xe9, 0xc9, 0xd1, 0x23, + 0x28, 0x5b, 0x33, 0x12, 0xb0, 0xae, 0xc4, 0xef, 0xc6, 0x1e, 0xe6, 0x94, 0x92, 0x27, 0x17, 0xc6, + 0xe8, 0x01, 0xf8, 0x22, 0xd5, 0x9c, 0x4d, 0x4f, 0xb1, 0x53, 0x49, 0x30, 0xcb, 0xa2, 0x27, 0xee, + 0x31, 0x29, 0xfa, 0x0c, 0x76, 0xbc, 0x00, 0xb8, 0x9d, 0xab, 0x3a, 0xf8, 0x1c, 0xbf, 0xa9, 0x24, + 0x69, 0x10, 0x87, 0xf1, 0x4a, 0x4c, 0xd9, 0x12, 0x06, 0x7c, 0x84, 0xab, 0x50, 0x35, 0x9d, 0x20, + 0x34, 0xae, 0x92, 0x63, 0x61, 0x17, 0x83, 0xd6, 0x34, 0x68, 0xcf, 0x70, 0xe6, 0x62, 0xc7, 0xd4, + 0xa6, 0xb8, 0x92, 0xe2, 0x41, 0x0b, 0xf9, 0x89, 0x10, 0xcb, 0xa6, 0xb6, 0xe6, 0xba, 0xaf, 0x2d, + 0x47, 0xaf, 0xa4, 0x03, 0xa6, 0x03, 0x21, 0xa6, 0x79, 0xf3, 0xbf, 0xcf, 0x77, 0x9b, 0x61, 0xb6, + 0x7e, 0x8e, 0x7c, 0xbf, 0xb2, 0xb1, 0xef, 0x38, 0x1b, 0x34, 0xf6, 0x3d, 0x23, 0x48, 0x32, 0x67, + 0xc0, 0xf4, 0xec, 0x19, 0x55, 0x21, 0x3b, 0xc5, 0x44, 0xd3, 0x35, 0xa2, 0x55, 0xf2, 0x4c, 0xee, + 0xbf, 0x3f, 0x8d, 0x57, 0x62, 0xb5, 0xdf, 0xa5, 0xa0, 0xe0, 0xad, 0x6c, 0xd7, 0x3c, 0xb3, 0xd0, + 0x5d, 0x28, 0xb8, 0x86, 0xad, 0x12, 0x2a, 0x50, 0x0d, 0xbd, 0x12, 0x63, 0x83, 0xc0, 0x35, 0x6c, + 0x6e, 0xa3, 0xa3, 0x27, 0x90, 0xbc, 0x34, 0x4c, 0xbd, 0x52, 0xbc, 0x1b, 0x7b, 0x58, 0x6c, 0x7c, + 0x50, 0x17, 0xa8, 0xa9, 0xcb, 0x6e, 0xea, 0xec, 0xe9, 0xc8, 0x30, 0x75, 0x85, 0x19, 0x47, 0xa3, + 0x25, 0x7e, 0x03, 0xb4, 0x24, 0xd6, 0x46, 0x4b, 0x32, 0x12, 0x2d, 0x4f, 0x20, 0x47, 0x1c, 0xcd, + 0x74, 0x6d, 0xcb, 0x21, 0x95, 0x0d, 0x16, 0xfa, 0x4e, 0x30, 0x74, 0xa1, 0x54, 0xe6, 0x76, 0xcb, + 0x21, 0x96, 0xba, 0x31, 0xc4, 0x60, 0x6d, 0x88, 0xa5, 0xd7, 0x87, 0x58, 0xe6, 0x06, 0x10, 0xcb, + 0xde, 0x04, 0x62, 0xb9, 0x6b, 0x20, 0x96, 0x5f, 0x02, 0xb1, 0x42, 0x10, 0x62, 0xb5, 0x36, 0xe4, + 0x7c, 0x24, 0xa0, 0x32, 0x14, 0x46, 0xca, 0x49, 0xef, 0x48, 0x3d, 0xee, 0x3c, 0x6f, 0xb6, 0xbe, + 0x2a, 0xdf, 0x42, 0x9b, 0xb0, 0xc1, 0x25, 0xdd, 0xde, 0x61, 0xff, 0xa4, 0xd7, 0x2e, 0xc7, 0x10, + 0x82, 0x22, 0x17, 0xf5, 0x4f, 0x46, 0x5c, 0x16, 0x67, 0x40, 0x55, 0xe0, 0xb6, 0xcf, 0x43, 0x5d, + 0xfe, 0xbd, 0x01, 0x3a, 0x6a, 0x40, 0x8a, 0x61, 0x96, 0x01, 0x36, 0xdf, 0xb8, 0x2d, 0xaf, 0xad, + 0x6c, 0x4f, 0xd1, 0xa9, 0x70, 0xd3, 0xda, 0x3f, 0x33, 0xb0, 0x15, 0xa1, 0x5e, 0xa3, 0x06, 0xbc, + 0x3c, 0xc4, 0x97, 0xe4, 0x21, 0x11, 0xcc, 0x03, 0xaa, 0x40, 0xc6, 0x03, 0x02, 0x63, 0x27, 0xc5, + 0x7b, 0xa5, 0xe9, 0xd7, 0x26, 0x13, 0xeb, 0x35, 0x96, 0x0b, 0x23, 0xc5, 0x0b, 0x43, 0x28, 0xe6, + 0x85, 0xf1, 0x00, 0x4a, 0x9e, 0xb1, 0xe7, 0x2e, 0xcd, 0x71, 0x25, 0xc4, 0x1e, 0xae, 0xee, 0xc1, + 0x86, 0x36, 0x23, 0x17, 0x61, 0x82, 0x29, 0x50, 0xa1, 0xbf, 0xf2, 0x9e, 0x51, 0x88, 0x58, 0x98, + 0x91, 0xbf, 0xe2, 0x2d, 0xc8, 0x5c, 0x60, 0x4d, 0xf7, 0x58, 0x32, 0xdf, 0x78, 0xb4, 0x2a, 0xb3, + 0xf5, 0x17, 0xdc, 0xb6, 0x63, 0x12, 0xe7, 0x4a, 0xf1, 0x46, 0x22, 0x03, 0x76, 0xc4, 0xa3, 0x4a, + 0x2c, 0x55, 0x23, 0xc4, 0x31, 0x4e, 0x67, 0x04, 0xf3, 0xaa, 0xc8, 0x37, 0xbe, 0xbd, 0x8e, 0xcb, + 0x91, 0xd5, 0xf4, 0xc7, 0x71, 0xf7, 0x5b, 0x17, 0x8b, 0x1a, 0x3a, 0xd5, 0xdc, 0x3f, 0x9d, 0xcd, + 0x8b, 0xbe, 0xb8, 0xc6, 0x54, 0x73, 0x3f, 0x23, 0x2b, 0xf0, 0x25, 0x5b, 0xda, 0xa2, 0x06, 0x1d, + 0xd2, 0x2a, 0x1f, 0x4f, 0x66, 0x3a, 0xf6, 0x27, 0x29, 0x31, 0x62, 0xd9, 0x93, 0x27, 0xe1, 0xd6, + 0x7d, 0x9b, 0xee, 0xcd, 0x2e, 0x25, 0x00, 0x36, 0x42, 0xf2, 0xe1, 0x18, 0xe6, 0xb9, 0x61, 0x9e, + 0xab, 0xc4, 0x98, 0x62, 0x6b, 0x46, 0x58, 0x6d, 0xe5, 0x1b, 0x7b, 0x75, 0xbe, 0x81, 0xd7, 0xbd, + 0x0d, 0xbc, 0xde, 0x16, 0x1b, 0xbc, 0x52, 0x14, 0x23, 0x46, 0x7c, 0x00, 0xea, 0xc0, 0xe6, 0x54, + 0x7b, 0xa3, 0x8e, 0xb5, 0xc9, 0x44, 0xf5, 0x4e, 0x01, 0xac, 0x12, 0x57, 0x7a, 0x29, 0x4d, 0xb5, + 0x37, 0x2d, 0x6d, 0x32, 0xf1, 0x04, 0x14, 0x0e, 0x97, 0x8e, 0xe1, 0xda, 0x2a, 0x36, 0xb5, 0xd3, + 0x09, 0xd6, 0x19, 0x4b, 0x66, 0x95, 0x02, 0x13, 0x76, 0xb8, 0xac, 0xfa, 0x14, 0x0a, 0x72, 0x62, + 0x50, 0x19, 0x12, 0x97, 0xf8, 0x4a, 0x54, 0x08, 0x7d, 0x44, 0xdb, 0x90, 0x7a, 0xa5, 0x4d, 0x66, + 0x5e, 0x6d, 0xf0, 0x97, 0xa7, 0xf1, 0xef, 0xc6, 0xaa, 0xcf, 0xa0, 0xb2, 0x6c, 0x2d, 0x6f, 0xea, + 0x67, 0xd9, 0x42, 0xdd, 0xc4, 0x4f, 0x6d, 0x04, 0x77, 0x7c, 0x4a, 0xe9, 0x0b, 0xa6, 0x0b, 0x70, + 0xca, 0x93, 0x20, 0xa7, 0xdc, 0x91, 0x97, 0x35, 0x30, 0x40, 0x26, 0x95, 0xbf, 0xa4, 0x61, 0x3b, + 0x4a, 0xff, 0x9f, 0x61, 0x15, 0x6f, 0x7b, 0xe4, 0x9b, 0x9e, 0xf7, 0x1a, 0xdc, 0xed, 0x52, 0x6b, + 0xee, 0x76, 0x12, 0x49, 0xa5, 0x83, 0x24, 0xf5, 0xef, 0xa3, 0x93, 0x76, 0x98, 0x4e, 0x0e, 0x56, + 0x26, 0x75, 0x09, 0x9f, 0x7c, 0xb3, 0x9a, 0x4f, 0x3e, 0x5b, 0xcb, 0xe7, 0x9a, 0x84, 0xf2, 0xcd, + 0x32, 0x42, 0xc9, 0xaf, 0x33, 0xd7, 0x3b, 0x33, 0x4a, 0xe1, 0x86, 0x8c, 0xf2, 0x7f, 0x55, 0xa1, + 0x9f, 0xc3, 0xde, 0x73, 0x4c, 0x96, 0xec, 0xf8, 0xd7, 0xd6, 0x53, 0x6d, 0x00, 0xd5, 0xa8, 0xe1, + 0xae, 0x6d, 0x99, 0x2e, 0x7e, 0xab, 0x13, 0xc3, 0x17, 0x9e, 0xc7, 0x48, 0xbe, 0xb8, 0x3e, 0x22, + 0x05, 0xf6, 0x23, 0xc7, 0x8b, 0x90, 0xde, 0x8a, 0x70, 0xf6, 0x60, 0xeb, 0xd8, 0x70, 0x49, 0xe8, + 0x7e, 0xc6, 0x0e, 0x4d, 0xcf, 0x61, 0x3b, 0xa8, 0x12, 0xf3, 0x7c, 0x0c, 0x29, 0x83, 0xe0, 0x29, + 0xbf, 0xaf, 0xe5, 0xc3, 0xd4, 0xe0, 0xfb, 0x67, 0x36, 0xcc, 0xd1, 0x10, 0xaa, 0xc2, 0x51, 0xd4, + 0x4a, 0xec, 0x53, 0xb6, 0xe1, 0xdf, 0xec, 0x5d, 0x01, 0xb3, 0x84, 0x7f, 0xb1, 0x2b, 0xb3, 0x4a, + 0x3c, 0xc0, 0x2a, 0xb5, 0x1f, 0xc1, 0x7e, 0xa4, 0xd3, 0xf9, 0xfa, 0xc8, 0x41, 0x5e, 0xb3, 0x3e, + 0xcc, 0xb4, 0x36, 0xf2, 0x5d, 0x46, 0x2e, 0xd0, 0x5b, 0x06, 0x3a, 0x84, 0xdb, 0xd1, 0x5e, 0xe7, + 0xcb, 0x26, 0x47, 0x7a, 0xdd, 0xb2, 0xf1, 0x50, 0xbf, 0x07, 0x3b, 0x6d, 0x3c, 0xc1, 0x8b, 0x17, + 0xeb, 0xeb, 0x51, 0xf4, 0x0c, 0x76, 0x86, 0xdd, 0x41, 0xdb, 0x70, 0x6d, 0x8d, 0x8c, 0x2f, 0x94, + 0xd9, 0x04, 0xb7, 0x0d, 0x07, 0x8f, 0xd9, 0xf7, 0xd1, 0xbb, 0xbb, 0xca, 0x38, 0x9a, 0x8f, 0xcb, + 0x52, 0x41, 0x8f, 0xf2, 0x73, 0x19, 0x12, 0xb6, 0x61, 0x8a, 0x22, 0xa3, 0x8f, 0xb5, 0x1e, 0xec, + 0x85, 0xfc, 0x74, 0x4d, 0xdd, 0x78, 0x65, 0xe8, 0x33, 0x6d, 0x82, 0x3e, 0x80, 0x3c, 0xf3, 0x65, + 0x3b, 0xf8, 0xcc, 0x78, 0xe3, 0x45, 0x41, 0x45, 0x03, 0x26, 0x89, 0xf0, 0x77, 0xb1, 0x10, 0x17, + 0x3d, 0x60, 0x60, 0xfc, 0x16, 0xbe, 0xd0, 0x6d, 0xc8, 0x39, 0x9a, 0xa9, 0x5b, 0x53, 0xe3, 0x97, + 0x98, 0x6d, 0x7c, 0x59, 0x65, 0x2e, 0xa8, 0xfd, 0x36, 0x0e, 0xa5, 0xd0, 0x54, 0x48, 0x81, 0x6d, + 0x5d, 0xbc, 0xab, 0xce, 0x6c, 0x82, 0x55, 0x9d, 0x25, 0x45, 0xd4, 0xd2, 0xfb, 0xf2, 0xa2, 0x2c, + 0xa6, 0xee, 0xc5, 0x2d, 0x05, 0xe9, 0x8b, 0x09, 0xfd, 0x19, 0x54, 0x82, 0x3e, 0x0d, 0x3f, 0x41, + 0x2c, 0xd8, 0x7c, 0xa3, 0xb6, 0xcc, 0xef, 0x3c, 0x95, 0x2f, 0x6e, 0x29, 0xbb, 0x7a, 0x74, 0x92, + 0x17, 0x62, 0x1e, 0xb3, 0x84, 0xb1, 0x0f, 0x5e, 0x11, 0x33, 0x4f, 0x6b, 0x38, 0x66, 0x2e, 0x3d, + 0x4c, 0x43, 0x92, 0xba, 0xaa, 0xfd, 0x2d, 0x21, 0x5d, 0x99, 0xe4, 0xd1, 0x1e, 0xd0, 0x3e, 0xe1, + 0x86, 0x22, 0x41, 0x95, 0x65, 0x93, 0x29, 0xcc, 0x2a, 0x58, 0x3b, 0xf1, 0x50, 0xed, 0x1c, 0xc0, + 0xe6, 0x85, 0xa1, 0x63, 0xd5, 0xbe, 0xb0, 0x4c, 0x2c, 0xb7, 0x6d, 0xb2, 0x4a, 0x89, 0x2a, 0x06, + 0x54, 0x2e, 0x6e, 0xe2, 0x11, 0x97, 0xe3, 0x74, 0xe4, 0xe5, 0xd8, 0x3b, 0x0e, 0x25, 0x97, 0x1c, + 0x87, 0x52, 0xa1, 0xe3, 0xd0, 0x09, 0x80, 0x74, 0x14, 0xc8, 0x84, 0xce, 0xfb, 0xab, 0x52, 0x51, + 0x0f, 0x9f, 0x04, 0x24, 0x47, 0x32, 0x78, 0x5d, 0x4c, 0xc4, 0xa9, 0xc6, 0x03, 0xaf, 0x8b, 0x09, + 0xfa, 0xbe, 0x30, 0x18, 0x5b, 0xe6, 0x99, 0x71, 0xce, 0xee, 0xce, 0xf9, 0x46, 0xd5, 0x9f, 0x58, + 0xb1, 0xac, 0x69, 0x8b, 0xa9, 0xbc, 0xa3, 0x37, 0x1b, 0xcc, 0x45, 0xd5, 0xcf, 0xa1, 0xf4, 0x0e, + 0x3b, 0x6d, 0xed, 0x57, 0x49, 0x76, 0x85, 0x0d, 0x02, 0xef, 0xcc, 0x42, 0x8f, 0x61, 0x9b, 0x92, + 0x48, 0x08, 0xbc, 0x1e, 0x99, 0x6c, 0xba, 0x86, 0x1d, 0x18, 0xa2, 0xfb, 0x60, 0x88, 0xdf, 0x1c, + 0x0c, 0x89, 0x75, 0xc0, 0x90, 0x5c, 0x1b, 0x0c, 0x99, 0x95, 0x60, 0x48, 0x2d, 0x01, 0x43, 0x3a, + 0x04, 0x86, 0xe3, 0x00, 0x18, 0xb2, 0x0c, 0x0c, 0x9f, 0x2c, 0xaf, 0xd5, 0xc0, 0x51, 0xed, 0x5a, + 0x0c, 0xe4, 0xae, 0xc3, 0x00, 0xfc, 0x37, 0x31, 0x80, 0xfd, 0xcd, 0x39, 0xaa, 0xca, 0x0f, 0x60, + 0x33, 0x8c, 0x02, 0x6f, 0xef, 0x2b, 0x05, 0x58, 0x49, 0x77, 0x57, 0xd6, 0xb8, 0xb4, 0x5d, 0x07, + 0xa7, 0x59, 0x63, 0xbb, 0x0e, 0xe7, 0xda, 0xdb, 0x03, 0xfb, 0x70, 0xdb, 0xdf, 0x03, 0xa3, 0x62, + 0xbf, 0x29, 0x8a, 0x6b, 0xff, 0xc8, 0xc0, 0xbe, 0x5f, 0xe8, 0x03, 0xcd, 0x21, 0xc6, 0xd8, 0xb0, + 0x35, 0x93, 0xac, 0xbd, 0xb7, 0xa2, 0xf7, 0x21, 0x4f, 0x2d, 0xd8, 0x65, 0x9a, 0x58, 0x22, 0xd9, + 0x39, 0xd7, 0xb0, 0x29, 0xbb, 0x8e, 0x2c, 0x74, 0x07, 0xa8, 0xb5, 0x87, 0xea, 0x92, 0xaf, 0x16, + 0x78, 0x0e, 0xec, 0xc0, 0x89, 0xd0, 0x0e, 0xfc, 0x29, 0x6c, 0xdb, 0xf3, 0x98, 0x54, 0x43, 0xc7, + 0x26, 0x31, 0xc8, 0x95, 0x20, 0xb8, 0x2d, 0x49, 0xd7, 0x15, 0x2a, 0xf4, 0x08, 0xca, 0xf2, 0x10, + 0xe9, 0xf2, 0x55, 0x92, 0xe4, 0x51, 0xde, 0xfd, 0xca, 0xc8, 0x2e, 0x78, 0x7f, 0xe9, 0x15, 0xc9, + 0x2b, 0xd8, 0x95, 0x87, 0x48, 0x05, 0xc3, 0x2f, 0x67, 0x3f, 0x58, 0x64, 0xcf, 0xc5, 0xa4, 0xd6, + 0x25, 0x51, 0xb8, 0x86, 0x76, 0xec, 0x28, 0x1d, 0x2d, 0x66, 0x9d, 0x4c, 0xcf, 0xbc, 0x62, 0xa6, + 0xcf, 0xe8, 0x01, 0x6c, 0xd8, 0x13, 0xed, 0x4a, 0x75, 0x0c, 0xf3, 0x9c, 0x58, 0x26, 0xef, 0x83, + 0x66, 0x59, 0x8f, 0xb5, 0x40, 0x15, 0x8a, 0x90, 0xd3, 0x7b, 0x26, 0x33, 0xd4, 0x0d, 0x6d, 0xc2, + 0x0c, 0x45, 0x9f, 0x82, 0x0a, 0xdb, 0x42, 0x16, 0xcd, 0x41, 0x10, 0xcd, 0x41, 0x47, 0xf3, 0x3b, + 0x69, 0x99, 0x7d, 0xf6, 0xa7, 0x6b, 0x7d, 0x76, 0xf4, 0xd5, 0x34, 0xe2, 0x0a, 0xb7, 0xf9, 0x3f, + 0xdc, 0x14, 0xfa, 0x16, 0x14, 0x78, 0x3b, 0x48, 0x65, 0x6d, 0x20, 0xd6, 0xf4, 0xcf, 0x2a, 0x79, + 0x2e, 0x3b, 0xa2, 0xa2, 0xea, 0x0b, 0xa8, 0x2e, 0x47, 0xc0, 0x8d, 0xae, 0x8d, 0xef, 0x70, 0x75, + 0xad, 0xfd, 0x21, 0x06, 0x28, 0xb8, 0x4e, 0x6c, 0x1f, 0xbc, 0x0f, 0xc5, 0x60, 0xc9, 0x09, 0x6f, + 0x1b, 0x81, 0x62, 0x5b, 0x5a, 0x99, 0xf1, 0xe5, 0x95, 0xb9, 0xb2, 0xd2, 0x65, 0x16, 0x31, 0x74, + 0x51, 0xe0, 0x1e, 0x8b, 0x74, 0xf5, 0xda, 0x9f, 0xe3, 0x70, 0x87, 0xf5, 0x60, 0xce, 0xb0, 0x13, + 0xcd, 0x54, 0xcb, 0x22, 0x8a, 0xad, 0x19, 0x51, 0x3c, 0x14, 0xd1, 0x07, 0x90, 0x27, 0x62, 0x42, + 0xca, 0x6b, 0x3c, 0x60, 0xf0, 0x44, 0x23, 0x6b, 0xb1, 0xac, 0x92, 0x11, 0x65, 0xf5, 0x72, 0x5e, + 0x2a, 0x29, 0x56, 0x2a, 0x4f, 0x7c, 0x54, 0xaf, 0xfc, 0x9c, 0xe8, 0x62, 0x79, 0xa7, 0x05, 0xff, + 0x63, 0x12, 0xf2, 0xc3, 0xee, 0x80, 0x25, 0x94, 0xae, 0xf4, 0x7b, 0x90, 0xf1, 0xd2, 0xcd, 0xc7, + 0xa7, 0xc7, 0x2c, 0xd7, 0x68, 0x0f, 0xb2, 0x3e, 0xdf, 0x73, 0x2f, 0x19, 0xb1, 0xa7, 0xad, 0x5e, + 0xc3, 0xf7, 0x20, 0xc3, 0x94, 0xfe, 0xfa, 0xa5, 0xe9, 0xeb, 0x0a, 0xb0, 0xa4, 0x96, 0x2f, 0xcd, + 0x01, 0x64, 0xcf, 0x1c, 0x6b, 0xaa, 0xce, 0x1c, 0x83, 0xf1, 0x5a, 0xbe, 0x51, 0x92, 0xe9, 0xe0, + 0xc4, 0x31, 0x94, 0x0c, 0x35, 0x38, 0x71, 0x0c, 0xf4, 0x11, 0xa4, 0x89, 0xc5, 0x2c, 0x33, 0xd1, + 0x96, 0x29, 0x62, 0x51, 0xbb, 0x2f, 0xa0, 0x2c, 0x3a, 0xb5, 0xea, 0x19, 0xd6, 0xc8, 0xcc, 0xc1, + 0xbc, 0xc9, 0x5d, 0x6c, 0x6c, 0xc9, 0x23, 0x9e, 0x71, 0x9d, 0x52, 0x12, 0xc6, 0xe2, 0xdd, 0x45, + 0xdf, 0x81, 0x3c, 0x4b, 0x98, 0x4b, 0x34, 0x32, 0x73, 0xd9, 0x36, 0x51, 0x6c, 0xec, 0xca, 0x43, + 0x69, 0x6e, 0x87, 0x4c, 0xab, 0xc0, 0xd8, 0x7f, 0xa6, 0x5b, 0xe0, 0x98, 0xf1, 0xa2, 0xae, 0x6a, + 0xfc, 0x2c, 0x94, 0x50, 0x72, 0x42, 0xd2, 0x24, 0x6c, 0x87, 0x24, 0x9a, 0x23, 0xd4, 0xc0, 0xd5, + 0x42, 0xd2, 0x24, 0x74, 0x39, 0xb0, 0xa9, 0x73, 0x65, 0x9e, 0x29, 0x33, 0xec, 0xbd, 0x49, 0xd0, + 0x33, 0x76, 0x54, 0x19, 0x5b, 0xa6, 0x89, 0xc7, 0x44, 0x75, 0xb0, 0xe6, 0x0a, 0xce, 0x92, 0xd9, + 0xb3, 0xed, 0x5b, 0x28, 0xcc, 0x40, 0x29, 0xeb, 0x21, 0x09, 0x05, 0x0d, 0x76, 0x1c, 0xcb, 0x61, + 0x3b, 0x43, 0x4e, 0xe1, 0x2f, 0xb5, 0xdf, 0xc4, 0x20, 0xcd, 0x33, 0x48, 0xf7, 0x9f, 0x99, 0x8b, + 0x1d, 0x01, 0x14, 0xf6, 0x4c, 0x65, 0x17, 0x96, 0x4b, 0xbc, 0xe6, 0x2b, 0x7d, 0x46, 0x45, 0x88, + 0x1b, 0xb6, 0x00, 0x46, 0xdc, 0xb0, 0xa9, 0x0d, 0xeb, 0xa8, 0x52, 0x3c, 0x6c, 0x28, 0xec, 0xf9, + 0xad, 0x5a, 0xad, 0x07, 0x97, 0xe2, 0x57, 0x57, 0xaf, 0xf5, 0xba, 0xcb, 0xc8, 0x4b, 0x1d, 0x29, + 0xcd, 0xde, 0x70, 0xd0, 0x57, 0x46, 0x6a, 0xf3, 0x64, 0xd4, 0x2f, 0xdf, 0x42, 0x3b, 0xb0, 0x19, + 0x94, 0x9f, 0xb4, 0x07, 0xe5, 0xd8, 0xa2, 0x78, 0xd4, 0x1a, 0x94, 0xe3, 0x11, 0xe2, 0xe3, 0x61, + 0x39, 0x71, 0xd0, 0x83, 0x72, 0x78, 0xcb, 0x41, 0x08, 0x8a, 0xd4, 0xb4, 0xd7, 0x57, 0x5f, 0x74, + 0x9a, 0xed, 0x8e, 0x32, 0xe4, 0xbf, 0xc6, 0x51, 0xd9, 0x97, 0xbe, 0x28, 0x86, 0xb6, 0xd8, 0x35, + 0x5b, 0x6d, 0x1e, 0x1f, 0xfb, 0xc2, 0xf8, 0xc1, 0x6b, 0x66, 0x37, 0x07, 0x07, 0x9b, 0xb7, 0x35, + 0x54, 0x5b, 0xd4, 0xac, 0xdb, 0x6b, 0xf5, 0x5f, 0x76, 0x7b, 0xcf, 0xcb, 0xb7, 0x50, 0x15, 0x76, + 0xa9, 0x78, 0xd0, 0x54, 0x46, 0xdd, 0x56, 0x77, 0xd0, 0xec, 0x8d, 0xd4, 0x1f, 0xf6, 0xbb, 0xbd, + 0x4e, 0xbb, 0x1c, 0x43, 0x45, 0x00, 0xaa, 0x6b, 0xb6, 0x46, 0xdd, 0x1f, 0x77, 0xca, 0x71, 0xb4, + 0x0d, 0x65, 0xfa, 0xde, 0xee, 0x0e, 0x5b, 0xfd, 0x5e, 0xaf, 0xd3, 0x1a, 0x75, 0xda, 0xe5, 0x04, + 0xda, 0x80, 0x1c, 0x95, 0x76, 0x14, 0xa5, 0xaf, 0x94, 0x93, 0x07, 0x8f, 0x00, 0xe6, 0x80, 0x46, + 0x59, 0x48, 0xf6, 0xfa, 0xbd, 0x0e, 0x0f, 0xfc, 0x48, 0xe9, 0x0e, 0x07, 0x6a, 0xa7, 0xd7, 0x3c, + 0x3c, 0xa6, 0xfe, 0x1b, 0x7f, 0xca, 0x41, 0x62, 0xd8, 0x1d, 0xa0, 0x01, 0x14, 0xe4, 0x0e, 0x18, + 0x9a, 0x1f, 0x4b, 0x23, 0x7a, 0x66, 0xd5, 0x3b, 0x4b, 0xb4, 0xfc, 0x88, 0x5b, 0x4b, 0xfc, 0x3a, + 0x1e, 0x43, 0x5f, 0x4b, 0x7f, 0x88, 0x90, 0xdb, 0x50, 0xe8, 0xfe, 0xe2, 0xa9, 0x21, 0xa2, 0x59, + 0x56, 0x5d, 0xd9, 0xc7, 0x42, 0x2a, 0xec, 0x46, 0xff, 0x26, 0x81, 0x3e, 0x5a, 0x74, 0x1f, 0xd5, + 0xe3, 0xaa, 0xae, 0xee, 0x3e, 0xa1, 0x9f, 0x02, 0x5a, 0xec, 0x89, 0xa2, 0x79, 0x17, 0x63, 0x69, + 0xbf, 0xb5, 0x7a, 0x6f, 0xa5, 0x8d, 0xb8, 0x05, 0xfc, 0x1c, 0xb6, 0x22, 0x1a, 0x9c, 0x28, 0x3c, + 0x36, 0x32, 0xf2, 0x0f, 0x57, 0x1b, 0xcd, 0x67, 0x88, 0xe8, 0x1a, 0x4a, 0x33, 0x2c, 0x6f, 0x54, + 0x4a, 0x33, 0xac, 0x6a, 0x3c, 0x8e, 0xfd, 0xae, 0x69, 0xf0, 0x23, 0x16, 0x46, 0x47, 0x7e, 0xc5, + 0xfd, 0x6b, 0xac, 0xc4, 0x24, 0xcf, 0xa1, 0x18, 0x6c, 0xff, 0xa1, 0x79, 0xb7, 0x27, 0xb2, 0x2f, + 0x58, 0x8d, 0xee, 0xd2, 0x06, 0xf0, 0x18, 0xe8, 0x87, 0xdd, 0x5f, 0xab, 0xf5, 0x51, 0x5d, 0x79, + 0x51, 0x93, 0xb2, 0x1d, 0xf0, 0xbd, 0x90, 0xed, 0x28, 0xcf, 0x1f, 0xae, 0x36, 0x12, 0x89, 0xf8, + 0x5a, 0xea, 0x83, 0x2e, 0x89, 0x7f, 0xd5, 0x1d, 0xf1, 0x9a, 0xf8, 0xbf, 0x82, 0xed, 0xa8, 0x33, + 0xbc, 0xb4, 0x96, 0x2b, 0x8e, 0xf8, 0xd5, 0x7d, 0xd9, 0x77, 0xf8, 0x68, 0xf9, 0x25, 0xec, 0x46, + 0x9f, 0x79, 0xa4, 0x52, 0x5d, 0x79, 0x28, 0xaa, 0xee, 0x2e, 0x1c, 0xc4, 0x3b, 0x53, 0x9b, 0x5c, + 0x1d, 0x3e, 0xfb, 0xc9, 0xbd, 0x73, 0x83, 0x5c, 0xcc, 0x4e, 0xeb, 0x63, 0x6b, 0xfa, 0x58, 0xf8, + 0xe2, 0xff, 0xe4, 0x1a, 0x5b, 0x13, 0x4f, 0xf0, 0xfb, 0xf8, 0xc6, 0xb1, 0xf1, 0x0a, 0x1f, 0x19, + 0xa4, 0x3e, 0xa0, 0xaa, 0xbf, 0xc7, 0x8b, 0xe2, 0xfd, 0xe9, 0x53, 0x26, 0x38, 0x4d, 0xb3, 0x21, + 0x4f, 0xfe, 0x15, 0x00, 0x00, 0xff, 0xff, 0x36, 0xe6, 0xee, 0x02, 0x48, 0x26, 0x00, 0x00, } diff --git a/livekit/livekit_webhook.pb.go b/livekit/livekit_webhook.pb.go index 154160c2..891791f7 100644 --- a/livekit/livekit_webhook.pb.go +++ b/livekit/livekit_webhook.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: livekit_webhook.proto diff --git a/protobufs/livekit_sip.proto b/protobufs/livekit_sip.proto index f9d0fc7d..c184b244 100644 --- a/protobufs/livekit_sip.proto +++ b/protobufs/livekit_sip.proto @@ -23,6 +23,7 @@ option ruby_package = "LiveKit::Proto"; import "google/protobuf/duration.proto"; import "google/protobuf/empty.proto"; import "livekit_models.proto"; +import "livekit_room.proto"; /* LiveKit's SIP API is built with 3 high level primitives @@ -385,7 +386,13 @@ message CreateSIPDispatchRuleRequest { // Participants created by this rule will inherit these attributes. map attributes = 7; - // NEXT ID: 8 + // Cloud-only, config preset to use + string room_preset = 8; + + // RoomConfiguration to use if the participant initiates the room + RoomConfiguration room_config = 9; + + // NEXT ID: 10 } message SIPDispatchRuleInfo { @@ -405,7 +412,12 @@ message SIPDispatchRuleInfo { // Participants created by this rule will inherit these attributes. map attributes = 8; - // NEXT ID: 9 + // Cloud-only, config preset to use + string room_preset = 9; + + // RoomConfiguration to use if the participant initiates the room + RoomConfiguration room_config = 10; + // NEXT ID: 11 } // ListSIPDispatchRuleRequest lists dispatch rules for given filters. If no filters are set, all rules are listed. diff --git a/protobufs/rpc/io.proto b/protobufs/rpc/io.proto index c173ecf1..fd35b394 100644 --- a/protobufs/rpc/io.proto +++ b/protobufs/rpc/io.proto @@ -21,6 +21,7 @@ option go_package = "github.com/livekit/protocol/rpc"; import "livekit_egress.proto"; import "livekit_ingress.proto"; import "livekit_sip.proto"; +import "livekit_room.proto"; import "google/protobuf/empty.proto"; import "google/protobuf/duration.proto"; @@ -186,7 +187,13 @@ message EvaluateSIPDispatchRulesResponse { // Max call duration. google.protobuf.Duration max_call_duration = 17; - // NEXT ID: 20 + // Room preset and config are used only to generate tokens + // once tokens are returned by this response consistently, it will no longer + // be needed + string room_preset = 20; + livekit.RoomConfiguration room_config = 21; + + // NEXT ID: 22 } message UpdateSIPCallStateRequest { diff --git a/rpc/agent.pb.go b/rpc/agent.pb.go index 8eaf2944..fd458804 100644 --- a/rpc/agent.pb.go +++ b/rpc/agent.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/agent.proto diff --git a/rpc/agent_dispatch.pb.go b/rpc/agent_dispatch.pb.go index 50fcdffc..1d9d778d 100644 --- a/rpc/agent_dispatch.pb.go +++ b/rpc/agent_dispatch.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/agent_dispatch.proto diff --git a/rpc/analytics.pb.go b/rpc/analytics.pb.go index a3bf2aa9..f04653c4 100644 --- a/rpc/analytics.pb.go +++ b/rpc/analytics.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/analytics.proto diff --git a/rpc/egress.pb.go b/rpc/egress.pb.go index e7b13ca4..a921d837 100644 --- a/rpc/egress.pb.go +++ b/rpc/egress.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/egress.proto diff --git a/rpc/ingress.pb.go b/rpc/ingress.pb.go index fc3f51ba..5cc1aa97 100644 --- a/rpc/ingress.pb.go +++ b/rpc/ingress.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/ingress.proto diff --git a/rpc/io.pb.go b/rpc/io.pb.go index 5ebce9aa..ac27551c 100644 --- a/rpc/io.pb.go +++ b/rpc/io.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/io.proto @@ -702,8 +702,13 @@ type EvaluateSIPDispatchRulesResponse struct { RingingTimeout *durationpb.Duration `protobuf:"bytes,16,opt,name=ringing_timeout,json=ringingTimeout,proto3" json:"ringing_timeout,omitempty"` // Max call duration. MaxCallDuration *durationpb.Duration `protobuf:"bytes,17,opt,name=max_call_duration,json=maxCallDuration,proto3" json:"max_call_duration,omitempty"` - unknownFields protoimpl.UnknownFields - sizeCache protoimpl.SizeCache + // Room preset and config are used only to generate tokens + // once tokens are returned by this response consistently, it will no longer + // be needed + RoomPreset string `protobuf:"bytes,20,opt,name=room_preset,json=roomPreset,proto3" json:"room_preset,omitempty"` + RoomConfig *livekit.RoomConfiguration `protobuf:"bytes,21,opt,name=room_config,json=roomConfig,proto3" json:"room_config,omitempty"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache } func (x *EvaluateSIPDispatchRulesResponse) Reset() { @@ -870,6 +875,20 @@ func (x *EvaluateSIPDispatchRulesResponse) GetMaxCallDuration() *durationpb.Dura return nil } +func (x *EvaluateSIPDispatchRulesResponse) GetRoomPreset() string { + if x != nil { + return x.RoomPreset + } + return "" +} + +func (x *EvaluateSIPDispatchRulesResponse) GetRoomConfig() *livekit.RoomConfiguration { + if x != nil { + return x.RoomConfig + } + return nil +} + type UpdateSIPCallStateRequest struct { state protoimpl.MessageState `protogen:"open.v1"` CallInfo *livekit.SIPCallInfo `protobuf:"bytes,1,opt,name=call_info,json=callInfo,proto3" json:"call_info,omitempty"` @@ -922,260 +941,267 @@ var file_rpc_io_proto_rawDesc = []byte{ 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x15, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x5f, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x11, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x5f, 0x73, 0x69, 0x70, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x22, 0x2f, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, - 0x64, 0x22, 0x87, 0x01, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x72, - 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, 0x04, 0x69, 0x6e, - 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, - 0x6e, 0x66, 0x6f, 0x12, 0x22, 0x0a, 0x0d, 0x61, 0x76, 0x67, 0x5f, 0x63, 0x70, 0x75, 0x5f, 0x75, - 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0b, 0x61, 0x76, 0x67, 0x43, - 0x70, 0x75, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x6d, 0x61, 0x78, 0x5f, 0x63, - 0x70, 0x75, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0b, - 0x6d, 0x61, 0x78, 0x43, 0x70, 0x75, 0x55, 0x73, 0x61, 0x67, 0x65, 0x22, 0x55, 0x0a, 0x15, 0x47, - 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, - 0x73, 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, 0x88, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, - 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 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, 0x55, 0x0a, 0x0e, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x5f, - 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x72, - 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 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, 0x22, 0x67, 0x0a, - 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, - 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, - 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x05, 0x73, 0x74, 0x61, - 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, - 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0xa0, 0x01, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x53, 0x49, - 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0b, 0x73, - 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x09, 0x73, 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x66, - 0x72, 0x6f, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, - 0x0e, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x74, 0x6f, 0x12, - 0x1f, 0x0a, 0x0b, 0x73, 0x72, 0x63, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x72, 0x63, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x12, 0x17, 0x0a, 0x07, 0x74, 0x6f, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x74, 0x6f, 0x48, 0x6f, 0x73, 0x74, 0x22, 0xb0, 0x01, 0x0a, 0x21, 0x47, 0x65, - 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, - 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, - 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x72, 0x6f, 0x70, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x64, 0x72, 0x6f, 0x70, 0x12, 0x20, 0x0a, 0x0c, 0x73, - 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x1d, 0x0a, - 0x0a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x22, 0xf6, 0x03, 0x0a, - 0x1f, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, - 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, - 0x12, 0x30, 0x0a, 0x12, 0x73, 0x69, 0x70, 0x5f, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, - 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, - 0x52, 0x10, 0x73, 0x69, 0x70, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, - 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, - 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, - 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, - 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x61, - 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x0d, 0x63, - 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, - 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x72, 0x63, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x72, 0x63, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, - 0x70, 0x69, 0x6e, 0x12, 0x15, 0x0a, 0x06, 0x6e, 0x6f, 0x5f, 0x70, 0x69, 0x6e, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x08, 0x52, 0x05, 0x6e, 0x6f, 0x50, 0x69, 0x6e, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x61, - 0x6c, 0x6c, 0x65, 0x64, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x48, 0x6f, 0x73, 0x74, 0x12, 0x64, 0x0a, 0x10, 0x65, - 0x78, 0x74, 0x72, 0x61, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, - 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, - 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, - 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x78, 0x74, 0x72, - 0x61, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, - 0x52, 0x0f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x1a, 0x42, 0x0a, 0x14, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, - 0x75, 0x74, 0x65, 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, 0x22, 0x98, 0x0b, 0x0a, 0x20, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, - 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, - 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x6f, - 0x6f, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, - 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x14, 0x70, 0x61, 0x72, 0x74, 0x69, - 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, - 0x6e, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x61, - 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, - 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x14, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, - 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, - 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x77, 0x0a, 0x16, 0x70, 0x61, 0x72, 0x74, - 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, - 0x65, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, - 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, - 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, - 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x15, 0x70, 0x61, 0x72, 0x74, - 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x12, 0x23, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x69, 0x6e, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0a, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x50, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x15, 0x0a, 0x06, - 0x77, 0x73, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x77, 0x73, - 0x55, 0x72, 0x6c, 0x12, 0x2e, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0e, 0x32, 0x16, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, - 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, - 0x75, 0x6c, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, - 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, - 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x14, 0x73, 0x69, 0x70, 0x5f, 0x64, 0x69, 0x73, - 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x11, 0x73, 0x69, 0x70, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x5f, 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, - 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, - 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, + 0x6f, 0x74, 0x6f, 0x1a, 0x12, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x5f, 0x72, 0x6f, 0x6f, + 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2f, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x67, 0x72, 0x65, + 0x73, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x49, 0x64, 0x22, 0x87, 0x01, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, + 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6c, + 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, + 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x22, 0x0a, 0x0d, 0x61, 0x76, 0x67, 0x5f, 0x63, + 0x70, 0x75, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0b, + 0x61, 0x76, 0x67, 0x43, 0x70, 0x75, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x6d, + 0x61, 0x78, 0x5f, 0x63, 0x70, 0x75, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x02, 0x52, 0x0b, 0x6d, 0x61, 0x78, 0x43, 0x70, 0x75, 0x55, 0x73, 0x61, 0x67, 0x65, 0x22, + 0x55, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, + 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 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, 0x88, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 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, 0x55, 0x0a, 0x0e, 0x6c, 0x6f, 0x67, 0x67, + 0x69, 0x6e, 0x67, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x2e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 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, 0x22, 0x67, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, + 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, + 0x0a, 0x0a, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x64, 0x12, 0x2b, 0x0a, + 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6c, + 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0xa0, 0x01, 0x0a, 0x20, 0x47, + 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, + 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12, + 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, + 0x72, 0x6f, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x02, 0x74, 0x6f, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x72, 0x63, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x72, 0x63, 0x41, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x12, 0x17, 0x0a, 0x07, 0x74, 0x6f, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x6f, 0x48, 0x6f, 0x73, 0x74, 0x22, 0xb0, 0x01, + 0x0a, 0x21, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, + 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x64, + 0x72, 0x6f, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x64, 0x72, 0x6f, 0x70, 0x12, + 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, + 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, + 0x22, 0xf6, 0x03, 0x0a, 0x1f, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, + 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, + 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, 0x43, 0x61, + 0x6c, 0x6c, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x12, 0x73, 0x69, 0x70, 0x5f, 0x70, 0x61, 0x72, 0x74, + 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x42, 0x02, 0x18, 0x01, 0x52, 0x10, 0x73, 0x69, 0x70, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, + 0x70, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, + 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, + 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, + 0x69, 0x6e, 0x67, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, + 0x23, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x4e, 0x75, + 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x72, 0x63, 0x5f, 0x61, 0x64, 0x64, 0x72, + 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x72, 0x63, 0x41, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x6e, 0x12, 0x15, 0x0a, 0x06, 0x6e, 0x6f, 0x5f, 0x70, 0x69, + 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x6e, 0x6f, 0x50, 0x69, 0x6e, 0x12, 0x1f, + 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x48, 0x6f, 0x73, 0x74, 0x12, + 0x64, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, + 0x74, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x72, 0x70, 0x63, 0x2e, + 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, + 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x41, 0x74, 0x74, 0x72, 0x69, + 0x62, 0x75, 0x74, 0x65, 0x73, 0x1a, 0x42, 0x0a, 0x14, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x74, + 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 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, 0x22, 0xf6, 0x0b, 0x0a, 0x20, 0x45, 0x76, + 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1b, + 0x0a, 0x09, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x14, 0x70, + 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, + 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x61, 0x72, 0x74, 0x69, + 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x29, + 0x0a, 0x10, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, + 0x69, 0x70, 0x61, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x14, 0x70, 0x61, 0x72, + 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, + 0x70, 0x61, 0x6e, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x77, 0x0a, 0x16, + 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x74, 0x72, + 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x72, + 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, + 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x41, + 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x15, + 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, + 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x23, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x5f, 0x70, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0a, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, + 0x6b, 0x65, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, + 0x12, 0x15, 0x0a, 0x06, 0x77, 0x73, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x05, 0x77, 0x73, 0x55, 0x72, 0x6c, 0x12, 0x2e, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, + 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x16, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x49, + 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, + 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, + 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, + 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x14, 0x73, 0x69, 0x70, + 0x5f, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x69, + 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x73, 0x69, 0x70, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x07, 0x68, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x72, 0x70, 0x63, + 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, + 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, 0x72, 0x0a, 0x15, 0x68, 0x65, 0x61, 0x64, 0x65, + 0x72, 0x73, 0x5f, 0x74, 0x6f, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, + 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x48, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x73, 0x12, 0x72, 0x0a, 0x15, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x5f, 0x74, - 0x6f, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0e, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, - 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, - 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, - 0x72, 0x79, 0x52, 0x13, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, - 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x72, 0x0a, 0x15, 0x61, 0x74, 0x74, 0x72, 0x69, - 0x62, 0x75, 0x74, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, - 0x18, 0x12, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, - 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x41, 0x74, + 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, + 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x13, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, + 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x72, 0x0a, 0x15, 0x61, + 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x5f, 0x68, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x73, 0x18, 0x12, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x72, 0x70, 0x63, + 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x13, 0x61, 0x74, 0x74, 0x72, + 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, + 0x42, 0x0a, 0x0f, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, + 0x72, 0x73, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x0e, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x48, 0x65, 0x61, 0x64, + 0x65, 0x72, 0x73, 0x12, 0x3e, 0x0a, 0x10, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x5f, 0x66, + 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x0f, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x13, 0x2e, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x46, 0x65, 0x61, 0x74, 0x75, + 0x72, 0x65, 0x52, 0x0f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x46, 0x65, 0x61, 0x74, 0x75, + 0x72, 0x65, 0x73, 0x12, 0x42, 0x0a, 0x0f, 0x72, 0x69, 0x6e, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0e, 0x72, 0x69, 0x6e, 0x67, 0x69, 0x6e, 0x67, + 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x45, 0x0a, 0x11, 0x6d, 0x61, 0x78, 0x5f, 0x63, + 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x11, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, + 0x61, 0x78, 0x43, 0x61, 0x6c, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f, + 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x70, 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x14, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x50, 0x72, 0x65, 0x73, 0x65, 0x74, 0x12, + 0x3b, 0x0a, 0x0b, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x15, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x52, + 0x6f, 0x6f, 0x6d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x48, 0x0a, 0x1a, + 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, + 0x62, 0x75, 0x74, 0x65, 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, 0x1a, 0x3a, 0x0a, 0x0c, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, + 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, 0x1a, 0x46, 0x0a, 0x18, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, + 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 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, 0x1a, 0x46, 0x0a, 0x18, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x13, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, - 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, 0x42, 0x0a, 0x0f, 0x69, - 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x13, - 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, - 0x49, 0x50, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, - 0x0e, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, - 0x3e, 0x0a, 0x10, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, - 0x72, 0x65, 0x73, 0x18, 0x0f, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, - 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x0f, - 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, - 0x42, 0x0a, 0x0f, 0x72, 0x69, 0x6e, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, - 0x75, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x0e, 0x72, 0x69, 0x6e, 0x67, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, - 0x6f, 0x75, 0x74, 0x12, 0x45, 0x0a, 0x11, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, - 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, 0x61, 0x78, 0x43, 0x61, - 0x6c, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x48, 0x0a, 0x1a, 0x50, 0x61, - 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, - 0x74, 0x65, 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, 0x1a, 0x3a, 0x0a, 0x0c, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 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, - 0x1a, 0x46, 0x0a, 0x18, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, - 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 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, 0x1a, 0x46, 0x0a, 0x18, 0x41, 0x74, 0x74, 0x72, - 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 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, - 0x22, 0x4e, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x43, 0x61, 0x6c, - 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x31, 0x0a, - 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x14, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x43, 0x61, - 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, - 0x2a, 0x60, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, - 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x14, 0x4c, 0x45, 0x47, 0x41, 0x43, 0x59, 0x5f, - 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x5f, 0x4f, 0x52, 0x5f, 0x50, 0x49, 0x4e, 0x10, 0x00, 0x12, - 0x0a, 0x0a, 0x06, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x52, - 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x50, 0x49, 0x4e, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, - 0x52, 0x45, 0x4a, 0x45, 0x43, 0x54, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x52, 0x4f, 0x50, - 0x10, 0x04, 0x32, 0xc1, 0x06, 0x0a, 0x06, 0x49, 0x4f, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3b, 0x0a, - 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x13, 0x2e, + 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, 0x22, 0x4e, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x43, + 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x31, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, + 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x6e, + 0x66, 0x6f, 0x2a, 0x60, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x14, 0x4c, 0x45, 0x47, 0x41, 0x43, + 0x59, 0x5f, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x5f, 0x4f, 0x52, 0x5f, 0x50, 0x49, 0x4e, 0x10, + 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x10, 0x01, 0x12, 0x0f, 0x0a, + 0x0b, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x50, 0x49, 0x4e, 0x10, 0x02, 0x12, 0x0a, + 0x0a, 0x06, 0x52, 0x45, 0x4a, 0x45, 0x43, 0x54, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x52, + 0x4f, 0x50, 0x10, 0x04, 0x32, 0xc1, 0x06, 0x0a, 0x06, 0x49, 0x4f, 0x49, 0x6e, 0x66, 0x6f, 0x12, + 0x3b, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, + 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x3b, 0x0a, 0x0c, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x13, 0x2e, 0x6c, + 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, + 0x6f, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x37, 0x0a, 0x09, 0x47, 0x65, 0x74, + 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, + 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, - 0x66, 0x6f, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x3b, 0x0a, 0x0c, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x13, 0x2e, 0x6c, 0x69, 0x76, - 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x1a, - 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x37, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x67, - 0x72, 0x65, 0x73, 0x73, 0x12, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x67, - 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x6c, 0x69, - 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x45, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1a, - 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x67, 0x72, - 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x6c, 0x69, 0x76, - 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x42, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x12, 0x19, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 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, 0x12, 0x3d, 0x0a, 0x0d, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x2e, 0x6c, - 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, - 0x66, 0x6f, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x49, 0x0a, 0x0e, 0x47, 0x65, - 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x2e, 0x72, - 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, - 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, - 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, - 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x2e, 0x72, 0x70, - 0x63, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, - 0x74, 0x61, 0x74, 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, 0x12, 0x6a, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, - 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x12, 0x25, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, - 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, - 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x67, 0x0a, 0x18, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, - 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x24, 0x2e, 0x72, 0x70, - 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, - 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x25, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, - 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x53, 0x49, 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1e, - 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x43, 0x61, - 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 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, 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, 0x74, 0x6f, - 0x33, + 0x66, 0x6f, 0x12, 0x45, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x12, 0x1a, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x6c, + 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x42, 0x0a, 0x0d, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x12, 0x19, 0x2e, 0x72, 0x70, 0x63, + 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 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, 0x12, 0x3d, 0x0a, + 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, + 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x49, 0x0a, 0x0e, + 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, + 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, + 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x72, 0x70, 0x63, + 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x2e, + 0x72, 0x70, 0x63, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x53, 0x74, 0x61, 0x74, 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, 0x12, 0x6a, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, + 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x25, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, + 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x72, 0x70, 0x63, 0x2e, + 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, + 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x67, 0x0a, 0x18, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, + 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x24, 0x2e, + 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, + 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, + 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, + 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x12, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x12, 0x1e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, + 0x43, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 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, 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, + 0x74, 0x6f, 0x33, } var ( @@ -1216,10 +1242,11 @@ var file_rpc_io_proto_goTypes = []any{ (livekit.SIPHeaderOptions)(0), // 20: livekit.SIPHeaderOptions (livekit.SIPFeature)(0), // 21: livekit.SIPFeature (*durationpb.Duration)(nil), // 22: google.protobuf.Duration - (*livekit.SIPCallInfo)(nil), // 23: livekit.SIPCallInfo - (*livekit.ListEgressRequest)(nil), // 24: livekit.ListEgressRequest - (*emptypb.Empty)(nil), // 25: google.protobuf.Empty - (*livekit.ListEgressResponse)(nil), // 26: livekit.ListEgressResponse + (*livekit.RoomConfiguration)(nil), // 23: livekit.RoomConfiguration + (*livekit.SIPCallInfo)(nil), // 24: livekit.SIPCallInfo + (*livekit.ListEgressRequest)(nil), // 25: livekit.ListEgressRequest + (*emptypb.Empty)(nil), // 26: google.protobuf.Empty + (*livekit.ListEgressResponse)(nil), // 27: livekit.ListEgressResponse } var file_rpc_io_proto_depIdxs = []int32{ 17, // 0: rpc.UpdateMetricsRequest.info:type_name -> livekit.EgressInfo @@ -1236,34 +1263,35 @@ var file_rpc_io_proto_depIdxs = []int32{ 21, // 11: rpc.EvaluateSIPDispatchRulesResponse.enabled_features:type_name -> livekit.SIPFeature 22, // 12: rpc.EvaluateSIPDispatchRulesResponse.ringing_timeout:type_name -> google.protobuf.Duration 22, // 13: rpc.EvaluateSIPDispatchRulesResponse.max_call_duration:type_name -> google.protobuf.Duration - 23, // 14: rpc.UpdateSIPCallStateRequest.call_info:type_name -> livekit.SIPCallInfo - 17, // 15: rpc.IOInfo.CreateEgress:input_type -> livekit.EgressInfo - 17, // 16: rpc.IOInfo.UpdateEgress:input_type -> livekit.EgressInfo - 1, // 17: rpc.IOInfo.GetEgress:input_type -> rpc.GetEgressRequest - 24, // 18: rpc.IOInfo.ListEgress:input_type -> livekit.ListEgressRequest - 2, // 19: rpc.IOInfo.UpdateMetrics:input_type -> rpc.UpdateMetricsRequest - 18, // 20: rpc.IOInfo.CreateIngress:input_type -> livekit.IngressInfo - 3, // 21: rpc.IOInfo.GetIngressInfo:input_type -> rpc.GetIngressInfoRequest - 5, // 22: rpc.IOInfo.UpdateIngressState:input_type -> rpc.UpdateIngressStateRequest - 6, // 23: rpc.IOInfo.GetSIPTrunkAuthentication:input_type -> rpc.GetSIPTrunkAuthenticationRequest - 8, // 24: rpc.IOInfo.EvaluateSIPDispatchRules:input_type -> rpc.EvaluateSIPDispatchRulesRequest - 10, // 25: rpc.IOInfo.UpdateSIPCallState:input_type -> rpc.UpdateSIPCallStateRequest - 25, // 26: rpc.IOInfo.CreateEgress:output_type -> google.protobuf.Empty - 25, // 27: rpc.IOInfo.UpdateEgress:output_type -> google.protobuf.Empty - 17, // 28: rpc.IOInfo.GetEgress:output_type -> livekit.EgressInfo - 26, // 29: rpc.IOInfo.ListEgress:output_type -> livekit.ListEgressResponse - 25, // 30: rpc.IOInfo.UpdateMetrics:output_type -> google.protobuf.Empty - 25, // 31: rpc.IOInfo.CreateIngress:output_type -> google.protobuf.Empty - 4, // 32: rpc.IOInfo.GetIngressInfo:output_type -> rpc.GetIngressInfoResponse - 25, // 33: rpc.IOInfo.UpdateIngressState:output_type -> google.protobuf.Empty - 7, // 34: rpc.IOInfo.GetSIPTrunkAuthentication:output_type -> rpc.GetSIPTrunkAuthenticationResponse - 9, // 35: rpc.IOInfo.EvaluateSIPDispatchRules:output_type -> rpc.EvaluateSIPDispatchRulesResponse - 25, // 36: rpc.IOInfo.UpdateSIPCallState:output_type -> google.protobuf.Empty - 26, // [26:37] is the sub-list for method output_type - 15, // [15:26] is the sub-list for method input_type - 15, // [15:15] is the sub-list for extension type_name - 15, // [15:15] is the sub-list for extension extendee - 0, // [0:15] is the sub-list for field type_name + 23, // 14: rpc.EvaluateSIPDispatchRulesResponse.room_config:type_name -> livekit.RoomConfiguration + 24, // 15: rpc.UpdateSIPCallStateRequest.call_info:type_name -> livekit.SIPCallInfo + 17, // 16: rpc.IOInfo.CreateEgress:input_type -> livekit.EgressInfo + 17, // 17: rpc.IOInfo.UpdateEgress:input_type -> livekit.EgressInfo + 1, // 18: rpc.IOInfo.GetEgress:input_type -> rpc.GetEgressRequest + 25, // 19: rpc.IOInfo.ListEgress:input_type -> livekit.ListEgressRequest + 2, // 20: rpc.IOInfo.UpdateMetrics:input_type -> rpc.UpdateMetricsRequest + 18, // 21: rpc.IOInfo.CreateIngress:input_type -> livekit.IngressInfo + 3, // 22: rpc.IOInfo.GetIngressInfo:input_type -> rpc.GetIngressInfoRequest + 5, // 23: rpc.IOInfo.UpdateIngressState:input_type -> rpc.UpdateIngressStateRequest + 6, // 24: rpc.IOInfo.GetSIPTrunkAuthentication:input_type -> rpc.GetSIPTrunkAuthenticationRequest + 8, // 25: rpc.IOInfo.EvaluateSIPDispatchRules:input_type -> rpc.EvaluateSIPDispatchRulesRequest + 10, // 26: rpc.IOInfo.UpdateSIPCallState:input_type -> rpc.UpdateSIPCallStateRequest + 26, // 27: rpc.IOInfo.CreateEgress:output_type -> google.protobuf.Empty + 26, // 28: rpc.IOInfo.UpdateEgress:output_type -> google.protobuf.Empty + 17, // 29: rpc.IOInfo.GetEgress:output_type -> livekit.EgressInfo + 27, // 30: rpc.IOInfo.ListEgress:output_type -> livekit.ListEgressResponse + 26, // 31: rpc.IOInfo.UpdateMetrics:output_type -> google.protobuf.Empty + 26, // 32: rpc.IOInfo.CreateIngress:output_type -> google.protobuf.Empty + 4, // 33: rpc.IOInfo.GetIngressInfo:output_type -> rpc.GetIngressInfoResponse + 26, // 34: rpc.IOInfo.UpdateIngressState:output_type -> google.protobuf.Empty + 7, // 35: rpc.IOInfo.GetSIPTrunkAuthentication:output_type -> rpc.GetSIPTrunkAuthenticationResponse + 9, // 36: rpc.IOInfo.EvaluateSIPDispatchRules:output_type -> rpc.EvaluateSIPDispatchRulesResponse + 26, // 37: rpc.IOInfo.UpdateSIPCallState:output_type -> google.protobuf.Empty + 27, // [27:38] is the sub-list for method output_type + 16, // [16:27] is the sub-list for method input_type + 16, // [16:16] is the sub-list for extension type_name + 16, // [16:16] is the sub-list for extension extendee + 0, // [0:16] is the sub-list for field type_name } func init() { file_rpc_io_proto_init() } diff --git a/rpc/io.psrpc.go b/rpc/io.psrpc.go index 45d72c7b..f0b0cd5e 100644 --- a/rpc/io.psrpc.go +++ b/rpc/io.psrpc.go @@ -294,97 +294,99 @@ func (s *iOInfoServer) Kill() { } var psrpcFileDescriptor4 = []byte{ - // 1458 bytes of a gzipped FileDescriptorProto + // 1504 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x57, 0xdd, 0x56, 0xdb, 0xc6, - 0x16, 0x3e, 0xb6, 0xc1, 0xc1, 0xdb, 0x60, 0xcc, 0x60, 0x38, 0xc6, 0xac, 0x93, 0x10, 0xe7, 0xa4, - 0xa5, 0xed, 0x5a, 0xa6, 0xa1, 0x17, 0x6d, 0xd3, 0xd5, 0xac, 0x00, 0x71, 0x88, 0x5a, 0x02, 0xae, - 0x80, 0x8b, 0xf6, 0x46, 0x1d, 0xa4, 0xc1, 0x4c, 0x90, 0x35, 0xea, 0xcc, 0x08, 0xc2, 0x13, 0xb4, - 0x8f, 0xd0, 0xcb, 0x3e, 0x42, 0x5f, 0xa1, 0x2f, 0xd5, 0xeb, 0xae, 0xf9, 0x91, 0x2d, 0x63, 0x3b, - 0xe0, 0xde, 0x69, 0xf6, 0xdf, 0x7c, 0xfb, 0x57, 0x7b, 0x60, 0x9e, 0xc7, 0xfe, 0x16, 0x65, 0xad, - 0x98, 0x33, 0xc9, 0x50, 0x81, 0xc7, 0x7e, 0xa3, 0x16, 0xd2, 0x2b, 0x72, 0x49, 0xa5, 0x47, 0xba, - 0x9c, 0x08, 0x61, 0x58, 0x8d, 0x95, 0x94, 0x4a, 0xa3, 0x2c, 0x79, 0x29, 0x25, 0x0b, 0x1a, 0x5b, - 0xd2, 0x7a, 0x97, 0xb1, 0x6e, 0x48, 0xb6, 0xf4, 0xe9, 0x2c, 0x39, 0xdf, 0x22, 0xbd, 0x58, 0xde, - 0x58, 0xe6, 0xc3, 0xdb, 0xcc, 0x20, 0xe1, 0x58, 0x52, 0x16, 0x19, 0x7e, 0x73, 0x0b, 0xaa, 0xfb, - 0x44, 0xb6, 0xf5, 0x15, 0x2e, 0xf9, 0x25, 0x21, 0x42, 0xa2, 0x75, 0x28, 0x19, 0x28, 0x1e, 0x0d, - 0xea, 0xb9, 0x8d, 0xdc, 0x66, 0xc9, 0x9d, 0x33, 0x04, 0x27, 0x68, 0xfe, 0x9a, 0x83, 0xda, 0x69, - 0x1c, 0x60, 0x49, 0xde, 0x12, 0xc9, 0xa9, 0xdf, 0xd7, 0xfa, 0x18, 0x66, 0x68, 0x74, 0xce, 0xb4, - 0x42, 0x79, 0x7b, 0xb9, 0x65, 0x81, 0xb6, 0x8c, 0x6d, 0x27, 0x3a, 0x67, 0xae, 0x16, 0x40, 0x4d, - 0x58, 0xc0, 0x57, 0x5d, 0xcf, 0x8f, 0x13, 0x2f, 0x11, 0xb8, 0x4b, 0xea, 0x85, 0x8d, 0xdc, 0x66, - 0xde, 0x2d, 0xe3, 0xab, 0xee, 0x5e, 0x9c, 0x9c, 0x2a, 0x92, 0x92, 0xe9, 0xe1, 0xf7, 0x19, 0x99, - 0x19, 0x23, 0xd3, 0xc3, 0xef, 0x53, 0x99, 0xe6, 0x29, 0xac, 0xec, 0x13, 0xe9, 0x44, 0x03, 0xfb, - 0x16, 0xc9, 0xff, 0x00, 0x6c, 0xd0, 0x06, 0x0e, 0x94, 0x2c, 0xc5, 0x09, 0x14, 0x5b, 0x48, 0x4e, - 0x70, 0xcf, 0xbb, 0x24, 0x37, 0xf5, 0xbc, 0x61, 0x1b, 0xca, 0xf7, 0xe4, 0xa6, 0xf9, 0x5b, 0x1e, - 0x56, 0x6f, 0xdb, 0x15, 0x31, 0x8b, 0x04, 0x41, 0x9b, 0x43, 0x2e, 0xd6, 0xfa, 0x2e, 0x66, 0x65, - 0x8d, 0x8f, 0x35, 0x98, 0x95, 0xec, 0x92, 0x44, 0xd6, 0xbc, 0x39, 0xa0, 0x15, 0x28, 0x5e, 0x0b, - 0x2f, 0xe1, 0xa1, 0x76, 0xb9, 0xe4, 0xce, 0x5e, 0x8b, 0x53, 0x1e, 0xa2, 0x53, 0xa8, 0x84, 0xac, - 0xdb, 0xa5, 0x51, 0xd7, 0x3b, 0xa7, 0x24, 0x0c, 0x44, 0x7d, 0x66, 0xa3, 0xb0, 0x59, 0xde, 0x6e, - 0xb5, 0x78, 0xec, 0xb7, 0xc6, 0x63, 0x69, 0x1d, 0x18, 0x8d, 0xd7, 0x5a, 0xa1, 0x1d, 0x49, 0x7e, - 0xe3, 0x2e, 0x84, 0x59, 0x5a, 0xe3, 0x25, 0xa0, 0x51, 0x21, 0x54, 0x85, 0x82, 0x72, 0xdb, 0x44, - 0x45, 0x7d, 0x2a, 0xac, 0x57, 0x38, 0x4c, 0x48, 0x8a, 0x55, 0x1f, 0x9e, 0xe7, 0xbf, 0xca, 0x35, - 0xbb, 0xb0, 0x66, 0x52, 0x6d, 0x01, 0x1c, 0x4b, 0x2c, 0xc9, 0x3d, 0xa3, 0xfc, 0x19, 0xcc, 0x0a, - 0x25, 0xae, 0xad, 0x96, 0xb7, 0x57, 0x6e, 0x07, 0xcb, 0xd8, 0x32, 0x32, 0xcd, 0x3f, 0x72, 0xb0, - 0xb1, 0x4f, 0xe4, 0xb1, 0xd3, 0x39, 0xe1, 0x49, 0x74, 0xb9, 0x93, 0xc8, 0x0b, 0x12, 0x49, 0xea, - 0xeb, 0x4a, 0x4d, 0x2f, 0x7c, 0x08, 0x65, 0x41, 0x63, 0xcf, 0xc7, 0x61, 0xa8, 0x6e, 0x2c, 0xda, - 0xc4, 0xd1, 0x78, 0x0f, 0x87, 0xa1, 0x13, 0x20, 0x04, 0x33, 0xe7, 0x9c, 0xf5, 0xac, 0x1b, 0xfa, - 0x1b, 0x55, 0x20, 0x2f, 0x99, 0x8d, 0x76, 0x5e, 0x32, 0xf4, 0x08, 0xca, 0x82, 0xfb, 0x1e, 0x0e, - 0x02, 0x85, 0x41, 0x57, 0x55, 0xc9, 0x05, 0xc1, 0xfd, 0x1d, 0x43, 0x41, 0xff, 0x85, 0x07, 0x92, - 0x79, 0x17, 0x4c, 0xc8, 0xfa, 0xac, 0x66, 0x16, 0x25, 0x7b, 0xc3, 0x84, 0x6c, 0xfe, 0x99, 0x83, - 0xc7, 0x1f, 0x80, 0x68, 0x2b, 0xa4, 0x01, 0x73, 0x89, 0x20, 0x3c, 0xc2, 0x3d, 0x92, 0x76, 0x4e, - 0x7a, 0x56, 0xbc, 0x18, 0x0b, 0x71, 0xcd, 0x78, 0x60, 0x31, 0xf6, 0xcf, 0x0a, 0x7b, 0xc0, 0x59, - 0xac, 0x91, 0xce, 0xb9, 0xfa, 0x1b, 0x6d, 0xc0, 0xbc, 0xf2, 0x57, 0xaa, 0xeb, 0x94, 0xc3, 0x29, - 0x58, 0x1a, 0x6b, 0x04, 0xa6, 0x92, 0x63, 0xce, 0xde, 0x11, 0x5f, 0x2a, 0xbe, 0xc1, 0x5b, 0xb2, - 0x14, 0x27, 0x68, 0xfe, 0x5d, 0x80, 0x47, 0x6d, 0x95, 0x4d, 0x2c, 0xc9, 0xb1, 0xd3, 0x79, 0x45, - 0x45, 0x8c, 0xa5, 0x7f, 0xe1, 0x26, 0x21, 0x11, 0x13, 0x82, 0x3a, 0x77, 0x3b, 0xa8, 0x9f, 0x03, - 0x52, 0xfc, 0x18, 0x73, 0x49, 0x7d, 0x1a, 0xe3, 0x48, 0xf6, 0xb3, 0xbd, 0x9b, 0xaf, 0xe7, 0xdc, - 0xaa, 0xa0, 0x71, 0x67, 0xc0, 0x74, 0x82, 0x11, 0xd8, 0x30, 0x02, 0xfb, 0x29, 0x54, 0xd4, 0x7d, - 0xaa, 0xde, 0xa3, 0xa4, 0x77, 0x46, 0xb8, 0x0d, 0xc7, 0x82, 0xa5, 0x1e, 0x6a, 0x22, 0x7a, 0x02, - 0x9a, 0x40, 0x82, 0x54, 0xca, 0xa4, 0x71, 0xde, 0x10, 0xad, 0xd0, 0x9d, 0x09, 0xad, 0x42, 0x21, - 0xa6, 0x91, 0x0d, 0x8e, 0xfa, 0x54, 0x5d, 0x18, 0x31, 0x4f, 0x11, 0x8b, 0x3a, 0xda, 0xb3, 0x11, - 0xeb, 0xd0, 0x48, 0x59, 0xb2, 0xd7, 0xe9, 0xec, 0x3f, 0x30, 0x96, 0x0c, 0x49, 0x55, 0x00, 0x0a, - 0xa0, 0x4a, 0xde, 0x4b, 0x8e, 0x3d, 0x2c, 0x25, 0xa7, 0x67, 0x89, 0x24, 0xa2, 0x5e, 0xd2, 0x8d, - 0xfa, 0xb5, 0x6e, 0xd4, 0x3b, 0x42, 0xdd, 0x6a, 0x2b, 0xe5, 0x9d, 0xbe, 0xae, 0xe9, 0xd9, 0x45, - 0x32, 0x4c, 0x6d, 0xec, 0x42, 0x6d, 0x9c, 0xe0, 0x54, 0x7d, 0xfb, 0x7b, 0x19, 0x36, 0x26, 0xa3, - 0xb1, 0xa5, 0xba, 0x0e, 0x25, 0xce, 0x58, 0xcf, 0xcb, 0xd6, 0xaa, 0x22, 0x1c, 0xaa, 0x5a, 0x7d, - 0x06, 0xb5, 0xe1, 0x94, 0xab, 0x5a, 0x97, 0xe9, 0xb4, 0x5c, 0x8e, 0xb3, 0x19, 0x37, 0x2c, 0xf4, - 0x09, 0x54, 0xb3, 0x2a, 0xda, 0xac, 0x09, 0xe2, 0x62, 0x86, 0x3e, 0xce, 0x7a, 0x8f, 0x48, 0x1c, - 0x60, 0x89, 0x6d, 0xf5, 0x65, 0xad, 0xbf, 0xb5, 0x2c, 0x74, 0x0d, 0xab, 0x59, 0x95, 0x4c, 0x0a, - 0xca, 0x3a, 0x05, 0x2f, 0xef, 0x48, 0x81, 0x9d, 0x9a, 0x99, 0x52, 0xbd, 0x9d, 0x89, 0x95, 0x78, - 0x1c, 0x0f, 0x3d, 0x81, 0x32, 0x37, 0x09, 0xd4, 0x25, 0xa3, 0x1b, 0x54, 0x57, 0x3e, 0x58, 0xb2, - 0xaa, 0x9d, 0xfe, 0xb8, 0x9f, 0x19, 0x3f, 0xee, 0x67, 0xb3, 0xe3, 0xbe, 0x05, 0x45, 0x4e, 0x44, - 0x12, 0x4a, 0x5d, 0x7f, 0x95, 0xed, 0x55, 0x0d, 0x3d, 0x0b, 0x59, 0x73, 0x5d, 0x2b, 0x35, 0xd2, - 0x50, 0xa5, 0x91, 0x86, 0xda, 0x82, 0x9a, 0x92, 0x08, 0xac, 0xbe, 0xc7, 0x93, 0x90, 0x0c, 0x5a, - 0x6f, 0x49, 0xd0, 0x38, 0x1b, 0x8d, 0x91, 0xc1, 0x31, 0x7f, 0x6b, 0x70, 0xa0, 0x03, 0x78, 0x70, - 0x41, 0x70, 0x40, 0xb8, 0xa8, 0x2f, 0xe8, 0xe8, 0x6e, 0xdf, 0x2f, 0xba, 0x6f, 0x8c, 0x92, 0x89, - 0x67, 0x6a, 0x02, 0x71, 0x58, 0xb1, 0x9f, 0x9e, 0x64, 0xd9, 0xcc, 0x55, 0xb4, 0xed, 0x17, 0x53, - 0xd9, 0x3e, 0x61, 0xb7, 0xf3, 0xb6, 0x7c, 0x31, 0xca, 0x51, 0x77, 0x0e, 0x2e, 0x52, 0xd7, 0xa6, - 0xfe, 0xa0, 0x69, 0xee, 0x1c, 0x18, 0x3c, 0x61, 0x43, 0xbe, 0x2d, 0xe3, 0x51, 0x0e, 0xda, 0x85, - 0x45, 0x1a, 0xf9, 0x61, 0x12, 0x90, 0xfe, 0x6d, 0xcb, 0x3a, 0xc1, 0x6b, 0xfd, 0x7f, 0xdf, 0xb1, - 0xd3, 0x31, 0xd2, 0x47, 0xb1, 0xfa, 0x6d, 0x08, 0xb7, 0x62, 0x35, 0x52, 0x1b, 0x2f, 0xa0, 0x4a, - 0x22, 0x7c, 0xa6, 0xa6, 0xd0, 0x39, 0xc1, 0x32, 0xe1, 0x44, 0xd4, 0x17, 0x37, 0x0a, 0x9b, 0x95, - 0xcc, 0x42, 0x75, 0xec, 0x74, 0x5e, 0x1b, 0x9e, 0xbb, 0x68, 0x85, 0xed, 0x59, 0x63, 0xe0, 0x34, - 0xd2, 0xab, 0x84, 0xa4, 0x3d, 0xc2, 0x12, 0x59, 0xaf, 0xea, 0xff, 0xef, 0x5a, 0xcb, 0x2c, 0x82, - 0xad, 0x74, 0x11, 0x6c, 0xbd, 0xb2, 0x8b, 0xa0, 0x5b, 0xb1, 0x1a, 0x27, 0x46, 0x01, 0xb5, 0x61, - 0x49, 0xef, 0x5e, 0xea, 0x97, 0x90, 0x6e, 0x8b, 0xf5, 0xa5, 0xbb, 0xac, 0x2c, 0xaa, 0xd5, 0x0c, - 0x87, 0x61, 0x4a, 0x68, 0xbc, 0x81, 0xc6, 0xe4, 0x6e, 0x9b, 0x66, 0x9c, 0x35, 0x9e, 0xc3, 0x7c, - 0x36, 0xfa, 0x53, 0xe9, 0xbe, 0x86, 0xfa, 0xa4, 0xca, 0x99, 0xd6, 0xce, 0xa4, 0x6a, 0x98, 0x6a, - 0x34, 0x1f, 0xa6, 0x2b, 0xd5, 0xb1, 0xd3, 0x51, 0xe1, 0x1a, 0x5a, 0xa9, 0x9e, 0x41, 0xc9, 0xfc, - 0x88, 0xc7, 0x2d, 0x99, 0x56, 0x41, 0x2f, 0x81, 0x73, 0xbe, 0xfd, 0xfa, 0xf4, 0x67, 0x58, 0x1a, - 0x99, 0x1c, 0xa8, 0x0e, 0xb5, 0x83, 0xf6, 0xfe, 0xce, 0xde, 0x8f, 0xde, 0xce, 0xde, 0x5e, 0xbb, - 0x73, 0xe2, 0x1d, 0xb9, 0x5e, 0xc7, 0x39, 0xac, 0xfe, 0x07, 0x01, 0x14, 0x0d, 0xa9, 0x9a, 0x43, - 0x8b, 0x50, 0x76, 0xdb, 0x3f, 0x9c, 0xb6, 0x8f, 0x4f, 0x34, 0x33, 0xaf, 0x98, 0x6e, 0xfb, 0xbb, - 0xf6, 0xde, 0x49, 0xb5, 0x80, 0xe6, 0x60, 0xe6, 0x95, 0x7b, 0xd4, 0xa9, 0xce, 0x6c, 0xff, 0x55, - 0x84, 0xa2, 0x73, 0xa4, 0x2e, 0x43, 0xdf, 0xc0, 0xfc, 0x1e, 0x27, 0x58, 0x12, 0xb3, 0xd3, 0xa3, - 0x71, 0x4b, 0x7e, 0x63, 0x75, 0xa4, 0x46, 0xda, 0xea, 0x3d, 0xa2, 0x94, 0x8d, 0xe7, 0xff, 0x46, - 0xf9, 0x4b, 0x28, 0xf5, 0x9f, 0x29, 0x68, 0x25, 0xdd, 0x8b, 0x87, 0x9e, 0x2d, 0x8d, 0x71, 0x06, - 0x51, 0x1b, 0xe0, 0x80, 0x8a, 0x54, 0xb3, 0xd1, 0x17, 0x19, 0x10, 0x53, 0xf5, 0xf5, 0xb1, 0x3c, - 0xfb, 0xb3, 0xdc, 0x85, 0x85, 0xa1, 0x47, 0x0f, 0x5a, 0xd3, 0x18, 0xc6, 0x3d, 0x84, 0x26, 0xfa, - 0xf0, 0x2d, 0x2c, 0x98, 0xe8, 0xd9, 0x0d, 0x18, 0x8d, 0x7d, 0x40, 0x4c, 0x54, 0x77, 0xa0, 0x32, - 0xfc, 0x14, 0x40, 0x8d, 0xb1, 0xef, 0x83, 0xd4, 0x9b, 0xc9, 0x6f, 0x07, 0x74, 0x00, 0x68, 0x74, - 0xaf, 0x47, 0x0f, 0x33, 0x2e, 0x8d, 0x59, 0xf8, 0x27, 0x02, 0x7b, 0x07, 0x6b, 0x13, 0x17, 0x63, - 0xf4, 0x34, 0xc5, 0xf1, 0xc1, 0xdd, 0xbe, 0xf1, 0xd1, 0x5d, 0x62, 0x16, 0x79, 0x17, 0xea, 0x93, - 0xa6, 0x36, 0xfa, 0xff, 0x7d, 0xb6, 0xb0, 0xc6, 0xd3, 0x7b, 0x8d, 0xfe, 0x41, 0x88, 0xb2, 0x7d, - 0x3a, 0x14, 0xa2, 0x31, 0x0d, 0x3c, 0x29, 0x44, 0xbb, 0x8f, 0x7f, 0x7a, 0xd4, 0xa5, 0xf2, 0x22, - 0x39, 0x6b, 0xf9, 0xac, 0xb7, 0x65, 0xb3, 0x6e, 0xde, 0xe4, 0x3e, 0x0b, 0xb7, 0x78, 0xec, 0x9f, - 0x15, 0xf5, 0xe9, 0x8b, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x43, 0x29, 0xa8, 0x35, 0x21, 0x10, - 0x00, 0x00, + 0x16, 0x3e, 0xb6, 0xc1, 0xc1, 0xdb, 0x60, 0xcc, 0x60, 0x73, 0x84, 0x59, 0x27, 0x21, 0xce, 0xc9, + 0x39, 0xb4, 0x5d, 0xcb, 0x34, 0xf4, 0xa2, 0x6d, 0xb2, 0x9a, 0x15, 0x70, 0x1c, 0xa2, 0x96, 0x80, + 0x2b, 0xe0, 0xa2, 0xbd, 0x51, 0x07, 0x69, 0x30, 0x0a, 0xb2, 0x46, 0x9d, 0x19, 0x41, 0x78, 0x82, + 0xf6, 0x31, 0xfa, 0x08, 0x7d, 0x85, 0xbe, 0x54, 0xae, 0xbb, 0xe6, 0x47, 0xb6, 0x8c, 0xed, 0x80, + 0x7b, 0x27, 0x7d, 0xfb, 0xff, 0x67, 0x66, 0xf6, 0x86, 0x45, 0x16, 0x7b, 0xdb, 0x01, 0x6d, 0xc5, + 0x8c, 0x0a, 0x8a, 0x0a, 0x2c, 0xf6, 0x1a, 0xb5, 0x30, 0xb8, 0x22, 0x97, 0x81, 0x70, 0x49, 0x8f, + 0x11, 0xce, 0x35, 0xa9, 0x51, 0x4f, 0xd1, 0x20, 0xca, 0xc2, 0x2b, 0x29, 0xcc, 0x83, 0xd8, 0x40, + 0x28, 0x85, 0x18, 0xa5, 0x7d, 0x83, 0x6d, 0xf4, 0x28, 0xed, 0x85, 0x64, 0x5b, 0xfd, 0x9d, 0x25, + 0xe7, 0xdb, 0xa4, 0x1f, 0x8b, 0x1b, 0x43, 0x7c, 0x78, 0x9b, 0xe8, 0x27, 0x0c, 0x8b, 0x80, 0x46, + 0x9a, 0xde, 0xdc, 0x86, 0xea, 0x3e, 0x11, 0x1d, 0x65, 0xd6, 0x21, 0xbf, 0x26, 0x84, 0x0b, 0xb4, + 0x01, 0x25, 0xed, 0x9e, 0x1b, 0xf8, 0x56, 0x6e, 0x33, 0xb7, 0x55, 0x72, 0x16, 0x34, 0x60, 0xfb, + 0xcd, 0xdf, 0x72, 0x50, 0x3b, 0x8d, 0x7d, 0x2c, 0xc8, 0x3b, 0x22, 0x58, 0xe0, 0x0d, 0xa4, 0xfe, + 0x0f, 0x73, 0x41, 0x74, 0x4e, 0x95, 0x40, 0x79, 0x67, 0xb5, 0x65, 0x3c, 0x6d, 0x69, 0xdd, 0x76, + 0x74, 0x4e, 0x1d, 0xc5, 0x80, 0x9a, 0xb0, 0x84, 0xaf, 0x7a, 0xae, 0x17, 0x27, 0x6e, 0xc2, 0x71, + 0x8f, 0x58, 0x85, 0xcd, 0xdc, 0x56, 0xde, 0x29, 0xe3, 0xab, 0x5e, 0x3b, 0x4e, 0x4e, 0x25, 0x24, + 0x79, 0xfa, 0xf8, 0x43, 0x86, 0x67, 0x4e, 0xf3, 0xf4, 0xf1, 0x87, 0x94, 0xa7, 0x79, 0x0a, 0xf5, + 0x7d, 0x22, 0xec, 0x68, 0xa8, 0xdf, 0x78, 0xf2, 0x1f, 0x00, 0x93, 0xc8, 0x61, 0x00, 0x25, 0x83, + 0xd8, 0xbe, 0x24, 0x73, 0xc1, 0x08, 0xee, 0xbb, 0x97, 0xe4, 0xc6, 0xca, 0x6b, 0xb2, 0x46, 0x7e, + 0x20, 0x37, 0xcd, 0xdf, 0xf3, 0xb0, 0x76, 0x5b, 0x2f, 0x8f, 0x69, 0xc4, 0x09, 0xda, 0x1a, 0x09, + 0xb1, 0x36, 0x08, 0x31, 0xcb, 0xab, 0x63, 0xac, 0xc1, 0xbc, 0xa0, 0x97, 0x24, 0x32, 0xea, 0xf5, + 0x0f, 0xaa, 0x43, 0xf1, 0x9a, 0xbb, 0x09, 0x0b, 0x55, 0xc8, 0x25, 0x67, 0xfe, 0x9a, 0x9f, 0xb2, + 0x10, 0x9d, 0x42, 0x25, 0xa4, 0xbd, 0x5e, 0x10, 0xf5, 0xdc, 0xf3, 0x80, 0x84, 0x3e, 0xb7, 0xe6, + 0x36, 0x0b, 0x5b, 0xe5, 0x9d, 0x56, 0x8b, 0xc5, 0x5e, 0x6b, 0xb2, 0x2f, 0xad, 0x03, 0x2d, 0xf1, + 0x46, 0x09, 0x74, 0x22, 0xc1, 0x6e, 0x9c, 0xa5, 0x30, 0x8b, 0x35, 0x5e, 0x01, 0x1a, 0x67, 0x42, + 0x55, 0x28, 0xc8, 0xb0, 0x75, 0x56, 0xe4, 0xa7, 0xf4, 0xf5, 0x0a, 0x87, 0x09, 0x49, 0x7d, 0x55, + 0x3f, 0xcf, 0xf3, 0xdf, 0xe4, 0x9a, 0x3d, 0x58, 0xd7, 0xa5, 0x36, 0x0e, 0x1c, 0x0b, 0x2c, 0xc8, + 0x3d, 0xb3, 0xfc, 0x05, 0xcc, 0x73, 0xc9, 0xae, 0xb4, 0x96, 0x77, 0xea, 0xb7, 0x93, 0xa5, 0x75, + 0x69, 0x9e, 0xe6, 0x1f, 0x39, 0xd8, 0xdc, 0x27, 0xe2, 0xd8, 0xee, 0x9e, 0xb0, 0x24, 0xba, 0xdc, + 0x4d, 0xc4, 0x05, 0x89, 0x44, 0xe0, 0xa9, 0x4e, 0x4d, 0x0d, 0x3e, 0x84, 0x32, 0x0f, 0x62, 0xd7, + 0xc3, 0x61, 0x28, 0x2d, 0x16, 0x4d, 0xe1, 0x82, 0xb8, 0x8d, 0xc3, 0xd0, 0xf6, 0x11, 0x82, 0xb9, + 0x73, 0x46, 0xfb, 0x26, 0x0c, 0xf5, 0x8d, 0x2a, 0x90, 0x17, 0xd4, 0x64, 0x3b, 0x2f, 0x28, 0x7a, + 0x04, 0x65, 0xce, 0x3c, 0x17, 0xfb, 0xbe, 0xf4, 0x41, 0x75, 0x55, 0xc9, 0x01, 0xce, 0xbc, 0x5d, + 0x8d, 0xa0, 0x7f, 0xc3, 0x03, 0x41, 0xdd, 0x0b, 0xca, 0x85, 0x35, 0xaf, 0x88, 0x45, 0x41, 0xdf, + 0x52, 0x2e, 0x9a, 0x7f, 0xe6, 0xe0, 0xf1, 0x27, 0x5c, 0x34, 0x1d, 0xd2, 0x80, 0x85, 0x84, 0x13, + 0x16, 0xe1, 0x3e, 0x49, 0x4f, 0x4e, 0xfa, 0x2f, 0x69, 0x31, 0xe6, 0xfc, 0x9a, 0x32, 0xdf, 0xf8, + 0x38, 0xf8, 0x97, 0xbe, 0xfb, 0x8c, 0xc6, 0xca, 0xd3, 0x05, 0x47, 0x7d, 0xa3, 0x4d, 0x58, 0x94, + 0xf1, 0x0a, 0x69, 0x4e, 0x06, 0x9c, 0x3a, 0x1b, 0xc4, 0xca, 0x03, 0xdd, 0xc9, 0x31, 0xa3, 0xef, + 0x89, 0x27, 0x24, 0x5d, 0xfb, 0x5b, 0x32, 0x88, 0xed, 0x37, 0x3f, 0x16, 0xe0, 0x51, 0x47, 0x56, + 0x13, 0x0b, 0x72, 0x6c, 0x77, 0x5f, 0x07, 0x3c, 0xc6, 0xc2, 0xbb, 0x70, 0x92, 0x90, 0xf0, 0x29, + 0x49, 0x5d, 0xb8, 0x9d, 0xd4, 0x2f, 0x01, 0x49, 0x7a, 0x8c, 0x99, 0x08, 0xbc, 0x20, 0xc6, 0x91, + 0x18, 0x54, 0x7b, 0x2f, 0x6f, 0xe5, 0x9c, 0x2a, 0x0f, 0xe2, 0xee, 0x90, 0x68, 0xfb, 0x63, 0x6e, + 0xc3, 0x98, 0xdb, 0x4f, 0xa1, 0x22, 0xed, 0xc9, 0x7e, 0x8f, 0x92, 0xfe, 0x19, 0x61, 0x26, 0x1d, + 0x4b, 0x06, 0x3d, 0x54, 0x20, 0x7a, 0x02, 0x0a, 0x20, 0x7e, 0xca, 0xa5, 0xcb, 0xb8, 0xa8, 0x41, + 0xc3, 0x74, 0x67, 0x41, 0xab, 0x50, 0x88, 0x83, 0xc8, 0x24, 0x47, 0x7e, 0xca, 0x53, 0x18, 0x51, + 0x57, 0x82, 0x45, 0x95, 0xed, 0xf9, 0x88, 0x76, 0x83, 0x48, 0x6a, 0x32, 0xe6, 0x54, 0xf5, 0x1f, + 0x68, 0x4d, 0x1a, 0x92, 0x1d, 0x80, 0x7c, 0xa8, 0x92, 0x0f, 0x82, 0x61, 0x17, 0x0b, 0xc1, 0x82, + 0xb3, 0x44, 0x10, 0x6e, 0x95, 0xd4, 0x41, 0xfd, 0x56, 0x1d, 0xd4, 0x3b, 0x52, 0xdd, 0xea, 0x48, + 0xe1, 0xdd, 0x81, 0xac, 0x3e, 0xb3, 0xcb, 0x64, 0x14, 0x6d, 0xec, 0x41, 0x6d, 0x12, 0xe3, 0x4c, + 0xe7, 0xf6, 0x63, 0x19, 0x36, 0xa7, 0x7b, 0x63, 0x5a, 0x75, 0x03, 0x4a, 0xf2, 0x11, 0x71, 0xb3, + 0xbd, 0x2a, 0x81, 0x43, 0xd9, 0xab, 0xcf, 0xa0, 0x36, 0x5a, 0x72, 0xd9, 0xeb, 0x22, 0xbd, 0x2d, + 0x57, 0xe3, 0x6c, 0xc5, 0x35, 0x09, 0x7d, 0x06, 0xd5, 0xac, 0x88, 0x52, 0xab, 0x93, 0xb8, 0x9c, + 0xc1, 0x27, 0x69, 0xef, 0x13, 0x81, 0x7d, 0x2c, 0xb0, 0xe9, 0xbe, 0xac, 0xf6, 0x77, 0x86, 0x84, + 0xae, 0x61, 0x2d, 0x2b, 0x92, 0x29, 0x41, 0x59, 0x95, 0xe0, 0xd5, 0x1d, 0x25, 0x30, 0xb7, 0x66, + 0xa6, 0x55, 0x6f, 0x57, 0xa2, 0x1e, 0x4f, 0xa2, 0xa1, 0x27, 0x50, 0x66, 0xba, 0x80, 0xaa, 0x65, + 0xd4, 0x01, 0x55, 0x9d, 0x0f, 0x06, 0x96, 0xbd, 0x33, 0xb8, 0xee, 0xe7, 0x26, 0x5f, 0xf7, 0xf3, + 0xd9, 0xeb, 0xbe, 0x05, 0x45, 0x46, 0x78, 0x12, 0x0a, 0xd5, 0x7f, 0x95, 0x9d, 0x35, 0xe5, 0x7a, + 0xd6, 0x65, 0x45, 0x75, 0x0c, 0xd7, 0xd8, 0x81, 0x2a, 0x8d, 0x1d, 0xa8, 0x6d, 0xa8, 0x49, 0x0e, + 0xdf, 0xc8, 0xbb, 0x2c, 0x09, 0xc9, 0xf0, 0xe8, 0xad, 0xf0, 0x20, 0xce, 0x66, 0x63, 0xec, 0xe2, + 0x58, 0xbc, 0x75, 0x71, 0xa0, 0x03, 0x78, 0x70, 0x41, 0xb0, 0x4f, 0x18, 0xb7, 0x96, 0x54, 0x76, + 0x77, 0xee, 0x97, 0xdd, 0xb7, 0x5a, 0x48, 0xe7, 0x33, 0x55, 0x81, 0x18, 0xd4, 0xcd, 0xa7, 0x2b, + 0x68, 0xb6, 0x72, 0x15, 0xa5, 0xfb, 0xe5, 0x4c, 0xba, 0x4f, 0xe8, 0xed, 0xba, 0xad, 0x5e, 0x8c, + 0x53, 0xa4, 0xcd, 0xa1, 0x21, 0x69, 0x36, 0x8d, 0x07, 0xcd, 0x62, 0x73, 0xa8, 0xf0, 0x84, 0x8e, + 0xc4, 0xb6, 0x8a, 0xc7, 0x29, 0x68, 0x0f, 0x96, 0x83, 0xc8, 0x0b, 0x13, 0x9f, 0x0c, 0xac, 0xad, + 0xaa, 0x02, 0xaf, 0x0f, 0xde, 0xbe, 0x63, 0xbb, 0xab, 0xb9, 0x8f, 0x62, 0xf9, 0x6c, 0x70, 0xa7, + 0x62, 0x24, 0x52, 0x1d, 0x2f, 0xa1, 0x4a, 0x22, 0x7c, 0x26, 0x6f, 0xa1, 0x73, 0x82, 0x45, 0xc2, + 0x08, 0xb7, 0x96, 0x37, 0x0b, 0x5b, 0x95, 0xcc, 0x40, 0x75, 0x6c, 0x77, 0xdf, 0x68, 0x9a, 0xb3, + 0x6c, 0x98, 0xcd, 0xbf, 0xf2, 0x81, 0x05, 0x91, 0x1a, 0x25, 0x44, 0xd0, 0x27, 0x34, 0x11, 0x56, + 0x55, 0xbd, 0xbf, 0xeb, 0x2d, 0x3d, 0x08, 0xb6, 0xd2, 0x41, 0xb0, 0xf5, 0xda, 0x0c, 0x82, 0x4e, + 0xc5, 0x48, 0x9c, 0x68, 0x01, 0xd4, 0x81, 0x15, 0x35, 0x7b, 0xc9, 0x27, 0x21, 0x9d, 0x16, 0xad, + 0x95, 0xbb, 0xb4, 0x2c, 0xcb, 0xd1, 0x0c, 0x87, 0x61, 0x0a, 0xc8, 0xfb, 0x54, 0xdd, 0x2f, 0x31, + 0x23, 0x9c, 0x08, 0xab, 0xa6, 0xbb, 0x56, 0x42, 0x5d, 0x85, 0xa0, 0x17, 0x86, 0xc1, 0xa3, 0xd1, + 0x79, 0xd0, 0xb3, 0xea, 0xca, 0x42, 0x63, 0x10, 0xa6, 0x43, 0x69, 0xbf, 0xad, 0x48, 0xa9, 0x09, + 0x25, 0xac, 0xa1, 0xc6, 0x5b, 0x68, 0x4c, 0x3f, 0xcb, 0xb3, 0x5c, 0x96, 0x8d, 0xe7, 0xb0, 0x98, + 0xad, 0xed, 0x4c, 0xb2, 0x6f, 0xc0, 0x9a, 0xd6, 0x97, 0xb3, 0xea, 0x99, 0xd6, 0x6b, 0x33, 0x5d, + 0xfc, 0x87, 0xe9, 0xc0, 0x76, 0x6c, 0x77, 0x65, 0x31, 0x46, 0x06, 0xb6, 0x67, 0x50, 0xd2, 0xcf, + 0xfc, 0xa4, 0x11, 0xd6, 0x08, 0xa8, 0x11, 0x73, 0xc1, 0x33, 0x5f, 0x9f, 0xff, 0x02, 0x2b, 0x63, + 0xf7, 0x12, 0xb2, 0xa0, 0x76, 0xd0, 0xd9, 0xdf, 0x6d, 0xff, 0xe4, 0xee, 0xb6, 0xdb, 0x9d, 0xee, + 0x89, 0x7b, 0xe4, 0xb8, 0x5d, 0xfb, 0xb0, 0xfa, 0x2f, 0x04, 0x50, 0xd4, 0x50, 0x35, 0x87, 0x96, + 0xa1, 0xec, 0x74, 0x7e, 0x3c, 0xed, 0x1c, 0x9f, 0x28, 0x62, 0x5e, 0x12, 0x9d, 0xce, 0xf7, 0x9d, + 0xf6, 0x49, 0xb5, 0x80, 0x16, 0x60, 0xee, 0xb5, 0x73, 0xd4, 0xad, 0xce, 0xed, 0xfc, 0x55, 0x84, + 0xa2, 0x7d, 0x24, 0x8d, 0xa1, 0x17, 0xb0, 0xd8, 0x66, 0x04, 0x0b, 0xa2, 0x37, 0x06, 0x34, 0x69, + 0x85, 0x68, 0xac, 0x8d, 0x75, 0x60, 0x47, 0x6e, 0x3b, 0x52, 0x58, 0x47, 0xfe, 0x4f, 0x84, 0xbf, + 0x86, 0xd2, 0x60, 0x09, 0x42, 0xf5, 0x74, 0xea, 0x1e, 0x59, 0x8a, 0x1a, 0x93, 0x14, 0xa2, 0x0e, + 0xc0, 0x41, 0xc0, 0x53, 0xc9, 0x61, 0xef, 0x0e, 0xc1, 0x54, 0x7c, 0x63, 0x22, 0xcd, 0x3c, 0xc5, + 0x7b, 0xb0, 0x34, 0xb2, 0x52, 0xa1, 0x75, 0xe5, 0xc3, 0xa4, 0x35, 0x6b, 0x6a, 0x0c, 0xdf, 0xc1, + 0x92, 0xce, 0x9e, 0x99, 0xaf, 0xd1, 0xc4, 0xf5, 0x64, 0xaa, 0xb8, 0x0d, 0x95, 0xd1, 0x45, 0x03, + 0x35, 0x26, 0x6e, 0x1f, 0x69, 0x34, 0xd3, 0x37, 0x13, 0x74, 0x00, 0x68, 0x7c, 0x6b, 0x40, 0x0f, + 0x33, 0x21, 0x4d, 0x58, 0x27, 0xa6, 0x3a, 0xf6, 0x1e, 0xd6, 0xa7, 0x8e, 0xdd, 0xe8, 0x69, 0xea, + 0xc7, 0x27, 0x37, 0x87, 0xc6, 0xff, 0xee, 0x62, 0x33, 0x9e, 0xf7, 0xc0, 0x9a, 0xf6, 0x26, 0xa0, + 0xff, 0xde, 0x67, 0xc6, 0x6b, 0x3c, 0xbd, 0xd7, 0xc3, 0x32, 0x4c, 0x51, 0xf6, 0x9c, 0x8e, 0xa4, + 0x68, 0xc2, 0x01, 0x9e, 0x96, 0xa2, 0xbd, 0xc7, 0x3f, 0x3f, 0xea, 0x05, 0xe2, 0x22, 0x39, 0x6b, + 0x79, 0xb4, 0xbf, 0x6d, 0xaa, 0xae, 0x37, 0x7e, 0x8f, 0x86, 0xdb, 0x2c, 0xf6, 0xce, 0x8a, 0xea, + 0xef, 0xab, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x15, 0x63, 0xec, 0x93, 0x10, 0x00, 0x00, } diff --git a/rpc/keepalive.pb.go b/rpc/keepalive.pb.go index 69562afc..3da1ec2f 100644 --- a/rpc/keepalive.pb.go +++ b/rpc/keepalive.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/keepalive.proto diff --git a/rpc/participant.pb.go b/rpc/participant.pb.go index 7803e5c8..7539300c 100644 --- a/rpc/participant.pb.go +++ b/rpc/participant.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/participant.proto diff --git a/rpc/participant.psrpc.go b/rpc/participant.psrpc.go index 046e078e..c59ad874 100644 --- a/rpc/participant.psrpc.go +++ b/rpc/participant.psrpc.go @@ -14,7 +14,7 @@ import ( "github.com/livekit/psrpc/version" ) import livekit1 "github.com/livekit/protocol/livekit" -import livekit7 "github.com/livekit/protocol/livekit" +import livekit6 "github.com/livekit/protocol/livekit" var _ = version.PsrpcVersion_0_6 @@ -23,13 +23,13 @@ var _ = version.PsrpcVersion_0_6 // ============================ type ParticipantClient[ParticipantTopicType ~string] interface { - RemoveParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit7.RoomParticipantIdentity, opts ...psrpc.RequestOption) (*livekit7.RemoveParticipantResponse, error) + RemoveParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit6.RoomParticipantIdentity, opts ...psrpc.RequestOption) (*livekit6.RemoveParticipantResponse, error) - MutePublishedTrack(ctx context.Context, participant ParticipantTopicType, req *livekit7.MuteRoomTrackRequest, opts ...psrpc.RequestOption) (*livekit7.MuteRoomTrackResponse, error) + MutePublishedTrack(ctx context.Context, participant ParticipantTopicType, req *livekit6.MuteRoomTrackRequest, opts ...psrpc.RequestOption) (*livekit6.MuteRoomTrackResponse, error) - UpdateParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit7.UpdateParticipantRequest, opts ...psrpc.RequestOption) (*livekit1.ParticipantInfo, error) + UpdateParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit6.UpdateParticipantRequest, opts ...psrpc.RequestOption) (*livekit1.ParticipantInfo, error) - UpdateSubscriptions(ctx context.Context, participant ParticipantTopicType, req *livekit7.UpdateSubscriptionsRequest, opts ...psrpc.RequestOption) (*livekit7.UpdateSubscriptionsResponse, error) + UpdateSubscriptions(ctx context.Context, participant ParticipantTopicType, req *livekit6.UpdateSubscriptionsRequest, opts ...psrpc.RequestOption) (*livekit6.UpdateSubscriptionsResponse, error) // Close immediately, without waiting for pending RPCs Close() @@ -40,13 +40,13 @@ type ParticipantClient[ParticipantTopicType ~string] interface { // ================================ type ParticipantServerImpl interface { - RemoveParticipant(context.Context, *livekit7.RoomParticipantIdentity) (*livekit7.RemoveParticipantResponse, error) + RemoveParticipant(context.Context, *livekit6.RoomParticipantIdentity) (*livekit6.RemoveParticipantResponse, error) - MutePublishedTrack(context.Context, *livekit7.MuteRoomTrackRequest) (*livekit7.MuteRoomTrackResponse, error) + MutePublishedTrack(context.Context, *livekit6.MuteRoomTrackRequest) (*livekit6.MuteRoomTrackResponse, error) - UpdateParticipant(context.Context, *livekit7.UpdateParticipantRequest) (*livekit1.ParticipantInfo, error) + UpdateParticipant(context.Context, *livekit6.UpdateParticipantRequest) (*livekit1.ParticipantInfo, error) - UpdateSubscriptions(context.Context, *livekit7.UpdateSubscriptionsRequest) (*livekit7.UpdateSubscriptionsResponse, error) + UpdateSubscriptions(context.Context, *livekit6.UpdateSubscriptionsRequest) (*livekit6.UpdateSubscriptionsResponse, error) } // ============================ @@ -102,20 +102,20 @@ func NewParticipantClient[ParticipantTopicType ~string](bus psrpc.MessageBus, op }, nil } -func (c *participantClient[ParticipantTopicType]) RemoveParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit7.RoomParticipantIdentity, opts ...psrpc.RequestOption) (*livekit7.RemoveParticipantResponse, error) { - return client.RequestSingle[*livekit7.RemoveParticipantResponse](ctx, c.client, "RemoveParticipant", []string{string(participant)}, req, opts...) +func (c *participantClient[ParticipantTopicType]) RemoveParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit6.RoomParticipantIdentity, opts ...psrpc.RequestOption) (*livekit6.RemoveParticipantResponse, error) { + return client.RequestSingle[*livekit6.RemoveParticipantResponse](ctx, c.client, "RemoveParticipant", []string{string(participant)}, req, opts...) } -func (c *participantClient[ParticipantTopicType]) MutePublishedTrack(ctx context.Context, participant ParticipantTopicType, req *livekit7.MuteRoomTrackRequest, opts ...psrpc.RequestOption) (*livekit7.MuteRoomTrackResponse, error) { - return client.RequestSingle[*livekit7.MuteRoomTrackResponse](ctx, c.client, "MutePublishedTrack", []string{string(participant)}, req, opts...) +func (c *participantClient[ParticipantTopicType]) MutePublishedTrack(ctx context.Context, participant ParticipantTopicType, req *livekit6.MuteRoomTrackRequest, opts ...psrpc.RequestOption) (*livekit6.MuteRoomTrackResponse, error) { + return client.RequestSingle[*livekit6.MuteRoomTrackResponse](ctx, c.client, "MutePublishedTrack", []string{string(participant)}, req, opts...) } -func (c *participantClient[ParticipantTopicType]) UpdateParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit7.UpdateParticipantRequest, opts ...psrpc.RequestOption) (*livekit1.ParticipantInfo, error) { +func (c *participantClient[ParticipantTopicType]) UpdateParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit6.UpdateParticipantRequest, opts ...psrpc.RequestOption) (*livekit1.ParticipantInfo, error) { return client.RequestSingle[*livekit1.ParticipantInfo](ctx, c.client, "UpdateParticipant", []string{string(participant)}, req, opts...) } -func (c *participantClient[ParticipantTopicType]) UpdateSubscriptions(ctx context.Context, participant ParticipantTopicType, req *livekit7.UpdateSubscriptionsRequest, opts ...psrpc.RequestOption) (*livekit7.UpdateSubscriptionsResponse, error) { - return client.RequestSingle[*livekit7.UpdateSubscriptionsResponse](ctx, c.client, "UpdateSubscriptions", []string{string(participant)}, req, opts...) +func (c *participantClient[ParticipantTopicType]) UpdateSubscriptions(ctx context.Context, participant ParticipantTopicType, req *livekit6.UpdateSubscriptionsRequest, opts ...psrpc.RequestOption) (*livekit6.UpdateSubscriptionsResponse, error) { + return client.RequestSingle[*livekit6.UpdateSubscriptionsResponse](ctx, c.client, "UpdateSubscriptions", []string{string(participant)}, req, opts...) } func (s *participantClient[ParticipantTopicType]) Close() { diff --git a/rpc/room.pb.go b/rpc/room.pb.go index 8c337694..333737c5 100644 --- a/rpc/room.pb.go +++ b/rpc/room.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/room.proto diff --git a/rpc/room.psrpc.go b/rpc/room.psrpc.go index 07888d09..a29ef514 100644 --- a/rpc/room.psrpc.go +++ b/rpc/room.psrpc.go @@ -14,7 +14,7 @@ import ( "github.com/livekit/psrpc/version" ) import livekit1 "github.com/livekit/protocol/livekit" -import livekit7 "github.com/livekit/protocol/livekit" +import livekit6 "github.com/livekit/protocol/livekit" var _ = version.PsrpcVersion_0_6 @@ -23,11 +23,11 @@ var _ = version.PsrpcVersion_0_6 // ===================== type RoomClient[RoomTopicType ~string] interface { - DeleteRoom(ctx context.Context, room RoomTopicType, req *livekit7.DeleteRoomRequest, opts ...psrpc.RequestOption) (*livekit7.DeleteRoomResponse, error) + DeleteRoom(ctx context.Context, room RoomTopicType, req *livekit6.DeleteRoomRequest, opts ...psrpc.RequestOption) (*livekit6.DeleteRoomResponse, error) - SendData(ctx context.Context, room RoomTopicType, req *livekit7.SendDataRequest, opts ...psrpc.RequestOption) (*livekit7.SendDataResponse, error) + SendData(ctx context.Context, room RoomTopicType, req *livekit6.SendDataRequest, opts ...psrpc.RequestOption) (*livekit6.SendDataResponse, error) - UpdateRoomMetadata(ctx context.Context, room RoomTopicType, req *livekit7.UpdateRoomMetadataRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) + UpdateRoomMetadata(ctx context.Context, room RoomTopicType, req *livekit6.UpdateRoomMetadataRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) // Close immediately, without waiting for pending RPCs Close() @@ -38,11 +38,11 @@ type RoomClient[RoomTopicType ~string] interface { // ========================= type RoomServerImpl interface { - DeleteRoom(context.Context, *livekit7.DeleteRoomRequest) (*livekit7.DeleteRoomResponse, error) + DeleteRoom(context.Context, *livekit6.DeleteRoomRequest) (*livekit6.DeleteRoomResponse, error) - SendData(context.Context, *livekit7.SendDataRequest) (*livekit7.SendDataResponse, error) + SendData(context.Context, *livekit6.SendDataRequest) (*livekit6.SendDataResponse, error) - UpdateRoomMetadata(context.Context, *livekit7.UpdateRoomMetadataRequest) (*livekit1.Room, error) + UpdateRoomMetadata(context.Context, *livekit6.UpdateRoomMetadataRequest) (*livekit1.Room, error) } // ===================== @@ -95,15 +95,15 @@ func NewRoomClient[RoomTopicType ~string](bus psrpc.MessageBus, opts ...psrpc.Cl }, nil } -func (c *roomClient[RoomTopicType]) DeleteRoom(ctx context.Context, room RoomTopicType, req *livekit7.DeleteRoomRequest, opts ...psrpc.RequestOption) (*livekit7.DeleteRoomResponse, error) { - return client.RequestSingle[*livekit7.DeleteRoomResponse](ctx, c.client, "DeleteRoom", []string{string(room)}, req, opts...) +func (c *roomClient[RoomTopicType]) DeleteRoom(ctx context.Context, room RoomTopicType, req *livekit6.DeleteRoomRequest, opts ...psrpc.RequestOption) (*livekit6.DeleteRoomResponse, error) { + return client.RequestSingle[*livekit6.DeleteRoomResponse](ctx, c.client, "DeleteRoom", []string{string(room)}, req, opts...) } -func (c *roomClient[RoomTopicType]) SendData(ctx context.Context, room RoomTopicType, req *livekit7.SendDataRequest, opts ...psrpc.RequestOption) (*livekit7.SendDataResponse, error) { - return client.RequestSingle[*livekit7.SendDataResponse](ctx, c.client, "SendData", []string{string(room)}, req, opts...) +func (c *roomClient[RoomTopicType]) SendData(ctx context.Context, room RoomTopicType, req *livekit6.SendDataRequest, opts ...psrpc.RequestOption) (*livekit6.SendDataResponse, error) { + return client.RequestSingle[*livekit6.SendDataResponse](ctx, c.client, "SendData", []string{string(room)}, req, opts...) } -func (c *roomClient[RoomTopicType]) UpdateRoomMetadata(ctx context.Context, room RoomTopicType, req *livekit7.UpdateRoomMetadataRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) { +func (c *roomClient[RoomTopicType]) UpdateRoomMetadata(ctx context.Context, room RoomTopicType, req *livekit6.UpdateRoomMetadataRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) { return client.RequestSingle[*livekit1.Room](ctx, c.client, "UpdateRoomMetadata", []string{string(room)}, req, opts...) } diff --git a/rpc/roommanager.pb.go b/rpc/roommanager.pb.go index 16f0b3e5..07ebbc90 100644 --- a/rpc/roommanager.pb.go +++ b/rpc/roommanager.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/roommanager.proto diff --git a/rpc/roommanager.psrpc.go b/rpc/roommanager.psrpc.go index a9eece3c..4b532cbc 100644 --- a/rpc/roommanager.psrpc.go +++ b/rpc/roommanager.psrpc.go @@ -14,7 +14,7 @@ import ( "github.com/livekit/psrpc/version" ) import livekit1 "github.com/livekit/protocol/livekit" -import livekit7 "github.com/livekit/protocol/livekit" +import livekit6 "github.com/livekit/protocol/livekit" var _ = version.PsrpcVersion_0_6 @@ -23,7 +23,7 @@ var _ = version.PsrpcVersion_0_6 // ============================ type RoomManagerClient[NodeIdTopicType ~string] interface { - CreateRoom(ctx context.Context, nodeId NodeIdTopicType, req *livekit7.CreateRoomRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) + CreateRoom(ctx context.Context, nodeId NodeIdTopicType, req *livekit6.CreateRoomRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) // Close immediately, without waiting for pending RPCs Close() @@ -34,7 +34,7 @@ type RoomManagerClient[NodeIdTopicType ~string] interface { // ================================ type RoomManagerServerImpl interface { - CreateRoom(context.Context, *livekit7.CreateRoomRequest) (*livekit1.Room, error) + CreateRoom(context.Context, *livekit6.CreateRoomRequest) (*livekit1.Room, error) } // ============================ @@ -81,7 +81,7 @@ func NewRoomManagerClient[NodeIdTopicType ~string](bus psrpc.MessageBus, opts .. }, nil } -func (c *roomManagerClient[NodeIdTopicType]) CreateRoom(ctx context.Context, nodeId NodeIdTopicType, req *livekit7.CreateRoomRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) { +func (c *roomManagerClient[NodeIdTopicType]) CreateRoom(ctx context.Context, nodeId NodeIdTopicType, req *livekit6.CreateRoomRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) { return client.RequestSingle[*livekit1.Room](ctx, c.client, "CreateRoom", []string{string(nodeId)}, req, opts...) } diff --git a/rpc/signal.pb.go b/rpc/signal.pb.go index bf9adc3f..ad1f5ba1 100644 --- a/rpc/signal.pb.go +++ b/rpc/signal.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/signal.proto diff --git a/rpc/sip.pb.go b/rpc/sip.pb.go index f2fad4cd..48fc00e0 100644 --- a/rpc/sip.pb.go +++ b/rpc/sip.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.0 +// protoc-gen-go v1.36.1 // protoc v4.23.4 // source: rpc/sip.proto diff --git a/sip/sip.go b/sip/sip.go index 2527f13b..64ea2d00 100644 --- a/sip/sip.go +++ b/sip/sip.go @@ -512,6 +512,8 @@ func EvaluateDispatchRule(projectID string, trunk *livekit.SIPInboundTrunkInfo, ParticipantName: fromName, ParticipantMetadata: rule.Metadata, ParticipantAttributes: attrs, + RoomPreset: rule.RoomPreset, + RoomConfig: rule.RoomConfig, } if trunk != nil { resp.Headers = trunk.Headers