chat.pb.go 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0-devel
  4. // protoc v3.15.8
  5. // source: chat.proto
  6. package chat
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. emptypb "google.golang.org/protobuf/types/known/emptypb"
  12. reflect "reflect"
  13. sync "sync"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  20. )
  21. type FindRoomCardMsgRequest struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. UserIdentifyId string `protobuf:"bytes,1,opt,name=userIdentifyId,proto3" json:"userIdentifyId"` // 身份ID
  26. PartnerIdentifyId string `protobuf:"bytes,2,opt,name=partnerIdentifyId,proto3" json:"partnerIdentifyId"` // 身份ID
  27. }
  28. func (x *FindRoomCardMsgRequest) Reset() {
  29. *x = FindRoomCardMsgRequest{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_chat_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *FindRoomCardMsgRequest) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*FindRoomCardMsgRequest) ProtoMessage() {}
  40. func (x *FindRoomCardMsgRequest) ProtoReflect() protoreflect.Message {
  41. mi := &file_chat_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use FindRoomCardMsgRequest.ProtoReflect.Descriptor instead.
  52. func (*FindRoomCardMsgRequest) Descriptor() ([]byte, []int) {
  53. return file_chat_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *FindRoomCardMsgRequest) GetUserIdentifyId() string {
  56. if x != nil {
  57. return x.UserIdentifyId
  58. }
  59. return ""
  60. }
  61. func (x *FindRoomCardMsgRequest) GetPartnerIdentifyId() string {
  62. if x != nil {
  63. return x.PartnerIdentifyId
  64. }
  65. return ""
  66. }
  67. type PartnerGetAwardReply struct {
  68. state protoimpl.MessageState
  69. sizeCache protoimpl.SizeCache
  70. unknownFields protoimpl.UnknownFields
  71. Balance int64 `protobuf:"varint,1,opt,name=balance,proto3" json:"balance"`
  72. }
  73. func (x *PartnerGetAwardReply) Reset() {
  74. *x = PartnerGetAwardReply{}
  75. if protoimpl.UnsafeEnabled {
  76. mi := &file_chat_proto_msgTypes[1]
  77. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  78. ms.StoreMessageInfo(mi)
  79. }
  80. }
  81. func (x *PartnerGetAwardReply) String() string {
  82. return protoimpl.X.MessageStringOf(x)
  83. }
  84. func (*PartnerGetAwardReply) ProtoMessage() {}
  85. func (x *PartnerGetAwardReply) ProtoReflect() protoreflect.Message {
  86. mi := &file_chat_proto_msgTypes[1]
  87. if protoimpl.UnsafeEnabled && x != nil {
  88. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  89. if ms.LoadMessageInfo() == nil {
  90. ms.StoreMessageInfo(mi)
  91. }
  92. return ms
  93. }
  94. return mi.MessageOf(x)
  95. }
  96. // Deprecated: Use PartnerGetAwardReply.ProtoReflect.Descriptor instead.
  97. func (*PartnerGetAwardReply) Descriptor() ([]byte, []int) {
  98. return file_chat_proto_rawDescGZIP(), []int{1}
  99. }
  100. func (x *PartnerGetAwardReply) GetBalance() int64 {
  101. if x != nil {
  102. return x.Balance
  103. }
  104. return 0
  105. }
  106. type PartnerGetAwardRequest struct {
  107. state protoimpl.MessageState
  108. sizeCache protoimpl.SizeCache
  109. unknownFields protoimpl.UnknownFields
  110. UserIdentifyId string `protobuf:"bytes,1,opt,name=userIdentifyId,proto3" json:"userIdentifyId"` // 身份ID
  111. PartnerIdentifyId string `protobuf:"bytes,2,opt,name=partnerIdentifyId,proto3" json:"partnerIdentifyId"` // 身份ID
  112. AwardType string `protobuf:"bytes,3,opt,name=awardType,proto3" json:"awardType"`
  113. }
  114. func (x *PartnerGetAwardRequest) Reset() {
  115. *x = PartnerGetAwardRequest{}
  116. if protoimpl.UnsafeEnabled {
  117. mi := &file_chat_proto_msgTypes[2]
  118. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  119. ms.StoreMessageInfo(mi)
  120. }
  121. }
  122. func (x *PartnerGetAwardRequest) String() string {
  123. return protoimpl.X.MessageStringOf(x)
  124. }
  125. func (*PartnerGetAwardRequest) ProtoMessage() {}
  126. func (x *PartnerGetAwardRequest) ProtoReflect() protoreflect.Message {
  127. mi := &file_chat_proto_msgTypes[2]
  128. if protoimpl.UnsafeEnabled && x != nil {
  129. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  130. if ms.LoadMessageInfo() == nil {
  131. ms.StoreMessageInfo(mi)
  132. }
  133. return ms
  134. }
  135. return mi.MessageOf(x)
  136. }
  137. // Deprecated: Use PartnerGetAwardRequest.ProtoReflect.Descriptor instead.
  138. func (*PartnerGetAwardRequest) Descriptor() ([]byte, []int) {
  139. return file_chat_proto_rawDescGZIP(), []int{2}
  140. }
  141. func (x *PartnerGetAwardRequest) GetUserIdentifyId() string {
  142. if x != nil {
  143. return x.UserIdentifyId
  144. }
  145. return ""
  146. }
  147. func (x *PartnerGetAwardRequest) GetPartnerIdentifyId() string {
  148. if x != nil {
  149. return x.PartnerIdentifyId
  150. }
  151. return ""
  152. }
  153. func (x *PartnerGetAwardRequest) GetAwardType() string {
  154. if x != nil {
  155. return x.AwardType
  156. }
  157. return ""
  158. }
  159. type PartnerFindRoomListRequest struct {
  160. state protoimpl.MessageState
  161. sizeCache protoimpl.SizeCache
  162. unknownFields protoimpl.UnknownFields
  163. NextId int64 `protobuf:"varint,1,opt,name=nextId,proto3" json:"nextId"`
  164. Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
  165. IdentifyId string `protobuf:"bytes,3,opt,name=IdentifyId,proto3" json:"IdentifyId"`
  166. IsFindNotReply bool `protobuf:"varint,4,opt,name=isFindNotReply,proto3" json:"isFindNotReply"` // 是否查询没回复过的内容
  167. IsWithinSevenDay bool `protobuf:"varint,5,opt,name=isWithinSevenDay,proto3" json:"isWithinSevenDay"` // 是否在七日内
  168. }
  169. func (x *PartnerFindRoomListRequest) Reset() {
  170. *x = PartnerFindRoomListRequest{}
  171. if protoimpl.UnsafeEnabled {
  172. mi := &file_chat_proto_msgTypes[3]
  173. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  174. ms.StoreMessageInfo(mi)
  175. }
  176. }
  177. func (x *PartnerFindRoomListRequest) String() string {
  178. return protoimpl.X.MessageStringOf(x)
  179. }
  180. func (*PartnerFindRoomListRequest) ProtoMessage() {}
  181. func (x *PartnerFindRoomListRequest) ProtoReflect() protoreflect.Message {
  182. mi := &file_chat_proto_msgTypes[3]
  183. if protoimpl.UnsafeEnabled && x != nil {
  184. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  185. if ms.LoadMessageInfo() == nil {
  186. ms.StoreMessageInfo(mi)
  187. }
  188. return ms
  189. }
  190. return mi.MessageOf(x)
  191. }
  192. // Deprecated: Use PartnerFindRoomListRequest.ProtoReflect.Descriptor instead.
  193. func (*PartnerFindRoomListRequest) Descriptor() ([]byte, []int) {
  194. return file_chat_proto_rawDescGZIP(), []int{3}
  195. }
  196. func (x *PartnerFindRoomListRequest) GetNextId() int64 {
  197. if x != nil {
  198. return x.NextId
  199. }
  200. return 0
  201. }
  202. func (x *PartnerFindRoomListRequest) GetOffset() int64 {
  203. if x != nil {
  204. return x.Offset
  205. }
  206. return 0
  207. }
  208. func (x *PartnerFindRoomListRequest) GetIdentifyId() string {
  209. if x != nil {
  210. return x.IdentifyId
  211. }
  212. return ""
  213. }
  214. func (x *PartnerFindRoomListRequest) GetIsFindNotReply() bool {
  215. if x != nil {
  216. return x.IsFindNotReply
  217. }
  218. return false
  219. }
  220. func (x *PartnerFindRoomListRequest) GetIsWithinSevenDay() bool {
  221. if x != nil {
  222. return x.IsWithinSevenDay
  223. }
  224. return false
  225. }
  226. type UserFindRoomListRequest struct {
  227. state protoimpl.MessageState
  228. sizeCache protoimpl.SizeCache
  229. unknownFields protoimpl.UnknownFields
  230. NextId int64 `protobuf:"varint,1,opt,name=nextId,proto3" json:"nextId"`
  231. Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
  232. IdentifyId string `protobuf:"bytes,3,opt,name=IdentifyId,proto3" json:"IdentifyId"`
  233. IsWithinSevenDay bool `protobuf:"varint,4,opt,name=isWithinSevenDay,proto3" json:"isWithinSevenDay"` // 是否在七日内
  234. }
  235. func (x *UserFindRoomListRequest) Reset() {
  236. *x = UserFindRoomListRequest{}
  237. if protoimpl.UnsafeEnabled {
  238. mi := &file_chat_proto_msgTypes[4]
  239. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  240. ms.StoreMessageInfo(mi)
  241. }
  242. }
  243. func (x *UserFindRoomListRequest) String() string {
  244. return protoimpl.X.MessageStringOf(x)
  245. }
  246. func (*UserFindRoomListRequest) ProtoMessage() {}
  247. func (x *UserFindRoomListRequest) ProtoReflect() protoreflect.Message {
  248. mi := &file_chat_proto_msgTypes[4]
  249. if protoimpl.UnsafeEnabled && x != nil {
  250. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  251. if ms.LoadMessageInfo() == nil {
  252. ms.StoreMessageInfo(mi)
  253. }
  254. return ms
  255. }
  256. return mi.MessageOf(x)
  257. }
  258. // Deprecated: Use UserFindRoomListRequest.ProtoReflect.Descriptor instead.
  259. func (*UserFindRoomListRequest) Descriptor() ([]byte, []int) {
  260. return file_chat_proto_rawDescGZIP(), []int{4}
  261. }
  262. func (x *UserFindRoomListRequest) GetNextId() int64 {
  263. if x != nil {
  264. return x.NextId
  265. }
  266. return 0
  267. }
  268. func (x *UserFindRoomListRequest) GetOffset() int64 {
  269. if x != nil {
  270. return x.Offset
  271. }
  272. return 0
  273. }
  274. func (x *UserFindRoomListRequest) GetIdentifyId() string {
  275. if x != nil {
  276. return x.IdentifyId
  277. }
  278. return ""
  279. }
  280. func (x *UserFindRoomListRequest) GetIsWithinSevenDay() bool {
  281. if x != nil {
  282. return x.IsWithinSevenDay
  283. }
  284. return false
  285. }
  286. type UserFindRoomListReply struct {
  287. state protoimpl.MessageState
  288. sizeCache protoimpl.SizeCache
  289. unknownFields protoimpl.UnknownFields
  290. List []*UserRoomInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  291. NextId int64 `protobuf:"varint,2,opt,name=nextId,proto3" json:"nextId"`
  292. }
  293. func (x *UserFindRoomListReply) Reset() {
  294. *x = UserFindRoomListReply{}
  295. if protoimpl.UnsafeEnabled {
  296. mi := &file_chat_proto_msgTypes[5]
  297. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  298. ms.StoreMessageInfo(mi)
  299. }
  300. }
  301. func (x *UserFindRoomListReply) String() string {
  302. return protoimpl.X.MessageStringOf(x)
  303. }
  304. func (*UserFindRoomListReply) ProtoMessage() {}
  305. func (x *UserFindRoomListReply) ProtoReflect() protoreflect.Message {
  306. mi := &file_chat_proto_msgTypes[5]
  307. if protoimpl.UnsafeEnabled && x != nil {
  308. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  309. if ms.LoadMessageInfo() == nil {
  310. ms.StoreMessageInfo(mi)
  311. }
  312. return ms
  313. }
  314. return mi.MessageOf(x)
  315. }
  316. // Deprecated: Use UserFindRoomListReply.ProtoReflect.Descriptor instead.
  317. func (*UserFindRoomListReply) Descriptor() ([]byte, []int) {
  318. return file_chat_proto_rawDescGZIP(), []int{5}
  319. }
  320. func (x *UserFindRoomListReply) GetList() []*UserRoomInfo {
  321. if x != nil {
  322. return x.List
  323. }
  324. return nil
  325. }
  326. func (x *UserFindRoomListReply) GetNextId() int64 {
  327. if x != nil {
  328. return x.NextId
  329. }
  330. return 0
  331. }
  332. type UserRoomInfo struct {
  333. state protoimpl.MessageState
  334. sizeCache protoimpl.SizeCache
  335. unknownFields protoimpl.UnknownFields
  336. PersonType string `protobuf:"bytes,1,opt,name=personType,proto3" json:"personType"` // 用户类型
  337. PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"` // 用户ID
  338. UnreadNum int64 `protobuf:"varint,3,opt,name=unreadNum,proto3" json:"unreadNum"` // 用户未读数
  339. LastContent string `protobuf:"bytes,4,opt,name=lastContent,proto3" json:"lastContent"` // 上次发送内容
  340. LastTime int64 `protobuf:"varint,5,opt,name=lastTime,proto3" json:"lastTime"` // 上次发送时间
  341. Likeability int64 `protobuf:"varint,6,opt,name=likeability,proto3" json:"likeability"` // 好感度
  342. RoomId int64 `protobuf:"varint,7,opt,name=roomId,proto3" json:"roomId"` // 房间ID
  343. }
  344. func (x *UserRoomInfo) Reset() {
  345. *x = UserRoomInfo{}
  346. if protoimpl.UnsafeEnabled {
  347. mi := &file_chat_proto_msgTypes[6]
  348. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  349. ms.StoreMessageInfo(mi)
  350. }
  351. }
  352. func (x *UserRoomInfo) String() string {
  353. return protoimpl.X.MessageStringOf(x)
  354. }
  355. func (*UserRoomInfo) ProtoMessage() {}
  356. func (x *UserRoomInfo) ProtoReflect() protoreflect.Message {
  357. mi := &file_chat_proto_msgTypes[6]
  358. if protoimpl.UnsafeEnabled && x != nil {
  359. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  360. if ms.LoadMessageInfo() == nil {
  361. ms.StoreMessageInfo(mi)
  362. }
  363. return ms
  364. }
  365. return mi.MessageOf(x)
  366. }
  367. // Deprecated: Use UserRoomInfo.ProtoReflect.Descriptor instead.
  368. func (*UserRoomInfo) Descriptor() ([]byte, []int) {
  369. return file_chat_proto_rawDescGZIP(), []int{6}
  370. }
  371. func (x *UserRoomInfo) GetPersonType() string {
  372. if x != nil {
  373. return x.PersonType
  374. }
  375. return ""
  376. }
  377. func (x *UserRoomInfo) GetPersonId() string {
  378. if x != nil {
  379. return x.PersonId
  380. }
  381. return ""
  382. }
  383. func (x *UserRoomInfo) GetUnreadNum() int64 {
  384. if x != nil {
  385. return x.UnreadNum
  386. }
  387. return 0
  388. }
  389. func (x *UserRoomInfo) GetLastContent() string {
  390. if x != nil {
  391. return x.LastContent
  392. }
  393. return ""
  394. }
  395. func (x *UserRoomInfo) GetLastTime() int64 {
  396. if x != nil {
  397. return x.LastTime
  398. }
  399. return 0
  400. }
  401. func (x *UserRoomInfo) GetLikeability() int64 {
  402. if x != nil {
  403. return x.Likeability
  404. }
  405. return 0
  406. }
  407. func (x *UserRoomInfo) GetRoomId() int64 {
  408. if x != nil {
  409. return x.RoomId
  410. }
  411. return 0
  412. }
  413. type PartnerFindRoomListReply struct {
  414. state protoimpl.MessageState
  415. sizeCache protoimpl.SizeCache
  416. unknownFields protoimpl.UnknownFields
  417. List []*PartnerRoomInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  418. NextId int64 `protobuf:"varint,2,opt,name=nextId,proto3" json:"nextId"`
  419. }
  420. func (x *PartnerFindRoomListReply) Reset() {
  421. *x = PartnerFindRoomListReply{}
  422. if protoimpl.UnsafeEnabled {
  423. mi := &file_chat_proto_msgTypes[7]
  424. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  425. ms.StoreMessageInfo(mi)
  426. }
  427. }
  428. func (x *PartnerFindRoomListReply) String() string {
  429. return protoimpl.X.MessageStringOf(x)
  430. }
  431. func (*PartnerFindRoomListReply) ProtoMessage() {}
  432. func (x *PartnerFindRoomListReply) ProtoReflect() protoreflect.Message {
  433. mi := &file_chat_proto_msgTypes[7]
  434. if protoimpl.UnsafeEnabled && x != nil {
  435. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  436. if ms.LoadMessageInfo() == nil {
  437. ms.StoreMessageInfo(mi)
  438. }
  439. return ms
  440. }
  441. return mi.MessageOf(x)
  442. }
  443. // Deprecated: Use PartnerFindRoomListReply.ProtoReflect.Descriptor instead.
  444. func (*PartnerFindRoomListReply) Descriptor() ([]byte, []int) {
  445. return file_chat_proto_rawDescGZIP(), []int{7}
  446. }
  447. func (x *PartnerFindRoomListReply) GetList() []*PartnerRoomInfo {
  448. if x != nil {
  449. return x.List
  450. }
  451. return nil
  452. }
  453. func (x *PartnerFindRoomListReply) GetNextId() int64 {
  454. if x != nil {
  455. return x.NextId
  456. }
  457. return 0
  458. }
  459. type PartnerRoomInfo struct {
  460. state protoimpl.MessageState
  461. sizeCache protoimpl.SizeCache
  462. unknownFields protoimpl.UnknownFields
  463. PersonSendNum int64 `protobuf:"varint,1,opt,name=personSendNum,proto3" json:"personSendNum"` // 用户发送数
  464. PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"` // 用户ID
  465. UnreadNum int64 `protobuf:"varint,3,opt,name=unreadNum,proto3" json:"unreadNum"` // 接待者未读数
  466. LastContent string `protobuf:"bytes,4,opt,name=lastContent,proto3" json:"lastContent"` // 上次发送内容
  467. LastTime int64 `protobuf:"varint,5,opt,name=lastTime,proto3" json:"lastTime"` // 上次发送时间
  468. Benefit int64 `protobuf:"varint,6,opt,name=benefit,proto3" json:"benefit"` // 收益
  469. Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type"` // 类型(新客:new,付费:pay)
  470. Sex int64 `protobuf:"varint,8,opt,name=sex,proto3" json:"sex"` // 性别
  471. AvatarUrl string `protobuf:"bytes,9,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像
  472. Nickname string `protobuf:"bytes,10,opt,name=nickname,proto3" json:"nickname"` // 昵称
  473. Age int64 `protobuf:"varint,11,opt,name=age,proto3" json:"age"` // 年龄
  474. Likeability int64 `protobuf:"varint,12,opt,name=likeability,proto3" json:"likeability"` // 好感度
  475. RoomId int64 `protobuf:"varint,13,opt,name=roomId,proto3" json:"roomId"` // 房间号ID
  476. PersonSendBaseNum int64 `protobuf:"varint,14,opt,name=personSendBaseNum,proto3" json:"personSendBaseNum"` // 用户发送基数
  477. }
  478. func (x *PartnerRoomInfo) Reset() {
  479. *x = PartnerRoomInfo{}
  480. if protoimpl.UnsafeEnabled {
  481. mi := &file_chat_proto_msgTypes[8]
  482. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  483. ms.StoreMessageInfo(mi)
  484. }
  485. }
  486. func (x *PartnerRoomInfo) String() string {
  487. return protoimpl.X.MessageStringOf(x)
  488. }
  489. func (*PartnerRoomInfo) ProtoMessage() {}
  490. func (x *PartnerRoomInfo) ProtoReflect() protoreflect.Message {
  491. mi := &file_chat_proto_msgTypes[8]
  492. if protoimpl.UnsafeEnabled && x != nil {
  493. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  494. if ms.LoadMessageInfo() == nil {
  495. ms.StoreMessageInfo(mi)
  496. }
  497. return ms
  498. }
  499. return mi.MessageOf(x)
  500. }
  501. // Deprecated: Use PartnerRoomInfo.ProtoReflect.Descriptor instead.
  502. func (*PartnerRoomInfo) Descriptor() ([]byte, []int) {
  503. return file_chat_proto_rawDescGZIP(), []int{8}
  504. }
  505. func (x *PartnerRoomInfo) GetPersonSendNum() int64 {
  506. if x != nil {
  507. return x.PersonSendNum
  508. }
  509. return 0
  510. }
  511. func (x *PartnerRoomInfo) GetPersonId() string {
  512. if x != nil {
  513. return x.PersonId
  514. }
  515. return ""
  516. }
  517. func (x *PartnerRoomInfo) GetUnreadNum() int64 {
  518. if x != nil {
  519. return x.UnreadNum
  520. }
  521. return 0
  522. }
  523. func (x *PartnerRoomInfo) GetLastContent() string {
  524. if x != nil {
  525. return x.LastContent
  526. }
  527. return ""
  528. }
  529. func (x *PartnerRoomInfo) GetLastTime() int64 {
  530. if x != nil {
  531. return x.LastTime
  532. }
  533. return 0
  534. }
  535. func (x *PartnerRoomInfo) GetBenefit() int64 {
  536. if x != nil {
  537. return x.Benefit
  538. }
  539. return 0
  540. }
  541. func (x *PartnerRoomInfo) GetType() string {
  542. if x != nil {
  543. return x.Type
  544. }
  545. return ""
  546. }
  547. func (x *PartnerRoomInfo) GetSex() int64 {
  548. if x != nil {
  549. return x.Sex
  550. }
  551. return 0
  552. }
  553. func (x *PartnerRoomInfo) GetAvatarUrl() string {
  554. if x != nil {
  555. return x.AvatarUrl
  556. }
  557. return ""
  558. }
  559. func (x *PartnerRoomInfo) GetNickname() string {
  560. if x != nil {
  561. return x.Nickname
  562. }
  563. return ""
  564. }
  565. func (x *PartnerRoomInfo) GetAge() int64 {
  566. if x != nil {
  567. return x.Age
  568. }
  569. return 0
  570. }
  571. func (x *PartnerRoomInfo) GetLikeability() int64 {
  572. if x != nil {
  573. return x.Likeability
  574. }
  575. return 0
  576. }
  577. func (x *PartnerRoomInfo) GetRoomId() int64 {
  578. if x != nil {
  579. return x.RoomId
  580. }
  581. return 0
  582. }
  583. func (x *PartnerRoomInfo) GetPersonSendBaseNum() int64 {
  584. if x != nil {
  585. return x.PersonSendBaseNum
  586. }
  587. return 0
  588. }
  589. type CreateChatRoomParam struct {
  590. state protoimpl.MessageState
  591. sizeCache protoimpl.SizeCache
  592. unknownFields protoimpl.UnknownFields
  593. PersonId1 string `protobuf:"bytes,1,opt,name=personId1,proto3" json:"personId1"`
  594. PersonIdentifyID1 string `protobuf:"bytes,2,opt,name=personIdentifyID1,proto3" json:"personIdentifyID1"` // 身份ID
  595. PersonType1 string `protobuf:"bytes,3,opt,name=personType1,proto3" json:"personType1"` // 类型
  596. PersonId2 string `protobuf:"bytes,4,opt,name=personId2,proto3" json:"personId2"`
  597. PersonIdentifyID2 string `protobuf:"bytes,5,opt,name=personIdentifyID2,proto3" json:"personIdentifyID2"` // 身份ID
  598. PersonType2 string `protobuf:"bytes,6,opt,name=personType2,proto3" json:"personType2"` // 类型
  599. Source string `protobuf:"bytes,7,opt,name=source,proto3" json:"source"` // 来源
  600. }
  601. func (x *CreateChatRoomParam) Reset() {
  602. *x = CreateChatRoomParam{}
  603. if protoimpl.UnsafeEnabled {
  604. mi := &file_chat_proto_msgTypes[9]
  605. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  606. ms.StoreMessageInfo(mi)
  607. }
  608. }
  609. func (x *CreateChatRoomParam) String() string {
  610. return protoimpl.X.MessageStringOf(x)
  611. }
  612. func (*CreateChatRoomParam) ProtoMessage() {}
  613. func (x *CreateChatRoomParam) ProtoReflect() protoreflect.Message {
  614. mi := &file_chat_proto_msgTypes[9]
  615. if protoimpl.UnsafeEnabled && x != nil {
  616. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  617. if ms.LoadMessageInfo() == nil {
  618. ms.StoreMessageInfo(mi)
  619. }
  620. return ms
  621. }
  622. return mi.MessageOf(x)
  623. }
  624. // Deprecated: Use CreateChatRoomParam.ProtoReflect.Descriptor instead.
  625. func (*CreateChatRoomParam) Descriptor() ([]byte, []int) {
  626. return file_chat_proto_rawDescGZIP(), []int{9}
  627. }
  628. func (x *CreateChatRoomParam) GetPersonId1() string {
  629. if x != nil {
  630. return x.PersonId1
  631. }
  632. return ""
  633. }
  634. func (x *CreateChatRoomParam) GetPersonIdentifyID1() string {
  635. if x != nil {
  636. return x.PersonIdentifyID1
  637. }
  638. return ""
  639. }
  640. func (x *CreateChatRoomParam) GetPersonType1() string {
  641. if x != nil {
  642. return x.PersonType1
  643. }
  644. return ""
  645. }
  646. func (x *CreateChatRoomParam) GetPersonId2() string {
  647. if x != nil {
  648. return x.PersonId2
  649. }
  650. return ""
  651. }
  652. func (x *CreateChatRoomParam) GetPersonIdentifyID2() string {
  653. if x != nil {
  654. return x.PersonIdentifyID2
  655. }
  656. return ""
  657. }
  658. func (x *CreateChatRoomParam) GetPersonType2() string {
  659. if x != nil {
  660. return x.PersonType2
  661. }
  662. return ""
  663. }
  664. func (x *CreateChatRoomParam) GetSource() string {
  665. if x != nil {
  666. return x.Source
  667. }
  668. return ""
  669. }
  670. type SetBlackChatParam struct {
  671. state protoimpl.MessageState
  672. sizeCache protoimpl.SizeCache
  673. unknownFields protoimpl.UnknownFields
  674. PersonIdentifyId string `protobuf:"bytes,1,opt,name=personIdentifyId,proto3" json:"personIdentifyId"` // 拉黑者的身份ID
  675. RoomId int64 `protobuf:"varint,2,opt,name=roomId,proto3" json:"roomId"` // 房间ID
  676. }
  677. func (x *SetBlackChatParam) Reset() {
  678. *x = SetBlackChatParam{}
  679. if protoimpl.UnsafeEnabled {
  680. mi := &file_chat_proto_msgTypes[10]
  681. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  682. ms.StoreMessageInfo(mi)
  683. }
  684. }
  685. func (x *SetBlackChatParam) String() string {
  686. return protoimpl.X.MessageStringOf(x)
  687. }
  688. func (*SetBlackChatParam) ProtoMessage() {}
  689. func (x *SetBlackChatParam) ProtoReflect() protoreflect.Message {
  690. mi := &file_chat_proto_msgTypes[10]
  691. if protoimpl.UnsafeEnabled && x != nil {
  692. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  693. if ms.LoadMessageInfo() == nil {
  694. ms.StoreMessageInfo(mi)
  695. }
  696. return ms
  697. }
  698. return mi.MessageOf(x)
  699. }
  700. // Deprecated: Use SetBlackChatParam.ProtoReflect.Descriptor instead.
  701. func (*SetBlackChatParam) Descriptor() ([]byte, []int) {
  702. return file_chat_proto_rawDescGZIP(), []int{10}
  703. }
  704. func (x *SetBlackChatParam) GetPersonIdentifyId() string {
  705. if x != nil {
  706. return x.PersonIdentifyId
  707. }
  708. return ""
  709. }
  710. func (x *SetBlackChatParam) GetRoomId() int64 {
  711. if x != nil {
  712. return x.RoomId
  713. }
  714. return 0
  715. }
  716. type ReceiveRequest struct {
  717. state protoimpl.MessageState
  718. sizeCache protoimpl.SizeCache
  719. unknownFields protoimpl.UnknownFields
  720. Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method"`
  721. Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data"`
  722. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id"`
  723. WebsocketTag string `protobuf:"bytes,4,opt,name=websocketTag,proto3" json:"websocketTag"`
  724. PersonType string `protobuf:"bytes,5,opt,name=personType,proto3" json:"personType"`
  725. PersonId string `protobuf:"bytes,6,opt,name=personId,proto3" json:"personId"`
  726. }
  727. func (x *ReceiveRequest) Reset() {
  728. *x = ReceiveRequest{}
  729. if protoimpl.UnsafeEnabled {
  730. mi := &file_chat_proto_msgTypes[11]
  731. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  732. ms.StoreMessageInfo(mi)
  733. }
  734. }
  735. func (x *ReceiveRequest) String() string {
  736. return protoimpl.X.MessageStringOf(x)
  737. }
  738. func (*ReceiveRequest) ProtoMessage() {}
  739. func (x *ReceiveRequest) ProtoReflect() protoreflect.Message {
  740. mi := &file_chat_proto_msgTypes[11]
  741. if protoimpl.UnsafeEnabled && x != nil {
  742. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  743. if ms.LoadMessageInfo() == nil {
  744. ms.StoreMessageInfo(mi)
  745. }
  746. return ms
  747. }
  748. return mi.MessageOf(x)
  749. }
  750. // Deprecated: Use ReceiveRequest.ProtoReflect.Descriptor instead.
  751. func (*ReceiveRequest) Descriptor() ([]byte, []int) {
  752. return file_chat_proto_rawDescGZIP(), []int{11}
  753. }
  754. func (x *ReceiveRequest) GetMethod() string {
  755. if x != nil {
  756. return x.Method
  757. }
  758. return ""
  759. }
  760. func (x *ReceiveRequest) GetData() []byte {
  761. if x != nil {
  762. return x.Data
  763. }
  764. return nil
  765. }
  766. func (x *ReceiveRequest) GetId() string {
  767. if x != nil {
  768. return x.Id
  769. }
  770. return ""
  771. }
  772. func (x *ReceiveRequest) GetWebsocketTag() string {
  773. if x != nil {
  774. return x.WebsocketTag
  775. }
  776. return ""
  777. }
  778. func (x *ReceiveRequest) GetPersonType() string {
  779. if x != nil {
  780. return x.PersonType
  781. }
  782. return ""
  783. }
  784. func (x *ReceiveRequest) GetPersonId() string {
  785. if x != nil {
  786. return x.PersonId
  787. }
  788. return ""
  789. }
  790. type ReceiveReply struct {
  791. state protoimpl.MessageState
  792. sizeCache protoimpl.SizeCache
  793. unknownFields protoimpl.UnknownFields
  794. }
  795. func (x *ReceiveReply) Reset() {
  796. *x = ReceiveReply{}
  797. if protoimpl.UnsafeEnabled {
  798. mi := &file_chat_proto_msgTypes[12]
  799. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  800. ms.StoreMessageInfo(mi)
  801. }
  802. }
  803. func (x *ReceiveReply) String() string {
  804. return protoimpl.X.MessageStringOf(x)
  805. }
  806. func (*ReceiveReply) ProtoMessage() {}
  807. func (x *ReceiveReply) ProtoReflect() protoreflect.Message {
  808. mi := &file_chat_proto_msgTypes[12]
  809. if protoimpl.UnsafeEnabled && x != nil {
  810. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  811. if ms.LoadMessageInfo() == nil {
  812. ms.StoreMessageInfo(mi)
  813. }
  814. return ms
  815. }
  816. return mi.MessageOf(x)
  817. }
  818. // Deprecated: Use ReceiveReply.ProtoReflect.Descriptor instead.
  819. func (*ReceiveReply) Descriptor() ([]byte, []int) {
  820. return file_chat_proto_rawDescGZIP(), []int{12}
  821. }
  822. type CheckUserPartnerIsRelationshipReply struct {
  823. state protoimpl.MessageState
  824. sizeCache protoimpl.SizeCache
  825. unknownFields protoimpl.UnknownFields
  826. IsBuildRelationship bool `protobuf:"varint,1,opt,name=isBuildRelationship,proto3" json:"isBuildRelationship"`
  827. RoomId int64 `protobuf:"varint,2,opt,name=roomId,proto3" json:"roomId"`
  828. }
  829. func (x *CheckUserPartnerIsRelationshipReply) Reset() {
  830. *x = CheckUserPartnerIsRelationshipReply{}
  831. if protoimpl.UnsafeEnabled {
  832. mi := &file_chat_proto_msgTypes[13]
  833. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  834. ms.StoreMessageInfo(mi)
  835. }
  836. }
  837. func (x *CheckUserPartnerIsRelationshipReply) String() string {
  838. return protoimpl.X.MessageStringOf(x)
  839. }
  840. func (*CheckUserPartnerIsRelationshipReply) ProtoMessage() {}
  841. func (x *CheckUserPartnerIsRelationshipReply) ProtoReflect() protoreflect.Message {
  842. mi := &file_chat_proto_msgTypes[13]
  843. if protoimpl.UnsafeEnabled && x != nil {
  844. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  845. if ms.LoadMessageInfo() == nil {
  846. ms.StoreMessageInfo(mi)
  847. }
  848. return ms
  849. }
  850. return mi.MessageOf(x)
  851. }
  852. // Deprecated: Use CheckUserPartnerIsRelationshipReply.ProtoReflect.Descriptor instead.
  853. func (*CheckUserPartnerIsRelationshipReply) Descriptor() ([]byte, []int) {
  854. return file_chat_proto_rawDescGZIP(), []int{13}
  855. }
  856. func (x *CheckUserPartnerIsRelationshipReply) GetIsBuildRelationship() bool {
  857. if x != nil {
  858. return x.IsBuildRelationship
  859. }
  860. return false
  861. }
  862. func (x *CheckUserPartnerIsRelationshipReply) GetRoomId() int64 {
  863. if x != nil {
  864. return x.RoomId
  865. }
  866. return 0
  867. }
  868. type RoomReply struct {
  869. state protoimpl.MessageState
  870. sizeCache protoimpl.SizeCache
  871. unknownFields protoimpl.UnknownFields
  872. RoomId int64 `protobuf:"varint,1,opt,name=roomId,proto3" json:"roomId"`
  873. }
  874. func (x *RoomReply) Reset() {
  875. *x = RoomReply{}
  876. if protoimpl.UnsafeEnabled {
  877. mi := &file_chat_proto_msgTypes[14]
  878. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  879. ms.StoreMessageInfo(mi)
  880. }
  881. }
  882. func (x *RoomReply) String() string {
  883. return protoimpl.X.MessageStringOf(x)
  884. }
  885. func (*RoomReply) ProtoMessage() {}
  886. func (x *RoomReply) ProtoReflect() protoreflect.Message {
  887. mi := &file_chat_proto_msgTypes[14]
  888. if protoimpl.UnsafeEnabled && x != nil {
  889. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  890. if ms.LoadMessageInfo() == nil {
  891. ms.StoreMessageInfo(mi)
  892. }
  893. return ms
  894. }
  895. return mi.MessageOf(x)
  896. }
  897. // Deprecated: Use RoomReply.ProtoReflect.Descriptor instead.
  898. func (*RoomReply) Descriptor() ([]byte, []int) {
  899. return file_chat_proto_rawDescGZIP(), []int{14}
  900. }
  901. func (x *RoomReply) GetRoomId() int64 {
  902. if x != nil {
  903. return x.RoomId
  904. }
  905. return 0
  906. }
  907. type FindChatRoomMsgRequest struct {
  908. state protoimpl.MessageState
  909. sizeCache protoimpl.SizeCache
  910. unknownFields protoimpl.UnknownFields
  911. RoomId int64 `protobuf:"varint,1,opt,name=roomId,proto3" json:"roomId"`
  912. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 类型
  913. PersonID string `protobuf:"bytes,3,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  914. }
  915. func (x *FindChatRoomMsgRequest) Reset() {
  916. *x = FindChatRoomMsgRequest{}
  917. if protoimpl.UnsafeEnabled {
  918. mi := &file_chat_proto_msgTypes[15]
  919. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  920. ms.StoreMessageInfo(mi)
  921. }
  922. }
  923. func (x *FindChatRoomMsgRequest) String() string {
  924. return protoimpl.X.MessageStringOf(x)
  925. }
  926. func (*FindChatRoomMsgRequest) ProtoMessage() {}
  927. func (x *FindChatRoomMsgRequest) ProtoReflect() protoreflect.Message {
  928. mi := &file_chat_proto_msgTypes[15]
  929. if protoimpl.UnsafeEnabled && x != nil {
  930. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  931. if ms.LoadMessageInfo() == nil {
  932. ms.StoreMessageInfo(mi)
  933. }
  934. return ms
  935. }
  936. return mi.MessageOf(x)
  937. }
  938. // Deprecated: Use FindChatRoomMsgRequest.ProtoReflect.Descriptor instead.
  939. func (*FindChatRoomMsgRequest) Descriptor() ([]byte, []int) {
  940. return file_chat_proto_rawDescGZIP(), []int{15}
  941. }
  942. func (x *FindChatRoomMsgRequest) GetRoomId() int64 {
  943. if x != nil {
  944. return x.RoomId
  945. }
  946. return 0
  947. }
  948. func (x *FindChatRoomMsgRequest) GetPersonType() string {
  949. if x != nil {
  950. return x.PersonType
  951. }
  952. return ""
  953. }
  954. func (x *FindChatRoomMsgRequest) GetPersonID() string {
  955. if x != nil {
  956. return x.PersonID
  957. }
  958. return ""
  959. }
  960. type FindChatRecordListRequest struct {
  961. state protoimpl.MessageState
  962. sizeCache protoimpl.SizeCache
  963. unknownFields protoimpl.UnknownFields
  964. NextId int64 `protobuf:"varint,1,opt,name=nextId,proto3" json:"nextId"`
  965. Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
  966. RoomId int64 `protobuf:"varint,3,opt,name=roomId,proto3" json:"roomId"`
  967. PersonType string `protobuf:"bytes,4,opt,name=personType,proto3" json:"personType"` // 类型
  968. PersonID string `protobuf:"bytes,5,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  969. }
  970. func (x *FindChatRecordListRequest) Reset() {
  971. *x = FindChatRecordListRequest{}
  972. if protoimpl.UnsafeEnabled {
  973. mi := &file_chat_proto_msgTypes[16]
  974. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  975. ms.StoreMessageInfo(mi)
  976. }
  977. }
  978. func (x *FindChatRecordListRequest) String() string {
  979. return protoimpl.X.MessageStringOf(x)
  980. }
  981. func (*FindChatRecordListRequest) ProtoMessage() {}
  982. func (x *FindChatRecordListRequest) ProtoReflect() protoreflect.Message {
  983. mi := &file_chat_proto_msgTypes[16]
  984. if protoimpl.UnsafeEnabled && x != nil {
  985. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  986. if ms.LoadMessageInfo() == nil {
  987. ms.StoreMessageInfo(mi)
  988. }
  989. return ms
  990. }
  991. return mi.MessageOf(x)
  992. }
  993. // Deprecated: Use FindChatRecordListRequest.ProtoReflect.Descriptor instead.
  994. func (*FindChatRecordListRequest) Descriptor() ([]byte, []int) {
  995. return file_chat_proto_rawDescGZIP(), []int{16}
  996. }
  997. func (x *FindChatRecordListRequest) GetNextId() int64 {
  998. if x != nil {
  999. return x.NextId
  1000. }
  1001. return 0
  1002. }
  1003. func (x *FindChatRecordListRequest) GetOffset() int64 {
  1004. if x != nil {
  1005. return x.Offset
  1006. }
  1007. return 0
  1008. }
  1009. func (x *FindChatRecordListRequest) GetRoomId() int64 {
  1010. if x != nil {
  1011. return x.RoomId
  1012. }
  1013. return 0
  1014. }
  1015. func (x *FindChatRecordListRequest) GetPersonType() string {
  1016. if x != nil {
  1017. return x.PersonType
  1018. }
  1019. return ""
  1020. }
  1021. func (x *FindChatRecordListRequest) GetPersonID() string {
  1022. if x != nil {
  1023. return x.PersonID
  1024. }
  1025. return ""
  1026. }
  1027. var File_chat_proto protoreflect.FileDescriptor
  1028. var file_chat_proto_rawDesc = []byte{
  1029. 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x61, 0x70,
  1030. 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
  1031. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72,
  1032. 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f,
  1033. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6e, 0x0a, 0x16,
  1034. 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x43, 0x61, 0x72, 0x64, 0x4d, 0x73, 0x67, 0x52,
  1035. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64,
  1036. 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
  1037. 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x2c,
  1038. 0x0a, 0x11, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66,
  1039. 0x79, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x61, 0x72, 0x74, 0x6e,
  1040. 0x65, 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x22, 0x30, 0x0a, 0x14,
  1041. 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x47, 0x65, 0x74, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52,
  1042. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18,
  1043. 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x8c,
  1044. 0x01, 0x0a, 0x16, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x47, 0x65, 0x74, 0x41, 0x77, 0x61,
  1045. 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x75, 0x73, 0x65,
  1046. 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
  1047. 0x09, 0x52, 0x0e, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49,
  1048. 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x65, 0x6e,
  1049. 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x61,
  1050. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12,
  1051. 0x1c, 0x0a, 0x09, 0x61, 0x77, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01,
  1052. 0x28, 0x09, 0x52, 0x09, 0x61, 0x77, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x22, 0xc0, 0x01,
  1053. 0x0a, 0x1a, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f,
  1054. 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06,
  1055. 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65,
  1056. 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02,
  1057. 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x1e, 0x0a, 0x0a,
  1058. 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  1059. 0x52, 0x0a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0e,
  1060. 0x69, 0x73, 0x46, 0x69, 0x6e, 0x64, 0x4e, 0x6f, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x18, 0x04,
  1061. 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x46, 0x69, 0x6e, 0x64, 0x4e, 0x6f, 0x74, 0x52,
  1062. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x69, 0x73, 0x57, 0x69, 0x74, 0x68, 0x69, 0x6e,
  1063. 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10,
  1064. 0x69, 0x73, 0x57, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79,
  1065. 0x22, 0x95, 0x01, 0x0a, 0x17, 0x55, 0x73, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f,
  1066. 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06,
  1067. 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65,
  1068. 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02,
  1069. 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x1e, 0x0a, 0x0a,
  1070. 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  1071. 0x52, 0x0a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x10,
  1072. 0x69, 0x73, 0x57, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79,
  1073. 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x69, 0x73, 0x57, 0x69, 0x74, 0x68, 0x69, 0x6e,
  1074. 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x22, 0x5b, 0x0a, 0x15, 0x55, 0x73, 0x65, 0x72,
  1075. 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c,
  1076. 0x79, 0x12, 0x2a, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
  1077. 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52,
  1078. 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a,
  1079. 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e,
  1080. 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xe0, 0x01, 0x0a, 0x0c, 0x55, 0x73, 0x65, 0x72, 0x52, 0x6f,
  1081. 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  1082. 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
  1083. 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  1084. 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  1085. 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18,
  1086. 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d,
  1087. 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18,
  1088. 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65,
  1089. 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05,
  1090. 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20,
  1091. 0x0a, 0x0b, 0x6c, 0x69, 0x6b, 0x65, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x06, 0x20,
  1092. 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6c, 0x69, 0x6b, 0x65, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79,
  1093. 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03,
  1094. 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x61, 0x0a, 0x18, 0x50, 0x61, 0x72, 0x74,
  1095. 0x6e, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52,
  1096. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x2d, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03,
  1097. 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x50, 0x61,
  1098. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c,
  1099. 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20,
  1100. 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xa3, 0x03, 0x0a, 0x0f,
  1101. 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12,
  1102. 0x24, 0x0a, 0x0d, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x75, 0x6d,
  1103. 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65,
  1104. 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
  1105. 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
  1106. 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x03,
  1107. 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12,
  1108. 0x20, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04,
  1109. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
  1110. 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20,
  1111. 0x01, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a,
  1112. 0x07, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07,
  1113. 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18,
  1114. 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73,
  1115. 0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1c, 0x0a,
  1116. 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
  1117. 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6e,
  1118. 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e,
  1119. 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x0b,
  1120. 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x69, 0x6b,
  1121. 0x65, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b,
  1122. 0x6c, 0x69, 0x6b, 0x65, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x72,
  1123. 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f,
  1124. 0x6d, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65, 0x6e,
  1125. 0x64, 0x42, 0x61, 0x73, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11,
  1126. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x42, 0x61, 0x73, 0x65, 0x4e, 0x75,
  1127. 0x6d, 0x22, 0x89, 0x02, 0x0a, 0x13, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x74,
  1128. 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x72,
  1129. 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x65,
  1130. 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x31, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f,
  1131. 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x44, 0x31, 0x18, 0x02, 0x20, 0x01,
  1132. 0x28, 0x09, 0x52, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69,
  1133. 0x66, 0x79, 0x49, 0x44, 0x31, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54,
  1134. 0x79, 0x70, 0x65, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x65, 0x72, 0x73,
  1135. 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x31, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f,
  1136. 0x6e, 0x49, 0x64, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x65, 0x72, 0x73,
  1137. 0x6f, 0x6e, 0x49, 0x64, 0x32, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
  1138. 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x44, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
  1139. 0x52, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79,
  1140. 0x49, 0x44, 0x32, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70,
  1141. 0x65, 0x32, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  1142. 0x54, 0x79, 0x70, 0x65, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18,
  1143. 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x57, 0x0a,
  1144. 0x11, 0x53, 0x65, 0x74, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x43, 0x68, 0x61, 0x74, 0x50, 0x61, 0x72,
  1145. 0x61, 0x6d, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e,
  1146. 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x70, 0x65,
  1147. 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x16,
  1148. 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
  1149. 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0xac, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x63, 0x65, 0x69,
  1150. 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x65, 0x74,
  1151. 0x68, 0x6f, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f,
  1152. 0x64, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52,
  1153. 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
  1154. 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b,
  1155. 0x65, 0x74, 0x54, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x65, 0x62,
  1156. 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x54, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72,
  1157. 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70,
  1158. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72,
  1159. 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72,
  1160. 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x0e, 0x0a, 0x0c, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65,
  1161. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x6f, 0x0a, 0x23, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73,
  1162. 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61, 0x74,
  1163. 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x30, 0x0a, 0x13,
  1164. 0x69, 0x73, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
  1165. 0x68, 0x69, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x69, 0x73, 0x42, 0x75, 0x69,
  1166. 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x12, 0x16,
  1167. 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
  1168. 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x23, 0x0a, 0x09, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65,
  1169. 0x70, 0x6c, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20,
  1170. 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x6c, 0x0a, 0x16, 0x46,
  1171. 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65,
  1172. 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18,
  1173. 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x1e, 0x0a,
  1174. 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
  1175. 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a,
  1176. 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  1177. 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x22, 0x9f, 0x01, 0x0a, 0x19, 0x46, 0x69,
  1178. 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74,
  1179. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49,
  1180. 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12,
  1181. 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
  1182. 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49,
  1183. 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12,
  1184. 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20,
  1185. 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12,
  1186. 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28,
  1187. 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x32, 0xe7, 0x08, 0x0a, 0x04,
  1188. 0x43, 0x68, 0x61, 0x74, 0x12, 0x7a, 0x0a, 0x1e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65,
  1189. 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69,
  1190. 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
  1191. 0x6d, 0x6f, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x6e, 0x64, 0x50, 0x61, 0x72, 0x74, 0x6e,
  1192. 0x65, 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x50, 0x61, 0x72, 0x61,
  1193. 0x6d, 0x1a, 0x2d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x43, 0x68, 0x65,
  1194. 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52,
  1195. 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79,
  1196. 0x12, 0x44, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f,
  1197. 0x6f, 0x6d, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x43, 0x72,
  1198. 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x61,
  1199. 0x6d, 0x1a, 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x52, 0x6f, 0x6f,
  1200. 0x6d, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x5f, 0x0a, 0x14, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x6e,
  1201. 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x24,
  1202. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c, 0x69, 0x73, 0x74,
  1203. 0x50, 0x61, 0x67, 0x65, 0x41, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71,
  1204. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  1205. 0x6e, 0x2e, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69,
  1206. 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x65, 0x0a, 0x17, 0x46, 0x69, 0x6e, 0x64, 0x52,
  1207. 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69,
  1208. 0x73, 0x74, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  1209. 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x67, 0x65, 0x41, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f,
  1210. 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1211. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x50,
  1212. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x61,
  1213. 0x0a, 0x13, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f,
  1214. 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74,
  1215. 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d,
  1216. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x61, 0x70,
  1217. 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69,
  1218. 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
  1219. 0x00, 0x12, 0x58, 0x0a, 0x10, 0x55, 0x73, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f,
  1220. 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74,
  1221. 0x2e, 0x55, 0x73, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73,
  1222. 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1223. 0x68, 0x61, 0x74, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d,
  1224. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3d, 0x0a, 0x07, 0x52,
  1225. 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x12, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61,
  1226. 0x74, 0x2e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1227. 0x1a, 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x52, 0x65, 0x63, 0x65,
  1228. 0x69, 0x76, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x12, 0x46, 0x69,
  1229. 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74,
  1230. 0x12, 0x23, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x64,
  1231. 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  1232. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  1233. 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x4c, 0x69, 0x73,
  1234. 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x0f, 0x46, 0x69, 0x6e, 0x64,
  1235. 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x12, 0x20, 0x2e, 0x61, 0x70,
  1236. 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52,
  1237. 0x6f, 0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e,
  1238. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x52,
  1239. 0x6f, 0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x22, 0x00, 0x12, 0x45, 0x0a, 0x0c, 0x53, 0x65, 0x74, 0x42,
  1240. 0x6c, 0x61, 0x63, 0x6b, 0x43, 0x68, 0x61, 0x74, 0x12, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1241. 0x68, 0x61, 0x74, 0x2e, 0x53, 0x65, 0x74, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x43, 0x68, 0x61, 0x74,
  1242. 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  1243. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12,
  1244. 0x3d, 0x0a, 0x06, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  1245. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71,
  1246. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  1247. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x55,
  1248. 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x47, 0x65, 0x74, 0x41, 0x77, 0x61, 0x72,
  1249. 0x64, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x50, 0x61, 0x72,
  1250. 0x74, 0x6e, 0x65, 0x72, 0x47, 0x65, 0x74, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75,
  1251. 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x50,
  1252. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x47, 0x65, 0x74, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65,
  1253. 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x0f, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f,
  1254. 0x6d, 0x43, 0x61, 0x72, 0x64, 0x4d, 0x73, 0x67, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1255. 0x68, 0x61, 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x43, 0x61, 0x72, 0x64,
  1256. 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70, 0x69,
  1257. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x43, 0x68, 0x61, 0x74,
  1258. 0x4d, 0x73, 0x67, 0x22, 0x00, 0x42, 0x3d, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61,
  1259. 0x74, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e,
  1260. 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72,
  1261. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x3b,
  1262. 0x63, 0x68, 0x61, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1263. }
  1264. var (
  1265. file_chat_proto_rawDescOnce sync.Once
  1266. file_chat_proto_rawDescData = file_chat_proto_rawDesc
  1267. )
  1268. func file_chat_proto_rawDescGZIP() []byte {
  1269. file_chat_proto_rawDescOnce.Do(func() {
  1270. file_chat_proto_rawDescData = protoimpl.X.CompressGZIP(file_chat_proto_rawDescData)
  1271. })
  1272. return file_chat_proto_rawDescData
  1273. }
  1274. var file_chat_proto_msgTypes = make([]protoimpl.MessageInfo, 17)
  1275. var file_chat_proto_goTypes = []interface{}{
  1276. (*FindRoomCardMsgRequest)(nil), // 0: api.chat.FindRoomCardMsgRequest
  1277. (*PartnerGetAwardReply)(nil), // 1: api.chat.PartnerGetAwardReply
  1278. (*PartnerGetAwardRequest)(nil), // 2: api.chat.PartnerGetAwardRequest
  1279. (*PartnerFindRoomListRequest)(nil), // 3: api.chat.PartnerFindRoomListRequest
  1280. (*UserFindRoomListRequest)(nil), // 4: api.chat.UserFindRoomListRequest
  1281. (*UserFindRoomListReply)(nil), // 5: api.chat.UserFindRoomListReply
  1282. (*UserRoomInfo)(nil), // 6: api.chat.UserRoomInfo
  1283. (*PartnerFindRoomListReply)(nil), // 7: api.chat.PartnerFindRoomListReply
  1284. (*PartnerRoomInfo)(nil), // 8: api.chat.PartnerRoomInfo
  1285. (*CreateChatRoomParam)(nil), // 9: api.chat.CreateChatRoomParam
  1286. (*SetBlackChatParam)(nil), // 10: api.chat.SetBlackChatParam
  1287. (*ReceiveRequest)(nil), // 11: api.chat.ReceiveRequest
  1288. (*ReceiveReply)(nil), // 12: api.chat.ReceiveReply
  1289. (*CheckUserPartnerIsRelationshipReply)(nil), // 13: api.chat.CheckUserPartnerIsRelationshipReply
  1290. (*RoomReply)(nil), // 14: api.chat.RoomReply
  1291. (*FindChatRoomMsgRequest)(nil), // 15: api.chat.FindChatRoomMsgRequest
  1292. (*FindChatRecordListRequest)(nil), // 16: api.chat.FindChatRecordListRequest
  1293. (*common.UserAndPartnerIdentifyIdParam)(nil), // 17: api.common.UserAndPartnerIdentifyIdParam
  1294. (*common.ListPageAndPersonRequest)(nil), // 18: api.common.ListPageAndPersonRequest
  1295. (*common.ReportRequest)(nil), // 19: api.common.ReportRequest
  1296. (*common.OnlinePersonListReply)(nil), // 20: api.common.OnlinePersonListReply
  1297. (*common.RecommendPersonListReply)(nil), // 21: api.common.RecommendPersonListReply
  1298. (*common.ChatRecordListReply)(nil), // 22: api.common.ChatRecordListReply
  1299. (*common.ChatRoomMsg)(nil), // 23: api.common.ChatRoomMsg
  1300. (*emptypb.Empty)(nil), // 24: google.protobuf.Empty
  1301. (*common.RoomChatMsg)(nil), // 25: api.common.RoomChatMsg
  1302. }
  1303. var file_chat_proto_depIdxs = []int32{
  1304. 6, // 0: api.chat.UserFindRoomListReply.list:type_name -> api.chat.UserRoomInfo
  1305. 8, // 1: api.chat.PartnerFindRoomListReply.list:type_name -> api.chat.PartnerRoomInfo
  1306. 17, // 2: api.chat.Chat.CheckUserPartnerIsRelationship:input_type -> api.common.UserAndPartnerIdentifyIdParam
  1307. 9, // 3: api.chat.Chat.CreateChatRoom:input_type -> api.chat.CreateChatRoomParam
  1308. 18, // 4: api.chat.Chat.FindOnlinePersonList:input_type -> api.common.ListPageAndPersonRequest
  1309. 18, // 5: api.chat.Chat.FindRecommendPersonList:input_type -> api.common.ListPageAndPersonRequest
  1310. 3, // 6: api.chat.Chat.PartnerFindRoomList:input_type -> api.chat.PartnerFindRoomListRequest
  1311. 4, // 7: api.chat.Chat.UserFindRoomList:input_type -> api.chat.UserFindRoomListRequest
  1312. 11, // 8: api.chat.Chat.Receive:input_type -> api.chat.ReceiveRequest
  1313. 16, // 9: api.chat.Chat.FindChatRecordList:input_type -> api.chat.FindChatRecordListRequest
  1314. 15, // 10: api.chat.Chat.FindChatRoomMsg:input_type -> api.chat.FindChatRoomMsgRequest
  1315. 10, // 11: api.chat.Chat.SetBlackChat:input_type -> api.chat.SetBlackChatParam
  1316. 19, // 12: api.chat.Chat.Report:input_type -> api.common.ReportRequest
  1317. 2, // 13: api.chat.Chat.PartnerGetAward:input_type -> api.chat.PartnerGetAwardRequest
  1318. 0, // 14: api.chat.Chat.FindRoomCardMsg:input_type -> api.chat.FindRoomCardMsgRequest
  1319. 13, // 15: api.chat.Chat.CheckUserPartnerIsRelationship:output_type -> api.chat.CheckUserPartnerIsRelationshipReply
  1320. 14, // 16: api.chat.Chat.CreateChatRoom:output_type -> api.chat.RoomReply
  1321. 20, // 17: api.chat.Chat.FindOnlinePersonList:output_type -> api.common.OnlinePersonListReply
  1322. 21, // 18: api.chat.Chat.FindRecommendPersonList:output_type -> api.common.RecommendPersonListReply
  1323. 7, // 19: api.chat.Chat.PartnerFindRoomList:output_type -> api.chat.PartnerFindRoomListReply
  1324. 5, // 20: api.chat.Chat.UserFindRoomList:output_type -> api.chat.UserFindRoomListReply
  1325. 12, // 21: api.chat.Chat.Receive:output_type -> api.chat.ReceiveReply
  1326. 22, // 22: api.chat.Chat.FindChatRecordList:output_type -> api.common.ChatRecordListReply
  1327. 23, // 23: api.chat.Chat.FindChatRoomMsg:output_type -> api.common.ChatRoomMsg
  1328. 24, // 24: api.chat.Chat.SetBlackChat:output_type -> google.protobuf.Empty
  1329. 24, // 25: api.chat.Chat.Report:output_type -> google.protobuf.Empty
  1330. 1, // 26: api.chat.Chat.PartnerGetAward:output_type -> api.chat.PartnerGetAwardReply
  1331. 25, // 27: api.chat.Chat.FindRoomCardMsg:output_type -> api.common.RoomChatMsg
  1332. 15, // [15:28] is the sub-list for method output_type
  1333. 2, // [2:15] is the sub-list for method input_type
  1334. 2, // [2:2] is the sub-list for extension type_name
  1335. 2, // [2:2] is the sub-list for extension extendee
  1336. 0, // [0:2] is the sub-list for field type_name
  1337. }
  1338. func init() { file_chat_proto_init() }
  1339. func file_chat_proto_init() {
  1340. if File_chat_proto != nil {
  1341. return
  1342. }
  1343. if !protoimpl.UnsafeEnabled {
  1344. file_chat_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1345. switch v := v.(*FindRoomCardMsgRequest); i {
  1346. case 0:
  1347. return &v.state
  1348. case 1:
  1349. return &v.sizeCache
  1350. case 2:
  1351. return &v.unknownFields
  1352. default:
  1353. return nil
  1354. }
  1355. }
  1356. file_chat_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1357. switch v := v.(*PartnerGetAwardReply); i {
  1358. case 0:
  1359. return &v.state
  1360. case 1:
  1361. return &v.sizeCache
  1362. case 2:
  1363. return &v.unknownFields
  1364. default:
  1365. return nil
  1366. }
  1367. }
  1368. file_chat_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1369. switch v := v.(*PartnerGetAwardRequest); i {
  1370. case 0:
  1371. return &v.state
  1372. case 1:
  1373. return &v.sizeCache
  1374. case 2:
  1375. return &v.unknownFields
  1376. default:
  1377. return nil
  1378. }
  1379. }
  1380. file_chat_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1381. switch v := v.(*PartnerFindRoomListRequest); i {
  1382. case 0:
  1383. return &v.state
  1384. case 1:
  1385. return &v.sizeCache
  1386. case 2:
  1387. return &v.unknownFields
  1388. default:
  1389. return nil
  1390. }
  1391. }
  1392. file_chat_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1393. switch v := v.(*UserFindRoomListRequest); i {
  1394. case 0:
  1395. return &v.state
  1396. case 1:
  1397. return &v.sizeCache
  1398. case 2:
  1399. return &v.unknownFields
  1400. default:
  1401. return nil
  1402. }
  1403. }
  1404. file_chat_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1405. switch v := v.(*UserFindRoomListReply); i {
  1406. case 0:
  1407. return &v.state
  1408. case 1:
  1409. return &v.sizeCache
  1410. case 2:
  1411. return &v.unknownFields
  1412. default:
  1413. return nil
  1414. }
  1415. }
  1416. file_chat_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1417. switch v := v.(*UserRoomInfo); i {
  1418. case 0:
  1419. return &v.state
  1420. case 1:
  1421. return &v.sizeCache
  1422. case 2:
  1423. return &v.unknownFields
  1424. default:
  1425. return nil
  1426. }
  1427. }
  1428. file_chat_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1429. switch v := v.(*PartnerFindRoomListReply); i {
  1430. case 0:
  1431. return &v.state
  1432. case 1:
  1433. return &v.sizeCache
  1434. case 2:
  1435. return &v.unknownFields
  1436. default:
  1437. return nil
  1438. }
  1439. }
  1440. file_chat_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1441. switch v := v.(*PartnerRoomInfo); i {
  1442. case 0:
  1443. return &v.state
  1444. case 1:
  1445. return &v.sizeCache
  1446. case 2:
  1447. return &v.unknownFields
  1448. default:
  1449. return nil
  1450. }
  1451. }
  1452. file_chat_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1453. switch v := v.(*CreateChatRoomParam); i {
  1454. case 0:
  1455. return &v.state
  1456. case 1:
  1457. return &v.sizeCache
  1458. case 2:
  1459. return &v.unknownFields
  1460. default:
  1461. return nil
  1462. }
  1463. }
  1464. file_chat_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1465. switch v := v.(*SetBlackChatParam); i {
  1466. case 0:
  1467. return &v.state
  1468. case 1:
  1469. return &v.sizeCache
  1470. case 2:
  1471. return &v.unknownFields
  1472. default:
  1473. return nil
  1474. }
  1475. }
  1476. file_chat_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1477. switch v := v.(*ReceiveRequest); i {
  1478. case 0:
  1479. return &v.state
  1480. case 1:
  1481. return &v.sizeCache
  1482. case 2:
  1483. return &v.unknownFields
  1484. default:
  1485. return nil
  1486. }
  1487. }
  1488. file_chat_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1489. switch v := v.(*ReceiveReply); i {
  1490. case 0:
  1491. return &v.state
  1492. case 1:
  1493. return &v.sizeCache
  1494. case 2:
  1495. return &v.unknownFields
  1496. default:
  1497. return nil
  1498. }
  1499. }
  1500. file_chat_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1501. switch v := v.(*CheckUserPartnerIsRelationshipReply); i {
  1502. case 0:
  1503. return &v.state
  1504. case 1:
  1505. return &v.sizeCache
  1506. case 2:
  1507. return &v.unknownFields
  1508. default:
  1509. return nil
  1510. }
  1511. }
  1512. file_chat_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
  1513. switch v := v.(*RoomReply); i {
  1514. case 0:
  1515. return &v.state
  1516. case 1:
  1517. return &v.sizeCache
  1518. case 2:
  1519. return &v.unknownFields
  1520. default:
  1521. return nil
  1522. }
  1523. }
  1524. file_chat_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
  1525. switch v := v.(*FindChatRoomMsgRequest); i {
  1526. case 0:
  1527. return &v.state
  1528. case 1:
  1529. return &v.sizeCache
  1530. case 2:
  1531. return &v.unknownFields
  1532. default:
  1533. return nil
  1534. }
  1535. }
  1536. file_chat_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
  1537. switch v := v.(*FindChatRecordListRequest); i {
  1538. case 0:
  1539. return &v.state
  1540. case 1:
  1541. return &v.sizeCache
  1542. case 2:
  1543. return &v.unknownFields
  1544. default:
  1545. return nil
  1546. }
  1547. }
  1548. }
  1549. type x struct{}
  1550. out := protoimpl.TypeBuilder{
  1551. File: protoimpl.DescBuilder{
  1552. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1553. RawDescriptor: file_chat_proto_rawDesc,
  1554. NumEnums: 0,
  1555. NumMessages: 17,
  1556. NumExtensions: 0,
  1557. NumServices: 1,
  1558. },
  1559. GoTypes: file_chat_proto_goTypes,
  1560. DependencyIndexes: file_chat_proto_depIdxs,
  1561. MessageInfos: file_chat_proto_msgTypes,
  1562. }.Build()
  1563. File_chat_proto = out.File
  1564. file_chat_proto_rawDesc = nil
  1565. file_chat_proto_goTypes = nil
  1566. file_chat_proto_depIdxs = nil
  1567. }