diff --git a/livekit/livekit_sip.pb.go b/livekit/livekit_sip.pb.go index 1afb40ae..83e6c50d 100644 --- a/livekit/livekit_sip.pb.go +++ b/livekit/livekit_sip.pb.go @@ -37,6 +37,193 @@ const ( _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) +type SIPStatusCode int32 + +const ( + SIPStatusCode_SIP_STATUS_UNKNOWN SIPStatusCode = 0 + SIPStatusCode_SIP_STATUS_TRYING SIPStatusCode = 100 + SIPStatusCode_SIP_STATUS_RINGING SIPStatusCode = 180 + SIPStatusCode_SIP_STATUS_CALL_IS_FORWARDED SIPStatusCode = 181 + SIPStatusCode_SIP_STATUS_QUEUED SIPStatusCode = 182 + SIPStatusCode_SIP_STATUS_SESSION_PROGRESS SIPStatusCode = 183 + SIPStatusCode_SIP_STATUS_OK SIPStatusCode = 200 + SIPStatusCode_SIP_STATUS_ACCEPTED SIPStatusCode = 202 + SIPStatusCode_SIP_STATUS_MOVED_PERMANENTLY SIPStatusCode = 301 + SIPStatusCode_SIP_STATUS_MOVED_TEMPORARILY SIPStatusCode = 302 + SIPStatusCode_SIP_STATUS_USE_PROXY SIPStatusCode = 305 + SIPStatusCode_SIP_STATUS_BAD_REQUEST SIPStatusCode = 400 + SIPStatusCode_SIP_STATUS_UNAUTHORIZED SIPStatusCode = 401 + SIPStatusCode_SIP_STATUS_PAYMENT_REQUIRED SIPStatusCode = 402 + SIPStatusCode_SIP_STATUS_FORBIDDEN SIPStatusCode = 403 + SIPStatusCode_SIP_STATUS_NOTFOUND SIPStatusCode = 404 + SIPStatusCode_SIP_STATUS_METHOD_NOT_ALLOWED SIPStatusCode = 405 + SIPStatusCode_SIP_STATUS_NOT_ACCEPTABLE SIPStatusCode = 406 + SIPStatusCode_SIP_STATUS_PROXY_AUTH_REQUIRED SIPStatusCode = 407 + SIPStatusCode_SIP_STATUS_REQUEST_TIMEOUT SIPStatusCode = 408 + SIPStatusCode_SIP_STATUS_CONFLICT SIPStatusCode = 409 + SIPStatusCode_SIP_STATUS_GONE SIPStatusCode = 410 + SIPStatusCode_SIP_STATUS_REQUEST_ENTITY_TOO_LARGE SIPStatusCode = 413 + SIPStatusCode_SIP_STATUS_REQUEST_URI_TOO_LONG SIPStatusCode = 414 + SIPStatusCode_SIP_STATUS_UNSUPPORTED_MEDIA_TYPE SIPStatusCode = 415 + SIPStatusCode_SIP_STATUS_REQUESTED_RANGE_NOT_SATISFIABLE SIPStatusCode = 416 + SIPStatusCode_SIP_STATUS_BAD_EXTENSION SIPStatusCode = 420 + SIPStatusCode_SIP_STATUS_EXTENSION_REQUIRED SIPStatusCode = 421 + SIPStatusCode_SIP_STATUS_INTERVAL_TOO_BRIEF SIPStatusCode = 423 + SIPStatusCode_SIP_STATUS_TEMPORARILY_UNAVAILABLE SIPStatusCode = 480 + SIPStatusCode_SIP_STATUS_CALL_TRANSACTION_DOES_NOT_EXISTS SIPStatusCode = 481 + SIPStatusCode_SIP_STATUS_LOOP_DETECTED SIPStatusCode = 482 + SIPStatusCode_SIP_STATUS_TOO_MANY_HOPS SIPStatusCode = 483 + SIPStatusCode_SIP_STATUS_ADDRESS_INCOMPLETE SIPStatusCode = 484 + SIPStatusCode_SIP_STATUS_AMBIGUOUS SIPStatusCode = 485 + SIPStatusCode_SIP_STATUS_BUSY_HERE SIPStatusCode = 486 + SIPStatusCode_SIP_STATUS_REQUEST_TERMINATED SIPStatusCode = 487 + SIPStatusCode_SIP_STATUS_NOT_ACCEPTABLE_HERE SIPStatusCode = 488 + SIPStatusCode_SIP_STATUS_INTERNAL_SERVER_ERROR SIPStatusCode = 500 + SIPStatusCode_SIP_STATUS_NOT_IMPLEMENTED SIPStatusCode = 501 + SIPStatusCode_SIP_STATUS_BAD_GATEWAY SIPStatusCode = 502 + SIPStatusCode_SIP_STATUS_SERVICE_UNAVAILABLE SIPStatusCode = 503 + SIPStatusCode_SIP_STATUS_GATEWAY_TIMEOUT SIPStatusCode = 504 + SIPStatusCode_SIP_STATUS_VERSION_NOT_SUPPORTED SIPStatusCode = 505 + SIPStatusCode_SIP_STATUS_MESSAGE_TOO_LARGE SIPStatusCode = 513 + SIPStatusCode_SIP_STATUS_GLOBAL_BUSY_EVERYWHERE SIPStatusCode = 600 + SIPStatusCode_SIP_STATUS_GLOBAL_DECLINE SIPStatusCode = 603 + SIPStatusCode_SIP_STATUS_GLOBAL_DOES_NOT_EXIST_ANYWHERE SIPStatusCode = 604 + SIPStatusCode_SIP_STATUS_GLOBAL_NOT_ACCEPTABLE SIPStatusCode = 606 +) + +// Enum value maps for SIPStatusCode. +var ( + SIPStatusCode_name = map[int32]string{ + 0: "SIP_STATUS_UNKNOWN", + 100: "SIP_STATUS_TRYING", + 180: "SIP_STATUS_RINGING", + 181: "SIP_STATUS_CALL_IS_FORWARDED", + 182: "SIP_STATUS_QUEUED", + 183: "SIP_STATUS_SESSION_PROGRESS", + 200: "SIP_STATUS_OK", + 202: "SIP_STATUS_ACCEPTED", + 301: "SIP_STATUS_MOVED_PERMANENTLY", + 302: "SIP_STATUS_MOVED_TEMPORARILY", + 305: "SIP_STATUS_USE_PROXY", + 400: "SIP_STATUS_BAD_REQUEST", + 401: "SIP_STATUS_UNAUTHORIZED", + 402: "SIP_STATUS_PAYMENT_REQUIRED", + 403: "SIP_STATUS_FORBIDDEN", + 404: "SIP_STATUS_NOTFOUND", + 405: "SIP_STATUS_METHOD_NOT_ALLOWED", + 406: "SIP_STATUS_NOT_ACCEPTABLE", + 407: "SIP_STATUS_PROXY_AUTH_REQUIRED", + 408: "SIP_STATUS_REQUEST_TIMEOUT", + 409: "SIP_STATUS_CONFLICT", + 410: "SIP_STATUS_GONE", + 413: "SIP_STATUS_REQUEST_ENTITY_TOO_LARGE", + 414: "SIP_STATUS_REQUEST_URI_TOO_LONG", + 415: "SIP_STATUS_UNSUPPORTED_MEDIA_TYPE", + 416: "SIP_STATUS_REQUESTED_RANGE_NOT_SATISFIABLE", + 420: "SIP_STATUS_BAD_EXTENSION", + 421: "SIP_STATUS_EXTENSION_REQUIRED", + 423: "SIP_STATUS_INTERVAL_TOO_BRIEF", + 480: "SIP_STATUS_TEMPORARILY_UNAVAILABLE", + 481: "SIP_STATUS_CALL_TRANSACTION_DOES_NOT_EXISTS", + 482: "SIP_STATUS_LOOP_DETECTED", + 483: "SIP_STATUS_TOO_MANY_HOPS", + 484: "SIP_STATUS_ADDRESS_INCOMPLETE", + 485: "SIP_STATUS_AMBIGUOUS", + 486: "SIP_STATUS_BUSY_HERE", + 487: "SIP_STATUS_REQUEST_TERMINATED", + 488: "SIP_STATUS_NOT_ACCEPTABLE_HERE", + 500: "SIP_STATUS_INTERNAL_SERVER_ERROR", + 501: "SIP_STATUS_NOT_IMPLEMENTED", + 502: "SIP_STATUS_BAD_GATEWAY", + 503: "SIP_STATUS_SERVICE_UNAVAILABLE", + 504: "SIP_STATUS_GATEWAY_TIMEOUT", + 505: "SIP_STATUS_VERSION_NOT_SUPPORTED", + 513: "SIP_STATUS_MESSAGE_TOO_LARGE", + 600: "SIP_STATUS_GLOBAL_BUSY_EVERYWHERE", + 603: "SIP_STATUS_GLOBAL_DECLINE", + 604: "SIP_STATUS_GLOBAL_DOES_NOT_EXIST_ANYWHERE", + 606: "SIP_STATUS_GLOBAL_NOT_ACCEPTABLE", + } + SIPStatusCode_value = map[string]int32{ + "SIP_STATUS_UNKNOWN": 0, + "SIP_STATUS_TRYING": 100, + "SIP_STATUS_RINGING": 180, + "SIP_STATUS_CALL_IS_FORWARDED": 181, + "SIP_STATUS_QUEUED": 182, + "SIP_STATUS_SESSION_PROGRESS": 183, + "SIP_STATUS_OK": 200, + "SIP_STATUS_ACCEPTED": 202, + "SIP_STATUS_MOVED_PERMANENTLY": 301, + "SIP_STATUS_MOVED_TEMPORARILY": 302, + "SIP_STATUS_USE_PROXY": 305, + "SIP_STATUS_BAD_REQUEST": 400, + "SIP_STATUS_UNAUTHORIZED": 401, + "SIP_STATUS_PAYMENT_REQUIRED": 402, + "SIP_STATUS_FORBIDDEN": 403, + "SIP_STATUS_NOTFOUND": 404, + "SIP_STATUS_METHOD_NOT_ALLOWED": 405, + "SIP_STATUS_NOT_ACCEPTABLE": 406, + "SIP_STATUS_PROXY_AUTH_REQUIRED": 407, + "SIP_STATUS_REQUEST_TIMEOUT": 408, + "SIP_STATUS_CONFLICT": 409, + "SIP_STATUS_GONE": 410, + "SIP_STATUS_REQUEST_ENTITY_TOO_LARGE": 413, + "SIP_STATUS_REQUEST_URI_TOO_LONG": 414, + "SIP_STATUS_UNSUPPORTED_MEDIA_TYPE": 415, + "SIP_STATUS_REQUESTED_RANGE_NOT_SATISFIABLE": 416, + "SIP_STATUS_BAD_EXTENSION": 420, + "SIP_STATUS_EXTENSION_REQUIRED": 421, + "SIP_STATUS_INTERVAL_TOO_BRIEF": 423, + "SIP_STATUS_TEMPORARILY_UNAVAILABLE": 480, + "SIP_STATUS_CALL_TRANSACTION_DOES_NOT_EXISTS": 481, + "SIP_STATUS_LOOP_DETECTED": 482, + "SIP_STATUS_TOO_MANY_HOPS": 483, + "SIP_STATUS_ADDRESS_INCOMPLETE": 484, + "SIP_STATUS_AMBIGUOUS": 485, + "SIP_STATUS_BUSY_HERE": 486, + "SIP_STATUS_REQUEST_TERMINATED": 487, + "SIP_STATUS_NOT_ACCEPTABLE_HERE": 488, + "SIP_STATUS_INTERNAL_SERVER_ERROR": 500, + "SIP_STATUS_NOT_IMPLEMENTED": 501, + "SIP_STATUS_BAD_GATEWAY": 502, + "SIP_STATUS_SERVICE_UNAVAILABLE": 503, + "SIP_STATUS_GATEWAY_TIMEOUT": 504, + "SIP_STATUS_VERSION_NOT_SUPPORTED": 505, + "SIP_STATUS_MESSAGE_TOO_LARGE": 513, + "SIP_STATUS_GLOBAL_BUSY_EVERYWHERE": 600, + "SIP_STATUS_GLOBAL_DECLINE": 603, + "SIP_STATUS_GLOBAL_DOES_NOT_EXIST_ANYWHERE": 604, + "SIP_STATUS_GLOBAL_NOT_ACCEPTABLE": 606, + } +) + +func (x SIPStatusCode) Enum() *SIPStatusCode { + p := new(SIPStatusCode) + *p = x + return p +} + +func (x SIPStatusCode) String() string { + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) +} + +func (SIPStatusCode) Descriptor() protoreflect.EnumDescriptor { + return file_livekit_sip_proto_enumTypes[0].Descriptor() +} + +func (SIPStatusCode) Type() protoreflect.EnumType { + return &file_livekit_sip_proto_enumTypes[0] +} + +func (x SIPStatusCode) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) +} + +// Deprecated: Use SIPStatusCode.Descriptor instead. +func (SIPStatusCode) EnumDescriptor() ([]byte, []int) { + return file_livekit_sip_proto_rawDescGZIP(), []int{0} +} + type SIPTransport int32 const ( @@ -73,11 +260,11 @@ func (x SIPTransport) String() string { } func (SIPTransport) Descriptor() protoreflect.EnumDescriptor { - return file_livekit_sip_proto_enumTypes[0].Descriptor() + return file_livekit_sip_proto_enumTypes[1].Descriptor() } func (SIPTransport) Type() protoreflect.EnumType { - return &file_livekit_sip_proto_enumTypes[0] + return &file_livekit_sip_proto_enumTypes[1] } func (x SIPTransport) Number() protoreflect.EnumNumber { @@ -86,7 +273,7 @@ func (x SIPTransport) Number() protoreflect.EnumNumber { // Deprecated: Use SIPTransport.Descriptor instead. func (SIPTransport) EnumDescriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{0} + return file_livekit_sip_proto_rawDescGZIP(), []int{1} } type SIPHeaderOptions int32 @@ -122,11 +309,11 @@ func (x SIPHeaderOptions) String() string { } func (SIPHeaderOptions) Descriptor() protoreflect.EnumDescriptor { - return file_livekit_sip_proto_enumTypes[1].Descriptor() + return file_livekit_sip_proto_enumTypes[2].Descriptor() } func (SIPHeaderOptions) Type() protoreflect.EnumType { - return &file_livekit_sip_proto_enumTypes[1] + return &file_livekit_sip_proto_enumTypes[2] } func (x SIPHeaderOptions) Number() protoreflect.EnumNumber { @@ -135,7 +322,7 @@ func (x SIPHeaderOptions) Number() protoreflect.EnumNumber { // Deprecated: Use SIPHeaderOptions.Descriptor instead. func (SIPHeaderOptions) EnumDescriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{1} + return file_livekit_sip_proto_rawDescGZIP(), []int{2} } type SIPMediaEncryption int32 @@ -171,11 +358,11 @@ func (x SIPMediaEncryption) String() string { } func (SIPMediaEncryption) Descriptor() protoreflect.EnumDescriptor { - return file_livekit_sip_proto_enumTypes[2].Descriptor() + return file_livekit_sip_proto_enumTypes[3].Descriptor() } func (SIPMediaEncryption) Type() protoreflect.EnumType { - return &file_livekit_sip_proto_enumTypes[2] + return &file_livekit_sip_proto_enumTypes[3] } func (x SIPMediaEncryption) Number() protoreflect.EnumNumber { @@ -184,7 +371,7 @@ func (x SIPMediaEncryption) Number() protoreflect.EnumNumber { // Deprecated: Use SIPMediaEncryption.Descriptor instead. func (SIPMediaEncryption) EnumDescriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{2} + return file_livekit_sip_proto_rawDescGZIP(), []int{3} } type SIPCallStatus int32 @@ -226,11 +413,11 @@ func (x SIPCallStatus) String() string { } func (SIPCallStatus) Descriptor() protoreflect.EnumDescriptor { - return file_livekit_sip_proto_enumTypes[3].Descriptor() + return file_livekit_sip_proto_enumTypes[4].Descriptor() } func (SIPCallStatus) Type() protoreflect.EnumType { - return &file_livekit_sip_proto_enumTypes[3] + return &file_livekit_sip_proto_enumTypes[4] } func (x SIPCallStatus) Number() protoreflect.EnumNumber { @@ -239,7 +426,7 @@ func (x SIPCallStatus) Number() protoreflect.EnumNumber { // Deprecated: Use SIPCallStatus.Descriptor instead. func (SIPCallStatus) EnumDescriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{3} + return file_livekit_sip_proto_rawDescGZIP(), []int{4} } type SIPFeature int32 @@ -272,11 +459,11 @@ func (x SIPFeature) String() string { } func (SIPFeature) Descriptor() protoreflect.EnumDescriptor { - return file_livekit_sip_proto_enumTypes[4].Descriptor() + return file_livekit_sip_proto_enumTypes[5].Descriptor() } func (SIPFeature) Type() protoreflect.EnumType { - return &file_livekit_sip_proto_enumTypes[4] + return &file_livekit_sip_proto_enumTypes[5] } func (x SIPFeature) Number() protoreflect.EnumNumber { @@ -285,7 +472,7 @@ func (x SIPFeature) Number() protoreflect.EnumNumber { // Deprecated: Use SIPFeature.Descriptor instead. func (SIPFeature) EnumDescriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{4} + return file_livekit_sip_proto_rawDescGZIP(), []int{5} } type SIPCallDirection int32 @@ -321,11 +508,11 @@ func (x SIPCallDirection) String() string { } func (SIPCallDirection) Descriptor() protoreflect.EnumDescriptor { - return file_livekit_sip_proto_enumTypes[5].Descriptor() + return file_livekit_sip_proto_enumTypes[6].Descriptor() } func (SIPCallDirection) Type() protoreflect.EnumType { - return &file_livekit_sip_proto_enumTypes[5] + return &file_livekit_sip_proto_enumTypes[6] } func (x SIPCallDirection) Number() protoreflect.EnumNumber { @@ -334,7 +521,7 @@ func (x SIPCallDirection) Number() protoreflect.EnumNumber { // Deprecated: Use SIPCallDirection.Descriptor instead. func (SIPCallDirection) EnumDescriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{5} + return file_livekit_sip_proto_rawDescGZIP(), []int{6} } type SIPTrunkInfo_TrunkKind int32 @@ -370,11 +557,11 @@ func (x SIPTrunkInfo_TrunkKind) String() string { } func (SIPTrunkInfo_TrunkKind) Descriptor() protoreflect.EnumDescriptor { - return file_livekit_sip_proto_enumTypes[6].Descriptor() + return file_livekit_sip_proto_enumTypes[7].Descriptor() } func (SIPTrunkInfo_TrunkKind) Type() protoreflect.EnumType { - return &file_livekit_sip_proto_enumTypes[6] + return &file_livekit_sip_proto_enumTypes[7] } func (x SIPTrunkInfo_TrunkKind) Number() protoreflect.EnumNumber { @@ -383,7 +570,60 @@ func (x SIPTrunkInfo_TrunkKind) Number() protoreflect.EnumNumber { // Deprecated: Use SIPTrunkInfo_TrunkKind.Descriptor instead. func (SIPTrunkInfo_TrunkKind) EnumDescriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{1, 0} + return file_livekit_sip_proto_rawDescGZIP(), []int{2, 0} +} + +// SIPStatus is returned as an error detail in CreateSIPParticipant. +type SIPStatus struct { + state protoimpl.MessageState `protogen:"open.v1"` + Code SIPStatusCode `protobuf:"varint,1,opt,name=code,proto3,enum=livekit.SIPStatusCode" json:"code,omitempty"` + Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *SIPStatus) Reset() { + *x = SIPStatus{} + mi := &file_livekit_sip_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *SIPStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*SIPStatus) ProtoMessage() {} + +func (x *SIPStatus) ProtoReflect() protoreflect.Message { + mi := &file_livekit_sip_proto_msgTypes[0] + if x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use SIPStatus.ProtoReflect.Descriptor instead. +func (*SIPStatus) Descriptor() ([]byte, []int) { + return file_livekit_sip_proto_rawDescGZIP(), []int{0} +} + +func (x *SIPStatus) GetCode() SIPStatusCode { + if x != nil { + return x.Code + } + return SIPStatusCode_SIP_STATUS_UNKNOWN +} + +func (x *SIPStatus) GetStatus() string { + if x != nil { + return x.Status + } + return "" } // Deprecated: Marked as deprecated in livekit_sip.proto. @@ -418,7 +658,7 @@ type CreateSIPTrunkRequest struct { func (x *CreateSIPTrunkRequest) Reset() { *x = CreateSIPTrunkRequest{} - mi := &file_livekit_sip_proto_msgTypes[0] + mi := &file_livekit_sip_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -430,7 +670,7 @@ func (x *CreateSIPTrunkRequest) String() string { func (*CreateSIPTrunkRequest) ProtoMessage() {} func (x *CreateSIPTrunkRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[0] + mi := &file_livekit_sip_proto_msgTypes[1] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -443,7 +683,7 @@ func (x *CreateSIPTrunkRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateSIPTrunkRequest.ProtoReflect.Descriptor instead. func (*CreateSIPTrunkRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{0} + return file_livekit_sip_proto_rawDescGZIP(), []int{1} } func (x *CreateSIPTrunkRequest) GetInboundAddresses() []string { @@ -560,7 +800,7 @@ type SIPTrunkInfo struct { func (x *SIPTrunkInfo) Reset() { *x = SIPTrunkInfo{} - mi := &file_livekit_sip_proto_msgTypes[1] + mi := &file_livekit_sip_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -572,7 +812,7 @@ func (x *SIPTrunkInfo) String() string { func (*SIPTrunkInfo) ProtoMessage() {} func (x *SIPTrunkInfo) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[1] + mi := &file_livekit_sip_proto_msgTypes[2] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -585,7 +825,7 @@ func (x *SIPTrunkInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPTrunkInfo.ProtoReflect.Descriptor instead. func (*SIPTrunkInfo) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{1} + return file_livekit_sip_proto_rawDescGZIP(), []int{2} } func (x *SIPTrunkInfo) GetSipTrunkId() string { @@ -696,7 +936,7 @@ type CreateSIPInboundTrunkRequest struct { func (x *CreateSIPInboundTrunkRequest) Reset() { *x = CreateSIPInboundTrunkRequest{} - mi := &file_livekit_sip_proto_msgTypes[2] + mi := &file_livekit_sip_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -708,7 +948,7 @@ func (x *CreateSIPInboundTrunkRequest) String() string { func (*CreateSIPInboundTrunkRequest) ProtoMessage() {} func (x *CreateSIPInboundTrunkRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[2] + mi := &file_livekit_sip_proto_msgTypes[3] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -721,7 +961,7 @@ func (x *CreateSIPInboundTrunkRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateSIPInboundTrunkRequest.ProtoReflect.Descriptor instead. func (*CreateSIPInboundTrunkRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{2} + return file_livekit_sip_proto_rawDescGZIP(), []int{3} } func (x *CreateSIPInboundTrunkRequest) GetTrunk() *SIPInboundTrunkInfo { @@ -777,7 +1017,7 @@ type SIPInboundTrunkInfo struct { func (x *SIPInboundTrunkInfo) Reset() { *x = SIPInboundTrunkInfo{} - mi := &file_livekit_sip_proto_msgTypes[3] + mi := &file_livekit_sip_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -789,7 +1029,7 @@ func (x *SIPInboundTrunkInfo) String() string { func (*SIPInboundTrunkInfo) ProtoMessage() {} func (x *SIPInboundTrunkInfo) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[3] + mi := &file_livekit_sip_proto_msgTypes[4] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -802,7 +1042,7 @@ func (x *SIPInboundTrunkInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPInboundTrunkInfo.ProtoReflect.Descriptor instead. func (*SIPInboundTrunkInfo) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{3} + return file_livekit_sip_proto_rawDescGZIP(), []int{4} } func (x *SIPInboundTrunkInfo) GetSipTrunkId() string { @@ -926,7 +1166,7 @@ type CreateSIPOutboundTrunkRequest struct { func (x *CreateSIPOutboundTrunkRequest) Reset() { *x = CreateSIPOutboundTrunkRequest{} - mi := &file_livekit_sip_proto_msgTypes[4] + mi := &file_livekit_sip_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -938,7 +1178,7 @@ func (x *CreateSIPOutboundTrunkRequest) String() string { func (*CreateSIPOutboundTrunkRequest) ProtoMessage() {} func (x *CreateSIPOutboundTrunkRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[4] + mi := &file_livekit_sip_proto_msgTypes[5] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -951,7 +1191,7 @@ func (x *CreateSIPOutboundTrunkRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateSIPOutboundTrunkRequest.ProtoReflect.Descriptor instead. func (*CreateSIPOutboundTrunkRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{4} + return file_livekit_sip_proto_rawDescGZIP(), []int{5} } func (x *CreateSIPOutboundTrunkRequest) GetTrunk() *SIPOutboundTrunkInfo { @@ -1002,7 +1242,7 @@ type SIPOutboundTrunkInfo struct { func (x *SIPOutboundTrunkInfo) Reset() { *x = SIPOutboundTrunkInfo{} - mi := &file_livekit_sip_proto_msgTypes[5] + mi := &file_livekit_sip_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1014,7 +1254,7 @@ func (x *SIPOutboundTrunkInfo) String() string { func (*SIPOutboundTrunkInfo) ProtoMessage() {} func (x *SIPOutboundTrunkInfo) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[5] + mi := &file_livekit_sip_proto_msgTypes[6] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1027,7 +1267,7 @@ func (x *SIPOutboundTrunkInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPOutboundTrunkInfo.ProtoReflect.Descriptor instead. func (*SIPOutboundTrunkInfo) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{5} + return file_livekit_sip_proto_rawDescGZIP(), []int{6} } func (x *SIPOutboundTrunkInfo) GetSipTrunkId() string { @@ -1130,7 +1370,7 @@ type GetSIPInboundTrunkRequest struct { func (x *GetSIPInboundTrunkRequest) Reset() { *x = GetSIPInboundTrunkRequest{} - mi := &file_livekit_sip_proto_msgTypes[6] + mi := &file_livekit_sip_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1142,7 +1382,7 @@ func (x *GetSIPInboundTrunkRequest) String() string { func (*GetSIPInboundTrunkRequest) ProtoMessage() {} func (x *GetSIPInboundTrunkRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[6] + mi := &file_livekit_sip_proto_msgTypes[7] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1155,7 +1395,7 @@ func (x *GetSIPInboundTrunkRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetSIPInboundTrunkRequest.ProtoReflect.Descriptor instead. func (*GetSIPInboundTrunkRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{6} + return file_livekit_sip_proto_rawDescGZIP(), []int{7} } func (x *GetSIPInboundTrunkRequest) GetSipTrunkId() string { @@ -1174,7 +1414,7 @@ type GetSIPInboundTrunkResponse struct { func (x *GetSIPInboundTrunkResponse) Reset() { *x = GetSIPInboundTrunkResponse{} - mi := &file_livekit_sip_proto_msgTypes[7] + mi := &file_livekit_sip_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1186,7 +1426,7 @@ func (x *GetSIPInboundTrunkResponse) String() string { func (*GetSIPInboundTrunkResponse) ProtoMessage() {} func (x *GetSIPInboundTrunkResponse) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[7] + mi := &file_livekit_sip_proto_msgTypes[8] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1199,7 +1439,7 @@ func (x *GetSIPInboundTrunkResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetSIPInboundTrunkResponse.ProtoReflect.Descriptor instead. func (*GetSIPInboundTrunkResponse) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{7} + return file_livekit_sip_proto_rawDescGZIP(), []int{8} } func (x *GetSIPInboundTrunkResponse) GetTrunk() *SIPInboundTrunkInfo { @@ -1218,7 +1458,7 @@ type GetSIPOutboundTrunkRequest struct { func (x *GetSIPOutboundTrunkRequest) Reset() { *x = GetSIPOutboundTrunkRequest{} - mi := &file_livekit_sip_proto_msgTypes[8] + mi := &file_livekit_sip_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1230,7 +1470,7 @@ func (x *GetSIPOutboundTrunkRequest) String() string { func (*GetSIPOutboundTrunkRequest) ProtoMessage() {} func (x *GetSIPOutboundTrunkRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[8] + mi := &file_livekit_sip_proto_msgTypes[9] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1243,7 +1483,7 @@ func (x *GetSIPOutboundTrunkRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetSIPOutboundTrunkRequest.ProtoReflect.Descriptor instead. func (*GetSIPOutboundTrunkRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{8} + return file_livekit_sip_proto_rawDescGZIP(), []int{9} } func (x *GetSIPOutboundTrunkRequest) GetSipTrunkId() string { @@ -1262,7 +1502,7 @@ type GetSIPOutboundTrunkResponse struct { func (x *GetSIPOutboundTrunkResponse) Reset() { *x = GetSIPOutboundTrunkResponse{} - mi := &file_livekit_sip_proto_msgTypes[9] + mi := &file_livekit_sip_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1274,7 +1514,7 @@ func (x *GetSIPOutboundTrunkResponse) String() string { func (*GetSIPOutboundTrunkResponse) ProtoMessage() {} func (x *GetSIPOutboundTrunkResponse) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[9] + mi := &file_livekit_sip_proto_msgTypes[10] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1287,7 +1527,7 @@ func (x *GetSIPOutboundTrunkResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetSIPOutboundTrunkResponse.ProtoReflect.Descriptor instead. func (*GetSIPOutboundTrunkResponse) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{9} + return file_livekit_sip_proto_rawDescGZIP(), []int{10} } func (x *GetSIPOutboundTrunkResponse) GetTrunk() *SIPOutboundTrunkInfo { @@ -1307,7 +1547,7 @@ type ListSIPTrunkRequest struct { func (x *ListSIPTrunkRequest) Reset() { *x = ListSIPTrunkRequest{} - mi := &file_livekit_sip_proto_msgTypes[10] + mi := &file_livekit_sip_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1319,7 +1559,7 @@ func (x *ListSIPTrunkRequest) String() string { func (*ListSIPTrunkRequest) ProtoMessage() {} func (x *ListSIPTrunkRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[10] + mi := &file_livekit_sip_proto_msgTypes[11] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1332,7 +1572,7 @@ func (x *ListSIPTrunkRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListSIPTrunkRequest.ProtoReflect.Descriptor instead. func (*ListSIPTrunkRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{10} + return file_livekit_sip_proto_rawDescGZIP(), []int{11} } func (x *ListSIPTrunkRequest) GetPage() *Pagination { @@ -1352,7 +1592,7 @@ type ListSIPTrunkResponse struct { func (x *ListSIPTrunkResponse) Reset() { *x = ListSIPTrunkResponse{} - mi := &file_livekit_sip_proto_msgTypes[11] + mi := &file_livekit_sip_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1364,7 +1604,7 @@ func (x *ListSIPTrunkResponse) String() string { func (*ListSIPTrunkResponse) ProtoMessage() {} func (x *ListSIPTrunkResponse) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[11] + mi := &file_livekit_sip_proto_msgTypes[12] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1377,7 +1617,7 @@ func (x *ListSIPTrunkResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ListSIPTrunkResponse.ProtoReflect.Descriptor instead. func (*ListSIPTrunkResponse) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{11} + return file_livekit_sip_proto_rawDescGZIP(), []int{12} } func (x *ListSIPTrunkResponse) GetItems() []*SIPTrunkInfo { @@ -1402,7 +1642,7 @@ type ListSIPInboundTrunkRequest struct { func (x *ListSIPInboundTrunkRequest) Reset() { *x = ListSIPInboundTrunkRequest{} - mi := &file_livekit_sip_proto_msgTypes[12] + mi := &file_livekit_sip_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1414,7 +1654,7 @@ func (x *ListSIPInboundTrunkRequest) String() string { func (*ListSIPInboundTrunkRequest) ProtoMessage() {} func (x *ListSIPInboundTrunkRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[12] + mi := &file_livekit_sip_proto_msgTypes[13] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1427,7 +1667,7 @@ func (x *ListSIPInboundTrunkRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListSIPInboundTrunkRequest.ProtoReflect.Descriptor instead. func (*ListSIPInboundTrunkRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{12} + return file_livekit_sip_proto_rawDescGZIP(), []int{13} } func (x *ListSIPInboundTrunkRequest) GetPage() *Pagination { @@ -1460,7 +1700,7 @@ type ListSIPInboundTrunkResponse struct { func (x *ListSIPInboundTrunkResponse) Reset() { *x = ListSIPInboundTrunkResponse{} - mi := &file_livekit_sip_proto_msgTypes[13] + mi := &file_livekit_sip_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1472,7 +1712,7 @@ func (x *ListSIPInboundTrunkResponse) String() string { func (*ListSIPInboundTrunkResponse) ProtoMessage() {} func (x *ListSIPInboundTrunkResponse) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[13] + mi := &file_livekit_sip_proto_msgTypes[14] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1485,7 +1725,7 @@ func (x *ListSIPInboundTrunkResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ListSIPInboundTrunkResponse.ProtoReflect.Descriptor instead. func (*ListSIPInboundTrunkResponse) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{13} + return file_livekit_sip_proto_rawDescGZIP(), []int{14} } func (x *ListSIPInboundTrunkResponse) GetItems() []*SIPInboundTrunkInfo { @@ -1510,7 +1750,7 @@ type ListSIPOutboundTrunkRequest struct { func (x *ListSIPOutboundTrunkRequest) Reset() { *x = ListSIPOutboundTrunkRequest{} - mi := &file_livekit_sip_proto_msgTypes[14] + mi := &file_livekit_sip_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1522,7 +1762,7 @@ func (x *ListSIPOutboundTrunkRequest) String() string { func (*ListSIPOutboundTrunkRequest) ProtoMessage() {} func (x *ListSIPOutboundTrunkRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[14] + mi := &file_livekit_sip_proto_msgTypes[15] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1535,7 +1775,7 @@ func (x *ListSIPOutboundTrunkRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListSIPOutboundTrunkRequest.ProtoReflect.Descriptor instead. func (*ListSIPOutboundTrunkRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{14} + return file_livekit_sip_proto_rawDescGZIP(), []int{15} } func (x *ListSIPOutboundTrunkRequest) GetPage() *Pagination { @@ -1568,7 +1808,7 @@ type ListSIPOutboundTrunkResponse struct { func (x *ListSIPOutboundTrunkResponse) Reset() { *x = ListSIPOutboundTrunkResponse{} - mi := &file_livekit_sip_proto_msgTypes[15] + mi := &file_livekit_sip_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1580,7 +1820,7 @@ func (x *ListSIPOutboundTrunkResponse) String() string { func (*ListSIPOutboundTrunkResponse) ProtoMessage() {} func (x *ListSIPOutboundTrunkResponse) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[15] + mi := &file_livekit_sip_proto_msgTypes[16] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1593,7 +1833,7 @@ func (x *ListSIPOutboundTrunkResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ListSIPOutboundTrunkResponse.ProtoReflect.Descriptor instead. func (*ListSIPOutboundTrunkResponse) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{15} + return file_livekit_sip_proto_rawDescGZIP(), []int{16} } func (x *ListSIPOutboundTrunkResponse) GetItems() []*SIPOutboundTrunkInfo { @@ -1612,7 +1852,7 @@ type DeleteSIPTrunkRequest struct { func (x *DeleteSIPTrunkRequest) Reset() { *x = DeleteSIPTrunkRequest{} - mi := &file_livekit_sip_proto_msgTypes[16] + mi := &file_livekit_sip_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1624,7 +1864,7 @@ func (x *DeleteSIPTrunkRequest) String() string { func (*DeleteSIPTrunkRequest) ProtoMessage() {} func (x *DeleteSIPTrunkRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[16] + mi := &file_livekit_sip_proto_msgTypes[17] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1637,7 +1877,7 @@ func (x *DeleteSIPTrunkRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteSIPTrunkRequest.ProtoReflect.Descriptor instead. func (*DeleteSIPTrunkRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{16} + return file_livekit_sip_proto_rawDescGZIP(), []int{17} } func (x *DeleteSIPTrunkRequest) GetSipTrunkId() string { @@ -1659,7 +1899,7 @@ type SIPDispatchRuleDirect struct { func (x *SIPDispatchRuleDirect) Reset() { *x = SIPDispatchRuleDirect{} - mi := &file_livekit_sip_proto_msgTypes[17] + mi := &file_livekit_sip_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1671,7 +1911,7 @@ func (x *SIPDispatchRuleDirect) String() string { func (*SIPDispatchRuleDirect) ProtoMessage() {} func (x *SIPDispatchRuleDirect) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[17] + mi := &file_livekit_sip_proto_msgTypes[18] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1684,7 +1924,7 @@ func (x *SIPDispatchRuleDirect) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPDispatchRuleDirect.ProtoReflect.Descriptor instead. func (*SIPDispatchRuleDirect) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{17} + return file_livekit_sip_proto_rawDescGZIP(), []int{18} } func (x *SIPDispatchRuleDirect) GetRoomName() string { @@ -1713,7 +1953,7 @@ type SIPDispatchRuleIndividual struct { func (x *SIPDispatchRuleIndividual) Reset() { *x = SIPDispatchRuleIndividual{} - mi := &file_livekit_sip_proto_msgTypes[18] + mi := &file_livekit_sip_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1725,7 +1965,7 @@ func (x *SIPDispatchRuleIndividual) String() string { func (*SIPDispatchRuleIndividual) ProtoMessage() {} func (x *SIPDispatchRuleIndividual) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[18] + mi := &file_livekit_sip_proto_msgTypes[19] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1738,7 +1978,7 @@ func (x *SIPDispatchRuleIndividual) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPDispatchRuleIndividual.ProtoReflect.Descriptor instead. func (*SIPDispatchRuleIndividual) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{18} + return file_livekit_sip_proto_rawDescGZIP(), []int{19} } func (x *SIPDispatchRuleIndividual) GetRoomPrefix() string { @@ -1769,7 +2009,7 @@ type SIPDispatchRuleCallee struct { func (x *SIPDispatchRuleCallee) Reset() { *x = SIPDispatchRuleCallee{} - mi := &file_livekit_sip_proto_msgTypes[19] + mi := &file_livekit_sip_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1781,7 +2021,7 @@ func (x *SIPDispatchRuleCallee) String() string { func (*SIPDispatchRuleCallee) ProtoMessage() {} func (x *SIPDispatchRuleCallee) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[19] + mi := &file_livekit_sip_proto_msgTypes[20] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1794,7 +2034,7 @@ func (x *SIPDispatchRuleCallee) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPDispatchRuleCallee.ProtoReflect.Descriptor instead. func (*SIPDispatchRuleCallee) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{19} + return file_livekit_sip_proto_rawDescGZIP(), []int{20} } func (x *SIPDispatchRuleCallee) GetRoomPrefix() string { @@ -1832,7 +2072,7 @@ type SIPDispatchRule struct { func (x *SIPDispatchRule) Reset() { *x = SIPDispatchRule{} - mi := &file_livekit_sip_proto_msgTypes[20] + mi := &file_livekit_sip_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1844,7 +2084,7 @@ func (x *SIPDispatchRule) String() string { func (*SIPDispatchRule) ProtoMessage() {} func (x *SIPDispatchRule) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[20] + mi := &file_livekit_sip_proto_msgTypes[21] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1857,7 +2097,7 @@ func (x *SIPDispatchRule) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPDispatchRule.ProtoReflect.Descriptor instead. func (*SIPDispatchRule) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{20} + return file_livekit_sip_proto_rawDescGZIP(), []int{21} } func (x *SIPDispatchRule) GetRule() isSIPDispatchRule_Rule { @@ -1950,7 +2190,7 @@ type CreateSIPDispatchRuleRequest struct { func (x *CreateSIPDispatchRuleRequest) Reset() { *x = CreateSIPDispatchRuleRequest{} - mi := &file_livekit_sip_proto_msgTypes[21] + mi := &file_livekit_sip_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1962,7 +2202,7 @@ func (x *CreateSIPDispatchRuleRequest) String() string { func (*CreateSIPDispatchRuleRequest) ProtoMessage() {} func (x *CreateSIPDispatchRuleRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[21] + mi := &file_livekit_sip_proto_msgTypes[22] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1975,7 +2215,7 @@ func (x *CreateSIPDispatchRuleRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateSIPDispatchRuleRequest.ProtoReflect.Descriptor instead. func (*CreateSIPDispatchRuleRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{21} + return file_livekit_sip_proto_rawDescGZIP(), []int{22} } func (x *CreateSIPDispatchRuleRequest) GetRule() *SIPDispatchRule { @@ -2069,7 +2309,7 @@ type SIPDispatchRuleInfo struct { func (x *SIPDispatchRuleInfo) Reset() { *x = SIPDispatchRuleInfo{} - mi := &file_livekit_sip_proto_msgTypes[22] + mi := &file_livekit_sip_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2081,7 +2321,7 @@ func (x *SIPDispatchRuleInfo) String() string { func (*SIPDispatchRuleInfo) ProtoMessage() {} func (x *SIPDispatchRuleInfo) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[22] + mi := &file_livekit_sip_proto_msgTypes[23] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2094,7 +2334,7 @@ func (x *SIPDispatchRuleInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPDispatchRuleInfo.ProtoReflect.Descriptor instead. func (*SIPDispatchRuleInfo) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{22} + return file_livekit_sip_proto_rawDescGZIP(), []int{23} } func (x *SIPDispatchRuleInfo) GetSipDispatchRuleId() string { @@ -2196,7 +2436,7 @@ type ListSIPDispatchRuleRequest struct { func (x *ListSIPDispatchRuleRequest) Reset() { *x = ListSIPDispatchRuleRequest{} - mi := &file_livekit_sip_proto_msgTypes[23] + mi := &file_livekit_sip_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2208,7 +2448,7 @@ func (x *ListSIPDispatchRuleRequest) String() string { func (*ListSIPDispatchRuleRequest) ProtoMessage() {} func (x *ListSIPDispatchRuleRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[23] + mi := &file_livekit_sip_proto_msgTypes[24] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2221,7 +2461,7 @@ func (x *ListSIPDispatchRuleRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListSIPDispatchRuleRequest.ProtoReflect.Descriptor instead. func (*ListSIPDispatchRuleRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{23} + return file_livekit_sip_proto_rawDescGZIP(), []int{24} } func (x *ListSIPDispatchRuleRequest) GetPage() *Pagination { @@ -2254,7 +2494,7 @@ type ListSIPDispatchRuleResponse struct { func (x *ListSIPDispatchRuleResponse) Reset() { *x = ListSIPDispatchRuleResponse{} - mi := &file_livekit_sip_proto_msgTypes[24] + mi := &file_livekit_sip_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2266,7 +2506,7 @@ func (x *ListSIPDispatchRuleResponse) String() string { func (*ListSIPDispatchRuleResponse) ProtoMessage() {} func (x *ListSIPDispatchRuleResponse) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[24] + mi := &file_livekit_sip_proto_msgTypes[25] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2279,7 +2519,7 @@ func (x *ListSIPDispatchRuleResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ListSIPDispatchRuleResponse.ProtoReflect.Descriptor instead. func (*ListSIPDispatchRuleResponse) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{24} + return file_livekit_sip_proto_rawDescGZIP(), []int{25} } func (x *ListSIPDispatchRuleResponse) GetItems() []*SIPDispatchRuleInfo { @@ -2298,7 +2538,7 @@ type DeleteSIPDispatchRuleRequest struct { func (x *DeleteSIPDispatchRuleRequest) Reset() { *x = DeleteSIPDispatchRuleRequest{} - mi := &file_livekit_sip_proto_msgTypes[25] + mi := &file_livekit_sip_proto_msgTypes[26] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2310,7 +2550,7 @@ func (x *DeleteSIPDispatchRuleRequest) String() string { func (*DeleteSIPDispatchRuleRequest) ProtoMessage() {} func (x *DeleteSIPDispatchRuleRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[25] + mi := &file_livekit_sip_proto_msgTypes[26] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2323,7 +2563,7 @@ func (x *DeleteSIPDispatchRuleRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteSIPDispatchRuleRequest.ProtoReflect.Descriptor instead. func (*DeleteSIPDispatchRuleRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{25} + return file_livekit_sip_proto_rawDescGZIP(), []int{26} } func (x *DeleteSIPDispatchRuleRequest) GetSipDispatchRuleId() string { @@ -2388,7 +2628,7 @@ type CreateSIPParticipantRequest struct { func (x *CreateSIPParticipantRequest) Reset() { *x = CreateSIPParticipantRequest{} - mi := &file_livekit_sip_proto_msgTypes[26] + mi := &file_livekit_sip_proto_msgTypes[27] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2400,7 +2640,7 @@ func (x *CreateSIPParticipantRequest) String() string { func (*CreateSIPParticipantRequest) ProtoMessage() {} func (x *CreateSIPParticipantRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[26] + mi := &file_livekit_sip_proto_msgTypes[27] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2413,7 +2653,7 @@ func (x *CreateSIPParticipantRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateSIPParticipantRequest.ProtoReflect.Descriptor instead. func (*CreateSIPParticipantRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{26} + return file_livekit_sip_proto_rawDescGZIP(), []int{27} } func (x *CreateSIPParticipantRequest) GetSipTrunkId() string { @@ -2562,7 +2802,7 @@ type SIPParticipantInfo struct { func (x *SIPParticipantInfo) Reset() { *x = SIPParticipantInfo{} - mi := &file_livekit_sip_proto_msgTypes[27] + mi := &file_livekit_sip_proto_msgTypes[28] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2574,7 +2814,7 @@ func (x *SIPParticipantInfo) String() string { func (*SIPParticipantInfo) ProtoMessage() {} func (x *SIPParticipantInfo) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[27] + mi := &file_livekit_sip_proto_msgTypes[28] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2587,7 +2827,7 @@ func (x *SIPParticipantInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPParticipantInfo.ProtoReflect.Descriptor instead. func (*SIPParticipantInfo) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{27} + return file_livekit_sip_proto_rawDescGZIP(), []int{28} } func (x *SIPParticipantInfo) GetParticipantId() string { @@ -2633,7 +2873,7 @@ type TransferSIPParticipantRequest struct { func (x *TransferSIPParticipantRequest) Reset() { *x = TransferSIPParticipantRequest{} - mi := &file_livekit_sip_proto_msgTypes[28] + mi := &file_livekit_sip_proto_msgTypes[29] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2645,7 +2885,7 @@ func (x *TransferSIPParticipantRequest) String() string { func (*TransferSIPParticipantRequest) ProtoMessage() {} func (x *TransferSIPParticipantRequest) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[28] + mi := &file_livekit_sip_proto_msgTypes[29] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2658,7 +2898,7 @@ func (x *TransferSIPParticipantRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use TransferSIPParticipantRequest.ProtoReflect.Descriptor instead. func (*TransferSIPParticipantRequest) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{28} + return file_livekit_sip_proto_rawDescGZIP(), []int{29} } func (x *TransferSIPParticipantRequest) GetParticipantIdentity() string { @@ -2719,7 +2959,7 @@ type SIPCallInfo struct { func (x *SIPCallInfo) Reset() { *x = SIPCallInfo{} - mi := &file_livekit_sip_proto_msgTypes[29] + mi := &file_livekit_sip_proto_msgTypes[30] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2731,7 +2971,7 @@ func (x *SIPCallInfo) String() string { func (*SIPCallInfo) ProtoMessage() {} func (x *SIPCallInfo) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[29] + mi := &file_livekit_sip_proto_msgTypes[30] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2744,7 +2984,7 @@ func (x *SIPCallInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPCallInfo.ProtoReflect.Descriptor instead. func (*SIPCallInfo) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{29} + return file_livekit_sip_proto_rawDescGZIP(), []int{30} } func (x *SIPCallInfo) GetCallId() string { @@ -2865,7 +3105,7 @@ type SIPUri struct { func (x *SIPUri) Reset() { *x = SIPUri{} - mi := &file_livekit_sip_proto_msgTypes[30] + mi := &file_livekit_sip_proto_msgTypes[31] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2877,7 +3117,7 @@ func (x *SIPUri) String() string { func (*SIPUri) ProtoMessage() {} func (x *SIPUri) ProtoReflect() protoreflect.Message { - mi := &file_livekit_sip_proto_msgTypes[30] + mi := &file_livekit_sip_proto_msgTypes[31] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2890,7 +3130,7 @@ func (x *SIPUri) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPUri.ProtoReflect.Descriptor instead. func (*SIPUri) Descriptor() ([]byte, []int) { - return file_livekit_sip_proto_rawDescGZIP(), []int{30} + return file_livekit_sip_proto_rawDescGZIP(), []int{31} } func (x *SIPUri) GetUser() string { @@ -2939,660 +3179,769 @@ var file_livekit_sip_proto_rawDesc = string([]byte{ 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, 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, 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, 0xc4, 0x08, 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, 0x12, 0x46, 0x0a, 0x10, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x65, 0x6e, 0x63, - 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1b, 0x2e, - 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4d, 0x65, 0x64, 0x69, 0x61, - 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, 0x65, 0x64, 0x69, - 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 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, 0x91, 0x07, - 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, 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, 0x12, 0x46, 0x0a, - 0x10, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, - 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1b, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, - 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 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, + 0x6f, 0x74, 0x6f, 0x22, 0x4f, 0x0a, 0x09, 0x53, 0x49, 0x50, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x12, 0x2a, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x16, + 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 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, 0xc4, 0x08, 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, - 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, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, - 0x05, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x22, 0x42, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, - 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, - 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6c, 0x69, - 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 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, 0x7c, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, + 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, 0x12, 0x46, 0x0a, 0x10, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x65, 0x6e, + 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1b, + 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4d, 0x65, 0x64, 0x69, + 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, 0x65, 0x64, + 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 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, 0x91, + 0x07, 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, 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, 0x12, 0x46, + 0x0a, 0x10, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1b, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, + 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 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, 0x27, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 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, 0x7d, 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, 0x27, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x50, 0x61, 0x67, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 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, 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, 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, + 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, 0x42, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x53, + 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, + 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6c, + 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 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, 0x7c, 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, 0x27, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 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, 0x7d, 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, 0x27, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x50, 0x61, 0x67, + 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 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, 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, 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, 0xee, - 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, + 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, - 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, 0x12, 0x23, 0x0a, 0x0d, 0x6b, 0x72, 0x69, 0x73, 0x70, 0x5f, 0x65, 0x6e, 0x61, - 0x62, 0x6c, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x6b, 0x72, 0x69, 0x73, - 0x70, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x46, 0x0a, 0x10, 0x6d, 0x65, 0x64, 0x69, - 0x61, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, - 0x28, 0x0e, 0x32, 0x1b, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, - 0x4d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x0f, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 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, - 0x8e, 0x01, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, - 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, - 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6c, - 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x2a, 0x0a, 0x11, 0x64, 0x69, 0x73, 0x70, 0x61, - 0x74, 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x09, 0x52, 0x0f, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, - 0x49, 0x64, 0x73, 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, - 0x22, 0x51, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, - 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 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, 0x44, 0x69, 0x73, 0x70, - 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x69, 0x74, - 0x65, 0x6d, 0x73, 0x22, 0x4f, 0x0a, 0x1c, 0x44, 0x65, 0x6c, 0x65, 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, 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, 0x22, 0xf1, 0x08, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, - 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 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, 0x12, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x74, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, - 0x43, 0x61, 0x6c, 0x6c, 0x54, 0x6f, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x69, 0x70, 0x5f, 0x6e, 0x75, - 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, 0x4e, - 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x03, 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, 0x04, 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, 0x76, 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, 0x09, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, - 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 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, 0x12, 0x0a, 0x04, 0x64, - 0x74, 0x6d, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x74, 0x6d, 0x66, 0x12, - 0x27, 0x0a, 0x0d, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x69, 0x6e, 0x67, 0x74, 0x6f, 0x6e, 0x65, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0c, 0x70, 0x6c, 0x61, 0x79, - 0x52, 0x69, 0x6e, 0x67, 0x74, 0x6f, 0x6e, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x6c, 0x61, 0x79, - 0x5f, 0x64, 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x0c, 0x70, 0x6c, 0x61, 0x79, 0x44, 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x12, 0x2a, 0x0a, - 0x11, 0x68, 0x69, 0x64, 0x65, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, - 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x68, 0x69, 0x64, 0x65, 0x50, 0x68, - 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x4b, 0x0a, 0x07, 0x68, 0x65, 0x61, - 0x64, 0x65, 0x72, 0x73, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c, 0x69, 0x76, - 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, - 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, - 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, 0x11, 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, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x6b, 0x72, - 0x69, 0x73, 0x70, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x46, 0x0a, 0x10, 0x6d, 0x65, - 0x64, 0x69, 0x61, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x12, - 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1b, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, - 0x49, 0x50, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x0f, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x13, 0x77, 0x61, 0x69, 0x74, 0x5f, 0x75, 0x6e, 0x74, 0x69, 0x6c, - 0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x65, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x11, 0x77, 0x61, 0x69, 0x74, 0x55, 0x6e, 0x74, 0x69, 0x6c, 0x41, 0x6e, 0x73, 0x77, 0x65, 0x72, - 0x65, 0x64, 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, 0x22, 0xab, 0x01, 0x0a, 0x12, 0x53, 0x49, 0x50, - 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x25, 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, - 0x70, 0x61, 0x6e, 0x74, 0x49, 0x64, 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, 0x1b, 0x0a, 0x09, 0x72, 0x6f, 0x6f, - 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x6f, - 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, - 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x22, 0xc0, 0x02, 0x0a, 0x1d, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, - 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 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, 0x01, 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, 0x1b, 0x0a, 0x09, 0x72, - 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, - 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, - 0x73, 0x66, 0x65, 0x72, 0x5f, 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x74, - 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x54, 0x6f, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x6c, 0x61, - 0x79, 0x5f, 0x64, 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x0c, 0x70, 0x6c, 0x61, 0x79, 0x44, 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x12, 0x4d, - 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x33, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, - 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, - 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x1a, 0x3a, 0x0a, + 0xee, 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, 0x12, 0x23, 0x0a, 0x0d, 0x6b, 0x72, 0x69, 0x73, 0x70, 0x5f, 0x65, 0x6e, + 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x6b, 0x72, 0x69, + 0x73, 0x70, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x46, 0x0a, 0x10, 0x6d, 0x65, 0x64, + 0x69, 0x61, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x0e, 0x32, 0x1b, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, + 0x50, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x0f, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 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, 0x8e, 0x01, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x27, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x2a, 0x0a, 0x11, 0x64, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, + 0x65, 0x49, 0x64, 0x73, 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, 0x22, 0x51, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 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, 0x44, 0x69, 0x73, + 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x22, 0x4f, 0x0a, 0x1c, 0x44, 0x65, 0x6c, 0x65, 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, 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, 0x22, 0xf1, 0x08, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 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, 0x12, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, + 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, + 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x54, 0x6f, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x69, 0x70, 0x5f, 0x6e, + 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, + 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x03, 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, 0x04, 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, 0x76, 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, 0x09, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, + 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 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, 0x12, 0x0a, 0x04, + 0x64, 0x74, 0x6d, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x74, 0x6d, 0x66, + 0x12, 0x27, 0x0a, 0x0d, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x69, 0x6e, 0x67, 0x74, 0x6f, 0x6e, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0c, 0x70, 0x6c, 0x61, + 0x79, 0x52, 0x69, 0x6e, 0x67, 0x74, 0x6f, 0x6e, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x6c, 0x61, + 0x79, 0x5f, 0x64, 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x0c, 0x70, 0x6c, 0x61, 0x79, 0x44, 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x12, 0x2a, + 0x0a, 0x11, 0x68, 0x69, 0x64, 0x65, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, + 0x62, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x68, 0x69, 0x64, 0x65, 0x50, + 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x4b, 0x0a, 0x07, 0x68, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c, 0x69, + 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, + 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, + 0x68, 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, 0x11, 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, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x6b, + 0x72, 0x69, 0x73, 0x70, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x46, 0x0a, 0x10, 0x6d, + 0x65, 0x64, 0x69, 0x61, 0x5f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x12, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1b, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, + 0x53, 0x49, 0x50, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x0f, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x13, 0x77, 0x61, 0x69, 0x74, 0x5f, 0x75, 0x6e, 0x74, 0x69, + 0x6c, 0x5f, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x72, 0x65, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x77, 0x61, 0x69, 0x74, 0x55, 0x6e, 0x74, 0x69, 0x6c, 0x41, 0x6e, 0x73, 0x77, 0x65, + 0x72, 0x65, 0x64, 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, 0x22, 0xf0, 0x04, 0x0a, 0x0b, 0x53, 0x49, - 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x61, 0x6c, 0x6c, - 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x1b, 0x0a, - 0x09, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x08, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x72, 0x6f, - 0x6f, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, 0x6f, - 0x6d, 0x49, 0x64, 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, 0x05, 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, 0x2a, 0x0a, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x75, - 0x72, 0x69, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x55, 0x72, 0x69, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, - 0x72, 0x69, 0x12, 0x26, 0x0a, 0x06, 0x74, 0x6f, 0x5f, 0x75, 0x72, 0x69, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, - 0x55, 0x72, 0x69, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x72, 0x69, 0x12, 0x3e, 0x0a, 0x10, 0x65, 0x6e, - 0x61, 0x62, 0x6c, 0x65, 0x64, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x0e, - 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, 0x40, 0x0a, 0x0e, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0f, 0x20, 0x01, - 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, - 0x43, 0x61, 0x6c, 0x6c, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0d, 0x63, - 0x61, 0x6c, 0x6c, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x37, 0x0a, 0x0b, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x0e, 0x32, 0x16, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x43, - 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, - 0x5f, 0x61, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x5f, - 0x61, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, - 0x64, 0x41, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, - 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x41, 0x74, 0x12, 0x46, - 0x0a, 0x11, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x61, - 0x73, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, 0x65, - 0x6b, 0x69, 0x74, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, - 0x61, 0x73, 0x6f, 0x6e, 0x52, 0x10, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, - 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x89, 0x01, 0x0a, - 0x06, 0x53, 0x49, 0x50, 0x55, 0x72, 0x69, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x68, - 0x6f, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, - 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, - 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x70, - 0x6f, 0x72, 0x74, 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, 0x2a, 0x6b, 0x0a, 0x0c, 0x53, 0x49, 0x50, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x49, 0x50, 0x5f, - 0x54, 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x41, 0x55, 0x54, 0x4f, 0x10, 0x00, - 0x12, 0x15, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, - 0x54, 0x5f, 0x55, 0x44, 0x50, 0x10, 0x01, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x54, - 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x54, 0x43, 0x50, 0x10, 0x02, 0x12, 0x15, - 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, - 0x54, 0x4c, 0x53, 0x10, 0x03, 0x2a, 0x4e, 0x0a, 0x10, 0x53, 0x49, 0x50, 0x48, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x12, 0x0a, 0x0e, 0x53, 0x49, 0x50, - 0x5f, 0x4e, 0x4f, 0x5f, 0x48, 0x45, 0x41, 0x44, 0x45, 0x52, 0x53, 0x10, 0x00, 0x12, 0x11, 0x0a, - 0x0d, 0x53, 0x49, 0x50, 0x5f, 0x58, 0x5f, 0x48, 0x45, 0x41, 0x44, 0x45, 0x52, 0x53, 0x10, 0x01, - 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x49, 0x50, 0x5f, 0x41, 0x4c, 0x4c, 0x5f, 0x48, 0x45, 0x41, 0x44, - 0x45, 0x52, 0x53, 0x10, 0x02, 0x2a, 0x6f, 0x0a, 0x12, 0x53, 0x49, 0x50, 0x4d, 0x65, 0x64, 0x69, - 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x0a, 0x19, 0x53, - 0x49, 0x50, 0x5f, 0x4d, 0x45, 0x44, 0x49, 0x41, 0x5f, 0x45, 0x4e, 0x43, 0x52, 0x59, 0x50, 0x54, - 0x5f, 0x44, 0x49, 0x53, 0x41, 0x42, 0x4c, 0x45, 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x53, 0x49, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xab, 0x01, 0x0a, 0x12, 0x53, 0x49, + 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, + 0x12, 0x25, 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, + 0x69, 0x70, 0x61, 0x6e, 0x74, 0x49, 0x64, 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, 0x1b, 0x0a, 0x09, 0x72, 0x6f, + 0x6f, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, + 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, + 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, + 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x22, 0xc0, 0x02, 0x0a, 0x1d, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, + 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 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, 0x01, 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, 0x1b, 0x0a, 0x09, + 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x72, 0x61, + 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x54, 0x6f, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x6c, + 0x61, 0x79, 0x5f, 0x64, 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x0c, 0x70, 0x6c, 0x61, 0x79, 0x44, 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x12, + 0x4d, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x33, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, + 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, + 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 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, 0x22, 0xf0, 0x04, 0x0a, 0x0b, 0x53, + 0x49, 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x61, + 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x61, 0x6c, + 0x6c, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x1b, + 0x0a, 0x09, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x72, + 0x6f, 0x6f, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, + 0x6f, 0x6d, 0x49, 0x64, 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, 0x05, 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, 0x2a, 0x0a, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x5f, + 0x75, 0x72, 0x69, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6c, 0x69, 0x76, 0x65, + 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x55, 0x72, 0x69, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, + 0x55, 0x72, 0x69, 0x12, 0x26, 0x0a, 0x06, 0x74, 0x6f, 0x5f, 0x75, 0x72, 0x69, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, + 0x50, 0x55, 0x72, 0x69, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x72, 0x69, 0x12, 0x3e, 0x0a, 0x10, 0x65, + 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, + 0x0e, 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, 0x40, 0x0a, 0x0e, 0x63, + 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0f, 0x20, + 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, + 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0d, + 0x63, 0x61, 0x6c, 0x6c, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x37, 0x0a, + 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x0e, 0x32, 0x16, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, + 0x43, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x64, 0x5f, 0x61, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, + 0x5f, 0x61, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, + 0x65, 0x64, 0x41, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x5f, 0x61, 0x74, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x41, 0x74, 0x12, + 0x46, 0x0a, 0x11, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x72, 0x65, + 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, + 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, + 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x52, 0x10, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x89, 0x01, + 0x0a, 0x06, 0x53, 0x49, 0x50, 0x55, 0x72, 0x69, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, + 0x68, 0x6f, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, + 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, + 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, + 0x70, 0x6f, 0x72, 0x74, 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, 0x2a, 0xef, 0x0c, 0x0a, 0x0d, 0x53, 0x49, + 0x50, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x12, 0x53, + 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, + 0x4e, 0x10, 0x00, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, + 0x53, 0x5f, 0x54, 0x52, 0x59, 0x49, 0x4e, 0x47, 0x10, 0x64, 0x12, 0x17, 0x0a, 0x12, 0x53, 0x49, + 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x52, 0x49, 0x4e, 0x47, 0x49, 0x4e, 0x47, + 0x10, 0xb4, 0x01, 0x12, 0x21, 0x0a, 0x1c, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, + 0x53, 0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x49, 0x53, 0x5f, 0x46, 0x4f, 0x52, 0x57, 0x41, 0x52, + 0x44, 0x45, 0x44, 0x10, 0xb5, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, + 0x41, 0x54, 0x55, 0x53, 0x5f, 0x51, 0x55, 0x45, 0x55, 0x45, 0x44, 0x10, 0xb6, 0x01, 0x12, 0x20, + 0x0a, 0x1b, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x53, 0x45, 0x53, + 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x50, 0x52, 0x4f, 0x47, 0x52, 0x45, 0x53, 0x53, 0x10, 0xb7, 0x01, + 0x12, 0x12, 0x0a, 0x0d, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x4f, + 0x4b, 0x10, 0xc8, 0x01, 0x12, 0x18, 0x0a, 0x13, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, + 0x55, 0x53, 0x5f, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x45, 0x44, 0x10, 0xca, 0x01, 0x12, 0x21, + 0x0a, 0x1c, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x4d, 0x4f, 0x56, + 0x45, 0x44, 0x5f, 0x50, 0x45, 0x52, 0x4d, 0x41, 0x4e, 0x45, 0x4e, 0x54, 0x4c, 0x59, 0x10, 0xad, + 0x02, 0x12, 0x21, 0x0a, 0x1c, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, + 0x4d, 0x4f, 0x56, 0x45, 0x44, 0x5f, 0x54, 0x45, 0x4d, 0x50, 0x4f, 0x52, 0x41, 0x52, 0x49, 0x4c, + 0x59, 0x10, 0xae, 0x02, 0x12, 0x19, 0x0a, 0x14, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, + 0x55, 0x53, 0x5f, 0x55, 0x53, 0x45, 0x5f, 0x50, 0x52, 0x4f, 0x58, 0x59, 0x10, 0xb1, 0x02, 0x12, + 0x1b, 0x0a, 0x16, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x42, 0x41, + 0x44, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x10, 0x90, 0x03, 0x12, 0x1c, 0x0a, 0x17, + 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x55, 0x4e, 0x41, 0x55, 0x54, + 0x48, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0x91, 0x03, 0x12, 0x20, 0x0a, 0x1b, 0x53, 0x49, + 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x50, 0x41, 0x59, 0x4d, 0x45, 0x4e, 0x54, + 0x5f, 0x52, 0x45, 0x51, 0x55, 0x49, 0x52, 0x45, 0x44, 0x10, 0x92, 0x03, 0x12, 0x19, 0x0a, 0x14, + 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x46, 0x4f, 0x52, 0x42, 0x49, + 0x44, 0x44, 0x45, 0x4e, 0x10, 0x93, 0x03, 0x12, 0x18, 0x0a, 0x13, 0x53, 0x49, 0x50, 0x5f, 0x53, + 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x4e, 0x4f, 0x54, 0x46, 0x4f, 0x55, 0x4e, 0x44, 0x10, 0x94, + 0x03, 0x12, 0x22, 0x0a, 0x1d, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, + 0x4d, 0x45, 0x54, 0x48, 0x4f, 0x44, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x41, 0x4c, 0x4c, 0x4f, 0x57, + 0x45, 0x44, 0x10, 0x95, 0x03, 0x12, 0x1e, 0x0a, 0x19, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, + 0x54, 0x55, 0x53, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x41, 0x42, + 0x4c, 0x45, 0x10, 0x96, 0x03, 0x12, 0x23, 0x0a, 0x1e, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, + 0x54, 0x55, 0x53, 0x5f, 0x50, 0x52, 0x4f, 0x58, 0x59, 0x5f, 0x41, 0x55, 0x54, 0x48, 0x5f, 0x52, + 0x45, 0x51, 0x55, 0x49, 0x52, 0x45, 0x44, 0x10, 0x97, 0x03, 0x12, 0x1f, 0x0a, 0x1a, 0x53, 0x49, + 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, + 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x4f, 0x55, 0x54, 0x10, 0x98, 0x03, 0x12, 0x18, 0x0a, 0x13, 0x53, + 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x4c, 0x49, + 0x43, 0x54, 0x10, 0x99, 0x03, 0x12, 0x14, 0x0a, 0x0f, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, + 0x54, 0x55, 0x53, 0x5f, 0x47, 0x4f, 0x4e, 0x45, 0x10, 0x9a, 0x03, 0x12, 0x28, 0x0a, 0x23, 0x53, + 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, + 0x54, 0x5f, 0x45, 0x4e, 0x54, 0x49, 0x54, 0x59, 0x5f, 0x54, 0x4f, 0x4f, 0x5f, 0x4c, 0x41, 0x52, + 0x47, 0x45, 0x10, 0x9d, 0x03, 0x12, 0x24, 0x0a, 0x1f, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, + 0x54, 0x55, 0x53, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x55, 0x52, 0x49, 0x5f, + 0x54, 0x4f, 0x4f, 0x5f, 0x4c, 0x4f, 0x4e, 0x47, 0x10, 0x9e, 0x03, 0x12, 0x26, 0x0a, 0x21, 0x53, + 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x55, 0x4e, 0x53, 0x55, 0x50, 0x50, + 0x4f, 0x52, 0x54, 0x45, 0x44, 0x5f, 0x4d, 0x45, 0x44, 0x49, 0x41, 0x5f, 0x54, 0x59, 0x50, 0x45, + 0x10, 0x9f, 0x03, 0x12, 0x2f, 0x0a, 0x2a, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, + 0x53, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x45, 0x44, 0x5f, 0x52, 0x41, 0x4e, 0x47, + 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x41, 0x54, 0x49, 0x53, 0x46, 0x49, 0x41, 0x42, 0x4c, + 0x45, 0x10, 0xa0, 0x03, 0x12, 0x1d, 0x0a, 0x18, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, + 0x55, 0x53, 0x5f, 0x42, 0x41, 0x44, 0x5f, 0x45, 0x58, 0x54, 0x45, 0x4e, 0x53, 0x49, 0x4f, 0x4e, + 0x10, 0xa4, 0x03, 0x12, 0x22, 0x0a, 0x1d, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, + 0x53, 0x5f, 0x45, 0x58, 0x54, 0x45, 0x4e, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x51, 0x55, + 0x49, 0x52, 0x45, 0x44, 0x10, 0xa5, 0x03, 0x12, 0x22, 0x0a, 0x1d, 0x53, 0x49, 0x50, 0x5f, 0x53, + 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x56, 0x41, 0x4c, 0x5f, 0x54, + 0x4f, 0x4f, 0x5f, 0x42, 0x52, 0x49, 0x45, 0x46, 0x10, 0xa7, 0x03, 0x12, 0x27, 0x0a, 0x22, 0x53, + 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x54, 0x45, 0x4d, 0x50, 0x4f, 0x52, + 0x41, 0x52, 0x49, 0x4c, 0x59, 0x5f, 0x55, 0x4e, 0x41, 0x56, 0x41, 0x49, 0x4c, 0x41, 0x42, 0x4c, + 0x45, 0x10, 0xe0, 0x03, 0x12, 0x30, 0x0a, 0x2b, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, + 0x55, 0x53, 0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x41, 0x43, 0x54, + 0x49, 0x4f, 0x4e, 0x5f, 0x44, 0x4f, 0x45, 0x53, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x45, 0x58, 0x49, + 0x53, 0x54, 0x53, 0x10, 0xe1, 0x03, 0x12, 0x1d, 0x0a, 0x18, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, + 0x41, 0x54, 0x55, 0x53, 0x5f, 0x4c, 0x4f, 0x4f, 0x50, 0x5f, 0x44, 0x45, 0x54, 0x45, 0x43, 0x54, + 0x45, 0x44, 0x10, 0xe2, 0x03, 0x12, 0x1d, 0x0a, 0x18, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, + 0x54, 0x55, 0x53, 0x5f, 0x54, 0x4f, 0x4f, 0x5f, 0x4d, 0x41, 0x4e, 0x59, 0x5f, 0x48, 0x4f, 0x50, + 0x53, 0x10, 0xe3, 0x03, 0x12, 0x22, 0x0a, 0x1d, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, + 0x55, 0x53, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, 0x5f, 0x49, 0x4e, 0x43, 0x4f, 0x4d, + 0x50, 0x4c, 0x45, 0x54, 0x45, 0x10, 0xe4, 0x03, 0x12, 0x19, 0x0a, 0x14, 0x53, 0x49, 0x50, 0x5f, + 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x41, 0x4d, 0x42, 0x49, 0x47, 0x55, 0x4f, 0x55, 0x53, + 0x10, 0xe5, 0x03, 0x12, 0x19, 0x0a, 0x14, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, + 0x53, 0x5f, 0x42, 0x55, 0x53, 0x59, 0x5f, 0x48, 0x45, 0x52, 0x45, 0x10, 0xe6, 0x03, 0x12, 0x22, + 0x0a, 0x1d, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x52, 0x45, 0x51, + 0x55, 0x45, 0x53, 0x54, 0x5f, 0x54, 0x45, 0x52, 0x4d, 0x49, 0x4e, 0x41, 0x54, 0x45, 0x44, 0x10, + 0xe7, 0x03, 0x12, 0x23, 0x0a, 0x1e, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, + 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x41, 0x42, 0x4c, 0x45, 0x5f, + 0x48, 0x45, 0x52, 0x45, 0x10, 0xe8, 0x03, 0x12, 0x25, 0x0a, 0x20, 0x53, 0x49, 0x50, 0x5f, 0x53, + 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f, 0x53, + 0x45, 0x52, 0x56, 0x45, 0x52, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0xf4, 0x03, 0x12, 0x1f, + 0x0a, 0x1a, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x4e, 0x4f, 0x54, + 0x5f, 0x49, 0x4d, 0x50, 0x4c, 0x45, 0x4d, 0x45, 0x4e, 0x54, 0x45, 0x44, 0x10, 0xf5, 0x03, 0x12, + 0x1b, 0x0a, 0x16, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x42, 0x41, + 0x44, 0x5f, 0x47, 0x41, 0x54, 0x45, 0x57, 0x41, 0x59, 0x10, 0xf6, 0x03, 0x12, 0x23, 0x0a, 0x1e, + 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x49, + 0x43, 0x45, 0x5f, 0x55, 0x4e, 0x41, 0x56, 0x41, 0x49, 0x4c, 0x41, 0x42, 0x4c, 0x45, 0x10, 0xf7, + 0x03, 0x12, 0x1f, 0x0a, 0x1a, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, + 0x47, 0x41, 0x54, 0x45, 0x57, 0x41, 0x59, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x4f, 0x55, 0x54, 0x10, + 0xf8, 0x03, 0x12, 0x25, 0x0a, 0x20, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, + 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x53, 0x55, 0x50, + 0x50, 0x4f, 0x52, 0x54, 0x45, 0x44, 0x10, 0xf9, 0x03, 0x12, 0x21, 0x0a, 0x1c, 0x53, 0x49, 0x50, + 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, + 0x54, 0x4f, 0x4f, 0x5f, 0x4c, 0x41, 0x52, 0x47, 0x45, 0x10, 0x81, 0x04, 0x12, 0x26, 0x0a, 0x21, + 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x47, 0x4c, 0x4f, 0x42, 0x41, + 0x4c, 0x5f, 0x42, 0x55, 0x53, 0x59, 0x5f, 0x45, 0x56, 0x45, 0x52, 0x59, 0x57, 0x48, 0x45, 0x52, + 0x45, 0x10, 0xd8, 0x04, 0x12, 0x1e, 0x0a, 0x19, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, + 0x55, 0x53, 0x5f, 0x47, 0x4c, 0x4f, 0x42, 0x41, 0x4c, 0x5f, 0x44, 0x45, 0x43, 0x4c, 0x49, 0x4e, + 0x45, 0x10, 0xdb, 0x04, 0x12, 0x2e, 0x0a, 0x29, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, + 0x55, 0x53, 0x5f, 0x47, 0x4c, 0x4f, 0x42, 0x41, 0x4c, 0x5f, 0x44, 0x4f, 0x45, 0x53, 0x5f, 0x4e, + 0x4f, 0x54, 0x5f, 0x45, 0x58, 0x49, 0x53, 0x54, 0x5f, 0x41, 0x4e, 0x59, 0x57, 0x48, 0x45, 0x52, + 0x45, 0x10, 0xdc, 0x04, 0x12, 0x25, 0x0a, 0x20, 0x53, 0x49, 0x50, 0x5f, 0x53, 0x54, 0x41, 0x54, + 0x55, 0x53, 0x5f, 0x47, 0x4c, 0x4f, 0x42, 0x41, 0x4c, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x41, 0x43, + 0x43, 0x45, 0x50, 0x54, 0x41, 0x42, 0x4c, 0x45, 0x10, 0xde, 0x04, 0x2a, 0x6b, 0x0a, 0x0c, 0x53, + 0x49, 0x50, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x12, 0x53, + 0x49, 0x50, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x41, 0x55, 0x54, + 0x4f, 0x10, 0x00, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, + 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x55, 0x44, 0x50, 0x10, 0x01, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x49, + 0x50, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x54, 0x43, 0x50, 0x10, + 0x02, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, + 0x52, 0x54, 0x5f, 0x54, 0x4c, 0x53, 0x10, 0x03, 0x2a, 0x4e, 0x0a, 0x10, 0x53, 0x49, 0x50, 0x48, + 0x65, 0x61, 0x64, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x12, 0x0a, 0x0e, + 0x53, 0x49, 0x50, 0x5f, 0x4e, 0x4f, 0x5f, 0x48, 0x45, 0x41, 0x44, 0x45, 0x52, 0x53, 0x10, 0x00, + 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x49, 0x50, 0x5f, 0x58, 0x5f, 0x48, 0x45, 0x41, 0x44, 0x45, 0x52, + 0x53, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x49, 0x50, 0x5f, 0x41, 0x4c, 0x4c, 0x5f, 0x48, + 0x45, 0x41, 0x44, 0x45, 0x52, 0x53, 0x10, 0x02, 0x2a, 0x6f, 0x0a, 0x12, 0x53, 0x49, 0x50, 0x4d, + 0x65, 0x64, 0x69, 0x61, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, + 0x0a, 0x19, 0x53, 0x49, 0x50, 0x5f, 0x4d, 0x45, 0x44, 0x49, 0x41, 0x5f, 0x45, 0x4e, 0x43, 0x52, + 0x59, 0x50, 0x54, 0x5f, 0x44, 0x49, 0x53, 0x41, 0x42, 0x4c, 0x45, 0x10, 0x00, 0x12, 0x1b, 0x0a, + 0x17, 0x53, 0x49, 0x50, 0x5f, 0x4d, 0x45, 0x44, 0x49, 0x41, 0x5f, 0x45, 0x4e, 0x43, 0x52, 0x59, + 0x50, 0x54, 0x5f, 0x41, 0x4c, 0x4c, 0x4f, 0x57, 0x10, 0x01, 0x12, 0x1d, 0x0a, 0x19, 0x53, 0x49, 0x50, 0x5f, 0x4d, 0x45, 0x44, 0x49, 0x41, 0x5f, 0x45, 0x4e, 0x43, 0x52, 0x59, 0x50, 0x54, 0x5f, - 0x41, 0x4c, 0x4c, 0x4f, 0x57, 0x10, 0x01, 0x12, 0x1d, 0x0a, 0x19, 0x53, 0x49, 0x50, 0x5f, 0x4d, - 0x45, 0x44, 0x49, 0x41, 0x5f, 0x45, 0x4e, 0x43, 0x52, 0x59, 0x50, 0x54, 0x5f, 0x52, 0x45, 0x51, - 0x55, 0x49, 0x52, 0x45, 0x10, 0x02, 0x2a, 0x77, 0x0a, 0x0d, 0x53, 0x49, 0x50, 0x43, 0x61, 0x6c, - 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x43, 0x53, 0x5f, 0x43, - 0x41, 0x4c, 0x4c, 0x5f, 0x49, 0x4e, 0x43, 0x4f, 0x4d, 0x49, 0x4e, 0x47, 0x10, 0x00, 0x12, 0x1a, - 0x0a, 0x16, 0x53, 0x43, 0x53, 0x5f, 0x50, 0x41, 0x52, 0x54, 0x49, 0x43, 0x49, 0x50, 0x41, 0x4e, - 0x54, 0x5f, 0x4a, 0x4f, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x53, 0x43, - 0x53, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x02, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x43, - 0x53, 0x5f, 0x44, 0x49, 0x53, 0x43, 0x4f, 0x4e, 0x4e, 0x45, 0x43, 0x54, 0x45, 0x44, 0x10, 0x03, - 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x43, 0x53, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x04, 0x2a, - 0x29, 0x0a, 0x0a, 0x53, 0x49, 0x50, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x08, 0x0a, - 0x04, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x4b, 0x52, 0x49, 0x53, 0x50, - 0x5f, 0x45, 0x4e, 0x41, 0x42, 0x4c, 0x45, 0x44, 0x10, 0x01, 0x2a, 0x46, 0x0a, 0x10, 0x53, 0x49, - 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0f, - 0x0a, 0x0b, 0x53, 0x43, 0x44, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, - 0x0f, 0x0a, 0x0b, 0x53, 0x43, 0x44, 0x5f, 0x49, 0x4e, 0x42, 0x4f, 0x55, 0x4e, 0x44, 0x10, 0x01, - 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x43, 0x44, 0x5f, 0x4f, 0x55, 0x54, 0x42, 0x4f, 0x55, 0x4e, 0x44, - 0x10, 0x02, 0x32, 0xba, 0x09, 0x0a, 0x03, 0x53, 0x49, 0x50, 0x12, 0x50, 0x0a, 0x0c, 0x4c, 0x69, - 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x1c, 0x2e, 0x6c, 0x69, 0x76, - 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, - 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x03, 0x88, 0x02, 0x01, 0x12, 0x5c, 0x0a, 0x15, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, - 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 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, 0x1a, 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, 0x12, 0x5f, 0x0a, 0x16, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, - 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x26, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 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, 0x1a, 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, 0x12, 0x5d, 0x0a, 0x12, 0x47, + 0x52, 0x45, 0x51, 0x55, 0x49, 0x52, 0x45, 0x10, 0x02, 0x2a, 0x77, 0x0a, 0x0d, 0x53, 0x49, 0x50, + 0x43, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x43, + 0x53, 0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x49, 0x4e, 0x43, 0x4f, 0x4d, 0x49, 0x4e, 0x47, 0x10, + 0x00, 0x12, 0x1a, 0x0a, 0x16, 0x53, 0x43, 0x53, 0x5f, 0x50, 0x41, 0x52, 0x54, 0x49, 0x43, 0x49, + 0x50, 0x41, 0x4e, 0x54, 0x5f, 0x4a, 0x4f, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0e, 0x0a, + 0x0a, 0x53, 0x43, 0x53, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x02, 0x12, 0x14, 0x0a, + 0x10, 0x53, 0x43, 0x53, 0x5f, 0x44, 0x49, 0x53, 0x43, 0x4f, 0x4e, 0x4e, 0x45, 0x43, 0x54, 0x45, + 0x44, 0x10, 0x03, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x43, 0x53, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, + 0x10, 0x04, 0x2a, 0x29, 0x0a, 0x0a, 0x53, 0x49, 0x50, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, + 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x4b, 0x52, + 0x49, 0x53, 0x50, 0x5f, 0x45, 0x4e, 0x41, 0x42, 0x4c, 0x45, 0x44, 0x10, 0x01, 0x2a, 0x46, 0x0a, + 0x10, 0x53, 0x49, 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x43, 0x44, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, + 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x43, 0x44, 0x5f, 0x49, 0x4e, 0x42, 0x4f, 0x55, 0x4e, + 0x44, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x43, 0x44, 0x5f, 0x4f, 0x55, 0x54, 0x42, 0x4f, + 0x55, 0x4e, 0x44, 0x10, 0x02, 0x32, 0xba, 0x09, 0x0a, 0x03, 0x53, 0x49, 0x50, 0x12, 0x50, 0x0a, + 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x1c, 0x2e, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, + 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6c, 0x69, + 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, + 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x03, 0x88, 0x02, 0x01, 0x12, + 0x5c, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, + 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 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, 0x1a, + 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, 0x12, 0x5f, 0x0a, + 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, + 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x26, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, + 0x74, 0x2e, 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, 0x1a, + 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, 0x12, 0x5d, + 0x0a, 0x12, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, + 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x22, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, - 0x6b, 0x12, 0x22, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 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, 0x1a, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 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, 0x60, 0x0a, 0x13, 0x47, 0x65, - 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, - 0x6b, 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 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, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, - 0x2e, 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, 0x60, 0x0a, 0x13, - 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, - 0x75, 0x6e, 0x6b, 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 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, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x2e, 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, 0x63, - 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, - 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, - 0x2e, 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, 0x1a, 0x25, 0x2e, 0x6c, - 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 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, 0x47, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, - 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x1e, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x5c, 0x0a, 0x15, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, - 0x68, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x25, 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, 0x1a, 0x1c, 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, 0x12, 0x60, 0x0a, 0x13, 0x4c, 0x69, - 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, - 0x65, 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, - 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, - 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a, 0x15, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, - 0x68, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, - 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 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, 0x12, 0x59, 0x0a, 0x14, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, - 0x6e, 0x74, 0x12, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, - 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, - 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x58, 0x0a, 0x16, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, - 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x12, - 0x26, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, - 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, - 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, - 0x46, 0x5a, 0x23, 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, 0x6c, - 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0xaa, 0x02, 0x0d, 0x4c, 0x69, 0x76, 0x65, 0x4b, 0x69, 0x74, - 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0xea, 0x02, 0x0e, 0x4c, 0x69, 0x76, 0x65, 0x4b, 0x69, 0x74, - 0x3a, 0x3a, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 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, 0x60, 0x0a, + 0x13, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, + 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 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, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, + 0x6b, 0x69, 0x74, 0x2e, 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, + 0x60, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, + 0x2e, 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, 0x1a, 0x24, 0x2e, 0x6c, 0x69, + 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 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, 0x63, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, + 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, + 0x6b, 0x69, 0x74, 0x2e, 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, 0x1a, + 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 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, 0x47, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x1e, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, + 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, + 0x5c, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x25, 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, 0x1a, + 0x1c, 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, 0x12, 0x60, 0x0a, + 0x13, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x75, 0x6c, 0x65, 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, + 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, + 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x5c, 0x0a, 0x15, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x1c, 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, 0x12, 0x59, 0x0a, + 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, + 0x69, 0x70, 0x61, 0x6e, 0x74, 0x12, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, + 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x6c, 0x69, + 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, + 0x70, 0x61, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x58, 0x0a, 0x16, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, + 0x6e, 0x74, 0x12, 0x26, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x54, 0x72, 0x61, + 0x6e, 0x73, 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, + 0x61, 0x6e, 0x74, 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, 0x46, 0x5a, 0x23, 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, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0xaa, 0x02, 0x0d, 0x4c, 0x69, 0x76, 0x65, + 0x4b, 0x69, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0xea, 0x02, 0x0e, 0x4c, 0x69, 0x76, 0x65, + 0x4b, 0x69, 0x74, 0x3a, 0x3a, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x33, }) var ( @@ -3607,147 +3956,150 @@ func file_livekit_sip_proto_rawDescGZIP() []byte { return file_livekit_sip_proto_rawDescData } -var file_livekit_sip_proto_enumTypes = make([]protoimpl.EnumInfo, 7) -var file_livekit_sip_proto_msgTypes = make([]protoimpl.MessageInfo, 42) +var file_livekit_sip_proto_enumTypes = make([]protoimpl.EnumInfo, 8) +var file_livekit_sip_proto_msgTypes = make([]protoimpl.MessageInfo, 43) var file_livekit_sip_proto_goTypes = []any{ - (SIPTransport)(0), // 0: livekit.SIPTransport - (SIPHeaderOptions)(0), // 1: livekit.SIPHeaderOptions - (SIPMediaEncryption)(0), // 2: livekit.SIPMediaEncryption - (SIPCallStatus)(0), // 3: livekit.SIPCallStatus - (SIPFeature)(0), // 4: livekit.SIPFeature - (SIPCallDirection)(0), // 5: livekit.SIPCallDirection - (SIPTrunkInfo_TrunkKind)(0), // 6: livekit.SIPTrunkInfo.TrunkKind - (*CreateSIPTrunkRequest)(nil), // 7: livekit.CreateSIPTrunkRequest - (*SIPTrunkInfo)(nil), // 8: livekit.SIPTrunkInfo - (*CreateSIPInboundTrunkRequest)(nil), // 9: livekit.CreateSIPInboundTrunkRequest - (*SIPInboundTrunkInfo)(nil), // 10: livekit.SIPInboundTrunkInfo - (*CreateSIPOutboundTrunkRequest)(nil), // 11: livekit.CreateSIPOutboundTrunkRequest - (*SIPOutboundTrunkInfo)(nil), // 12: livekit.SIPOutboundTrunkInfo - (*GetSIPInboundTrunkRequest)(nil), // 13: livekit.GetSIPInboundTrunkRequest - (*GetSIPInboundTrunkResponse)(nil), // 14: livekit.GetSIPInboundTrunkResponse - (*GetSIPOutboundTrunkRequest)(nil), // 15: livekit.GetSIPOutboundTrunkRequest - (*GetSIPOutboundTrunkResponse)(nil), // 16: livekit.GetSIPOutboundTrunkResponse - (*ListSIPTrunkRequest)(nil), // 17: livekit.ListSIPTrunkRequest - (*ListSIPTrunkResponse)(nil), // 18: livekit.ListSIPTrunkResponse - (*ListSIPInboundTrunkRequest)(nil), // 19: livekit.ListSIPInboundTrunkRequest - (*ListSIPInboundTrunkResponse)(nil), // 20: livekit.ListSIPInboundTrunkResponse - (*ListSIPOutboundTrunkRequest)(nil), // 21: livekit.ListSIPOutboundTrunkRequest - (*ListSIPOutboundTrunkResponse)(nil), // 22: livekit.ListSIPOutboundTrunkResponse - (*DeleteSIPTrunkRequest)(nil), // 23: livekit.DeleteSIPTrunkRequest - (*SIPDispatchRuleDirect)(nil), // 24: livekit.SIPDispatchRuleDirect - (*SIPDispatchRuleIndividual)(nil), // 25: livekit.SIPDispatchRuleIndividual - (*SIPDispatchRuleCallee)(nil), // 26: livekit.SIPDispatchRuleCallee - (*SIPDispatchRule)(nil), // 27: livekit.SIPDispatchRule - (*CreateSIPDispatchRuleRequest)(nil), // 28: livekit.CreateSIPDispatchRuleRequest - (*SIPDispatchRuleInfo)(nil), // 29: livekit.SIPDispatchRuleInfo - (*ListSIPDispatchRuleRequest)(nil), // 30: livekit.ListSIPDispatchRuleRequest - (*ListSIPDispatchRuleResponse)(nil), // 31: livekit.ListSIPDispatchRuleResponse - (*DeleteSIPDispatchRuleRequest)(nil), // 32: livekit.DeleteSIPDispatchRuleRequest - (*CreateSIPParticipantRequest)(nil), // 33: livekit.CreateSIPParticipantRequest - (*SIPParticipantInfo)(nil), // 34: livekit.SIPParticipantInfo - (*TransferSIPParticipantRequest)(nil), // 35: livekit.TransferSIPParticipantRequest - (*SIPCallInfo)(nil), // 36: livekit.SIPCallInfo - (*SIPUri)(nil), // 37: livekit.SIPUri - nil, // 38: livekit.SIPInboundTrunkInfo.HeadersEntry - nil, // 39: livekit.SIPInboundTrunkInfo.HeadersToAttributesEntry - nil, // 40: livekit.SIPInboundTrunkInfo.AttributesToHeadersEntry - nil, // 41: livekit.SIPOutboundTrunkInfo.HeadersEntry - nil, // 42: livekit.SIPOutboundTrunkInfo.HeadersToAttributesEntry - nil, // 43: livekit.SIPOutboundTrunkInfo.AttributesToHeadersEntry - nil, // 44: livekit.CreateSIPDispatchRuleRequest.AttributesEntry - nil, // 45: livekit.SIPDispatchRuleInfo.AttributesEntry - nil, // 46: livekit.CreateSIPParticipantRequest.ParticipantAttributesEntry - nil, // 47: livekit.CreateSIPParticipantRequest.HeadersEntry - nil, // 48: livekit.TransferSIPParticipantRequest.HeadersEntry - (*durationpb.Duration)(nil), // 49: google.protobuf.Duration - (*Pagination)(nil), // 50: livekit.Pagination - (*RoomConfiguration)(nil), // 51: livekit.RoomConfiguration - (DisconnectReason)(0), // 52: livekit.DisconnectReason - (*emptypb.Empty)(nil), // 53: google.protobuf.Empty + (SIPStatusCode)(0), // 0: livekit.SIPStatusCode + (SIPTransport)(0), // 1: livekit.SIPTransport + (SIPHeaderOptions)(0), // 2: livekit.SIPHeaderOptions + (SIPMediaEncryption)(0), // 3: livekit.SIPMediaEncryption + (SIPCallStatus)(0), // 4: livekit.SIPCallStatus + (SIPFeature)(0), // 5: livekit.SIPFeature + (SIPCallDirection)(0), // 6: livekit.SIPCallDirection + (SIPTrunkInfo_TrunkKind)(0), // 7: livekit.SIPTrunkInfo.TrunkKind + (*SIPStatus)(nil), // 8: livekit.SIPStatus + (*CreateSIPTrunkRequest)(nil), // 9: livekit.CreateSIPTrunkRequest + (*SIPTrunkInfo)(nil), // 10: livekit.SIPTrunkInfo + (*CreateSIPInboundTrunkRequest)(nil), // 11: livekit.CreateSIPInboundTrunkRequest + (*SIPInboundTrunkInfo)(nil), // 12: livekit.SIPInboundTrunkInfo + (*CreateSIPOutboundTrunkRequest)(nil), // 13: livekit.CreateSIPOutboundTrunkRequest + (*SIPOutboundTrunkInfo)(nil), // 14: livekit.SIPOutboundTrunkInfo + (*GetSIPInboundTrunkRequest)(nil), // 15: livekit.GetSIPInboundTrunkRequest + (*GetSIPInboundTrunkResponse)(nil), // 16: livekit.GetSIPInboundTrunkResponse + (*GetSIPOutboundTrunkRequest)(nil), // 17: livekit.GetSIPOutboundTrunkRequest + (*GetSIPOutboundTrunkResponse)(nil), // 18: livekit.GetSIPOutboundTrunkResponse + (*ListSIPTrunkRequest)(nil), // 19: livekit.ListSIPTrunkRequest + (*ListSIPTrunkResponse)(nil), // 20: livekit.ListSIPTrunkResponse + (*ListSIPInboundTrunkRequest)(nil), // 21: livekit.ListSIPInboundTrunkRequest + (*ListSIPInboundTrunkResponse)(nil), // 22: livekit.ListSIPInboundTrunkResponse + (*ListSIPOutboundTrunkRequest)(nil), // 23: livekit.ListSIPOutboundTrunkRequest + (*ListSIPOutboundTrunkResponse)(nil), // 24: livekit.ListSIPOutboundTrunkResponse + (*DeleteSIPTrunkRequest)(nil), // 25: livekit.DeleteSIPTrunkRequest + (*SIPDispatchRuleDirect)(nil), // 26: livekit.SIPDispatchRuleDirect + (*SIPDispatchRuleIndividual)(nil), // 27: livekit.SIPDispatchRuleIndividual + (*SIPDispatchRuleCallee)(nil), // 28: livekit.SIPDispatchRuleCallee + (*SIPDispatchRule)(nil), // 29: livekit.SIPDispatchRule + (*CreateSIPDispatchRuleRequest)(nil), // 30: livekit.CreateSIPDispatchRuleRequest + (*SIPDispatchRuleInfo)(nil), // 31: livekit.SIPDispatchRuleInfo + (*ListSIPDispatchRuleRequest)(nil), // 32: livekit.ListSIPDispatchRuleRequest + (*ListSIPDispatchRuleResponse)(nil), // 33: livekit.ListSIPDispatchRuleResponse + (*DeleteSIPDispatchRuleRequest)(nil), // 34: livekit.DeleteSIPDispatchRuleRequest + (*CreateSIPParticipantRequest)(nil), // 35: livekit.CreateSIPParticipantRequest + (*SIPParticipantInfo)(nil), // 36: livekit.SIPParticipantInfo + (*TransferSIPParticipantRequest)(nil), // 37: livekit.TransferSIPParticipantRequest + (*SIPCallInfo)(nil), // 38: livekit.SIPCallInfo + (*SIPUri)(nil), // 39: livekit.SIPUri + nil, // 40: livekit.SIPInboundTrunkInfo.HeadersEntry + nil, // 41: livekit.SIPInboundTrunkInfo.HeadersToAttributesEntry + nil, // 42: livekit.SIPInboundTrunkInfo.AttributesToHeadersEntry + nil, // 43: livekit.SIPOutboundTrunkInfo.HeadersEntry + nil, // 44: livekit.SIPOutboundTrunkInfo.HeadersToAttributesEntry + nil, // 45: livekit.SIPOutboundTrunkInfo.AttributesToHeadersEntry + nil, // 46: livekit.CreateSIPDispatchRuleRequest.AttributesEntry + nil, // 47: livekit.SIPDispatchRuleInfo.AttributesEntry + nil, // 48: livekit.CreateSIPParticipantRequest.ParticipantAttributesEntry + nil, // 49: livekit.CreateSIPParticipantRequest.HeadersEntry + nil, // 50: livekit.TransferSIPParticipantRequest.HeadersEntry + (*durationpb.Duration)(nil), // 51: google.protobuf.Duration + (*Pagination)(nil), // 52: livekit.Pagination + (*RoomConfiguration)(nil), // 53: livekit.RoomConfiguration + (DisconnectReason)(0), // 54: livekit.DisconnectReason + (*emptypb.Empty)(nil), // 55: google.protobuf.Empty } var file_livekit_sip_proto_depIdxs = []int32{ - 6, // 0: livekit.SIPTrunkInfo.kind:type_name -> livekit.SIPTrunkInfo.TrunkKind - 0, // 1: livekit.SIPTrunkInfo.transport:type_name -> livekit.SIPTransport - 10, // 2: livekit.CreateSIPInboundTrunkRequest.trunk:type_name -> livekit.SIPInboundTrunkInfo - 38, // 3: livekit.SIPInboundTrunkInfo.headers:type_name -> livekit.SIPInboundTrunkInfo.HeadersEntry - 39, // 4: livekit.SIPInboundTrunkInfo.headers_to_attributes:type_name -> livekit.SIPInboundTrunkInfo.HeadersToAttributesEntry - 40, // 5: livekit.SIPInboundTrunkInfo.attributes_to_headers:type_name -> livekit.SIPInboundTrunkInfo.AttributesToHeadersEntry - 1, // 6: livekit.SIPInboundTrunkInfo.include_headers:type_name -> livekit.SIPHeaderOptions - 49, // 7: livekit.SIPInboundTrunkInfo.ringing_timeout:type_name -> google.protobuf.Duration - 49, // 8: livekit.SIPInboundTrunkInfo.max_call_duration:type_name -> google.protobuf.Duration - 2, // 9: livekit.SIPInboundTrunkInfo.media_encryption:type_name -> livekit.SIPMediaEncryption - 12, // 10: livekit.CreateSIPOutboundTrunkRequest.trunk:type_name -> livekit.SIPOutboundTrunkInfo - 0, // 11: livekit.SIPOutboundTrunkInfo.transport:type_name -> livekit.SIPTransport - 41, // 12: livekit.SIPOutboundTrunkInfo.headers:type_name -> livekit.SIPOutboundTrunkInfo.HeadersEntry - 42, // 13: livekit.SIPOutboundTrunkInfo.headers_to_attributes:type_name -> livekit.SIPOutboundTrunkInfo.HeadersToAttributesEntry - 43, // 14: livekit.SIPOutboundTrunkInfo.attributes_to_headers:type_name -> livekit.SIPOutboundTrunkInfo.AttributesToHeadersEntry - 1, // 15: livekit.SIPOutboundTrunkInfo.include_headers:type_name -> livekit.SIPHeaderOptions - 2, // 16: livekit.SIPOutboundTrunkInfo.media_encryption:type_name -> livekit.SIPMediaEncryption - 10, // 17: livekit.GetSIPInboundTrunkResponse.trunk:type_name -> livekit.SIPInboundTrunkInfo - 12, // 18: livekit.GetSIPOutboundTrunkResponse.trunk:type_name -> livekit.SIPOutboundTrunkInfo - 50, // 19: livekit.ListSIPTrunkRequest.page:type_name -> livekit.Pagination - 8, // 20: livekit.ListSIPTrunkResponse.items:type_name -> livekit.SIPTrunkInfo - 50, // 21: livekit.ListSIPInboundTrunkRequest.page:type_name -> livekit.Pagination - 10, // 22: livekit.ListSIPInboundTrunkResponse.items:type_name -> livekit.SIPInboundTrunkInfo - 50, // 23: livekit.ListSIPOutboundTrunkRequest.page:type_name -> livekit.Pagination - 12, // 24: livekit.ListSIPOutboundTrunkResponse.items:type_name -> livekit.SIPOutboundTrunkInfo - 24, // 25: livekit.SIPDispatchRule.dispatch_rule_direct:type_name -> livekit.SIPDispatchRuleDirect - 25, // 26: livekit.SIPDispatchRule.dispatch_rule_individual:type_name -> livekit.SIPDispatchRuleIndividual - 26, // 27: livekit.SIPDispatchRule.dispatch_rule_callee:type_name -> livekit.SIPDispatchRuleCallee - 27, // 28: livekit.CreateSIPDispatchRuleRequest.rule:type_name -> livekit.SIPDispatchRule - 44, // 29: livekit.CreateSIPDispatchRuleRequest.attributes:type_name -> livekit.CreateSIPDispatchRuleRequest.AttributesEntry - 51, // 30: livekit.CreateSIPDispatchRuleRequest.room_config:type_name -> livekit.RoomConfiguration - 27, // 31: livekit.SIPDispatchRuleInfo.rule:type_name -> livekit.SIPDispatchRule - 45, // 32: livekit.SIPDispatchRuleInfo.attributes:type_name -> livekit.SIPDispatchRuleInfo.AttributesEntry - 51, // 33: livekit.SIPDispatchRuleInfo.room_config:type_name -> livekit.RoomConfiguration - 2, // 34: livekit.SIPDispatchRuleInfo.media_encryption:type_name -> livekit.SIPMediaEncryption - 50, // 35: livekit.ListSIPDispatchRuleRequest.page:type_name -> livekit.Pagination - 29, // 36: livekit.ListSIPDispatchRuleResponse.items:type_name -> livekit.SIPDispatchRuleInfo - 46, // 37: livekit.CreateSIPParticipantRequest.participant_attributes:type_name -> livekit.CreateSIPParticipantRequest.ParticipantAttributesEntry - 47, // 38: livekit.CreateSIPParticipantRequest.headers:type_name -> livekit.CreateSIPParticipantRequest.HeadersEntry - 1, // 39: livekit.CreateSIPParticipantRequest.include_headers:type_name -> livekit.SIPHeaderOptions - 49, // 40: livekit.CreateSIPParticipantRequest.ringing_timeout:type_name -> google.protobuf.Duration - 49, // 41: livekit.CreateSIPParticipantRequest.max_call_duration:type_name -> google.protobuf.Duration - 2, // 42: livekit.CreateSIPParticipantRequest.media_encryption:type_name -> livekit.SIPMediaEncryption - 48, // 43: livekit.TransferSIPParticipantRequest.headers:type_name -> livekit.TransferSIPParticipantRequest.HeadersEntry - 37, // 44: livekit.SIPCallInfo.from_uri:type_name -> livekit.SIPUri - 37, // 45: livekit.SIPCallInfo.to_uri:type_name -> livekit.SIPUri - 4, // 46: livekit.SIPCallInfo.enabled_features:type_name -> livekit.SIPFeature - 5, // 47: livekit.SIPCallInfo.call_direction:type_name -> livekit.SIPCallDirection - 3, // 48: livekit.SIPCallInfo.call_status:type_name -> livekit.SIPCallStatus - 52, // 49: livekit.SIPCallInfo.disconnect_reason:type_name -> livekit.DisconnectReason - 0, // 50: livekit.SIPUri.transport:type_name -> livekit.SIPTransport - 17, // 51: livekit.SIP.ListSIPTrunk:input_type -> livekit.ListSIPTrunkRequest - 9, // 52: livekit.SIP.CreateSIPInboundTrunk:input_type -> livekit.CreateSIPInboundTrunkRequest - 11, // 53: livekit.SIP.CreateSIPOutboundTrunk:input_type -> livekit.CreateSIPOutboundTrunkRequest - 13, // 54: livekit.SIP.GetSIPInboundTrunk:input_type -> livekit.GetSIPInboundTrunkRequest - 15, // 55: livekit.SIP.GetSIPOutboundTrunk:input_type -> livekit.GetSIPOutboundTrunkRequest - 19, // 56: livekit.SIP.ListSIPInboundTrunk:input_type -> livekit.ListSIPInboundTrunkRequest - 21, // 57: livekit.SIP.ListSIPOutboundTrunk:input_type -> livekit.ListSIPOutboundTrunkRequest - 23, // 58: livekit.SIP.DeleteSIPTrunk:input_type -> livekit.DeleteSIPTrunkRequest - 28, // 59: livekit.SIP.CreateSIPDispatchRule:input_type -> livekit.CreateSIPDispatchRuleRequest - 30, // 60: livekit.SIP.ListSIPDispatchRule:input_type -> livekit.ListSIPDispatchRuleRequest - 32, // 61: livekit.SIP.DeleteSIPDispatchRule:input_type -> livekit.DeleteSIPDispatchRuleRequest - 33, // 62: livekit.SIP.CreateSIPParticipant:input_type -> livekit.CreateSIPParticipantRequest - 35, // 63: livekit.SIP.TransferSIPParticipant:input_type -> livekit.TransferSIPParticipantRequest - 18, // 64: livekit.SIP.ListSIPTrunk:output_type -> livekit.ListSIPTrunkResponse - 10, // 65: livekit.SIP.CreateSIPInboundTrunk:output_type -> livekit.SIPInboundTrunkInfo - 12, // 66: livekit.SIP.CreateSIPOutboundTrunk:output_type -> livekit.SIPOutboundTrunkInfo - 14, // 67: livekit.SIP.GetSIPInboundTrunk:output_type -> livekit.GetSIPInboundTrunkResponse - 16, // 68: livekit.SIP.GetSIPOutboundTrunk:output_type -> livekit.GetSIPOutboundTrunkResponse - 20, // 69: livekit.SIP.ListSIPInboundTrunk:output_type -> livekit.ListSIPInboundTrunkResponse - 22, // 70: livekit.SIP.ListSIPOutboundTrunk:output_type -> livekit.ListSIPOutboundTrunkResponse - 8, // 71: livekit.SIP.DeleteSIPTrunk:output_type -> livekit.SIPTrunkInfo - 29, // 72: livekit.SIP.CreateSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo - 31, // 73: livekit.SIP.ListSIPDispatchRule:output_type -> livekit.ListSIPDispatchRuleResponse - 29, // 74: livekit.SIP.DeleteSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo - 34, // 75: livekit.SIP.CreateSIPParticipant:output_type -> livekit.SIPParticipantInfo - 53, // 76: livekit.SIP.TransferSIPParticipant:output_type -> google.protobuf.Empty - 64, // [64:77] is the sub-list for method output_type - 51, // [51:64] is the sub-list for method input_type - 51, // [51:51] is the sub-list for extension type_name - 51, // [51:51] is the sub-list for extension extendee - 0, // [0:51] is the sub-list for field type_name + 0, // 0: livekit.SIPStatus.code:type_name -> livekit.SIPStatusCode + 7, // 1: livekit.SIPTrunkInfo.kind:type_name -> livekit.SIPTrunkInfo.TrunkKind + 1, // 2: livekit.SIPTrunkInfo.transport:type_name -> livekit.SIPTransport + 12, // 3: livekit.CreateSIPInboundTrunkRequest.trunk:type_name -> livekit.SIPInboundTrunkInfo + 40, // 4: livekit.SIPInboundTrunkInfo.headers:type_name -> livekit.SIPInboundTrunkInfo.HeadersEntry + 41, // 5: livekit.SIPInboundTrunkInfo.headers_to_attributes:type_name -> livekit.SIPInboundTrunkInfo.HeadersToAttributesEntry + 42, // 6: livekit.SIPInboundTrunkInfo.attributes_to_headers:type_name -> livekit.SIPInboundTrunkInfo.AttributesToHeadersEntry + 2, // 7: livekit.SIPInboundTrunkInfo.include_headers:type_name -> livekit.SIPHeaderOptions + 51, // 8: livekit.SIPInboundTrunkInfo.ringing_timeout:type_name -> google.protobuf.Duration + 51, // 9: livekit.SIPInboundTrunkInfo.max_call_duration:type_name -> google.protobuf.Duration + 3, // 10: livekit.SIPInboundTrunkInfo.media_encryption:type_name -> livekit.SIPMediaEncryption + 14, // 11: livekit.CreateSIPOutboundTrunkRequest.trunk:type_name -> livekit.SIPOutboundTrunkInfo + 1, // 12: livekit.SIPOutboundTrunkInfo.transport:type_name -> livekit.SIPTransport + 43, // 13: livekit.SIPOutboundTrunkInfo.headers:type_name -> livekit.SIPOutboundTrunkInfo.HeadersEntry + 44, // 14: livekit.SIPOutboundTrunkInfo.headers_to_attributes:type_name -> livekit.SIPOutboundTrunkInfo.HeadersToAttributesEntry + 45, // 15: livekit.SIPOutboundTrunkInfo.attributes_to_headers:type_name -> livekit.SIPOutboundTrunkInfo.AttributesToHeadersEntry + 2, // 16: livekit.SIPOutboundTrunkInfo.include_headers:type_name -> livekit.SIPHeaderOptions + 3, // 17: livekit.SIPOutboundTrunkInfo.media_encryption:type_name -> livekit.SIPMediaEncryption + 12, // 18: livekit.GetSIPInboundTrunkResponse.trunk:type_name -> livekit.SIPInboundTrunkInfo + 14, // 19: livekit.GetSIPOutboundTrunkResponse.trunk:type_name -> livekit.SIPOutboundTrunkInfo + 52, // 20: livekit.ListSIPTrunkRequest.page:type_name -> livekit.Pagination + 10, // 21: livekit.ListSIPTrunkResponse.items:type_name -> livekit.SIPTrunkInfo + 52, // 22: livekit.ListSIPInboundTrunkRequest.page:type_name -> livekit.Pagination + 12, // 23: livekit.ListSIPInboundTrunkResponse.items:type_name -> livekit.SIPInboundTrunkInfo + 52, // 24: livekit.ListSIPOutboundTrunkRequest.page:type_name -> livekit.Pagination + 14, // 25: livekit.ListSIPOutboundTrunkResponse.items:type_name -> livekit.SIPOutboundTrunkInfo + 26, // 26: livekit.SIPDispatchRule.dispatch_rule_direct:type_name -> livekit.SIPDispatchRuleDirect + 27, // 27: livekit.SIPDispatchRule.dispatch_rule_individual:type_name -> livekit.SIPDispatchRuleIndividual + 28, // 28: livekit.SIPDispatchRule.dispatch_rule_callee:type_name -> livekit.SIPDispatchRuleCallee + 29, // 29: livekit.CreateSIPDispatchRuleRequest.rule:type_name -> livekit.SIPDispatchRule + 46, // 30: livekit.CreateSIPDispatchRuleRequest.attributes:type_name -> livekit.CreateSIPDispatchRuleRequest.AttributesEntry + 53, // 31: livekit.CreateSIPDispatchRuleRequest.room_config:type_name -> livekit.RoomConfiguration + 29, // 32: livekit.SIPDispatchRuleInfo.rule:type_name -> livekit.SIPDispatchRule + 47, // 33: livekit.SIPDispatchRuleInfo.attributes:type_name -> livekit.SIPDispatchRuleInfo.AttributesEntry + 53, // 34: livekit.SIPDispatchRuleInfo.room_config:type_name -> livekit.RoomConfiguration + 3, // 35: livekit.SIPDispatchRuleInfo.media_encryption:type_name -> livekit.SIPMediaEncryption + 52, // 36: livekit.ListSIPDispatchRuleRequest.page:type_name -> livekit.Pagination + 31, // 37: livekit.ListSIPDispatchRuleResponse.items:type_name -> livekit.SIPDispatchRuleInfo + 48, // 38: livekit.CreateSIPParticipantRequest.participant_attributes:type_name -> livekit.CreateSIPParticipantRequest.ParticipantAttributesEntry + 49, // 39: livekit.CreateSIPParticipantRequest.headers:type_name -> livekit.CreateSIPParticipantRequest.HeadersEntry + 2, // 40: livekit.CreateSIPParticipantRequest.include_headers:type_name -> livekit.SIPHeaderOptions + 51, // 41: livekit.CreateSIPParticipantRequest.ringing_timeout:type_name -> google.protobuf.Duration + 51, // 42: livekit.CreateSIPParticipantRequest.max_call_duration:type_name -> google.protobuf.Duration + 3, // 43: livekit.CreateSIPParticipantRequest.media_encryption:type_name -> livekit.SIPMediaEncryption + 50, // 44: livekit.TransferSIPParticipantRequest.headers:type_name -> livekit.TransferSIPParticipantRequest.HeadersEntry + 39, // 45: livekit.SIPCallInfo.from_uri:type_name -> livekit.SIPUri + 39, // 46: livekit.SIPCallInfo.to_uri:type_name -> livekit.SIPUri + 5, // 47: livekit.SIPCallInfo.enabled_features:type_name -> livekit.SIPFeature + 6, // 48: livekit.SIPCallInfo.call_direction:type_name -> livekit.SIPCallDirection + 4, // 49: livekit.SIPCallInfo.call_status:type_name -> livekit.SIPCallStatus + 54, // 50: livekit.SIPCallInfo.disconnect_reason:type_name -> livekit.DisconnectReason + 1, // 51: livekit.SIPUri.transport:type_name -> livekit.SIPTransport + 19, // 52: livekit.SIP.ListSIPTrunk:input_type -> livekit.ListSIPTrunkRequest + 11, // 53: livekit.SIP.CreateSIPInboundTrunk:input_type -> livekit.CreateSIPInboundTrunkRequest + 13, // 54: livekit.SIP.CreateSIPOutboundTrunk:input_type -> livekit.CreateSIPOutboundTrunkRequest + 15, // 55: livekit.SIP.GetSIPInboundTrunk:input_type -> livekit.GetSIPInboundTrunkRequest + 17, // 56: livekit.SIP.GetSIPOutboundTrunk:input_type -> livekit.GetSIPOutboundTrunkRequest + 21, // 57: livekit.SIP.ListSIPInboundTrunk:input_type -> livekit.ListSIPInboundTrunkRequest + 23, // 58: livekit.SIP.ListSIPOutboundTrunk:input_type -> livekit.ListSIPOutboundTrunkRequest + 25, // 59: livekit.SIP.DeleteSIPTrunk:input_type -> livekit.DeleteSIPTrunkRequest + 30, // 60: livekit.SIP.CreateSIPDispatchRule:input_type -> livekit.CreateSIPDispatchRuleRequest + 32, // 61: livekit.SIP.ListSIPDispatchRule:input_type -> livekit.ListSIPDispatchRuleRequest + 34, // 62: livekit.SIP.DeleteSIPDispatchRule:input_type -> livekit.DeleteSIPDispatchRuleRequest + 35, // 63: livekit.SIP.CreateSIPParticipant:input_type -> livekit.CreateSIPParticipantRequest + 37, // 64: livekit.SIP.TransferSIPParticipant:input_type -> livekit.TransferSIPParticipantRequest + 20, // 65: livekit.SIP.ListSIPTrunk:output_type -> livekit.ListSIPTrunkResponse + 12, // 66: livekit.SIP.CreateSIPInboundTrunk:output_type -> livekit.SIPInboundTrunkInfo + 14, // 67: livekit.SIP.CreateSIPOutboundTrunk:output_type -> livekit.SIPOutboundTrunkInfo + 16, // 68: livekit.SIP.GetSIPInboundTrunk:output_type -> livekit.GetSIPInboundTrunkResponse + 18, // 69: livekit.SIP.GetSIPOutboundTrunk:output_type -> livekit.GetSIPOutboundTrunkResponse + 22, // 70: livekit.SIP.ListSIPInboundTrunk:output_type -> livekit.ListSIPInboundTrunkResponse + 24, // 71: livekit.SIP.ListSIPOutboundTrunk:output_type -> livekit.ListSIPOutboundTrunkResponse + 10, // 72: livekit.SIP.DeleteSIPTrunk:output_type -> livekit.SIPTrunkInfo + 31, // 73: livekit.SIP.CreateSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo + 33, // 74: livekit.SIP.ListSIPDispatchRule:output_type -> livekit.ListSIPDispatchRuleResponse + 31, // 75: livekit.SIP.DeleteSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo + 36, // 76: livekit.SIP.CreateSIPParticipant:output_type -> livekit.SIPParticipantInfo + 55, // 77: livekit.SIP.TransferSIPParticipant:output_type -> google.protobuf.Empty + 65, // [65:78] is the sub-list for method output_type + 52, // [52:65] is the sub-list for method input_type + 52, // [52:52] is the sub-list for extension type_name + 52, // [52:52] is the sub-list for extension extendee + 0, // [0:52] is the sub-list for field type_name } func init() { file_livekit_sip_proto_init() } @@ -3757,7 +4109,7 @@ func file_livekit_sip_proto_init() { } file_livekit_models_proto_init() file_livekit_room_proto_init() - file_livekit_sip_proto_msgTypes[20].OneofWrappers = []any{ + file_livekit_sip_proto_msgTypes[21].OneofWrappers = []any{ (*SIPDispatchRule_DispatchRuleDirect)(nil), (*SIPDispatchRule_DispatchRuleIndividual)(nil), (*SIPDispatchRule_DispatchRuleCallee)(nil), @@ -3767,8 +4119,8 @@ func file_livekit_sip_proto_init() { File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_livekit_sip_proto_rawDesc), len(file_livekit_sip_proto_rawDesc)), - NumEnums: 7, - NumMessages: 42, + NumEnums: 8, + NumMessages: 43, NumExtensions: 0, NumServices: 1, }, diff --git a/livekit/livekit_sip.twirp.go b/livekit/livekit_sip.twirp.go index b2c84543..55aacf16 100644 --- a/livekit/livekit_sip.twirp.go +++ b/livekit/livekit_sip.twirp.go @@ -3867,180 +3867,228 @@ func (s *sIPServer) PathPrefix() string { } var twirpFileDescriptor4 = []byte{ - // 2786 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0x4f, 0x93, 0x1b, 0x47, - 0x15, 0x5f, 0xfd, 0x5b, 0x49, 0x4f, 0xbb, 0xd2, 0x6c, 0xef, 0x9f, 0xc8, 0x5a, 0x3b, 0x71, 0x29, - 0x71, 0x1c, 0x6f, 0x52, 0x72, 0x65, 0x5d, 0x04, 0x30, 0x95, 0x80, 0x56, 0xd2, 0xda, 0xc2, 0x6b, - 0x49, 0x19, 0x69, 0x49, 0x4c, 0x05, 0x86, 0x59, 0x4d, 0xef, 0x6e, 0xc7, 0xd2, 0xcc, 0x30, 0xd3, - 0xb2, 0xbd, 0x14, 0xdc, 0xe1, 0x42, 0x15, 0x1f, 0x81, 0x0b, 0x07, 0xf8, 0x06, 0x9c, 0x38, 0xf0, - 0x35, 0xb8, 0x70, 0xe4, 0x40, 0xc1, 0x37, 0xa0, 0xfa, 0xcf, 0x8c, 0x66, 0x46, 0x23, 0xad, 0x64, - 0x93, 0x0b, 0xdc, 0x66, 0xde, 0x7b, 0xfd, 0xe6, 0xf5, 0xeb, 0xdf, 0xfb, 0x75, 0xf7, 0x93, 0x60, - 0x6b, 0x44, 0x5e, 0xe0, 0xe7, 0x84, 0x6a, 0x2e, 0xb1, 0x6b, 0xb6, 0x63, 0x51, 0x0b, 0x65, 0xa5, - 0xa8, 0xf2, 0xf6, 0x85, 0x65, 0x5d, 0x8c, 0xf0, 0x7d, 0x2e, 0x3e, 0x9b, 0x9c, 0xdf, 0x37, 0x26, - 0x8e, 0x4e, 0x89, 0x65, 0x0a, 0xc3, 0xca, 0x7e, 0x54, 0x8f, 0xc7, 0x36, 0xbd, 0x92, 0xca, 0x1d, - 0xcf, 0xf1, 0xd8, 0x32, 0xf0, 0xc8, 0x95, 0x52, 0xe4, 0x49, 0x1d, 0xcb, 0x1a, 0x0b, 0x59, 0xf5, - 0x6f, 0x29, 0xd8, 0x6d, 0x38, 0x58, 0xa7, 0xb8, 0xdf, 0xee, 0x0d, 0x9c, 0x89, 0xf9, 0x5c, 0xc5, - 0x3f, 0x9f, 0x60, 0x97, 0xa2, 0x0f, 0x61, 0x8b, 0x98, 0x67, 0xd6, 0xc4, 0x34, 0x34, 0xdd, 0x30, - 0x1c, 0xec, 0xba, 0xd8, 0x2d, 0x27, 0x6e, 0xa7, 0x3e, 0xc8, 0xab, 0x8a, 0x54, 0xd4, 0x3d, 0x39, - 0xba, 0x07, 0x8a, 0x35, 0xa1, 0x21, 0xeb, 0x72, 0xf2, 0x76, 0xe2, 0x83, 0xbc, 0x5a, 0xf2, 0xe4, - 0xd2, 0x18, 0xdd, 0x05, 0x5f, 0xa4, 0x99, 0x93, 0xf1, 0x19, 0x76, 0xca, 0x29, 0x6e, 0x59, 0xf4, - 0xc4, 0x1d, 0x2e, 0x45, 0x9f, 0xc0, 0xae, 0x17, 0x80, 0xb0, 0x73, 0x35, 0x07, 0x5f, 0xe0, 0x57, - 0xe5, 0x34, 0x0b, 0xe2, 0x28, 0x59, 0x4e, 0xa8, 0xdb, 0xd2, 0x40, 0x8c, 0x70, 0x55, 0xa6, 0x66, - 0x1f, 0x88, 0x8c, 0x2b, 0xe7, 0x79, 0xd8, 0xc5, 0xb0, 0x35, 0x0b, 0xda, 0x33, 0x9c, 0xb8, 0xd8, - 0x31, 0xf5, 0x31, 0x2e, 0x67, 0x44, 0xd0, 0x52, 0x7e, 0x2a, 0xc5, 0x41, 0x53, 0x5b, 0x77, 0xdd, - 0x97, 0x96, 0x63, 0x94, 0xd7, 0x43, 0xa6, 0x3d, 0x29, 0x66, 0x79, 0xf3, 0xe7, 0xe7, 0xbb, 0xcd, - 0x72, 0x5b, 0x3f, 0x47, 0xbe, 0xdf, 0xa0, 0xb1, 0xef, 0x38, 0x17, 0x36, 0xf6, 0x3d, 0x23, 0x48, - 0x73, 0x67, 0xc0, 0xf5, 0xfc, 0x19, 0x55, 0x20, 0x37, 0xc6, 0x54, 0x37, 0x74, 0xaa, 0x97, 0x0b, - 0x5c, 0xee, 0xbf, 0x3f, 0x4c, 0x96, 0x13, 0xd5, 0x3f, 0x64, 0x60, 0xc3, 0x5b, 0xd9, 0xb6, 0x79, - 0x6e, 0xa1, 0xdb, 0xb0, 0xe1, 0x12, 0x5b, 0xa3, 0x4c, 0xa0, 0x11, 0xa3, 0x9c, 0xe0, 0x83, 0xc0, - 0x25, 0xb6, 0xb0, 0x31, 0xd0, 0x03, 0x48, 0x3f, 0x27, 0xa6, 0x51, 0x2e, 0xde, 0x4e, 0x7c, 0x50, - 0x3c, 0x7c, 0xa7, 0x26, 0x51, 0x53, 0x0b, 0xba, 0xa9, 0xf1, 0xa7, 0x27, 0xc4, 0x34, 0x54, 0x6e, - 0x1c, 0x8f, 0x96, 0xe4, 0x0a, 0x68, 0x49, 0x2d, 0x8d, 0x96, 0x74, 0x2c, 0x5a, 0x1e, 0x40, 0x9e, - 0x3a, 0xba, 0xe9, 0xda, 0x96, 0x43, 0xcb, 0x9b, 0x3c, 0xf4, 0xdd, 0x70, 0xe8, 0x52, 0xa9, 0x4e, - 0xed, 0xe6, 0x43, 0x2c, 0xb3, 0x32, 0xc4, 0x60, 0x69, 0x88, 0xad, 0x2f, 0x0f, 0xb1, 0xec, 0x0a, - 0x10, 0xcb, 0xad, 0x02, 0xb1, 0xfc, 0x35, 0x10, 0x2b, 0xcc, 0x81, 0xd8, 0x46, 0x18, 0x62, 0xd5, - 0x26, 0xe4, 0x7d, 0x24, 0x20, 0x05, 0x36, 0x06, 0xea, 0x69, 0xe7, 0x89, 0x76, 0xd2, 0x7a, 0x54, - 0x6f, 0x3c, 0x53, 0xd6, 0xd0, 0x16, 0x6c, 0x0a, 0x49, 0xbb, 0x73, 0xd4, 0x3d, 0xed, 0x34, 0x95, - 0x04, 0x42, 0x50, 0x14, 0xa2, 0xee, 0xe9, 0x40, 0xc8, 0x92, 0x1c, 0xa8, 0x2a, 0xdc, 0xf4, 0x79, - 0xa8, 0x2d, 0xe6, 0x1b, 0xa2, 0xa3, 0x43, 0xc8, 0x70, 0xcc, 0x72, 0xc0, 0x16, 0x0e, 0x6f, 0x06, - 0xd7, 0x36, 0x68, 0xcf, 0xd0, 0xa9, 0x0a, 0xd3, 0xea, 0x5f, 0x73, 0xb0, 0x1d, 0xa3, 0x5e, 0xa2, - 0x06, 0xbc, 0x3c, 0x24, 0xe7, 0xe4, 0x21, 0x15, 0xce, 0x03, 0x2a, 0x43, 0xd6, 0x03, 0x02, 0x67, - 0x27, 0xd5, 0x7b, 0x65, 0xe9, 0xd7, 0x47, 0x23, 0xeb, 0x25, 0x0e, 0x16, 0x46, 0x46, 0x14, 0x86, - 0x54, 0x4c, 0x0b, 0xe3, 0x2e, 0x94, 0x3c, 0x63, 0xcf, 0xdd, 0xba, 0xc0, 0x95, 0x14, 0x7b, 0xb8, - 0x7a, 0x17, 0x36, 0xf5, 0x09, 0xbd, 0x8c, 0x12, 0xcc, 0x06, 0x13, 0xfa, 0x2b, 0xef, 0x19, 0x45, - 0x88, 0x85, 0x1b, 0xf9, 0x2b, 0xde, 0x80, 0xec, 0x25, 0xd6, 0x0d, 0x8f, 0x25, 0x0b, 0x87, 0xf7, - 0x16, 0x65, 0xb6, 0xf6, 0x58, 0xd8, 0xb6, 0x4c, 0xea, 0x5c, 0xa9, 0xde, 0x48, 0x44, 0x60, 0x57, - 0x3e, 0x6a, 0xd4, 0xd2, 0x74, 0x4a, 0x1d, 0x72, 0x36, 0xa1, 0x58, 0x54, 0x45, 0xe1, 0xf0, 0x5b, - 0xcb, 0xb8, 0x1c, 0x58, 0x75, 0x7f, 0x9c, 0x70, 0xbf, 0x7d, 0x39, 0xab, 0x61, 0x9f, 0x9a, 0xfa, - 0x67, 0x5f, 0xf3, 0xa2, 0x2f, 0x2e, 0xf1, 0xa9, 0xa9, 0x9f, 0x81, 0x15, 0x9a, 0xc9, 0xb6, 0x3e, - 0xab, 0x41, 0x47, 0xac, 0xca, 0x87, 0xa3, 0x89, 0x81, 0xfd, 0x8f, 0x94, 0x38, 0xb1, 0xdc, 0x08, - 0x7e, 0x44, 0x58, 0x77, 0x6d, 0xb6, 0x37, 0xbb, 0x8c, 0x00, 0xf8, 0x88, 0x80, 0x0f, 0x87, 0x98, - 0x17, 0xc4, 0xbc, 0xd0, 0x28, 0x19, 0x63, 0x6b, 0x42, 0x79, 0x6d, 0x15, 0x0e, 0x6f, 0xd4, 0xc4, - 0x06, 0x5e, 0xf3, 0x36, 0xf0, 0x5a, 0x53, 0x6e, 0xf0, 0x6a, 0x51, 0x8e, 0x18, 0x88, 0x01, 0xa8, - 0x05, 0x5b, 0x63, 0xfd, 0x95, 0x36, 0xd4, 0x47, 0x23, 0xcd, 0x3b, 0x05, 0xf0, 0x4a, 0x5c, 0xe8, - 0xa5, 0x34, 0xd6, 0x5f, 0x35, 0xf4, 0xd1, 0xc8, 0x13, 0x30, 0x38, 0x3c, 0x77, 0x88, 0x6b, 0x6b, - 0xd8, 0xd4, 0xcf, 0x46, 0xd8, 0xe0, 0x2c, 0x99, 0x53, 0x37, 0xb8, 0xb0, 0x25, 0x64, 0xe8, 0x18, - 0x94, 0x31, 0x36, 0x88, 0xae, 0x61, 0x73, 0xe8, 0x5c, 0xf1, 0x49, 0x95, 0x15, 0x3e, 0xe9, 0xfd, - 0xe0, 0xa4, 0x9f, 0x32, 0x9b, 0x96, 0x6f, 0xa2, 0x96, 0xc6, 0x61, 0x41, 0xe5, 0x21, 0x6c, 0x04, - 0x13, 0x8c, 0x14, 0x48, 0x3d, 0xc7, 0x57, 0xb2, 0xd2, 0xd8, 0x23, 0xda, 0x81, 0xcc, 0x0b, 0x7d, - 0x34, 0xf1, 0x6a, 0x4c, 0xbc, 0x3c, 0x4c, 0x7e, 0x27, 0x51, 0x39, 0x86, 0xf2, 0x3c, 0x4c, 0xac, - 0xea, 0x67, 0xde, 0x82, 0xaf, 0xe2, 0xa7, 0x3a, 0x80, 0x5b, 0x3e, 0x35, 0x75, 0x25, 0x63, 0x86, - 0xb8, 0xe9, 0x41, 0x98, 0x9b, 0x6e, 0x05, 0x33, 0x15, 0x1a, 0x10, 0x24, 0xa7, 0xdf, 0x65, 0x61, - 0x27, 0x4e, 0xff, 0xcd, 0xb0, 0x93, 0xb7, 0xcd, 0x8a, 0xcd, 0xd3, 0x7b, 0x0d, 0xef, 0x9a, 0x99, - 0x25, 0x77, 0xcd, 0x00, 0xd9, 0xad, 0x87, 0xc9, 0xee, 0xbf, 0x47, 0x4b, 0xcd, 0x28, 0x2d, 0x1d, - 0x2c, 0x4c, 0xea, 0x1c, 0x5e, 0xfa, 0x7a, 0x31, 0x2f, 0x7d, 0xb2, 0x94, 0xcf, 0x25, 0x89, 0xe9, - 0xeb, 0x79, 0xc4, 0x54, 0x58, 0xe6, 0x5b, 0x6f, 0xcc, 0x4c, 0x1b, 0xab, 0x32, 0x53, 0x5c, 0xa5, - 0x6f, 0xfe, 0x9f, 0x57, 0xfa, 0xa7, 0x70, 0xe3, 0x11, 0xa6, 0x73, 0x4e, 0x20, 0xd7, 0xd6, 0x65, - 0xb5, 0x07, 0x95, 0xb8, 0xe1, 0xae, 0x6d, 0x99, 0x2e, 0x7e, 0xad, 0x13, 0xcc, 0x67, 0x9e, 0xc7, - 0x58, 0xde, 0xb9, 0x3e, 0x22, 0x15, 0xf6, 0x63, 0xc7, 0xcb, 0x90, 0x5e, 0x8b, 0xb8, 0x8e, 0x60, - 0xfb, 0x84, 0xb8, 0x34, 0x7a, 0x5f, 0xbc, 0x0b, 0x69, 0x5b, 0xbf, 0xc0, 0xd2, 0xd5, 0xb6, 0xef, - 0xaa, 0xa7, 0x5f, 0x10, 0x53, 0x6c, 0x49, 0xdc, 0x80, 0x9f, 0xf6, 0x1e, 0xc1, 0x4e, 0xd8, 0x87, - 0x0c, 0xe8, 0x43, 0xc8, 0x10, 0x8a, 0xc7, 0xe2, 0xa2, 0x59, 0x88, 0x72, 0x91, 0x1f, 0x08, 0xb7, - 0xe1, 0x8e, 0x7e, 0x09, 0x15, 0xe9, 0x28, 0x6e, 0xc9, 0xbc, 0x98, 0x52, 0xd7, 0xc4, 0x84, 0xf6, - 0x19, 0x0f, 0x8a, 0x2c, 0x7a, 0x97, 0xdc, 0x1c, 0x15, 0x39, 0x74, 0x83, 0x7c, 0x97, 0x0c, 0xf1, - 0x5d, 0xf5, 0x73, 0xd8, 0x8f, 0xfd, 0xfa, 0x74, 0xc5, 0x83, 0xb3, 0xb9, 0x66, 0xc5, 0xb9, 0x69, - 0xf5, 0x57, 0xbe, 0xcb, 0xd8, 0x25, 0xff, 0xa6, 0x67, 0xd4, 0x87, 0x9b, 0xf1, 0x9f, 0x9f, 0x22, - 0x26, 0x38, 0xa5, 0xeb, 0x10, 0x23, 0xe6, 0xf4, 0x5d, 0xd8, 0x6d, 0xe2, 0x11, 0x9e, 0xed, 0x31, - 0x5c, 0x0f, 0xe0, 0x63, 0xd8, 0xed, 0xb7, 0x7b, 0x4d, 0xe2, 0xda, 0x3a, 0x1d, 0x5e, 0xaa, 0x93, - 0x11, 0x6e, 0x12, 0x07, 0x0f, 0x29, 0x9b, 0x9f, 0x63, 0x59, 0x63, 0x8d, 0x6f, 0x33, 0x62, 0x5c, - 0x8e, 0x09, 0x3a, 0x6c, 0x8b, 0x51, 0x20, 0x65, 0x13, 0x53, 0xd6, 0x37, 0x7b, 0xac, 0x76, 0xe0, - 0x46, 0xc4, 0x4f, 0xdb, 0x34, 0xc8, 0x0b, 0x62, 0x4c, 0xf4, 0x11, 0x7a, 0x07, 0x0a, 0xdc, 0x97, - 0xed, 0xe0, 0x73, 0xf2, 0xca, 0x8b, 0x82, 0x89, 0x7a, 0x5c, 0x12, 0xe3, 0xef, 0x72, 0x26, 0x2e, - 0x76, 0xd6, 0xc2, 0xf8, 0x35, 0x7c, 0xa1, 0x9b, 0x90, 0x77, 0x74, 0xd3, 0xb0, 0xc6, 0xe4, 0x17, - 0x62, 0x61, 0x73, 0xea, 0x54, 0x50, 0xfd, 0x7d, 0x12, 0x4a, 0x91, 0x4f, 0x21, 0x15, 0x76, 0x0c, - 0xf9, 0xae, 0x39, 0x93, 0x11, 0xd6, 0x0c, 0x9e, 0x14, 0x59, 0x7b, 0x6f, 0x07, 0x17, 0x65, 0x36, - 0x75, 0x8f, 0xd7, 0x54, 0x64, 0xcc, 0x26, 0xf4, 0xa7, 0x50, 0x0e, 0xfb, 0x24, 0x7e, 0x82, 0x78, - 0xb0, 0x85, 0xc3, 0xea, 0x3c, 0xbf, 0xd3, 0x54, 0x3e, 0x5e, 0x53, 0xf7, 0x8c, 0xf8, 0x24, 0xcf, - 0xc4, 0x3c, 0xe4, 0x09, 0x93, 0x48, 0x9e, 0x1b, 0xb3, 0x48, 0x6b, 0x34, 0x66, 0x21, 0x3d, 0x5a, - 0x87, 0x34, 0x73, 0x55, 0xfd, 0x7b, 0x2a, 0x70, 0x7b, 0x0c, 0x8e, 0xf6, 0x80, 0xf6, 0x91, 0x30, - 0x94, 0x09, 0x2a, 0xcf, 0xfb, 0x98, 0xca, 0xad, 0xc2, 0xb5, 0x93, 0x8c, 0xd4, 0xce, 0x01, 0x6c, - 0x5d, 0x12, 0x03, 0x6b, 0xf6, 0xa5, 0x65, 0xe2, 0x60, 0x07, 0x2b, 0xa7, 0x96, 0x98, 0xa2, 0xc7, - 0xe4, 0xb2, 0x29, 0x11, 0xd3, 0x27, 0x58, 0x8f, 0xed, 0x13, 0x78, 0x27, 0xba, 0xf4, 0x9c, 0x13, - 0x5d, 0x26, 0x72, 0xa2, 0x3b, 0x05, 0x08, 0x9c, 0x66, 0xb2, 0x91, 0xab, 0xcf, 0xa2, 0x54, 0xd4, - 0xa2, 0x87, 0x99, 0x80, 0xa3, 0x20, 0x78, 0x5d, 0x4c, 0xe5, 0xc1, 0xcc, 0x03, 0xaf, 0x8b, 0x29, - 0xfa, 0x9e, 0x34, 0x18, 0x5a, 0xe6, 0x39, 0xb9, 0xe0, 0x6d, 0x84, 0xc2, 0x61, 0xc5, 0xff, 0xb0, - 0x6a, 0x59, 0xe3, 0x06, 0x57, 0x79, 0xb7, 0x10, 0x3e, 0x58, 0x88, 0x2a, 0x9f, 0x42, 0xe9, 0x0d, - 0x36, 0xf9, 0xea, 0x3f, 0xd3, 0xfc, 0x36, 0x1f, 0x06, 0xde, 0xb9, 0x85, 0xee, 0xc3, 0x0e, 0x23, - 0x91, 0x08, 0x78, 0x3d, 0x32, 0xd9, 0x72, 0x89, 0x1d, 0x1a, 0x62, 0xf8, 0x60, 0x48, 0xae, 0x0e, - 0x86, 0xd4, 0x32, 0x60, 0x48, 0x2f, 0x0d, 0x86, 0xec, 0x42, 0x30, 0x64, 0xe6, 0x80, 0x61, 0x3d, - 0x02, 0x86, 0x93, 0x10, 0x18, 0x72, 0x1c, 0x0c, 0x1f, 0xcd, 0xaf, 0xd5, 0xd0, 0x69, 0xf3, 0x5a, - 0x0c, 0xe4, 0xaf, 0xc3, 0x00, 0xac, 0x82, 0x81, 0xd9, 0x4b, 0x68, 0x61, 0xc9, 0x4b, 0xe8, 0xc6, - 0x6b, 0x1c, 0x4d, 0xdf, 0x10, 0x70, 0xbf, 0x4d, 0xf8, 0x87, 0x8b, 0x38, 0x4e, 0x59, 0x7a, 0x2b, - 0x3e, 0x80, 0xad, 0x28, 0x38, 0xbd, 0x2d, 0xb9, 0x14, 0x22, 0x4b, 0xc3, 0x5d, 0x48, 0x3d, 0x81, - 0xe3, 0x46, 0x38, 0x9e, 0x25, 0x8e, 0x1b, 0x51, 0x08, 0x78, 0x5b, 0x73, 0x17, 0x6e, 0xfa, 0x5b, - 0x73, 0xdc, 0x24, 0x57, 0x2d, 0xae, 0xea, 0xbf, 0x73, 0xb0, 0xef, 0xf3, 0x4f, 0x4f, 0x77, 0x28, - 0x19, 0x12, 0x5b, 0x37, 0xe9, 0xd2, 0x5b, 0x3e, 0x7a, 0x1b, 0x0a, 0xcc, 0x82, 0xb7, 0x3b, 0xa8, - 0x25, 0x97, 0x25, 0xef, 0x12, 0x9b, 0x91, 0xfe, 0xc0, 0x42, 0xb7, 0x80, 0x59, 0x7b, 0xc5, 0x56, - 0xf2, 0xd5, 0xb2, 0xcc, 0x42, 0x07, 0x83, 0x54, 0xe4, 0x60, 0xf0, 0x31, 0xec, 0xd8, 0xd3, 0x98, - 0x34, 0x62, 0x60, 0x93, 0x12, 0x7a, 0x25, 0x79, 0x77, 0x3b, 0xa0, 0x6b, 0x4b, 0x15, 0xba, 0x07, - 0x4a, 0x70, 0x48, 0xe0, 0x5a, 0x5b, 0x0a, 0xc8, 0xe3, 0xbc, 0xfb, 0x05, 0x9b, 0x9b, 0xf1, 0xfe, - 0xd4, 0xab, 0xdd, 0x17, 0xb0, 0x17, 0x1c, 0x12, 0xa8, 0x63, 0x71, 0xed, 0xfd, 0xfe, 0x2c, 0xa9, - 0xcf, 0x26, 0xb5, 0x16, 0x10, 0x45, 0x4b, 0x7b, 0xd7, 0x8e, 0xd3, 0x31, 0x8e, 0x31, 0xe8, 0xf8, - 0xdc, 0xe3, 0x18, 0xf6, 0x8c, 0xee, 0xc2, 0xa6, 0x3d, 0xd2, 0xaf, 0x34, 0x87, 0x98, 0x17, 0xd4, - 0x32, 0x45, 0xa7, 0x3a, 0xc7, 0xbb, 0xe0, 0x1b, 0x4c, 0xa1, 0x4a, 0x39, 0x2b, 0x62, 0x6e, 0x68, - 0x10, 0x7d, 0xc4, 0x0d, 0x65, 0x27, 0x89, 0x09, 0x9b, 0x52, 0x16, 0x4f, 0x8d, 0x10, 0x4f, 0x8d, - 0x4f, 0xa6, 0xb7, 0x7d, 0x85, 0x4f, 0xfb, 0xe3, 0xa5, 0xa6, 0x1d, 0x7f, 0xe9, 0x8f, 0xb9, 0x1c, - 0x6f, 0xfd, 0x2f, 0xb5, 0xed, 0x8a, 0x4b, 0x32, 0x26, 0x5a, 0x9d, 0x31, 0x51, 0x0d, 0xb6, 0x5f, - 0xea, 0x84, 0x6a, 0x13, 0x93, 0x92, 0x91, 0xa6, 0x9b, 0xee, 0x4b, 0xec, 0x60, 0xa3, 0xbc, 0xcd, - 0x3f, 0xb9, 0xc5, 0x54, 0xa7, 0x4c, 0x53, 0x97, 0x8a, 0xca, 0x63, 0xa8, 0xcc, 0xc7, 0xde, 0x4a, - 0x57, 0xf8, 0x37, 0x68, 0x23, 0x54, 0xff, 0x94, 0x00, 0x14, 0x46, 0x08, 0x3f, 0x18, 0xdc, 0x81, - 0x62, 0xb8, 0xd8, 0xa5, 0xb7, 0xcd, 0x50, 0x99, 0xcf, 0xe5, 0x84, 0xe4, 0x7c, 0x4e, 0x58, 0xc8, - 0x31, 0x41, 0xfe, 0x22, 0x86, 0xa4, 0x16, 0x8f, 0xbf, 0xda, 0x46, 0xf5, 0x2f, 0x49, 0xb8, 0xc5, - 0xfb, 0x6a, 0xe7, 0xd8, 0x89, 0xe7, 0xc8, 0x79, 0x11, 0x25, 0x96, 0x8c, 0x28, 0x19, 0x89, 0xe8, - 0x1d, 0x28, 0x50, 0xf9, 0x41, 0xc6, 0xa8, 0x22, 0x60, 0xf0, 0x44, 0x03, 0x6b, 0xb6, 0xa0, 0xd3, - 0x31, 0x05, 0xfd, 0x74, 0x5a, 0xa4, 0x19, 0x5e, 0xa4, 0x0f, 0x7c, 0x68, 0x2d, 0x9c, 0x4e, 0x7c, - 0x99, 0xbe, 0xd1, 0x82, 0xff, 0x2b, 0x0d, 0x85, 0x7e, 0xbb, 0xc7, 0x13, 0xca, 0x56, 0xfa, 0x2d, - 0xc8, 0x7a, 0xe9, 0x16, 0xe3, 0xd7, 0x87, 0x3c, 0xd7, 0xe8, 0x06, 0xe4, 0xfc, 0x9d, 0x46, 0x78, - 0xc9, 0xca, 0xdd, 0x74, 0xf1, 0x1a, 0xbe, 0x05, 0x59, 0xae, 0xf4, 0xd7, 0x6f, 0x9d, 0xbd, 0x2e, - 0x00, 0x4b, 0x66, 0xfe, 0xd2, 0x1c, 0x40, 0xee, 0xdc, 0xb1, 0xc6, 0xda, 0xc4, 0x21, 0x9c, 0x51, - 0x0b, 0x87, 0xa5, 0x60, 0x4d, 0x9e, 0x3a, 0x44, 0xcd, 0x32, 0x83, 0x53, 0x87, 0xa0, 0xf7, 0x61, - 0x9d, 0x5a, 0xdc, 0x32, 0x1b, 0x6f, 0x99, 0xa1, 0x16, 0xb3, 0xfb, 0x0c, 0x14, 0x49, 0x07, 0xda, - 0x39, 0xd6, 0xe9, 0xc4, 0xc1, 0xe2, 0x07, 0x90, 0x62, 0xe0, 0x1c, 0xd2, 0x6f, 0xf7, 0x8e, 0x85, - 0x4e, 0x2d, 0x49, 0x63, 0xf9, 0xee, 0xa2, 0x1f, 0x40, 0x51, 0xf0, 0x12, 0xbf, 0xfb, 0x31, 0xb6, - 0x88, 0xf9, 0x65, 0x83, 0xd3, 0x90, 0x67, 0xa0, 0x6e, 0x0e, 0x83, 0xaf, 0xe8, 0xdb, 0x50, 0xe0, - 0x1e, 0x5c, 0xaa, 0xd3, 0x89, 0xcb, 0xb7, 0xb8, 0xe2, 0xe1, 0x5e, 0x74, 0x78, 0x9f, 0x6b, 0x55, - 0x18, 0xfa, 0xcf, 0x6c, 0xfb, 0x1e, 0x72, 0x4e, 0x37, 0x34, 0x5d, 0x1c, 0x2f, 0x53, 0x6a, 0x5e, - 0x4a, 0xea, 0x94, 0xef, 0xee, 0x54, 0x77, 0xa4, 0x1a, 0x84, 0x5a, 0x4a, 0xea, 0x94, 0x2d, 0x28, - 0x36, 0x0d, 0xa1, 0x2c, 0x70, 0x65, 0x96, 0xbf, 0xd7, 0x29, 0x3a, 0xe6, 0xc7, 0xac, 0xa1, 0x65, - 0x9a, 0x78, 0x48, 0x35, 0x07, 0xeb, 0xae, 0x7f, 0x6c, 0x9c, 0x4e, 0xab, 0xe9, 0x5b, 0xa8, 0xdc, - 0x40, 0x55, 0x8c, 0x88, 0x84, 0xc1, 0x0e, 0x3b, 0x8e, 0xe5, 0xf0, 0x5d, 0x2d, 0xaf, 0x8a, 0x97, - 0xea, 0x6f, 0x12, 0xb0, 0x2e, 0xd6, 0x80, 0xed, 0x9d, 0x13, 0x17, 0x3b, 0x12, 0x6a, 0xfc, 0x99, - 0xc9, 0x2e, 0x2d, 0x97, 0x7a, 0x2d, 0x79, 0xf6, 0x8c, 0x8a, 0x90, 0x24, 0xb6, 0x84, 0x56, 0x92, - 0xd8, 0xcc, 0x86, 0xf7, 0xd9, 0x19, 0xa2, 0x36, 0x55, 0xfe, 0xfc, 0x5a, 0x0d, 0xf8, 0x83, 0xe7, - 0xf2, 0x37, 0x7d, 0xaf, 0x21, 0xbf, 0xc7, 0xe9, 0x4f, 0x1b, 0xa8, 0xf5, 0x4e, 0xbf, 0xd7, 0x55, - 0x07, 0x5a, 0xfd, 0x74, 0xd0, 0x55, 0xd6, 0xd0, 0x2e, 0x6c, 0x85, 0xe5, 0xa7, 0xcd, 0x9e, 0x92, - 0x98, 0x15, 0x0f, 0x1a, 0x3d, 0x25, 0x19, 0x23, 0x3e, 0xe9, 0x2b, 0xa9, 0x83, 0x0e, 0x28, 0xd1, - 0xed, 0x12, 0x21, 0x28, 0x32, 0xd3, 0x4e, 0x57, 0x7b, 0xdc, 0xaa, 0x37, 0x5b, 0x6a, 0x5f, 0xfc, - 0xd6, 0xcb, 0x64, 0x5f, 0xfa, 0xa2, 0x04, 0xda, 0xe6, 0x9d, 0x0b, 0xad, 0x7e, 0x72, 0xe2, 0x0b, - 0x93, 0x07, 0x16, 0x0f, 0x36, 0xb2, 0x13, 0xa1, 0x5b, 0xbc, 0x3f, 0xa3, 0x3d, 0x6d, 0x35, 0xdb, - 0x75, 0xad, 0xd5, 0x69, 0xa8, 0xcf, 0x7a, 0x03, 0xad, 0xd9, 0xee, 0xd7, 0x8f, 0x4e, 0x5a, 0xca, - 0x1a, 0xda, 0x87, 0xb7, 0x66, 0xd5, 0xf5, 0x93, 0x93, 0xee, 0x17, 0x4a, 0x22, 0x7e, 0xac, 0xda, - 0xfa, 0xfc, 0xb4, 0xad, 0xb6, 0x94, 0xe4, 0xc1, 0x4b, 0x1e, 0xd8, 0x14, 0x8d, 0x7c, 0xa2, 0x8d, - 0xbe, 0xd6, 0x60, 0x71, 0xb5, 0x3b, 0x8d, 0xee, 0xd3, 0x76, 0xe7, 0x91, 0xb2, 0x86, 0x2a, 0xb0, - 0xc7, 0xc4, 0xbd, 0xba, 0x3a, 0x68, 0x37, 0xda, 0xbd, 0x7a, 0x67, 0xa0, 0xfd, 0xb0, 0xdb, 0xee, - 0xb4, 0x9a, 0x4a, 0x02, 0x15, 0x01, 0x98, 0xae, 0xde, 0x18, 0xb4, 0x7f, 0xd4, 0x52, 0x92, 0x68, - 0x07, 0x14, 0xf6, 0xde, 0x6c, 0xf7, 0x1b, 0xdd, 0x4e, 0xa7, 0xd5, 0x18, 0xb4, 0x9a, 0x4a, 0x0a, - 0x6d, 0x42, 0x9e, 0x49, 0x5b, 0xaa, 0xda, 0x55, 0x95, 0xf4, 0xc1, 0x3d, 0x80, 0x69, 0x0d, 0xa2, - 0x1c, 0xa4, 0x3b, 0xdd, 0x4e, 0x4b, 0x64, 0xea, 0x89, 0xda, 0xee, 0xf7, 0xb4, 0x56, 0x87, 0x4d, - 0xaf, 0xa9, 0x24, 0x0e, 0x8e, 0x79, 0x92, 0x43, 0x05, 0x87, 0x4a, 0x50, 0xe8, 0x37, 0x9a, 0xda, - 0x69, 0xe7, 0x49, 0xa7, 0xfb, 0x45, 0x47, 0x59, 0xf3, 0x04, 0xd3, 0xdf, 0xd2, 0x15, 0xd8, 0x60, - 0x82, 0xe9, 0x2f, 0xe9, 0x87, 0x7f, 0xce, 0x43, 0xaa, 0xdf, 0xee, 0xa1, 0x1e, 0x6c, 0x04, 0xfb, - 0xab, 0x68, 0x7a, 0x17, 0x88, 0x69, 0xdd, 0x56, 0x6e, 0xcd, 0xd1, 0x8a, 0x7b, 0x45, 0x35, 0xf5, - 0xeb, 0x64, 0x02, 0x7d, 0x15, 0xf8, 0x9f, 0x50, 0xb0, 0x77, 0x89, 0xee, 0xcc, 0x1e, 0xd5, 0x62, - 0x5a, 0xb1, 0x95, 0x85, 0xcd, 0x4f, 0xa4, 0xc1, 0x5e, 0xfc, 0x4f, 0x6c, 0xe8, 0xfd, 0x59, 0xf7, - 0x71, 0x8d, 0xd1, 0xca, 0xe2, 0x4e, 0x24, 0xfa, 0x09, 0xa0, 0xd9, 0xd6, 0x3c, 0x9a, 0x76, 0xb4, - 0xe6, 0xb6, 0xfd, 0x2b, 0xef, 0x2e, 0xb4, 0x91, 0x57, 0xaf, 0x9f, 0xc1, 0x76, 0x4c, 0x9f, 0x1d, - 0x45, 0xc7, 0xc6, 0x46, 0xfe, 0xde, 0x62, 0xa3, 0xe9, 0x17, 0x62, 0x5a, 0xcd, 0x81, 0x2f, 0xcc, - 0x6f, 0x83, 0x07, 0xbe, 0xb0, 0xa8, 0x5b, 0x3d, 0xf4, 0x7b, 0xf2, 0xe1, 0x49, 0xcc, 0x8c, 0x8e, - 0x9d, 0xc5, 0x9d, 0x6b, 0xac, 0xe4, 0x47, 0x1e, 0x41, 0x31, 0xdc, 0x0a, 0x46, 0xd3, 0xce, 0x5f, - 0x6c, 0x8f, 0xb8, 0x12, 0xff, 0x1b, 0x40, 0x08, 0x8f, 0xa1, 0xde, 0xe8, 0x9d, 0xa5, 0xda, 0x60, - 0x95, 0x85, 0xb7, 0xe3, 0x40, 0xb6, 0x43, 0xbe, 0x67, 0xb2, 0x1d, 0xe7, 0xf9, 0xbd, 0xc5, 0x46, - 0x32, 0x11, 0x5f, 0x05, 0x7a, 0xe2, 0x73, 0xe2, 0x5f, 0x74, 0x31, 0xbf, 0x26, 0xfe, 0x67, 0xb0, - 0x13, 0x77, 0x71, 0x0a, 0xac, 0xe5, 0x82, 0x7b, 0x55, 0x25, 0x74, 0x67, 0x88, 0x9e, 0xaa, 0xbf, - 0x84, 0xbd, 0xf8, 0xe3, 0x5e, 0xa0, 0x54, 0x17, 0x9e, 0x07, 0x2b, 0x7b, 0x33, 0xb7, 0x9f, 0xd6, - 0xd8, 0xa6, 0x57, 0x47, 0xc7, 0x3f, 0x7e, 0xf7, 0x82, 0xd0, 0xcb, 0xc9, 0x59, 0x6d, 0x68, 0x8d, - 0xef, 0x4b, 0x5f, 0xe2, 0x0f, 0x8e, 0x43, 0x6b, 0xe4, 0x09, 0xfe, 0x98, 0xdc, 0x3c, 0x21, 0x2f, - 0xf0, 0x13, 0x42, 0x6b, 0x3d, 0xa6, 0xfa, 0x47, 0xb2, 0x28, 0xdf, 0x1f, 0x3e, 0xe4, 0x82, 0xb3, - 0x75, 0x3e, 0xe4, 0xc1, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x8a, 0xb4, 0x0a, 0x5f, 0x29, - 0x00, 0x00, + // 3563 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0xdb, 0x8f, 0xe3, 0x4a, + 0x5a, 0x9f, 0xc4, 0xe9, 0xee, 0xf4, 0x97, 0xbe, 0xb8, 0xab, 0x7b, 0xfa, 0x64, 0x32, 0xd7, 0xcd, + 0x9c, 0x39, 0x73, 0xa6, 0xcf, 0xaa, 0x87, 0xed, 0x11, 0x0b, 0x0c, 0xda, 0x05, 0x77, 0x5c, 0xdd, + 0x6d, 0x26, 0x6d, 0xe7, 0x94, 0x9d, 0x99, 0xe9, 0xd5, 0x82, 0xf1, 0xc4, 0xee, 0x6e, 0xef, 0x24, + 0x71, 0x70, 0x9c, 0x99, 0x33, 0x08, 0x1e, 0x78, 0x83, 0x17, 0xc4, 0x72, 0x07, 0x89, 0x9b, 0xc4, + 0x45, 0x02, 0x81, 0x84, 0xc4, 0x45, 0xe2, 0x89, 0x07, 0x1e, 0x10, 0x7f, 0x01, 0x12, 0x17, 0xc1, + 0x72, 0x15, 0x0f, 0x5c, 0x24, 0xae, 0x6f, 0xa8, 0xca, 0x65, 0xc7, 0x76, 0x9c, 0x74, 0x7a, 0x86, + 0xf3, 0xc2, 0xbe, 0xd9, 0xdf, 0xf7, 0xd5, 0x57, 0x5f, 0x7d, 0xf5, 0xfb, 0x7e, 0x55, 0xae, 0x32, + 0x6c, 0x74, 0xdd, 0x57, 0xce, 0x4b, 0x37, 0x30, 0x87, 0xee, 0x60, 0x77, 0xe0, 0x7b, 0x81, 0x87, + 0x96, 0xb8, 0xa8, 0x76, 0xeb, 0xcc, 0xf3, 0xce, 0xba, 0xce, 0x43, 0x26, 0x7e, 0x31, 0x3a, 0x7d, + 0x68, 0x8f, 0x7c, 0x2b, 0x70, 0xbd, 0x7e, 0x68, 0x58, 0xbb, 0x9e, 0xd5, 0x3b, 0xbd, 0x41, 0xf0, + 0x86, 0x2b, 0xb7, 0x22, 0xc7, 0x3d, 0xcf, 0x76, 0xba, 0x43, 0x2e, 0x45, 0x91, 0xd4, 0xf7, 0xbc, + 0x5e, 0x28, 0xab, 0x6b, 0xb0, 0xac, 0x2b, 0x2d, 0x3d, 0xb0, 0x82, 0xd1, 0x10, 0xed, 0x40, 0xa9, + 0xe3, 0xd9, 0x4e, 0xb5, 0x70, 0xa7, 0xf0, 0xe1, 0xda, 0xde, 0xf6, 0x2e, 0xb7, 0xdf, 0x8d, 0x2d, + 0x1a, 0x9e, 0xed, 0x10, 0x66, 0x83, 0xb6, 0x61, 0x71, 0xc8, 0x64, 0xd5, 0xe2, 0x9d, 0xc2, 0x87, + 0xcb, 0x84, 0xbf, 0xd5, 0xff, 0x42, 0x80, 0xab, 0x0d, 0xdf, 0xb1, 0x02, 0x47, 0x57, 0x5a, 0x86, + 0x3f, 0xea, 0xbf, 0x24, 0xce, 0xf7, 0x8c, 0x9c, 0x61, 0x80, 0x3e, 0x82, 0x0d, 0xb7, 0xff, 0xc2, + 0x1b, 0xf5, 0x6d, 0xd3, 0xb2, 0x6d, 0xdf, 0x19, 0x0e, 0x9d, 0x61, 0xb5, 0x70, 0x47, 0xf8, 0x70, + 0x99, 0x88, 0x5c, 0x21, 0x45, 0x72, 0xf4, 0x00, 0x44, 0x6f, 0x14, 0xa4, 0xac, 0x79, 0x47, 0xeb, + 0x91, 0x9c, 0x1b, 0xa3, 0xfb, 0x10, 0x8b, 0xcc, 0xfe, 0xa8, 0xf7, 0xc2, 0xf1, 0xab, 0x02, 0xb3, + 0x5c, 0x8b, 0xc4, 0x2a, 0x93, 0xa2, 0xcf, 0xc3, 0xd5, 0x28, 0x80, 0xd0, 0x6e, 0x68, 0xfa, 0xce, + 0x99, 0xf3, 0x49, 0xb5, 0x44, 0x83, 0xd8, 0x2f, 0x56, 0x0b, 0x64, 0x93, 0x1b, 0x84, 0x2d, 0x86, + 0x84, 0xaa, 0x69, 0x07, 0x99, 0x76, 0xd5, 0x65, 0x16, 0xf6, 0x5a, 0xda, 0x9a, 0x06, 0x1d, 0x19, + 0x8e, 0x86, 0x8e, 0xdf, 0xb7, 0x7a, 0x4e, 0x75, 0x21, 0x0c, 0x9a, 0xcb, 0xdb, 0x5c, 0x9c, 0x34, + 0x1d, 0x58, 0xc3, 0xe1, 0x6b, 0xcf, 0xb7, 0xab, 0x8b, 0x29, 0xd3, 0x16, 0x17, 0xd3, 0xbc, 0xc5, + 0xe3, 0x8b, 0xdd, 0x2e, 0x31, 0xdb, 0x38, 0x47, 0xb1, 0xdf, 0xa4, 0x71, 0xec, 0xb8, 0x9c, 0x36, + 0x8e, 0x3d, 0x23, 0x28, 0x31, 0x67, 0xc0, 0xf4, 0xec, 0x19, 0xd5, 0xa0, 0xdc, 0x73, 0x02, 0xcb, + 0xb6, 0x02, 0xab, 0x5a, 0x61, 0xf2, 0xf8, 0xfd, 0x71, 0xb1, 0x5a, 0xa8, 0xff, 0xea, 0x02, 0xac, + 0x44, 0x33, 0xab, 0xf4, 0x4f, 0x3d, 0x74, 0x07, 0x56, 0x86, 0xee, 0xc0, 0x0c, 0xa8, 0xc0, 0x74, + 0x6d, 0x06, 0x9e, 0x65, 0x02, 0x43, 0x77, 0x10, 0xda, 0xd8, 0xe8, 0x11, 0x94, 0x5e, 0xba, 0x7d, + 0xbb, 0xba, 0xc6, 0x60, 0x75, 0x3b, 0x09, 0xab, 0xd8, 0xcd, 0x2e, 0x7b, 0x7a, 0xe2, 0xf6, 0x6d, + 0xc2, 0x8c, 0xf3, 0xd1, 0x52, 0xbc, 0x04, 0x5a, 0x84, 0xb9, 0xd1, 0x52, 0xca, 0x45, 0xcb, 0x23, + 0x58, 0x0e, 0x7c, 0xab, 0x3f, 0x1c, 0x78, 0x7e, 0x50, 0x5d, 0x65, 0xa1, 0x5f, 0x4d, 0x87, 0xce, + 0x95, 0x64, 0x6c, 0x37, 0x1d, 0x62, 0x0b, 0x97, 0x86, 0x18, 0xcc, 0x0d, 0xb1, 0xc5, 0xf9, 0x21, + 0xb6, 0x74, 0x09, 0x88, 0x95, 0x2f, 0x03, 0xb1, 0xe5, 0x0b, 0x20, 0x56, 0x99, 0x02, 0xb1, 0x95, + 0x34, 0xc4, 0xea, 0x32, 0x2c, 0xc7, 0x48, 0x40, 0x22, 0xac, 0x18, 0xa4, 0xad, 0x3e, 0x31, 0x9b, + 0xf8, 0x50, 0x6a, 0x9c, 0x88, 0x57, 0xd0, 0x06, 0xac, 0x86, 0x12, 0x45, 0xdd, 0xd7, 0xda, 0xaa, + 0x2c, 0x16, 0x10, 0x82, 0xb5, 0x50, 0xa4, 0xb5, 0x8d, 0x50, 0x56, 0x64, 0x40, 0x25, 0x70, 0x23, + 0xe6, 0x21, 0x25, 0x1c, 0x6f, 0x8a, 0x8e, 0xf6, 0x60, 0x81, 0x61, 0x96, 0x01, 0xb6, 0xb2, 0x77, + 0x23, 0x39, 0xb7, 0x49, 0x7b, 0x8a, 0x4e, 0x12, 0x9a, 0xd6, 0xff, 0xa8, 0x0c, 0x9b, 0x39, 0xea, + 0x39, 0x6a, 0x20, 0xca, 0x43, 0x71, 0x4a, 0x1e, 0x84, 0x74, 0x1e, 0x50, 0x15, 0x96, 0x22, 0x20, + 0x30, 0x76, 0x22, 0xd1, 0x2b, 0x4d, 0xbf, 0xd5, 0xed, 0x7a, 0xaf, 0x9d, 0x64, 0x61, 0x2c, 0x84, + 0x85, 0xc1, 0x15, 0xe3, 0xc2, 0xb8, 0x0f, 0xeb, 0x91, 0x71, 0xe4, 0x6e, 0x31, 0xc4, 0x15, 0x17, + 0x47, 0xb8, 0xba, 0x0b, 0xab, 0xd6, 0x28, 0x38, 0xcf, 0x12, 0xcc, 0x0a, 0x15, 0xc6, 0x33, 0x1f, + 0x19, 0x65, 0x88, 0x85, 0x19, 0xc5, 0x33, 0xde, 0x80, 0xa5, 0x73, 0xc7, 0xb2, 0x23, 0x96, 0xac, + 0xec, 0x3d, 0x98, 0x95, 0xd9, 0xdd, 0xa3, 0xd0, 0x16, 0xf7, 0x03, 0xff, 0x0d, 0x89, 0x5a, 0x22, + 0x17, 0xae, 0xf2, 0x47, 0x33, 0xf0, 0x4c, 0x2b, 0x08, 0x7c, 0xf7, 0xc5, 0x28, 0x70, 0xc2, 0xaa, + 0xa8, 0xec, 0x7d, 0xe3, 0x3c, 0x2e, 0x0d, 0x4f, 0x8a, 0xdb, 0x85, 0xee, 0x37, 0xcf, 0x27, 0x35, + 0xb4, 0xab, 0xb1, 0x7f, 0xda, 0x5b, 0x14, 0xfd, 0xda, 0x1c, 0x5d, 0x8d, 0xfd, 0x18, 0x5e, 0x6a, + 0x24, 0x9b, 0xd6, 0xa4, 0x06, 0xed, 0xd3, 0x2a, 0xef, 0x74, 0x47, 0xb6, 0x13, 0x77, 0xb2, 0xce, + 0x88, 0xe5, 0x5a, 0xb2, 0x93, 0xd0, 0x5a, 0x1b, 0xd0, 0xc5, 0x7e, 0x48, 0x09, 0x80, 0xb5, 0x48, + 0xf8, 0xf0, 0xdd, 0xfe, 0x99, 0xdb, 0x3f, 0x33, 0x03, 0xb7, 0xe7, 0x78, 0xa3, 0x80, 0xd5, 0x56, + 0x65, 0xef, 0xda, 0x6e, 0xb8, 0x23, 0xd8, 0x8d, 0x76, 0x04, 0xbb, 0x32, 0xdf, 0x31, 0x90, 0x35, + 0xde, 0xc2, 0x08, 0x1b, 0x20, 0x0c, 0x1b, 0x3d, 0xeb, 0x13, 0xb3, 0x63, 0x75, 0xbb, 0x66, 0xb4, + 0xad, 0x60, 0x95, 0x38, 0xd3, 0xcb, 0x7a, 0xcf, 0xfa, 0xa4, 0x61, 0x75, 0xbb, 0x91, 0x80, 0xc2, + 0xe1, 0xa5, 0xef, 0x0e, 0x07, 0xa6, 0xd3, 0xb7, 0x5e, 0x74, 0x1d, 0x9b, 0xb1, 0x64, 0x99, 0xac, + 0x30, 0x21, 0x0e, 0x65, 0xe8, 0x00, 0xc4, 0x9e, 0x63, 0xbb, 0x96, 0xe9, 0xf4, 0x3b, 0xfe, 0x1b, + 0x36, 0xa8, 0xaa, 0xc8, 0x06, 0x7d, 0x3d, 0x39, 0xe8, 0x63, 0x6a, 0x83, 0x63, 0x13, 0xb2, 0xde, + 0x4b, 0x0b, 0x6a, 0x8f, 0x61, 0x25, 0x99, 0x60, 0x24, 0x82, 0xf0, 0xd2, 0x79, 0xc3, 0x2b, 0x8d, + 0x3e, 0xa2, 0x2d, 0x58, 0x78, 0x65, 0x75, 0x47, 0x51, 0x8d, 0x85, 0x2f, 0x8f, 0x8b, 0xdf, 0x5c, + 0xa8, 0x1d, 0x40, 0x75, 0x1a, 0x26, 0x2e, 0xeb, 0x67, 0xda, 0x84, 0x5f, 0xc6, 0x4f, 0xdd, 0x80, + 0x9b, 0x31, 0x35, 0x69, 0x9c, 0x31, 0x53, 0xdc, 0xf4, 0x28, 0xcd, 0x4d, 0x37, 0x93, 0x99, 0x4a, + 0x35, 0x48, 0x92, 0xd3, 0x57, 0x97, 0x60, 0x2b, 0x4f, 0xff, 0xe9, 0xb0, 0x53, 0xb4, 0xcc, 0x86, + 0x8b, 0x67, 0xf4, 0x9a, 0x5e, 0x35, 0x17, 0xe6, 0x5c, 0x35, 0x13, 0x64, 0xb7, 0x98, 0x26, 0xbb, + 0xff, 0x3b, 0x5a, 0x92, 0xb3, 0xb4, 0xb4, 0x33, 0x33, 0xa9, 0x53, 0x78, 0xe9, 0x2b, 0xb3, 0x79, + 0xe9, 0xf3, 0x73, 0xf9, 0x9c, 0x93, 0x98, 0xbe, 0x32, 0x8d, 0x98, 0x2a, 0xf3, 0xf4, 0xf5, 0xce, + 0xcc, 0xb4, 0x72, 0x59, 0x66, 0xca, 0xab, 0xf4, 0xd5, 0xaf, 0xf3, 0x4a, 0xff, 0x02, 0x5c, 0x3b, + 0x74, 0x82, 0x29, 0x3b, 0x90, 0x0b, 0xeb, 0xb2, 0xde, 0x82, 0x5a, 0x5e, 0xf3, 0xe1, 0xc0, 0xeb, + 0x0f, 0x9d, 0xb7, 0xda, 0xc1, 0x7c, 0x31, 0xf2, 0x98, 0xcb, 0x3b, 0x17, 0x47, 0x44, 0xe0, 0x7a, + 0x6e, 0x7b, 0x1e, 0xd2, 0x5b, 0x11, 0xd7, 0x3e, 0x6c, 0x36, 0xdd, 0x61, 0x90, 0xfd, 0x5e, 0xbc, + 0x0f, 0xa5, 0x81, 0x75, 0xe6, 0x70, 0x57, 0x9b, 0xb1, 0xab, 0x96, 0x75, 0xe6, 0xf6, 0xc3, 0x25, + 0x89, 0x19, 0xb0, 0xdd, 0xde, 0x21, 0x6c, 0xa5, 0x7d, 0xf0, 0x80, 0x3e, 0x82, 0x05, 0x37, 0x70, + 0x7a, 0xe1, 0x87, 0x66, 0x25, 0xcb, 0x45, 0x71, 0x20, 0xcc, 0x86, 0x39, 0xfa, 0x3e, 0xa8, 0x71, + 0x47, 0x79, 0x53, 0x16, 0xc5, 0x24, 0x5c, 0x10, 0x13, 0xba, 0x4e, 0x79, 0x30, 0xcc, 0x62, 0xf4, + 0x91, 0x5b, 0x0e, 0xc2, 0x1c, 0x0e, 0x93, 0x7c, 0x57, 0x4c, 0xf1, 0x5d, 0xfd, 0x63, 0xb8, 0x9e, + 0xdb, 0xfb, 0x78, 0xc6, 0x93, 0xa3, 0xb9, 0x60, 0xc6, 0x99, 0x69, 0xfd, 0xfb, 0x63, 0x97, 0xb9, + 0x53, 0xfe, 0x69, 0x8f, 0x48, 0x87, 0x1b, 0xf9, 0xdd, 0x8f, 0x11, 0x93, 0x1c, 0xd2, 0x45, 0x88, + 0x09, 0xc7, 0xf4, 0x2d, 0x70, 0x55, 0x76, 0xba, 0xce, 0xe4, 0x19, 0xc3, 0xc5, 0x00, 0x3e, 0x80, + 0xab, 0xba, 0xd2, 0x92, 0xdd, 0xe1, 0xc0, 0x0a, 0x3a, 0xe7, 0x64, 0xd4, 0x75, 0x64, 0xd7, 0x77, + 0x3a, 0x01, 0x1d, 0x9f, 0xef, 0x79, 0x3d, 0x93, 0x2d, 0x33, 0x61, 0xbb, 0x32, 0x15, 0xa8, 0x74, + 0x89, 0x11, 0x41, 0x18, 0xb8, 0x7d, 0x5e, 0xdf, 0xf4, 0xb1, 0xae, 0xc2, 0xb5, 0x8c, 0x1f, 0xa5, + 0x6f, 0xbb, 0xaf, 0x5c, 0x7b, 0x64, 0x75, 0xd1, 0x6d, 0xa8, 0x30, 0x5f, 0x03, 0xdf, 0x39, 0x75, + 0x3f, 0x89, 0xa2, 0xa0, 0xa2, 0x16, 0x93, 0xe4, 0xf8, 0x3b, 0x9f, 0x88, 0x8b, 0xee, 0xb5, 0x1c, + 0xe7, 0x2d, 0x7c, 0xa1, 0x1b, 0xb0, 0xec, 0x5b, 0x7d, 0xdb, 0xeb, 0xb9, 0xdf, 0x1b, 0x4e, 0x6c, + 0x99, 0x8c, 0x05, 0xf5, 0x5f, 0x2a, 0xc2, 0x7a, 0xa6, 0x2b, 0x44, 0x60, 0xcb, 0xe6, 0xef, 0xa6, + 0x3f, 0xea, 0x3a, 0xa6, 0xcd, 0x92, 0xc2, 0x6b, 0xef, 0x56, 0x72, 0x52, 0x26, 0x53, 0x77, 0x74, + 0x85, 0x20, 0x7b, 0x32, 0xa1, 0xdf, 0x05, 0xd5, 0xb4, 0x4f, 0x37, 0x4e, 0x10, 0x0b, 0xb6, 0xb2, + 0x57, 0x9f, 0xe6, 0x77, 0x9c, 0xca, 0xa3, 0x2b, 0x64, 0xdb, 0xce, 0x4f, 0xf2, 0x44, 0xcc, 0x1d, + 0x96, 0x30, 0x8e, 0xe4, 0xa9, 0x31, 0x87, 0x69, 0xcd, 0xc6, 0x1c, 0x4a, 0xf7, 0x17, 0xa1, 0x44, + 0x5d, 0xd5, 0xbf, 0x26, 0x24, 0xbe, 0x1e, 0x93, 0xad, 0x23, 0xa0, 0x7d, 0x36, 0x34, 0xe4, 0x09, + 0xaa, 0x4e, 0xeb, 0x8c, 0x30, 0xab, 0x74, 0xed, 0x14, 0x33, 0xb5, 0xb3, 0x03, 0x1b, 0xe7, 0xae, + 0xed, 0x98, 0x83, 0x73, 0xaf, 0xef, 0x24, 0x4f, 0xb0, 0xca, 0x64, 0x9d, 0x2a, 0x5a, 0x54, 0xce, + 0x0f, 0x25, 0x72, 0xce, 0x09, 0x16, 0x73, 0xcf, 0x09, 0xa2, 0x1d, 0x5d, 0x69, 0xca, 0x8e, 0x6e, + 0x21, 0xb3, 0xa3, 0x6b, 0x03, 0x24, 0x76, 0x33, 0x4b, 0x99, 0x4f, 0x9f, 0x59, 0xa9, 0xd8, 0xcd, + 0x6e, 0x66, 0x12, 0x8e, 0x92, 0xe0, 0x1d, 0x3a, 0x01, 0xdf, 0x98, 0x45, 0xe0, 0x1d, 0x3a, 0x01, + 0xfa, 0x56, 0x6e, 0xd0, 0xf1, 0xfa, 0xa7, 0xee, 0x19, 0x3b, 0x46, 0xa8, 0xec, 0xd5, 0xe2, 0x8e, + 0x89, 0xe7, 0xf5, 0x1a, 0x4c, 0x15, 0x7d, 0x85, 0xb0, 0xc6, 0xa1, 0xa8, 0xf6, 0x05, 0x58, 0x7f, + 0x87, 0x45, 0xbe, 0xfe, 0xcf, 0x25, 0xf6, 0x35, 0x9f, 0x06, 0xde, 0xa9, 0x87, 0x1e, 0xc2, 0x16, + 0x25, 0x91, 0x0c, 0x78, 0x23, 0x32, 0xd9, 0x18, 0xba, 0x83, 0x54, 0x13, 0x3b, 0x06, 0x43, 0xf1, + 0xf2, 0x60, 0x10, 0xe6, 0x01, 0x43, 0x69, 0x6e, 0x30, 0x2c, 0xcd, 0x04, 0xc3, 0xc2, 0x14, 0x30, + 0x2c, 0x66, 0xc0, 0xd0, 0x4c, 0x81, 0xa1, 0xcc, 0xc0, 0xf0, 0xd9, 0xe9, 0xb5, 0x9a, 0xda, 0x6d, + 0x5e, 0x88, 0x81, 0xe5, 0x8b, 0x30, 0x00, 0x97, 0xc1, 0xc0, 0xe4, 0x47, 0x68, 0x65, 0xce, 0x8f, + 0xd0, 0x95, 0xb7, 0xd8, 0x9a, 0xbe, 0x23, 0xe0, 0x7e, 0xb8, 0x10, 0x6f, 0x2e, 0xf2, 0x38, 0x65, + 0xee, 0xa5, 0x78, 0x07, 0x36, 0xb2, 0xe0, 0x8c, 0x96, 0xe4, 0xf5, 0x14, 0x59, 0xda, 0xc3, 0x99, + 0xd4, 0x93, 0xd8, 0x6e, 0xa4, 0xe3, 0x99, 0x63, 0xbb, 0x91, 0x85, 0x40, 0xb4, 0x34, 0x6b, 0x70, + 0x23, 0x5e, 0x9a, 0xf3, 0x06, 0x79, 0xd9, 0xe2, 0xaa, 0xff, 0x5b, 0x19, 0xae, 0xc7, 0xfc, 0xd3, + 0xb2, 0xfc, 0xc0, 0xed, 0xb8, 0x03, 0xab, 0x1f, 0xcc, 0xbd, 0xe4, 0xa3, 0x5b, 0x50, 0xa1, 0x16, + 0xec, 0xb8, 0x23, 0xf0, 0xf8, 0xb4, 0x2c, 0x0f, 0xdd, 0x01, 0x25, 0x7d, 0xc3, 0x43, 0x37, 0x81, + 0x5a, 0x47, 0xc5, 0xb6, 0x1e, 0xab, 0x79, 0x99, 0xa5, 0x36, 0x06, 0x42, 0x66, 0x63, 0xf0, 0x39, + 0xd8, 0x1a, 0x8c, 0x63, 0x32, 0x5d, 0xdb, 0xe9, 0x07, 0x6e, 0xf0, 0x86, 0xf3, 0xee, 0x66, 0x42, + 0xa7, 0x70, 0x15, 0x7a, 0x00, 0x62, 0xb2, 0x49, 0xe2, 0xb3, 0x76, 0x3d, 0x21, 0xcf, 0xf3, 0x1e, + 0x17, 0x6c, 0x79, 0xc2, 0xfb, 0x71, 0x54, 0xbb, 0xaf, 0x60, 0x3b, 0xd9, 0x24, 0x51, 0xc7, 0xe1, + 0x67, 0xef, 0xb7, 0x4d, 0x92, 0xfa, 0x64, 0x52, 0x77, 0x13, 0xa2, 0x6c, 0x69, 0x5f, 0x1d, 0xe4, + 0xe9, 0x28, 0xc7, 0xd8, 0x41, 0xef, 0x34, 0xe2, 0x18, 0xfa, 0x8c, 0xee, 0xc3, 0xea, 0xa0, 0x6b, + 0xbd, 0x31, 0x7d, 0xb7, 0x7f, 0x16, 0x78, 0xfd, 0xf0, 0xa4, 0xba, 0xcc, 0x4e, 0xc1, 0x57, 0xa8, + 0x82, 0x70, 0x39, 0x2d, 0x62, 0x66, 0x68, 0xbb, 0x56, 0x97, 0x19, 0xf2, 0x93, 0x24, 0x2a, 0x94, + 0xb9, 0x2c, 0x9f, 0x1a, 0x21, 0x9f, 0x1a, 0x9f, 0x8c, 0xbf, 0xf6, 0x45, 0x36, 0xec, 0xcf, 0xcd, + 0x35, 0xec, 0xfc, 0x8f, 0xfe, 0x9c, 0x8f, 0xe3, 0x8d, 0xff, 0x4f, 0xc7, 0x76, 0x6b, 0x73, 0x32, + 0x26, 0xba, 0x3c, 0x63, 0xa2, 0x5d, 0xd8, 0x7c, 0x6d, 0xb9, 0x81, 0x39, 0xea, 0x07, 0x6e, 0xd7, + 0xb4, 0xfa, 0xc3, 0xd7, 0x8e, 0xef, 0xd8, 0xd5, 0x4d, 0xd6, 0xe5, 0x06, 0x55, 0xb5, 0xa9, 0x46, + 0xe2, 0x8a, 0xda, 0x11, 0xd4, 0xa6, 0x63, 0xef, 0x52, 0x9f, 0xf0, 0xef, 0x70, 0x8c, 0x50, 0xff, + 0x8d, 0x02, 0xa0, 0x34, 0x42, 0xd8, 0xc6, 0xe0, 0x1e, 0xac, 0xa5, 0x8b, 0x9d, 0x7b, 0x5b, 0x4d, + 0x95, 0xf9, 0x54, 0x4e, 0x28, 0x4e, 0xe7, 0x84, 0x99, 0x1c, 0x93, 0xe4, 0x2f, 0xd7, 0xe6, 0xd4, + 0x12, 0xf1, 0x97, 0x62, 0xd7, 0xff, 0xb0, 0x08, 0x37, 0xd9, 0xb9, 0xda, 0xa9, 0xe3, 0xe7, 0x73, + 0xe4, 0xb4, 0x88, 0x0a, 0x73, 0x46, 0x54, 0xcc, 0x44, 0x74, 0x1b, 0x2a, 0x01, 0xef, 0x90, 0x32, + 0x6a, 0x18, 0x30, 0x44, 0x22, 0xc3, 0x9b, 0x2c, 0xe8, 0x52, 0x4e, 0x41, 0x1f, 0x8f, 0x8b, 0x74, + 0x81, 0x15, 0xe9, 0xa3, 0x18, 0x5a, 0x33, 0x87, 0x93, 0x5f, 0xa6, 0xef, 0x34, 0xe1, 0xff, 0x5a, + 0x82, 0x8a, 0xae, 0xb4, 0x58, 0x42, 0xe9, 0x4c, 0xbf, 0x07, 0x4b, 0x51, 0xba, 0xc3, 0xf6, 0x8b, + 0x1d, 0x96, 0x6b, 0x74, 0x0d, 0xca, 0xf1, 0x4a, 0x13, 0x7a, 0x59, 0xe2, 0xab, 0xe9, 0xec, 0x39, + 0x7c, 0x0f, 0x96, 0x98, 0x32, 0x9e, 0xbf, 0x45, 0xfa, 0x3a, 0x03, 0x2c, 0x0b, 0xd3, 0xa7, 0x66, + 0x07, 0xca, 0xa7, 0xbe, 0xd7, 0x33, 0x47, 0xbe, 0xcb, 0x18, 0xb5, 0xb2, 0xb7, 0x9e, 0xac, 0xc9, + 0xb6, 0xef, 0x92, 0x25, 0x6a, 0xd0, 0xf6, 0x5d, 0xf4, 0x01, 0x2c, 0x06, 0x1e, 0xb3, 0x5c, 0xca, + 0xb7, 0x5c, 0x08, 0x3c, 0x6a, 0xf7, 0x45, 0x10, 0x39, 0x1d, 0x98, 0xa7, 0x8e, 0x15, 0x8c, 0x7c, + 0x27, 0xbc, 0x00, 0x59, 0x4b, 0xec, 0x43, 0x74, 0xa5, 0x75, 0x10, 0xea, 0xc8, 0x3a, 0x37, 0xe6, + 0xef, 0x43, 0xf4, 0xed, 0xb0, 0x16, 0xf2, 0x12, 0xfb, 0xf6, 0xa3, 0x6c, 0x91, 0x73, 0xb3, 0xc1, + 0x68, 0x28, 0x32, 0x20, 0xab, 0x9d, 0xe4, 0x2b, 0xfa, 0x26, 0xa8, 0x30, 0x0f, 0xfc, 0xaf, 0x82, + 0xf2, 0xe4, 0x3f, 0x08, 0xb4, 0x79, 0xf8, 0x1f, 0x02, 0x81, 0x4e, 0xfc, 0x4c, 0x97, 0xef, 0x0e, + 0xe3, 0x74, 0xdb, 0xb4, 0xc2, 0xed, 0xa5, 0x40, 0x96, 0xb9, 0x44, 0x0a, 0xd8, 0xea, 0x1e, 0x58, + 0x3e, 0x57, 0x43, 0xa8, 0xe6, 0x12, 0x29, 0xa0, 0x13, 0xea, 0xf4, 0xed, 0x50, 0x59, 0x61, 0xca, + 0x25, 0xf6, 0x2e, 0x05, 0xe8, 0x80, 0x6d, 0xb3, 0x3a, 0x5e, 0xbf, 0xef, 0x74, 0x02, 0xd3, 0x77, + 0xac, 0x61, 0xbc, 0x6d, 0x1c, 0x0f, 0x4b, 0x8e, 0x2d, 0x08, 0x33, 0x20, 0xa2, 0x9d, 0x91, 0x50, + 0xd8, 0x39, 0xbe, 0xef, 0xf9, 0x6c, 0x55, 0x5b, 0x26, 0xe1, 0x4b, 0xfd, 0x87, 0x0a, 0xb0, 0x18, + 0xce, 0x01, 0x5d, 0x3b, 0x47, 0x43, 0xc7, 0xe7, 0x50, 0x63, 0xcf, 0x54, 0x76, 0xee, 0x0d, 0x83, + 0xe8, 0x48, 0x9e, 0x3e, 0xa3, 0x35, 0x28, 0xba, 0x03, 0x0e, 0xad, 0xa2, 0x3b, 0xa0, 0x36, 0xec, + 0x9c, 0x9d, 0x22, 0x6a, 0x95, 0xb0, 0xe7, 0xb7, 0x3a, 0x80, 0xdf, 0xf9, 0x97, 0x15, 0x58, 0x4d, + 0xfd, 0xe4, 0x81, 0xb6, 0x19, 0x01, 0x9a, 0xba, 0x21, 0x19, 0x6d, 0xdd, 0x6c, 0xab, 0x4f, 0x54, + 0xed, 0x99, 0x2a, 0x5e, 0x41, 0x57, 0x61, 0x23, 0x21, 0x37, 0xc8, 0x89, 0xa2, 0x1e, 0x8a, 0x36, + 0x7a, 0x2f, 0x65, 0x4e, 0x14, 0xf5, 0x90, 0xca, 0x7f, 0xa7, 0x80, 0x3e, 0x03, 0x37, 0x12, 0x8a, + 0x86, 0xd4, 0x6c, 0x9a, 0x8a, 0x6e, 0x1e, 0x68, 0xe4, 0x99, 0x44, 0x64, 0x2c, 0x8b, 0xbf, 0x5b, + 0x40, 0xdb, 0x29, 0x97, 0x1f, 0xb7, 0x71, 0x1b, 0xcb, 0xe2, 0xef, 0x15, 0xd0, 0x1d, 0xb8, 0x9e, + 0x90, 0xeb, 0x58, 0xd7, 0x15, 0x4d, 0x35, 0x5b, 0x44, 0x3b, 0x24, 0x58, 0xd7, 0xc5, 0xdf, 0x2f, + 0x20, 0xc4, 0xa2, 0x8e, 0x2c, 0xb4, 0x27, 0xe2, 0x1f, 0x17, 0x50, 0x95, 0x7d, 0xd3, 0x45, 0x32, + 0xa9, 0xd1, 0xc0, 0x2d, 0x03, 0xcb, 0xe2, 0x9f, 0x64, 0x43, 0x39, 0xd6, 0x9e, 0x62, 0xd9, 0x6c, + 0x61, 0x72, 0x2c, 0xa9, 0x58, 0x35, 0x9a, 0x27, 0xe2, 0x6f, 0x16, 0x73, 0x4d, 0x0c, 0x7c, 0xdc, + 0xd2, 0x88, 0x44, 0x94, 0xe6, 0x89, 0xf8, 0x5b, 0x45, 0x74, 0x8d, 0x5d, 0xb2, 0xc4, 0x89, 0xd1, + 0x31, 0x8d, 0xe8, 0xf9, 0x89, 0xf8, 0xdb, 0x45, 0x74, 0x1d, 0xb6, 0x13, 0xaa, 0x7d, 0x49, 0x36, + 0x09, 0xfe, 0xb8, 0x8d, 0x75, 0x43, 0xfc, 0x11, 0x01, 0xdd, 0x80, 0xf7, 0x52, 0x09, 0x95, 0xda, + 0xc6, 0x91, 0x46, 0x94, 0x2f, 0x61, 0x59, 0xfc, 0xaa, 0x90, 0x19, 0x6b, 0x4b, 0x3a, 0x39, 0xc6, + 0xaa, 0xc1, 0x9a, 0x2b, 0x04, 0xcb, 0xe2, 0x8f, 0x0a, 0x99, 0x7e, 0x0f, 0x34, 0xb2, 0xaf, 0xc8, + 0x32, 0x56, 0xc5, 0x1f, 0x13, 0x32, 0x43, 0x56, 0x35, 0xe3, 0x80, 0x5d, 0x83, 0xff, 0xb8, 0x80, + 0xea, 0x70, 0x33, 0x39, 0x1e, 0x6c, 0x1c, 0x69, 0x32, 0x35, 0x30, 0xa5, 0x66, 0x53, 0x7b, 0x86, + 0x65, 0xf1, 0x27, 0x04, 0x74, 0x8b, 0x1d, 0x64, 0x25, 0x5a, 0xf3, 0xa4, 0x49, 0xfb, 0x4d, 0x2c, + 0xfe, 0xa4, 0x80, 0xee, 0xc2, 0xad, 0x64, 0x68, 0x74, 0xb0, 0x26, 0x0d, 0x7e, 0x1c, 0xdd, 0x4f, + 0x09, 0xe8, 0x36, 0xd4, 0x92, 0xf3, 0x1f, 0x0e, 0xdb, 0x34, 0x94, 0x63, 0xac, 0xb5, 0x0d, 0xf1, + 0xa7, 0xb3, 0x31, 0x36, 0x34, 0xf5, 0xa0, 0xa9, 0x34, 0x0c, 0xf1, 0x67, 0x04, 0xb4, 0xc5, 0x4e, + 0xa3, 0x22, 0xcd, 0xa1, 0xa6, 0x62, 0xf1, 0x67, 0x05, 0xf4, 0x21, 0xdc, 0xcd, 0x71, 0x88, 0x55, + 0x43, 0x31, 0x4e, 0x4c, 0x43, 0xd3, 0xcc, 0xa6, 0x44, 0x0e, 0xb1, 0xf8, 0x73, 0x02, 0x7a, 0x1f, + 0x6e, 0xe7, 0x58, 0xb6, 0x89, 0x12, 0x9a, 0x69, 0xea, 0xa1, 0xf8, 0xf3, 0x02, 0xfa, 0x00, 0x3e, + 0x93, 0x4a, 0xbf, 0xde, 0x6e, 0xb5, 0x34, 0x62, 0x60, 0xd9, 0x3c, 0xc6, 0xb2, 0x22, 0x99, 0xc6, + 0x49, 0x0b, 0x8b, 0xbf, 0x20, 0xa0, 0x87, 0xb0, 0x33, 0xe9, 0x0d, 0xcb, 0x26, 0x91, 0xd4, 0x43, + 0xcc, 0xb2, 0xa3, 0x4b, 0x86, 0xa2, 0x1f, 0x28, 0x2c, 0x3d, 0xbf, 0x28, 0xa0, 0x9b, 0x50, 0xcd, + 0x4c, 0x3a, 0x7e, 0x6e, 0x60, 0x95, 0x62, 0x55, 0xfc, 0xe5, 0xec, 0x0c, 0xc4, 0xaa, 0x71, 0xf2, + 0x7e, 0x25, 0x6b, 0xa3, 0xa8, 0x06, 0x26, 0x4f, 0xa5, 0x26, 0x0b, 0x7f, 0x9f, 0x28, 0xf8, 0x40, + 0xfc, 0x35, 0x01, 0xdd, 0x87, 0x7a, 0xb2, 0xee, 0xc6, 0x98, 0xa4, 0x50, 0x7a, 0x2a, 0x29, 0x4d, + 0x16, 0xcf, 0x5f, 0x09, 0xe8, 0x1b, 0xe0, 0xa3, 0x6c, 0xc1, 0x19, 0x44, 0x52, 0x75, 0xa9, 0x61, + 0xd0, 0x7e, 0x65, 0x0d, 0x87, 0x93, 0x8c, 0x9f, 0x2b, 0xba, 0xa1, 0x8b, 0x7f, 0x9d, 0x1d, 0x41, + 0x53, 0xd3, 0x5a, 0xa6, 0x8c, 0x0d, 0xdc, 0xa0, 0x65, 0xf3, 0xb5, 0xac, 0x9a, 0x06, 0x75, 0x2c, + 0xa9, 0x27, 0xe6, 0x91, 0xd6, 0xd2, 0xc5, 0xbf, 0xc9, 0x06, 0x2f, 0xc9, 0x32, 0x2d, 0x4e, 0x53, + 0x51, 0x1b, 0xda, 0x71, 0xab, 0x89, 0x0d, 0x2c, 0xfe, 0x6d, 0x16, 0xbb, 0xd2, 0xf1, 0xbe, 0x72, + 0xd8, 0xd6, 0xda, 0xba, 0xf8, 0x77, 0x59, 0xd5, 0x7e, 0x5b, 0x3f, 0x31, 0x8f, 0x30, 0xc1, 0xe2, + 0xdf, 0x67, 0x3d, 0xc7, 0x98, 0xc2, 0xe4, 0x58, 0x51, 0x25, 0x1a, 0xdc, 0x3f, 0x64, 0xc1, 0x99, + 0x06, 0x6f, 0xe8, 0xe8, 0x1f, 0x05, 0x74, 0x0f, 0xee, 0x64, 0xf3, 0xab, 0x4a, 0x4d, 0x53, 0xc7, + 0xe4, 0x29, 0x26, 0x26, 0x26, 0x44, 0x23, 0xe2, 0xbf, 0x67, 0x31, 0x4c, 0x7d, 0x29, 0x74, 0x08, + 0xb4, 0x12, 0xb1, 0x2c, 0xfe, 0x87, 0x90, 0x53, 0xdf, 0x87, 0x92, 0x81, 0x9f, 0x49, 0x27, 0xe2, + 0x7f, 0x66, 0x23, 0xa1, 0xbe, 0x95, 0x06, 0x4e, 0x4d, 0xce, 0x7f, 0x65, 0xbb, 0xe0, 0xad, 0xe3, + 0x32, 0xf9, 0xef, 0x6c, 0xa8, 0x4f, 0x31, 0x61, 0x60, 0x61, 0xb0, 0x8b, 0x00, 0x2b, 0xfe, 0x8f, + 0x90, 0xe5, 0x29, 0xac, 0xeb, 0xd2, 0x21, 0x4e, 0x94, 0xc5, 0x0f, 0x94, 0x32, 0x80, 0x3f, 0x6c, + 0x6a, 0xfb, 0x52, 0x33, 0xcc, 0x2f, 0x7e, 0x8a, 0xc9, 0xc9, 0x33, 0x96, 0x9c, 0x3f, 0x2d, 0x65, + 0xca, 0x9f, 0xdb, 0xc9, 0xb8, 0xd1, 0x54, 0x54, 0x2c, 0xfe, 0x59, 0x09, 0xed, 0xc2, 0x83, 0x1c, + 0x7d, 0x0a, 0x45, 0xa6, 0xa4, 0x72, 0x7f, 0x7f, 0x5e, 0xca, 0x8c, 0x80, 0xdb, 0x67, 0x58, 0xe5, + 0x2f, 0x4b, 0x3b, 0x2f, 0xf9, 0x5f, 0x64, 0xd1, 0x15, 0x30, 0x5f, 0x6f, 0x18, 0x54, 0xe9, 0x38, + 0x29, 0xc5, 0x68, 0xe3, 0xf5, 0x66, 0x2c, 0x6f, 0xcb, 0x2d, 0xb1, 0x30, 0x29, 0x36, 0x1a, 0x2d, + 0xb1, 0x98, 0x23, 0x6e, 0xea, 0xa2, 0xb0, 0xa3, 0x82, 0x98, 0xfd, 0x40, 0x43, 0x08, 0xd6, 0xa8, + 0xa9, 0xaa, 0x99, 0x47, 0x58, 0x92, 0x31, 0xd1, 0xc3, 0xbf, 0x8b, 0xa8, 0xec, 0x79, 0x2c, 0x2a, + 0xa0, 0xcd, 0x90, 0x9d, 0x68, 0x19, 0x45, 0xc2, 0xe2, 0x8e, 0xc7, 0x82, 0xcd, 0x7c, 0xfb, 0xa0, + 0x9b, 0x61, 0x26, 0x43, 0x3e, 0xc1, 0x6a, 0x83, 0x9c, 0xb4, 0x0c, 0x53, 0x56, 0x74, 0x36, 0xe4, + 0x2b, 0xe8, 0x7a, 0xb8, 0x00, 0xa4, 0xd5, 0x8c, 0x87, 0xc5, 0x42, 0x7e, 0x5b, 0xce, 0x11, 0x62, + 0x71, 0xe7, 0x35, 0x0b, 0x6c, 0xbc, 0xff, 0x61, 0x03, 0x6d, 0x44, 0xeb, 0x29, 0xad, 0x35, 0xba, + 0xdc, 0x5e, 0x41, 0x35, 0xd8, 0xa6, 0xe2, 0x96, 0x44, 0x0c, 0xa5, 0xa1, 0xb4, 0x24, 0xd5, 0x30, + 0xbf, 0x43, 0x53, 0x54, 0x2c, 0x8b, 0x05, 0xb4, 0x06, 0x40, 0x75, 0x94, 0x07, 0x9e, 0x62, 0xb1, + 0x88, 0xb6, 0x40, 0xa4, 0xef, 0xb2, 0xa2, 0x37, 0x34, 0x55, 0x0d, 0xcb, 0x5d, 0x40, 0xab, 0xb0, + 0x4c, 0xa5, 0x61, 0x51, 0x94, 0x76, 0x1e, 0x00, 0x8c, 0x77, 0x7d, 0xa8, 0x0c, 0x25, 0x95, 0xf2, + 0x33, 0xcb, 0xd4, 0x13, 0xa2, 0xe8, 0x2d, 0x13, 0xab, 0x74, 0x78, 0xb2, 0x58, 0xd8, 0x39, 0x60, + 0x49, 0x4e, 0x6d, 0xf1, 0xd0, 0x3a, 0x54, 0xf4, 0x86, 0x9c, 0xd8, 0x3e, 0x70, 0xc1, 0xf8, 0xef, + 0x2d, 0x11, 0x56, 0xa8, 0x60, 0xfc, 0xef, 0xd6, 0xde, 0x1f, 0x2c, 0x83, 0xa0, 0x2b, 0x2d, 0xd4, + 0x82, 0x95, 0xe4, 0x8d, 0x1e, 0x1a, 0x9f, 0x3e, 0xe5, 0x5c, 0x16, 0xd6, 0x6e, 0x4e, 0xd1, 0x86, + 0x27, 0x59, 0x75, 0xe1, 0x07, 0x8b, 0x05, 0xf4, 0xe5, 0xc4, 0x9f, 0xa9, 0xc9, 0xdb, 0x32, 0x74, + 0x6f, 0xf2, 0x70, 0x20, 0xe7, 0xf2, 0xaf, 0x36, 0xf3, 0xba, 0x0d, 0x99, 0xb0, 0x9d, 0xff, 0x53, + 0x07, 0xfa, 0x60, 0xd2, 0x7d, 0xde, 0x55, 0x5c, 0x6d, 0xf6, 0xdd, 0x17, 0xfa, 0x4e, 0x40, 0x93, + 0x97, 0xc1, 0x68, 0x7c, 0x87, 0x32, 0xf5, 0xa2, 0xb9, 0x76, 0x77, 0xa6, 0x0d, 0x3f, 0xec, 0xfb, + 0x6e, 0xd8, 0xcc, 0xb9, 0xd9, 0x45, 0xd9, 0xb6, 0xb9, 0x91, 0xbf, 0x3f, 0xdb, 0x68, 0xdc, 0x43, + 0xce, 0xe5, 0x66, 0xa2, 0x87, 0xe9, 0x17, 0xaf, 0x89, 0x1e, 0x66, 0xdd, 0x8f, 0x76, 0xe2, 0x5b, + 0xe0, 0xf4, 0x20, 0x26, 0x5a, 0xe7, 0x8e, 0xe2, 0xde, 0x05, 0x56, 0xbc, 0x93, 0x43, 0x58, 0x4b, + 0x5f, 0x3e, 0xa2, 0xf1, 0x5d, 0x53, 0xee, 0xad, 0x64, 0x2d, 0xff, 0xd6, 0x39, 0x85, 0xc7, 0xd4, + 0x6d, 0xdc, 0xbd, 0xb9, 0x2e, 0x5e, 0x6a, 0x33, 0xcf, 0x63, 0x13, 0xd9, 0x4e, 0xf9, 0x9e, 0xc8, + 0x76, 0x9e, 0xe7, 0xf7, 0x67, 0x1b, 0xf1, 0x44, 0x7c, 0x39, 0x71, 0x0b, 0x3b, 0x25, 0xfe, 0x59, + 0x47, 0xc1, 0x17, 0xc4, 0x7f, 0x02, 0x5b, 0x79, 0x47, 0x75, 0x89, 0xb9, 0x9c, 0x71, 0x92, 0x57, + 0x4b, 0x9d, 0x52, 0x65, 0xcf, 0x71, 0x9e, 0xc3, 0x76, 0xfe, 0x01, 0x43, 0xa2, 0x54, 0x67, 0x9e, + 0x40, 0xd4, 0xb6, 0x27, 0xce, 0xdb, 0x70, 0x6f, 0x10, 0xbc, 0xd9, 0x3f, 0xf8, 0xd2, 0xdd, 0x33, + 0x37, 0x38, 0x1f, 0xbd, 0xd8, 0xed, 0x78, 0xbd, 0x87, 0xdc, 0x57, 0xf8, 0x8f, 0x7e, 0xc7, 0xeb, + 0x46, 0x82, 0x5f, 0x2f, 0xae, 0x36, 0xdd, 0x57, 0xce, 0x13, 0x37, 0xd8, 0x6d, 0x51, 0xd5, 0x3f, + 0x15, 0xd7, 0xf8, 0xfb, 0xe3, 0xc7, 0x4c, 0xf0, 0x62, 0x91, 0x35, 0x79, 0xf4, 0xbf, 0x01, 0x00, + 0x00, 0xff, 0xff, 0x28, 0xa1, 0x0f, 0x91, 0x22, 0x30, 0x00, 0x00, } diff --git a/protobufs/livekit_sip.proto b/protobufs/livekit_sip.proto index 920abf88..a967a444 100644 --- a/protobufs/livekit_sip.proto +++ b/protobufs/livekit_sip.proto @@ -72,6 +72,69 @@ service SIP { rpc TransferSIPParticipant(TransferSIPParticipantRequest) returns (google.protobuf.Empty); } +enum SIPStatusCode { + SIP_STATUS_UNKNOWN = 0; + + SIP_STATUS_TRYING = 100; + SIP_STATUS_RINGING = 180; + SIP_STATUS_CALL_IS_FORWARDED = 181; + SIP_STATUS_QUEUED = 182; + SIP_STATUS_SESSION_PROGRESS = 183; + + SIP_STATUS_OK = 200; + SIP_STATUS_ACCEPTED = 202; + + SIP_STATUS_MOVED_PERMANENTLY = 301; + SIP_STATUS_MOVED_TEMPORARILY = 302; + SIP_STATUS_USE_PROXY = 305; + + SIP_STATUS_BAD_REQUEST = 400; + SIP_STATUS_UNAUTHORIZED = 401; + SIP_STATUS_PAYMENT_REQUIRED = 402; + SIP_STATUS_FORBIDDEN = 403; + SIP_STATUS_NOTFOUND = 404; + SIP_STATUS_METHOD_NOT_ALLOWED = 405; + SIP_STATUS_NOT_ACCEPTABLE = 406; + SIP_STATUS_PROXY_AUTH_REQUIRED = 407; + SIP_STATUS_REQUEST_TIMEOUT = 408; + SIP_STATUS_CONFLICT = 409; + SIP_STATUS_GONE = 410; + SIP_STATUS_REQUEST_ENTITY_TOO_LARGE = 413; + SIP_STATUS_REQUEST_URI_TOO_LONG = 414; + SIP_STATUS_UNSUPPORTED_MEDIA_TYPE = 415; + SIP_STATUS_REQUESTED_RANGE_NOT_SATISFIABLE = 416; + SIP_STATUS_BAD_EXTENSION = 420; + SIP_STATUS_EXTENSION_REQUIRED = 421; + SIP_STATUS_INTERVAL_TOO_BRIEF = 423; + SIP_STATUS_TEMPORARILY_UNAVAILABLE = 480; + SIP_STATUS_CALL_TRANSACTION_DOES_NOT_EXISTS = 481; + SIP_STATUS_LOOP_DETECTED = 482; + SIP_STATUS_TOO_MANY_HOPS = 483; + SIP_STATUS_ADDRESS_INCOMPLETE = 484; + SIP_STATUS_AMBIGUOUS = 485; + SIP_STATUS_BUSY_HERE = 486; + SIP_STATUS_REQUEST_TERMINATED = 487; + SIP_STATUS_NOT_ACCEPTABLE_HERE = 488; + + SIP_STATUS_INTERNAL_SERVER_ERROR = 500; + SIP_STATUS_NOT_IMPLEMENTED = 501; + SIP_STATUS_BAD_GATEWAY = 502; + SIP_STATUS_SERVICE_UNAVAILABLE = 503; + SIP_STATUS_GATEWAY_TIMEOUT = 504; + SIP_STATUS_VERSION_NOT_SUPPORTED = 505; + SIP_STATUS_MESSAGE_TOO_LARGE = 513; + + SIP_STATUS_GLOBAL_BUSY_EVERYWHERE = 600; + SIP_STATUS_GLOBAL_DECLINE = 603; + SIP_STATUS_GLOBAL_DOES_NOT_EXIST_ANYWHERE = 604; + SIP_STATUS_GLOBAL_NOT_ACCEPTABLE = 606; +} + +// SIPStatus is returned as an error detail in CreateSIPParticipant. +message SIPStatus { + SIPStatusCode code = 1; + string status = 2; +} message CreateSIPTrunkRequest { option deprecated = true; diff --git a/protobufs/rpc/sip.proto b/protobufs/rpc/sip.proto index 32d1f673..35820f53 100644 --- a/protobufs/rpc/sip.proto +++ b/protobufs/rpc/sip.proto @@ -111,9 +111,6 @@ message InternalCreateSIPParticipantResponse { string participant_id = 1; string participant_identity = 2; string sip_call_id = 3; - - uint32 sip_failure_code = 4; - string sip_failure_reason = 5; } message InternalTransferSIPParticipantRequest { diff --git a/rpc/sip.pb.go b/rpc/sip.pb.go index a9759471..5799ecba 100644 --- a/rpc/sip.pb.go +++ b/rpc/sip.pb.go @@ -325,8 +325,6 @@ type InternalCreateSIPParticipantResponse struct { ParticipantId string `protobuf:"bytes,1,opt,name=participant_id,json=participantId,proto3" json:"participant_id,omitempty"` ParticipantIdentity string `protobuf:"bytes,2,opt,name=participant_identity,json=participantIdentity,proto3" json:"participant_identity,omitempty"` SipCallId string `protobuf:"bytes,3,opt,name=sip_call_id,json=sipCallId,proto3" json:"sip_call_id,omitempty"` - SipFailureCode uint32 `protobuf:"varint,4,opt,name=sip_failure_code,json=sipFailureCode,proto3" json:"sip_failure_code,omitempty"` - SipFailureReason string `protobuf:"bytes,5,opt,name=sip_failure_reason,json=sipFailureReason,proto3" json:"sip_failure_reason,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -382,20 +380,6 @@ func (x *InternalCreateSIPParticipantResponse) GetSipCallId() string { return "" } -func (x *InternalCreateSIPParticipantResponse) GetSipFailureCode() uint32 { - if x != nil { - return x.SipFailureCode - } - return 0 -} - -func (x *InternalCreateSIPParticipantResponse) GetSipFailureReason() string { - if x != nil { - return x.SipFailureReason - } - return "" -} - type InternalTransferSIPParticipantRequest struct { state protoimpl.MessageState `protogen:"open.v1"` SipCallId string `protobuf:"bytes,1,opt,name=sip_call_id,json=sipCallId,proto3" json:"sip_call_id,omitempty"` @@ -584,7 +568,7 @@ var file_rpc_sip_proto_rawDesc = string([]byte{ 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, 0xf8, 0x01, 0x0a, + 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xa0, 0x01, 0x0a, 0x24, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, @@ -594,49 +578,44 @@ var file_rpc_sip_proto_rawDesc = string([]byte{ 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, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12, - 0x28, 0x0a, 0x10, 0x73, 0x69, 0x70, 0x5f, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x5f, 0x63, - 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x73, 0x69, 0x70, 0x46, 0x61, - 0x69, 0x6c, 0x75, 0x72, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x69, 0x70, - 0x5f, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x5f, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x73, 0x69, 0x70, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, - 0x65, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x9c, 0x02, 0x0a, 0x25, 0x49, 0x6e, 0x74, 0x65, - 0x72, 0x6e, 0x61, 0x6c, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, - 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, - 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x74, 0x6f, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, - 0x54, 0x6f, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x64, 0x69, 0x61, 0x6c, 0x74, - 0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x70, 0x6c, 0x61, 0x79, 0x44, - 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x12, 0x51, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, - 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, - 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x53, - 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, - 0x79, 0x52, 0x07, 0x68, 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, 0x32, 0xf9, 0x01, 0x0a, 0x0b, 0x53, 0x49, 0x50, 0x49, 0x6e, - 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x12, 0x75, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x12, 0x28, - 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x43, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, - 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, - 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, - 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x08, 0xb2, 0x89, 0x01, 0x04, 0x10, 0x01, 0x30, 0x01, 0x12, 0x73, 0x0a, - 0x16, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, - 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x12, 0x2a, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x6e, - 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x53, 0x49, - 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x15, 0xb2, 0x89, 0x01, - 0x11, 0x10, 0x01, 0x1a, 0x0d, 0x12, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x69, 0x64, 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, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x22, + 0x9c, 0x02, 0x0a, 0x25, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, + 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, + 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x73, 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x72, 0x61, + 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x74, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x54, 0x6f, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x6c, + 0x61, 0x79, 0x5f, 0x64, 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x0c, 0x70, 0x6c, 0x61, 0x79, 0x44, 0x69, 0x61, 0x6c, 0x74, 0x6f, 0x6e, 0x65, 0x12, + 0x51, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, + 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x48, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 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, 0x32, 0xf9, + 0x01, 0x0a, 0x0b, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x12, 0x75, + 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, + 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x12, 0x28, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x6e, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, + 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x29, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, + 0x61, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x08, 0xb2, 0x89, 0x01, + 0x04, 0x10, 0x01, 0x30, 0x01, 0x12, 0x73, 0x0a, 0x16, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, + 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x12, + 0x2a, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x54, 0x72, + 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, + 0x70, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, + 0x70, 0x74, 0x79, 0x22, 0x15, 0xb2, 0x89, 0x01, 0x11, 0x10, 0x01, 0x1a, 0x0d, 0x12, 0x0b, 0x73, + 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 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 ( diff --git a/rpc/sip.psrpc.go b/rpc/sip.psrpc.go index 181fc5fd..f4180217 100644 --- a/rpc/sip.psrpc.go +++ b/rpc/sip.psrpc.go @@ -150,70 +150,67 @@ func (s *sIPInternalServer) Kill() { } var psrpcFileDescriptor10 = []byte{ - // 1025 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xdd, 0x52, 0x1b, 0x37, - 0x14, 0x9e, 0xc5, 0x84, 0x9f, 0x63, 0xfc, 0x83, 0x8c, 0x89, 0x30, 0x4d, 0xe2, 0x92, 0x66, 0xc6, - 0xe9, 0x74, 0x4c, 0x4b, 0xa6, 0xd3, 0x4e, 0x2e, 0x3a, 0x25, 0x04, 0x26, 0xbe, 0x48, 0x43, 0x17, - 0xe7, 0xa6, 0x37, 0x3b, 0xf2, 0xae, 0x00, 0x95, 0x5d, 0x69, 0x2b, 0x69, 0xe3, 0xb8, 0x6f, 0x90, - 0x77, 0xe8, 0x53, 0xe4, 0x21, 0xfa, 0x4c, 0x9d, 0xe9, 0x4d, 0x47, 0xd2, 0x2e, 0x5e, 0x8c, 0x49, - 0x61, 0x72, 0xb7, 0xe7, 0xfb, 0xce, 0xf9, 0xa4, 0x23, 0x1f, 0x7d, 0x32, 0xd4, 0x64, 0x1a, 0xee, - 0x2a, 0x96, 0xf6, 0x53, 0x29, 0xb4, 0x40, 0x15, 0x99, 0x86, 0x9d, 0xed, 0x33, 0x21, 0xce, 0x62, - 0xba, 0x6b, 0xa1, 0x51, 0x76, 0xba, 0x4b, 0x93, 0x54, 0x4f, 0x5c, 0x46, 0xe7, 0xe1, 0x2c, 0x19, - 0x65, 0x92, 0x68, 0x26, 0x78, 0xce, 0xd7, 0x44, 0x6a, 0x22, 0x95, 0x87, 0xeb, 0x31, 0x7b, 0x47, - 0x2f, 0x98, 0x0e, 0x2e, 0xd7, 0xd8, 0xf9, 0xbb, 0x06, 0x8f, 0x07, 0x5c, 0x53, 0xc9, 0x49, 0x7c, - 0x20, 0x29, 0xd1, 0xf4, 0x64, 0x70, 0x7c, 0x4c, 0xa4, 0x66, 0x21, 0x4b, 0x09, 0xd7, 0x3e, 0xfd, - 0x23, 0xa3, 0x4a, 0xa3, 0x07, 0x00, 0xa9, 0x14, 0xbf, 0xd3, 0x50, 0x07, 0x2c, 0xc2, 0xa8, 0xeb, - 0xf5, 0x56, 0xfd, 0xd5, 0x1c, 0x19, 0x44, 0xe8, 0x21, 0x54, 0x15, 0x4b, 0x83, 0x90, 0xc4, 0xb1, - 0xe1, 0x6b, 0x8e, 0x57, 0x2c, 0x3d, 0x20, 0x71, 0x3c, 0x88, 0x50, 0x17, 0xd6, 0x0c, 0xaf, 0x65, - 0xc6, 0x2f, 0x4c, 0x42, 0xcb, 0x26, 0x80, 0x62, 0xe9, 0xd0, 0x40, 0x83, 0x08, 0x61, 0x58, 0x26, - 0x51, 0x24, 0xa9, 0x52, 0x78, 0xc1, 0x92, 0x45, 0x88, 0x3a, 0xb0, 0x72, 0x2e, 0x94, 0xe6, 0x24, - 0xa1, 0x78, 0xc3, 0x52, 0x97, 0x31, 0x7a, 0x06, 0xab, 0x5a, 0x12, 0xae, 0x52, 0x21, 0x35, 0x6e, - 0x76, 0xbd, 0x5e, 0x7d, 0xaf, 0xdd, 0xcf, 0xbb, 0xec, 0x9f, 0x0c, 0x8e, 0x87, 0x05, 0xe9, 0x4f, - 0xf3, 0xd0, 0x26, 0x2c, 0xf1, 0x2c, 0x19, 0x51, 0x89, 0x2b, 0x56, 0x2e, 0x8f, 0xd0, 0x7d, 0x58, - 0xb6, 0x0d, 0x68, 0x81, 0x17, 0x1d, 0x61, 0xc2, 0xa1, 0x30, 0x3b, 0xc8, 0x94, 0x39, 0xa2, 0x84, - 0xe2, 0x7b, 0x6e, 0x07, 0x45, 0x6c, 0xb8, 0x94, 0x28, 0x35, 0x16, 0x32, 0xc2, 0x4b, 0x8e, 0x2b, - 0x62, 0xb4, 0x0d, 0xab, 0x52, 0x88, 0x24, 0xb0, 0x85, 0xcb, 0x8e, 0x34, 0xc0, 0x2f, 0xa6, 0xf0, - 0x3b, 0xd8, 0x48, 0xa7, 0xe7, 0x1c, 0xb0, 0x88, 0x72, 0xcd, 0xf4, 0x04, 0xaf, 0xd8, 0xbc, 0x56, - 0x89, 0x1b, 0xe4, 0x14, 0x7a, 0x0a, 0xcd, 0x72, 0x89, 0x95, 0xad, 0xdb, 0xf4, 0x46, 0x09, 0x9f, - 0xa7, 0x9e, 0x50, 0x4d, 0x22, 0xa2, 0x09, 0x6e, 0x5c, 0x53, 0x7f, 0x9d, 0x53, 0xe8, 0x4f, 0xd8, - 0x2c, 0x97, 0x10, 0xad, 0x25, 0x1b, 0x65, 0x9a, 0x2a, 0xbc, 0xde, 0xad, 0xf4, 0xaa, 0x7b, 0x07, - 0x7d, 0x99, 0x86, 0xfd, 0x5b, 0x0c, 0x4b, 0xbf, 0x04, 0xed, 0x5f, 0xaa, 0x1c, 0x72, 0x2d, 0x27, - 0x7e, 0x3b, 0x9d, 0xc7, 0xa1, 0x0d, 0xb8, 0xa7, 0xc5, 0x05, 0xe5, 0x78, 0xd5, 0xee, 0xcf, 0x05, - 0xa8, 0x0d, 0x4b, 0x63, 0x15, 0x64, 0x32, 0xc6, 0xe0, 0xe0, 0xb1, 0x7a, 0x2b, 0x63, 0x84, 0x60, - 0x31, 0xd2, 0xc9, 0x29, 0xae, 0x5a, 0xd0, 0x7e, 0xa3, 0xc7, 0x50, 0x4b, 0x63, 0x32, 0x09, 0x22, - 0x46, 0x62, 0x2d, 0x38, 0xc5, 0x6b, 0x5d, 0xaf, 0xb7, 0xe2, 0xaf, 0x19, 0xf0, 0x65, 0x8e, 0xa1, - 0x37, 0xb0, 0x7c, 0x4e, 0x49, 0x44, 0xa5, 0xc2, 0x6d, 0xdb, 0xd2, 0xf7, 0xb7, 0x6e, 0xe9, 0x95, - 0xab, 0x73, 0x4d, 0x14, 0x2a, 0x28, 0x83, 0x76, 0xfe, 0x19, 0x68, 0x51, 0x3e, 0xb1, 0x4d, 0x2b, - 0xbf, 0x7f, 0x57, 0xf9, 0xa1, 0x98, 0x3d, 0xaf, 0xd6, 0xf9, 0x75, 0xc6, 0x2c, 0x3b, 0x5d, 0xcb, - 0xac, 0x5c, 0x74, 0xd5, 0xb9, 0xe3, 0xb2, 0x53, 0xcd, 0xa1, 0xb8, 0xd2, 0x61, 0x8b, 0x5c, 0x67, - 0xd0, 0x0b, 0x68, 0x30, 0x1e, 0xc6, 0x59, 0x44, 0x2f, 0x17, 0xdc, 0xb6, 0x57, 0x6e, 0xab, 0x7c, - 0xe5, 0x5c, 0xf6, 0x1b, 0x67, 0x3c, 0x7e, 0x3d, 0xaf, 0x28, 0x34, 0x7e, 0x82, 0x26, 0xe5, 0x64, - 0x14, 0xd3, 0x28, 0x38, 0xa5, 0x44, 0x67, 0x92, 0x2a, 0xbc, 0xd5, 0xad, 0xf4, 0xea, 0x7b, 0xad, - 0xb2, 0xc8, 0x91, 0xe3, 0xfc, 0x46, 0x9e, 0x9c, 0xc7, 0x76, 0x0f, 0x92, 0xf1, 0x33, 0xc6, 0xcf, - 0x02, 0xcd, 0x12, 0x2a, 0x32, 0x8d, 0xef, 0x77, 0xbd, 0x5e, 0x75, 0x6f, 0xab, 0xef, 0xbc, 0xb0, - 0x5f, 0x78, 0x61, 0xff, 0x65, 0xee, 0x85, 0x7e, 0x3d, 0xaf, 0x18, 0xba, 0x02, 0x74, 0x08, 0xeb, - 0x09, 0x79, 0xef, 0xcc, 0xaa, 0x30, 0x4c, 0x8c, 0xff, 0x4f, 0xa5, 0x91, 0x90, 0xf7, 0xc6, 0xcd, - 0x0a, 0x00, 0x1d, 0x41, 0x33, 0xa1, 0x11, 0x23, 0x01, 0xe5, 0xa1, 0x9c, 0xd8, 0x7e, 0xf1, 0x17, - 0xf6, 0x3c, 0xb6, 0xcb, 0xad, 0xbc, 0x36, 0x39, 0x87, 0x97, 0x29, 0x7e, 0x23, 0xb9, 0x0a, 0xa0, - 0x3e, 0xb4, 0xc6, 0x84, 0xe9, 0x20, 0xe3, 0x9a, 0xc5, 0x01, 0xe1, 0x6a, 0x4c, 0x25, 0x8d, 0xf0, - 0x03, 0x3b, 0xc0, 0xeb, 0x86, 0x7a, 0x6b, 0x98, 0xfd, 0x9c, 0xe8, 0xbc, 0x82, 0xce, 0xcd, 0x17, - 0x0c, 0x35, 0xa1, 0x72, 0x41, 0x27, 0xd8, 0xb3, 0x77, 0xc3, 0x7c, 0x9a, 0xbb, 0xf5, 0x8e, 0xc4, - 0x19, 0xcd, 0x7d, 0xd5, 0x05, 0xcf, 0x17, 0x7e, 0xf4, 0x3a, 0xcf, 0x61, 0xad, 0xfc, 0xab, 0xdf, - 0xa9, 0xf6, 0x08, 0xf0, 0x4d, 0x43, 0x7b, 0x57, 0x9d, 0x9b, 0xa6, 0xf0, 0x2e, 0x3a, 0x3b, 0xff, - 0x78, 0xf0, 0xd5, 0xa7, 0x47, 0x5e, 0xa5, 0x82, 0x2b, 0x8a, 0x9e, 0x40, 0xfd, 0xaa, 0xef, 0xe6, - 0xfa, 0xb5, 0x2b, 0x8e, 0x7b, 0xa3, 0x3d, 0x2f, 0xdc, 0x6c, 0xcf, 0x33, 0x8f, 0x60, 0x65, 0xf6, - 0x11, 0xec, 0x41, 0xd3, 0xf0, 0xa7, 0x84, 0xc5, 0x99, 0xa4, 0x41, 0x28, 0x22, 0x6a, 0x1f, 0x9a, - 0x9a, 0x5f, 0x57, 0x2c, 0x3d, 0x72, 0xf0, 0x81, 0x88, 0x28, 0xfa, 0x06, 0x50, 0x39, 0x53, 0x52, - 0xa2, 0x04, 0xcf, 0x9f, 0x9e, 0xe6, 0x34, 0xd7, 0xb7, 0xf8, 0xce, 0x5f, 0x0b, 0xf0, 0xa4, 0x68, - 0xdd, 0x3e, 0x78, 0xa7, 0x54, 0xce, 0x7f, 0xc5, 0x67, 0x76, 0xe8, 0xcd, 0xee, 0xf0, 0x11, 0x54, - 0x75, 0x2e, 0x60, 0x5e, 0x41, 0xd7, 0x2b, 0x14, 0xd0, 0x50, 0x5c, 0xb7, 0xd9, 0xca, 0x1c, 0x9b, - 0xfd, 0x75, 0x6a, 0xb3, 0x8b, 0xd6, 0x90, 0x7e, 0xb8, 0x62, 0x48, 0x9f, 0xdc, 0xe2, 0x7c, 0xa3, - 0xfd, 0x9c, 0x49, 0xdd, 0xfb, 0xd7, 0x83, 0xea, 0xc9, 0xe0, 0xb8, 0x58, 0x1e, 0x8d, 0x61, 0x63, - 0xde, 0x80, 0xa0, 0xde, 0x6d, 0x6d, 0xb3, 0xf3, 0xf4, 0x16, 0x99, 0x6e, 0xda, 0x76, 0xe0, 0xe3, - 0x07, 0x6f, 0xa9, 0xe9, 0xfd, 0xec, 0x7d, 0xeb, 0x21, 0x05, 0x9b, 0xf3, 0x7b, 0x47, 0x5f, 0xdf, - 0xfe, 0x80, 0x3a, 0x9b, 0xd7, 0x2c, 0xea, 0xd0, 0xfc, 0x23, 0xdc, 0x69, 0x7f, 0xfc, 0xe0, 0xad, - 0x37, 0xbd, 0x4e, 0x0d, 0x95, 0x7f, 0xe3, 0x17, 0x5f, 0xfe, 0xf6, 0xe8, 0x8c, 0xe9, 0xf3, 0x6c, - 0xd4, 0x0f, 0x45, 0xb2, 0x9b, 0xfb, 0x92, 0xfb, 0xc3, 0x18, 0x8a, 0x78, 0x57, 0xa6, 0xe1, 0x68, - 0xc9, 0x46, 0xcf, 0xfe, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x58, 0x93, 0x63, 0xdc, 0x7f, 0x0a, 0x00, - 0x00, + // 984 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcd, 0x72, 0xdb, 0x36, + 0x10, 0x1e, 0x5a, 0x89, 0x7f, 0x56, 0xd6, 0x8f, 0x21, 0xcb, 0x81, 0xe9, 0x26, 0x51, 0x9d, 0x66, + 0x46, 0xe9, 0x81, 0x6e, 0x9d, 0xe9, 0xb4, 0x93, 0x43, 0xa7, 0x8e, 0x63, 0x4f, 0x74, 0x48, 0xe3, + 0xca, 0xca, 0xa5, 0x17, 0x0e, 0x44, 0xc2, 0x36, 0x6a, 0x12, 0x60, 0x01, 0x30, 0x8a, 0xfa, 0x06, + 0x79, 0x87, 0x1e, 0xfa, 0x0c, 0x79, 0x88, 0xbe, 0x54, 0x2f, 0x1d, 0x00, 0xa4, 0x4d, 0xcb, 0x72, + 0x6a, 0x4f, 0x6f, 0xdc, 0xfd, 0x76, 0x3f, 0xec, 0x02, 0x8b, 0x0f, 0x84, 0x86, 0xcc, 0xa2, 0x1d, + 0xc5, 0xb2, 0x20, 0x93, 0x42, 0x0b, 0x54, 0x93, 0x59, 0xe4, 0x6f, 0x9d, 0x0a, 0x71, 0x9a, 0xd0, + 0x1d, 0xeb, 0x1a, 0xe7, 0x27, 0x3b, 0x34, 0xcd, 0xf4, 0xd4, 0x45, 0xf8, 0x8f, 0x66, 0xc1, 0x38, + 0x97, 0x44, 0x33, 0xc1, 0x0b, 0xbc, 0x21, 0x32, 0x63, 0xa9, 0xc2, 0x5c, 0x4b, 0xd8, 0x7b, 0x7a, + 0xce, 0x74, 0x78, 0xb1, 0xc6, 0xf6, 0xdf, 0x0d, 0x78, 0x32, 0xe0, 0x9a, 0x4a, 0x4e, 0x92, 0x7d, + 0x49, 0x89, 0xa6, 0xc7, 0x83, 0xa3, 0x23, 0x22, 0x35, 0x8b, 0x58, 0x46, 0xb8, 0x1e, 0xd2, 0xdf, + 0x73, 0xaa, 0x34, 0x7a, 0x08, 0x90, 0x49, 0xf1, 0x1b, 0x8d, 0x74, 0xc8, 0x62, 0x8c, 0x7a, 0x5e, + 0x7f, 0x65, 0xb8, 0x52, 0x78, 0x06, 0x31, 0x7a, 0x04, 0x75, 0xc5, 0xb2, 0x30, 0x22, 0x49, 0x62, + 0xf0, 0x86, 0xc3, 0x15, 0xcb, 0xf6, 0x49, 0x92, 0x0c, 0x62, 0xd4, 0x83, 0x55, 0x83, 0x6b, 0x99, + 0xf3, 0x73, 0x13, 0xd0, 0xb1, 0x01, 0xa0, 0x58, 0x36, 0x32, 0xae, 0x41, 0x8c, 0x30, 0x2c, 0x91, + 0x38, 0x96, 0x54, 0x29, 0xbc, 0x60, 0xc1, 0xd2, 0x44, 0x3e, 0x2c, 0x9f, 0x09, 0xa5, 0x39, 0x49, + 0x29, 0x5e, 0xb7, 0xd0, 0x85, 0x8d, 0x9e, 0xc3, 0x8a, 0x96, 0x84, 0xab, 0x4c, 0x48, 0x8d, 0xdb, + 0x3d, 0xaf, 0xdf, 0xdc, 0xed, 0x06, 0x45, 0x97, 0xc1, 0xf1, 0xe0, 0x68, 0x54, 0x82, 0xc3, 0xcb, + 0x38, 0xb4, 0x01, 0x8b, 0x3c, 0x4f, 0xc7, 0x54, 0xe2, 0x9a, 0xa5, 0x2b, 0x2c, 0xf4, 0x00, 0x96, + 0x6c, 0x03, 0x5a, 0xe0, 0x7b, 0x0e, 0x30, 0xe6, 0x48, 0x98, 0x0a, 0x72, 0x65, 0xb6, 0x28, 0xa5, + 0xf8, 0xbe, 0xab, 0xa0, 0xb4, 0x0d, 0x96, 0x11, 0xa5, 0x26, 0x42, 0xc6, 0x78, 0xd1, 0x61, 0xa5, + 0x8d, 0xb6, 0x60, 0x45, 0x0a, 0x91, 0x86, 0x36, 0x71, 0xc9, 0x81, 0xc6, 0xf1, 0xb3, 0x49, 0xfc, + 0x16, 0xd6, 0xb3, 0xcb, 0x7d, 0x0e, 0x59, 0x4c, 0xb9, 0x66, 0x7a, 0x8a, 0x97, 0x6d, 0x5c, 0xa7, + 0x82, 0x0d, 0x0a, 0x08, 0x3d, 0x83, 0x76, 0x35, 0xc5, 0xd2, 0x36, 0x6d, 0x78, 0xab, 0xe2, 0x9f, + 0xc7, 0x9e, 0x52, 0x4d, 0x62, 0xa2, 0x09, 0x6e, 0x5d, 0x63, 0x7f, 0x53, 0x40, 0xe8, 0x0f, 0xd8, + 0xa8, 0xa6, 0x10, 0xad, 0x25, 0x1b, 0xe7, 0x9a, 0x2a, 0xbc, 0xd6, 0xab, 0xf5, 0xeb, 0xbb, 0xfb, + 0x81, 0xcc, 0xa2, 0xe0, 0x16, 0xc3, 0x12, 0x54, 0x5c, 0x7b, 0x17, 0x2c, 0x07, 0x5c, 0xcb, 0xe9, + 0xb0, 0x9b, 0xcd, 0xc3, 0xd0, 0x3a, 0xdc, 0xd7, 0xe2, 0x9c, 0x72, 0xbc, 0x62, 0xeb, 0x73, 0x06, + 0xea, 0xc2, 0xe2, 0x44, 0x85, 0xb9, 0x4c, 0x30, 0x38, 0xf7, 0x44, 0xbd, 0x93, 0x09, 0x42, 0x70, + 0x2f, 0xd6, 0xe9, 0x09, 0xae, 0x5b, 0xa7, 0xfd, 0x46, 0x4f, 0xa0, 0x91, 0x25, 0x64, 0x1a, 0xc6, + 0x8c, 0x24, 0x5a, 0x70, 0x8a, 0x57, 0x7b, 0x5e, 0x7f, 0x79, 0xb8, 0x6a, 0x9c, 0xaf, 0x0a, 0x1f, + 0x7a, 0x0b, 0x4b, 0x67, 0x94, 0xc4, 0x54, 0x2a, 0xdc, 0xb5, 0x2d, 0x7d, 0x77, 0xeb, 0x96, 0x5e, + 0xbb, 0x3c, 0xd7, 0x44, 0xc9, 0x82, 0x72, 0xe8, 0x16, 0x9f, 0xa1, 0x16, 0xd5, 0x1d, 0xdb, 0xb0, + 0xf4, 0x7b, 0x77, 0xa5, 0x1f, 0x89, 0xd9, 0xfd, 0xea, 0x9c, 0x5d, 0x47, 0xcc, 0xb2, 0x97, 0x6b, + 0x99, 0x95, 0xcb, 0xae, 0xfc, 0x3b, 0x2e, 0x7b, 0xc9, 0x39, 0x12, 0x57, 0x3a, 0xec, 0x90, 0xeb, + 0x08, 0x7a, 0x09, 0x2d, 0xc6, 0xa3, 0x24, 0x8f, 0xe9, 0xc5, 0x82, 0x5b, 0xf6, 0xca, 0x6d, 0x56, + 0xaf, 0x9c, 0x8b, 0x7e, 0xeb, 0x84, 0x67, 0xd8, 0x2c, 0x32, 0x4a, 0x8e, 0x1f, 0xa1, 0x4d, 0x39, + 0x19, 0x27, 0x34, 0x0e, 0x4f, 0x28, 0xd1, 0xb9, 0xa4, 0x0a, 0x6f, 0xf6, 0x6a, 0xfd, 0xe6, 0x6e, + 0xa7, 0x4a, 0x72, 0xe8, 0xb0, 0x61, 0xab, 0x08, 0x2e, 0x6c, 0x5b, 0x83, 0x64, 0xfc, 0x94, 0xf1, + 0xd3, 0x50, 0xb3, 0x94, 0x8a, 0x5c, 0xe3, 0x07, 0x3d, 0xaf, 0x5f, 0xdf, 0xdd, 0x0c, 0x9c, 0x16, + 0x06, 0xa5, 0x16, 0x06, 0xaf, 0x0a, 0x2d, 0x1c, 0x36, 0x8b, 0x8c, 0x91, 0x4b, 0x40, 0x07, 0xb0, + 0x96, 0x92, 0x0f, 0x4e, 0xac, 0x4a, 0xc1, 0xc4, 0xf8, 0xbf, 0x58, 0x5a, 0x29, 0xf9, 0x60, 0xd4, + 0xac, 0x74, 0xa0, 0x43, 0x68, 0xa7, 0x34, 0x66, 0x24, 0xa4, 0x3c, 0x92, 0x53, 0xdb, 0x2f, 0xfe, + 0xc2, 0xee, 0xc7, 0x56, 0xb5, 0x95, 0x37, 0x26, 0xe6, 0xe0, 0x22, 0x64, 0xd8, 0x4a, 0xaf, 0x3a, + 0x50, 0x00, 0x9d, 0x09, 0x61, 0x3a, 0xcc, 0xb9, 0x66, 0x49, 0x48, 0xb8, 0x9a, 0x50, 0x49, 0x63, + 0xfc, 0xd0, 0x0e, 0xf0, 0x9a, 0x81, 0xde, 0x19, 0x64, 0xaf, 0x00, 0xfc, 0xd7, 0xe0, 0xdf, 0x7c, + 0xc1, 0x50, 0x1b, 0x6a, 0xe7, 0x74, 0x8a, 0x3d, 0x7b, 0x37, 0xcc, 0xa7, 0xb9, 0x5b, 0xef, 0x49, + 0x92, 0xd3, 0x42, 0x57, 0x9d, 0xf1, 0x62, 0xe1, 0x07, 0xcf, 0x7f, 0x01, 0xab, 0xd5, 0x53, 0xbf, + 0x53, 0xee, 0x21, 0xe0, 0x9b, 0x86, 0xf6, 0xae, 0x3c, 0x37, 0x4d, 0xe1, 0x5d, 0x78, 0xb6, 0xff, + 0xf2, 0xe0, 0xab, 0xcf, 0x8f, 0xbc, 0xca, 0x04, 0x57, 0x14, 0x3d, 0x85, 0xe6, 0x55, 0xdd, 0x2d, + 0xf8, 0x1b, 0x57, 0x14, 0xf7, 0x46, 0x79, 0x5e, 0xb8, 0x59, 0x9e, 0x67, 0x1e, 0xc1, 0xda, 0xcc, + 0x23, 0xb8, 0xfd, 0xe7, 0x02, 0x3c, 0x2d, 0x4b, 0xb4, 0x0f, 0xd3, 0x09, 0x95, 0xf3, 0x5f, 0xdb, + 0x19, 0x26, 0x6f, 0xf6, 0x39, 0x7d, 0x0c, 0x75, 0x5d, 0x10, 0x98, 0xd7, 0xca, 0xd5, 0x04, 0xa5, + 0x6b, 0x24, 0xae, 0xcb, 0x61, 0x6d, 0x8e, 0x1c, 0xfe, 0x72, 0x29, 0x87, 0xf7, 0xac, 0x70, 0x7c, + 0x7f, 0x45, 0x38, 0x3e, 0x5b, 0xe2, 0x7c, 0x41, 0xfc, 0x3f, 0x13, 0xb5, 0xfb, 0x8f, 0x07, 0xf5, + 0xe3, 0xc1, 0x51, 0xb9, 0x3c, 0x9a, 0xc0, 0xfa, 0xbc, 0x83, 0x44, 0xfd, 0xdb, 0xca, 0x9b, 0xff, + 0xec, 0x16, 0x91, 0x6e, 0x2a, 0xb6, 0xe1, 0xd3, 0x47, 0x6f, 0xb1, 0xed, 0xfd, 0xe4, 0x7d, 0xe3, + 0x21, 0x05, 0x1b, 0xf3, 0x7b, 0x47, 0x5f, 0xdf, 0x7e, 0x83, 0xfc, 0x8d, 0x6b, 0x52, 0x72, 0x60, + 0xfe, 0xdc, 0xb6, 0xbb, 0x9f, 0x3e, 0x7a, 0x6b, 0x6d, 0xcf, 0x6f, 0xa0, 0xea, 0x19, 0xbf, 0xfc, + 0xf2, 0xd7, 0xc7, 0xa7, 0x4c, 0x9f, 0xe5, 0xe3, 0x20, 0x12, 0xe9, 0x4e, 0xa1, 0x1f, 0xee, 0xc7, + 0x2e, 0x12, 0xc9, 0x8e, 0xcc, 0xa2, 0xf1, 0xa2, 0xb5, 0x9e, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, + 0xf1, 0x60, 0x22, 0xb0, 0x27, 0x0a, 0x00, 0x00, } diff --git a/utils/xtwirp/errors.go b/utils/xtwirp/errors.go new file mode 100644 index 00000000..154ae9e2 --- /dev/null +++ b/utils/xtwirp/errors.go @@ -0,0 +1,64 @@ +package xtwirp + +import ( + "encoding/base64" + "errors" + + "github.com/twitchtv/twirp" + spb "google.golang.org/genproto/googleapis/rpc/status" + "google.golang.org/grpc/status" + "google.golang.org/protobuf/proto" +) + +const DetailsMetaKey = "error_details" + +// WithDetailsFrom sets gRPC/PSRPC error details from src as Twirp error metadata on dst. +func WithDetailsFrom(dst twirp.Error, src error) twirp.Error { + st, ok := status.FromError(src) + if !ok { + return dst + } + return WithDetailsFromStatus(dst, st) +} + +// WithDetailsFromStatus sets gRPC error details from status as Twirp error metadata on dst. +func WithDetailsFromStatus(dst twirp.Error, st *status.Status) twirp.Error { + if st == nil { + return dst + } + p := st.Proto() + if len(p.Details) == 0 { + return dst + } + data, err := proto.Marshal(p) + if err != nil { + return dst + } + val := base64.StdEncoding.EncodeToString(data) + return dst.WithMeta(DetailsMetaKey, val) +} + +// StatusFromError is an analog of gRPCs status.FromError, but it also considers +// error details encoded in Twirp metadata. +func StatusFromError(err error) (*status.Status, bool) { + if st, ok := status.FromError(err); ok { + return st, true + } + var e twirp.Error + if !errors.As(err, &e) { + return nil, false + } + val := e.Meta(DetailsMetaKey) + if val == "" { + return nil, false + } + data, err := base64.StdEncoding.DecodeString(val) + if err != nil { + return nil, false + } + var p spb.Status + if err := proto.Unmarshal(data, &p); err != nil { + return nil, false + } + return status.FromProto(&p), true +} diff --git a/utils/xtwirp/errors_test.go b/utils/xtwirp/errors_test.go new file mode 100644 index 00000000..ddf247a3 --- /dev/null +++ b/utils/xtwirp/errors_test.go @@ -0,0 +1,27 @@ +package xtwirp_test + +import ( + "testing" + + "github.com/stretchr/testify/require" + "github.com/twitchtv/twirp" + "google.golang.org/genproto/googleapis/rpc/errdetails" + "google.golang.org/grpc/codes" + "google.golang.org/grpc/status" + + "github.com/livekit/protocol/utils/xtwirp" +) + +func TestStatus(t *testing.T) { + st := status.New(codes.FailedPrecondition, "test") + st, err := st.WithDetails(&errdetails.ErrorInfo{Reason: "reason"}) + require.NoError(t, err) + + e := twirp.NewError(twirp.InvalidArgument, "twirp") + e = xtwirp.WithDetailsFromStatus(e, st) + + got, ok := xtwirp.StatusFromError(e) + require.True(t, ok) + require.Equal(t, st, got) + require.Equal(t, st.Details(), got.Details()) +}