chat.pb.go 53 KB

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