chat.pb.go 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465
  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. }
  337. func (x *PartnerRoomInfo) Reset() {
  338. *x = PartnerRoomInfo{}
  339. if protoimpl.UnsafeEnabled {
  340. mi := &file_chat_proto_msgTypes[5]
  341. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  342. ms.StoreMessageInfo(mi)
  343. }
  344. }
  345. func (x *PartnerRoomInfo) String() string {
  346. return protoimpl.X.MessageStringOf(x)
  347. }
  348. func (*PartnerRoomInfo) ProtoMessage() {}
  349. func (x *PartnerRoomInfo) ProtoReflect() protoreflect.Message {
  350. mi := &file_chat_proto_msgTypes[5]
  351. if protoimpl.UnsafeEnabled && x != nil {
  352. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  353. if ms.LoadMessageInfo() == nil {
  354. ms.StoreMessageInfo(mi)
  355. }
  356. return ms
  357. }
  358. return mi.MessageOf(x)
  359. }
  360. // Deprecated: Use PartnerRoomInfo.ProtoReflect.Descriptor instead.
  361. func (*PartnerRoomInfo) Descriptor() ([]byte, []int) {
  362. return file_chat_proto_rawDescGZIP(), []int{5}
  363. }
  364. func (x *PartnerRoomInfo) GetPersonSendNum() int64 {
  365. if x != nil {
  366. return x.PersonSendNum
  367. }
  368. return 0
  369. }
  370. func (x *PartnerRoomInfo) GetPersonId() string {
  371. if x != nil {
  372. return x.PersonId
  373. }
  374. return ""
  375. }
  376. func (x *PartnerRoomInfo) GetUnreadNum() int64 {
  377. if x != nil {
  378. return x.UnreadNum
  379. }
  380. return 0
  381. }
  382. func (x *PartnerRoomInfo) GetLastContent() string {
  383. if x != nil {
  384. return x.LastContent
  385. }
  386. return ""
  387. }
  388. func (x *PartnerRoomInfo) GetLastTime() int64 {
  389. if x != nil {
  390. return x.LastTime
  391. }
  392. return 0
  393. }
  394. func (x *PartnerRoomInfo) GetBenefit() int64 {
  395. if x != nil {
  396. return x.Benefit
  397. }
  398. return 0
  399. }
  400. func (x *PartnerRoomInfo) GetType() string {
  401. if x != nil {
  402. return x.Type
  403. }
  404. return ""
  405. }
  406. func (x *PartnerRoomInfo) GetSex() int64 {
  407. if x != nil {
  408. return x.Sex
  409. }
  410. return 0
  411. }
  412. func (x *PartnerRoomInfo) GetAvatarUrl() string {
  413. if x != nil {
  414. return x.AvatarUrl
  415. }
  416. return ""
  417. }
  418. func (x *PartnerRoomInfo) GetNickname() string {
  419. if x != nil {
  420. return x.Nickname
  421. }
  422. return ""
  423. }
  424. func (x *PartnerRoomInfo) GetAge() int64 {
  425. if x != nil {
  426. return x.Age
  427. }
  428. return 0
  429. }
  430. type CreateChatRoomParam struct {
  431. state protoimpl.MessageState
  432. sizeCache protoimpl.SizeCache
  433. unknownFields protoimpl.UnknownFields
  434. PersonId1 string `protobuf:"bytes,1,opt,name=personId1,proto3" json:"personId1"`
  435. PersonIdentifyID1 string `protobuf:"bytes,2,opt,name=personIdentifyID1,proto3" json:"personIdentifyID1"` // 身份ID
  436. PersonType1 string `protobuf:"bytes,3,opt,name=personType1,proto3" json:"personType1"` // 类型
  437. PersonId2 string `protobuf:"bytes,4,opt,name=personId2,proto3" json:"personId2"`
  438. PersonIdentifyID2 string `protobuf:"bytes,5,opt,name=personIdentifyID2,proto3" json:"personIdentifyID2"` // 身份ID
  439. PersonType2 string `protobuf:"bytes,6,opt,name=personType2,proto3" json:"personType2"` // 类型
  440. }
  441. func (x *CreateChatRoomParam) Reset() {
  442. *x = CreateChatRoomParam{}
  443. if protoimpl.UnsafeEnabled {
  444. mi := &file_chat_proto_msgTypes[6]
  445. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  446. ms.StoreMessageInfo(mi)
  447. }
  448. }
  449. func (x *CreateChatRoomParam) String() string {
  450. return protoimpl.X.MessageStringOf(x)
  451. }
  452. func (*CreateChatRoomParam) ProtoMessage() {}
  453. func (x *CreateChatRoomParam) ProtoReflect() protoreflect.Message {
  454. mi := &file_chat_proto_msgTypes[6]
  455. if protoimpl.UnsafeEnabled && x != nil {
  456. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  457. if ms.LoadMessageInfo() == nil {
  458. ms.StoreMessageInfo(mi)
  459. }
  460. return ms
  461. }
  462. return mi.MessageOf(x)
  463. }
  464. // Deprecated: Use CreateChatRoomParam.ProtoReflect.Descriptor instead.
  465. func (*CreateChatRoomParam) Descriptor() ([]byte, []int) {
  466. return file_chat_proto_rawDescGZIP(), []int{6}
  467. }
  468. func (x *CreateChatRoomParam) GetPersonId1() string {
  469. if x != nil {
  470. return x.PersonId1
  471. }
  472. return ""
  473. }
  474. func (x *CreateChatRoomParam) GetPersonIdentifyID1() string {
  475. if x != nil {
  476. return x.PersonIdentifyID1
  477. }
  478. return ""
  479. }
  480. func (x *CreateChatRoomParam) GetPersonType1() string {
  481. if x != nil {
  482. return x.PersonType1
  483. }
  484. return ""
  485. }
  486. func (x *CreateChatRoomParam) GetPersonId2() string {
  487. if x != nil {
  488. return x.PersonId2
  489. }
  490. return ""
  491. }
  492. func (x *CreateChatRoomParam) GetPersonIdentifyID2() string {
  493. if x != nil {
  494. return x.PersonIdentifyID2
  495. }
  496. return ""
  497. }
  498. func (x *CreateChatRoomParam) GetPersonType2() string {
  499. if x != nil {
  500. return x.PersonType2
  501. }
  502. return ""
  503. }
  504. type SetBlackChatParam struct {
  505. state protoimpl.MessageState
  506. sizeCache protoimpl.SizeCache
  507. unknownFields protoimpl.UnknownFields
  508. PersonIdentifyId string `protobuf:"bytes,1,opt,name=personIdentifyId,proto3" json:"personIdentifyId"` // 拉黑者的身份ID
  509. RoomId int64 `protobuf:"varint,2,opt,name=roomId,proto3" json:"roomId"` // 房间ID
  510. }
  511. func (x *SetBlackChatParam) Reset() {
  512. *x = SetBlackChatParam{}
  513. if protoimpl.UnsafeEnabled {
  514. mi := &file_chat_proto_msgTypes[7]
  515. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  516. ms.StoreMessageInfo(mi)
  517. }
  518. }
  519. func (x *SetBlackChatParam) String() string {
  520. return protoimpl.X.MessageStringOf(x)
  521. }
  522. func (*SetBlackChatParam) ProtoMessage() {}
  523. func (x *SetBlackChatParam) ProtoReflect() protoreflect.Message {
  524. mi := &file_chat_proto_msgTypes[7]
  525. if protoimpl.UnsafeEnabled && x != nil {
  526. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  527. if ms.LoadMessageInfo() == nil {
  528. ms.StoreMessageInfo(mi)
  529. }
  530. return ms
  531. }
  532. return mi.MessageOf(x)
  533. }
  534. // Deprecated: Use SetBlackChatParam.ProtoReflect.Descriptor instead.
  535. func (*SetBlackChatParam) Descriptor() ([]byte, []int) {
  536. return file_chat_proto_rawDescGZIP(), []int{7}
  537. }
  538. func (x *SetBlackChatParam) GetPersonIdentifyId() string {
  539. if x != nil {
  540. return x.PersonIdentifyId
  541. }
  542. return ""
  543. }
  544. func (x *SetBlackChatParam) GetRoomId() int64 {
  545. if x != nil {
  546. return x.RoomId
  547. }
  548. return 0
  549. }
  550. type ReceiveRequest struct {
  551. state protoimpl.MessageState
  552. sizeCache protoimpl.SizeCache
  553. unknownFields protoimpl.UnknownFields
  554. Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method"`
  555. Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data"`
  556. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id"`
  557. WebsocketTag string `protobuf:"bytes,4,opt,name=websocketTag,proto3" json:"websocketTag"`
  558. PersonType string `protobuf:"bytes,5,opt,name=personType,proto3" json:"personType"`
  559. PersonId string `protobuf:"bytes,6,opt,name=personId,proto3" json:"personId"`
  560. }
  561. func (x *ReceiveRequest) Reset() {
  562. *x = ReceiveRequest{}
  563. if protoimpl.UnsafeEnabled {
  564. mi := &file_chat_proto_msgTypes[8]
  565. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  566. ms.StoreMessageInfo(mi)
  567. }
  568. }
  569. func (x *ReceiveRequest) String() string {
  570. return protoimpl.X.MessageStringOf(x)
  571. }
  572. func (*ReceiveRequest) ProtoMessage() {}
  573. func (x *ReceiveRequest) ProtoReflect() protoreflect.Message {
  574. mi := &file_chat_proto_msgTypes[8]
  575. if protoimpl.UnsafeEnabled && x != nil {
  576. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  577. if ms.LoadMessageInfo() == nil {
  578. ms.StoreMessageInfo(mi)
  579. }
  580. return ms
  581. }
  582. return mi.MessageOf(x)
  583. }
  584. // Deprecated: Use ReceiveRequest.ProtoReflect.Descriptor instead.
  585. func (*ReceiveRequest) Descriptor() ([]byte, []int) {
  586. return file_chat_proto_rawDescGZIP(), []int{8}
  587. }
  588. func (x *ReceiveRequest) GetMethod() string {
  589. if x != nil {
  590. return x.Method
  591. }
  592. return ""
  593. }
  594. func (x *ReceiveRequest) GetData() []byte {
  595. if x != nil {
  596. return x.Data
  597. }
  598. return nil
  599. }
  600. func (x *ReceiveRequest) GetId() string {
  601. if x != nil {
  602. return x.Id
  603. }
  604. return ""
  605. }
  606. func (x *ReceiveRequest) GetWebsocketTag() string {
  607. if x != nil {
  608. return x.WebsocketTag
  609. }
  610. return ""
  611. }
  612. func (x *ReceiveRequest) GetPersonType() string {
  613. if x != nil {
  614. return x.PersonType
  615. }
  616. return ""
  617. }
  618. func (x *ReceiveRequest) GetPersonId() string {
  619. if x != nil {
  620. return x.PersonId
  621. }
  622. return ""
  623. }
  624. type ReceiveReply struct {
  625. state protoimpl.MessageState
  626. sizeCache protoimpl.SizeCache
  627. unknownFields protoimpl.UnknownFields
  628. }
  629. func (x *ReceiveReply) Reset() {
  630. *x = ReceiveReply{}
  631. if protoimpl.UnsafeEnabled {
  632. mi := &file_chat_proto_msgTypes[9]
  633. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  634. ms.StoreMessageInfo(mi)
  635. }
  636. }
  637. func (x *ReceiveReply) String() string {
  638. return protoimpl.X.MessageStringOf(x)
  639. }
  640. func (*ReceiveReply) ProtoMessage() {}
  641. func (x *ReceiveReply) ProtoReflect() protoreflect.Message {
  642. mi := &file_chat_proto_msgTypes[9]
  643. if protoimpl.UnsafeEnabled && x != nil {
  644. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  645. if ms.LoadMessageInfo() == nil {
  646. ms.StoreMessageInfo(mi)
  647. }
  648. return ms
  649. }
  650. return mi.MessageOf(x)
  651. }
  652. // Deprecated: Use ReceiveReply.ProtoReflect.Descriptor instead.
  653. func (*ReceiveReply) Descriptor() ([]byte, []int) {
  654. return file_chat_proto_rawDescGZIP(), []int{9}
  655. }
  656. type CheckUserPartnerIsRelationshipReply struct {
  657. state protoimpl.MessageState
  658. sizeCache protoimpl.SizeCache
  659. unknownFields protoimpl.UnknownFields
  660. IsBuildRelationship bool `protobuf:"varint,1,opt,name=isBuildRelationship,proto3" json:"isBuildRelationship"`
  661. RoomId int64 `protobuf:"varint,2,opt,name=roomId,proto3" json:"roomId"`
  662. }
  663. func (x *CheckUserPartnerIsRelationshipReply) Reset() {
  664. *x = CheckUserPartnerIsRelationshipReply{}
  665. if protoimpl.UnsafeEnabled {
  666. mi := &file_chat_proto_msgTypes[10]
  667. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  668. ms.StoreMessageInfo(mi)
  669. }
  670. }
  671. func (x *CheckUserPartnerIsRelationshipReply) String() string {
  672. return protoimpl.X.MessageStringOf(x)
  673. }
  674. func (*CheckUserPartnerIsRelationshipReply) ProtoMessage() {}
  675. func (x *CheckUserPartnerIsRelationshipReply) ProtoReflect() protoreflect.Message {
  676. mi := &file_chat_proto_msgTypes[10]
  677. if protoimpl.UnsafeEnabled && x != nil {
  678. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  679. if ms.LoadMessageInfo() == nil {
  680. ms.StoreMessageInfo(mi)
  681. }
  682. return ms
  683. }
  684. return mi.MessageOf(x)
  685. }
  686. // Deprecated: Use CheckUserPartnerIsRelationshipReply.ProtoReflect.Descriptor instead.
  687. func (*CheckUserPartnerIsRelationshipReply) Descriptor() ([]byte, []int) {
  688. return file_chat_proto_rawDescGZIP(), []int{10}
  689. }
  690. func (x *CheckUserPartnerIsRelationshipReply) GetIsBuildRelationship() bool {
  691. if x != nil {
  692. return x.IsBuildRelationship
  693. }
  694. return false
  695. }
  696. func (x *CheckUserPartnerIsRelationshipReply) GetRoomId() int64 {
  697. if x != nil {
  698. return x.RoomId
  699. }
  700. return 0
  701. }
  702. type RoomReply struct {
  703. state protoimpl.MessageState
  704. sizeCache protoimpl.SizeCache
  705. unknownFields protoimpl.UnknownFields
  706. RoomId int64 `protobuf:"varint,1,opt,name=roomId,proto3" json:"roomId"`
  707. }
  708. func (x *RoomReply) Reset() {
  709. *x = RoomReply{}
  710. if protoimpl.UnsafeEnabled {
  711. mi := &file_chat_proto_msgTypes[11]
  712. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  713. ms.StoreMessageInfo(mi)
  714. }
  715. }
  716. func (x *RoomReply) String() string {
  717. return protoimpl.X.MessageStringOf(x)
  718. }
  719. func (*RoomReply) ProtoMessage() {}
  720. func (x *RoomReply) ProtoReflect() protoreflect.Message {
  721. mi := &file_chat_proto_msgTypes[11]
  722. if protoimpl.UnsafeEnabled && x != nil {
  723. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  724. if ms.LoadMessageInfo() == nil {
  725. ms.StoreMessageInfo(mi)
  726. }
  727. return ms
  728. }
  729. return mi.MessageOf(x)
  730. }
  731. // Deprecated: Use RoomReply.ProtoReflect.Descriptor instead.
  732. func (*RoomReply) Descriptor() ([]byte, []int) {
  733. return file_chat_proto_rawDescGZIP(), []int{11}
  734. }
  735. func (x *RoomReply) GetRoomId() int64 {
  736. if x != nil {
  737. return x.RoomId
  738. }
  739. return 0
  740. }
  741. type FindChatRoomMsgRequest struct {
  742. state protoimpl.MessageState
  743. sizeCache protoimpl.SizeCache
  744. unknownFields protoimpl.UnknownFields
  745. RoomId int64 `protobuf:"varint,1,opt,name=roomId,proto3" json:"roomId"`
  746. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 类型
  747. PersonID string `protobuf:"bytes,3,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  748. }
  749. func (x *FindChatRoomMsgRequest) Reset() {
  750. *x = FindChatRoomMsgRequest{}
  751. if protoimpl.UnsafeEnabled {
  752. mi := &file_chat_proto_msgTypes[12]
  753. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  754. ms.StoreMessageInfo(mi)
  755. }
  756. }
  757. func (x *FindChatRoomMsgRequest) String() string {
  758. return protoimpl.X.MessageStringOf(x)
  759. }
  760. func (*FindChatRoomMsgRequest) ProtoMessage() {}
  761. func (x *FindChatRoomMsgRequest) ProtoReflect() protoreflect.Message {
  762. mi := &file_chat_proto_msgTypes[12]
  763. if protoimpl.UnsafeEnabled && x != nil {
  764. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  765. if ms.LoadMessageInfo() == nil {
  766. ms.StoreMessageInfo(mi)
  767. }
  768. return ms
  769. }
  770. return mi.MessageOf(x)
  771. }
  772. // Deprecated: Use FindChatRoomMsgRequest.ProtoReflect.Descriptor instead.
  773. func (*FindChatRoomMsgRequest) Descriptor() ([]byte, []int) {
  774. return file_chat_proto_rawDescGZIP(), []int{12}
  775. }
  776. func (x *FindChatRoomMsgRequest) GetRoomId() int64 {
  777. if x != nil {
  778. return x.RoomId
  779. }
  780. return 0
  781. }
  782. func (x *FindChatRoomMsgRequest) GetPersonType() string {
  783. if x != nil {
  784. return x.PersonType
  785. }
  786. return ""
  787. }
  788. func (x *FindChatRoomMsgRequest) GetPersonID() string {
  789. if x != nil {
  790. return x.PersonID
  791. }
  792. return ""
  793. }
  794. type FindChatRecordListRequest struct {
  795. state protoimpl.MessageState
  796. sizeCache protoimpl.SizeCache
  797. unknownFields protoimpl.UnknownFields
  798. NextId int64 `protobuf:"varint,1,opt,name=nextId,proto3" json:"nextId"`
  799. Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
  800. RoomId int64 `protobuf:"varint,3,opt,name=roomId,proto3" json:"roomId"`
  801. PersonType string `protobuf:"bytes,4,opt,name=personType,proto3" json:"personType"` // 类型
  802. PersonID string `protobuf:"bytes,5,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  803. }
  804. func (x *FindChatRecordListRequest) Reset() {
  805. *x = FindChatRecordListRequest{}
  806. if protoimpl.UnsafeEnabled {
  807. mi := &file_chat_proto_msgTypes[13]
  808. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  809. ms.StoreMessageInfo(mi)
  810. }
  811. }
  812. func (x *FindChatRecordListRequest) String() string {
  813. return protoimpl.X.MessageStringOf(x)
  814. }
  815. func (*FindChatRecordListRequest) ProtoMessage() {}
  816. func (x *FindChatRecordListRequest) ProtoReflect() protoreflect.Message {
  817. mi := &file_chat_proto_msgTypes[13]
  818. if protoimpl.UnsafeEnabled && x != nil {
  819. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  820. if ms.LoadMessageInfo() == nil {
  821. ms.StoreMessageInfo(mi)
  822. }
  823. return ms
  824. }
  825. return mi.MessageOf(x)
  826. }
  827. // Deprecated: Use FindChatRecordListRequest.ProtoReflect.Descriptor instead.
  828. func (*FindChatRecordListRequest) Descriptor() ([]byte, []int) {
  829. return file_chat_proto_rawDescGZIP(), []int{13}
  830. }
  831. func (x *FindChatRecordListRequest) GetNextId() int64 {
  832. if x != nil {
  833. return x.NextId
  834. }
  835. return 0
  836. }
  837. func (x *FindChatRecordListRequest) GetOffset() int64 {
  838. if x != nil {
  839. return x.Offset
  840. }
  841. return 0
  842. }
  843. func (x *FindChatRecordListRequest) GetRoomId() int64 {
  844. if x != nil {
  845. return x.RoomId
  846. }
  847. return 0
  848. }
  849. func (x *FindChatRecordListRequest) GetPersonType() string {
  850. if x != nil {
  851. return x.PersonType
  852. }
  853. return ""
  854. }
  855. func (x *FindChatRecordListRequest) GetPersonID() string {
  856. if x != nil {
  857. return x.PersonID
  858. }
  859. return ""
  860. }
  861. var File_chat_proto protoreflect.FileDescriptor
  862. var file_chat_proto_rawDesc = []byte{
  863. 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x61, 0x70,
  864. 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
  865. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72,
  866. 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f,
  867. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc0, 0x01, 0x0a,
  868. 0x1a, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d,
  869. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e,
  870. 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78,
  871. 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20,
  872. 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x49,
  873. 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  874. 0x0a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x69,
  875. 0x73, 0x46, 0x69, 0x6e, 0x64, 0x4e, 0x6f, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x18, 0x04, 0x20,
  876. 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x46, 0x69, 0x6e, 0x64, 0x4e, 0x6f, 0x74, 0x52, 0x65,
  877. 0x70, 0x6c, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x69, 0x73, 0x57, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x53,
  878. 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x69,
  879. 0x73, 0x57, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x22,
  880. 0x95, 0x01, 0x0a, 0x17, 0x55, 0x73, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d,
  881. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e,
  882. 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78,
  883. 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20,
  884. 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x49,
  885. 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  886. 0x0a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x69,
  887. 0x73, 0x57, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x18,
  888. 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x69, 0x73, 0x57, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x53,
  889. 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x22, 0x5b, 0x0a, 0x15, 0x55, 0x73, 0x65, 0x72, 0x46,
  890. 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79,
  891. 0x12, 0x2a, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16,
  892. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x6f,
  893. 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06,
  894. 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65,
  895. 0x78, 0x74, 0x49, 0x64, 0x22, 0xe0, 0x01, 0x0a, 0x0c, 0x55, 0x73, 0x65, 0x72, 0x52, 0x6f, 0x6f,
  896. 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54,
  897. 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f,
  898. 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
  899. 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
  900. 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x03,
  901. 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12,
  902. 0x20, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04,
  903. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
  904. 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20,
  905. 0x01, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a,
  906. 0x0b, 0x6c, 0x69, 0x6b, 0x65, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01,
  907. 0x28, 0x03, 0x52, 0x0b, 0x6c, 0x69, 0x6b, 0x65, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12,
  908. 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52,
  909. 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x61, 0x0a, 0x18, 0x50, 0x61, 0x72, 0x74, 0x6e,
  910. 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  911. 0x70, 0x6c, 0x79, 0x12, 0x2d, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28,
  912. 0x0b, 0x32, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x50, 0x61, 0x72,
  913. 0x74, 0x6e, 0x65, 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69,
  914. 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
  915. 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xbb, 0x02, 0x0a, 0x0f, 0x50,
  916. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24,
  917. 0x0a, 0x0d, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x18,
  918. 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65, 0x6e,
  919. 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
  920. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
  921. 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20,
  922. 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x20,
  923. 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20,
  924. 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
  925. 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01,
  926. 0x28, 0x03, 0x52, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07,
  927. 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62,
  928. 0x65, 0x6e, 0x65, 0x66, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07,
  929. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65,
  930. 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1c, 0x0a, 0x09,
  931. 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
  932. 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69,
  933. 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69,
  934. 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x0b, 0x20,
  935. 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x22, 0xf1, 0x01, 0x0a, 0x13, 0x43, 0x72, 0x65,
  936. 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x61, 0x6d,
  937. 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x31, 0x18, 0x01, 0x20,
  938. 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x31, 0x12, 0x2c,
  939. 0x0a, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79,
  940. 0x49, 0x44, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f,
  941. 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x44, 0x31, 0x12, 0x20, 0x0a, 0x0b,
  942. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28,
  943. 0x09, 0x52, 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x31, 0x12, 0x1c,
  944. 0x0a, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28,
  945. 0x09, 0x52, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x32, 0x12, 0x2c, 0x0a, 0x11,
  946. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x44,
  947. 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
  948. 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x44, 0x32, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x65,
  949. 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x32, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
  950. 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x32, 0x22, 0x57, 0x0a, 0x11,
  951. 0x53, 0x65, 0x74, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x43, 0x68, 0x61, 0x74, 0x50, 0x61, 0x72, 0x61,
  952. 0x6d, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74,
  953. 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x70, 0x65, 0x72,
  954. 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x16, 0x0a,
  955. 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72,
  956. 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0xac, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76,
  957. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x68,
  958. 0x6f, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64,
  959. 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04,
  960. 0x64, 0x61, 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  961. 0x52, 0x02, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65,
  962. 0x74, 0x54, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x65, 0x62, 0x73,
  963. 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x54, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73,
  964. 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65,
  965. 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73,
  966. 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73,
  967. 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x0e, 0x0a, 0x0c, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52,
  968. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x6f, 0x0a, 0x23, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65,
  969. 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69,
  970. 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x30, 0x0a, 0x13, 0x69,
  971. 0x73, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68,
  972. 0x69, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x69, 0x73, 0x42, 0x75, 0x69, 0x6c,
  973. 0x64, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x12, 0x16, 0x0a,
  974. 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72,
  975. 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x23, 0x0a, 0x09, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x70,
  976. 0x6c, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
  977. 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x6c, 0x0a, 0x16, 0x46, 0x69,
  978. 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71,
  979. 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01,
  980. 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a,
  981. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  982. 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08,
  983. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  984. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x22, 0x9f, 0x01, 0x0a, 0x19, 0x46, 0x69, 0x6e,
  985. 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52,
  986. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64,
  987. 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16,
  988. 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
  989. 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64,
  990. 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x1e,
  991. 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01,
  992. 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a,
  993. 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
  994. 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x32, 0x9a, 0x06, 0x0a, 0x04, 0x43,
  995. 0x68, 0x61, 0x74, 0x12, 0x7a, 0x0a, 0x1e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72,
  996. 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f,
  997. 0x6e, 0x73, 0x68, 0x69, 0x70, 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  998. 0x6f, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x6e, 0x64, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65,
  999. 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d,
  1000. 0x1a, 0x2d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x43, 0x68, 0x65, 0x63,
  1001. 0x6b, 0x55, 0x73, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65,
  1002. 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12,
  1003. 0x44, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f,
  1004. 0x6d, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x43, 0x72, 0x65,
  1005. 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x61, 0x6d,
  1006. 0x1a, 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x52, 0x6f, 0x6f, 0x6d,
  1007. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x5f, 0x0a, 0x14, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x6e, 0x6c,
  1008. 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x24, 0x2e,
  1009. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50,
  1010. 0x61, 0x67, 0x65, 0x41, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
  1011. 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  1012. 0x2e, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73,
  1013. 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x61, 0x0a, 0x13, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65,
  1014. 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x24, 0x2e,
  1015. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
  1016. 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
  1017. 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x50,
  1018. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69,
  1019. 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x10, 0x55, 0x73, 0x65,
  1020. 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x21, 0x2e,
  1021. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x46, 0x69, 0x6e,
  1022. 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1023. 0x1a, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x55, 0x73, 0x65, 0x72,
  1024. 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c,
  1025. 0x79, 0x22, 0x00, 0x12, 0x3d, 0x0a, 0x07, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x12, 0x18,
  1026. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76,
  1027. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1028. 0x68, 0x61, 0x74, 0x2e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79,
  1029. 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x12, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65,
  1030. 0x63, 0x6f, 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x23, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1031. 0x68, 0x61, 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x63, 0x6f,
  1032. 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e,
  1033. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x52,
  1034. 0x65, 0x63, 0x6f, 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00,
  1035. 0x12, 0x4e, 0x0a, 0x0f, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d,
  1036. 0x4d, 0x73, 0x67, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x46,
  1037. 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65,
  1038. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  1039. 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x22, 0x00,
  1040. 0x12, 0x45, 0x0a, 0x0c, 0x53, 0x65, 0x74, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x43, 0x68, 0x61, 0x74,
  1041. 0x12, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x53, 0x65, 0x74, 0x42,
  1042. 0x6c, 0x61, 0x63, 0x6b, 0x43, 0x68, 0x61, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x16, 0x2e,
  1043. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  1044. 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x3d, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1045. 0x68, 0x61, 0x74, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61,
  1046. 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d,
  1047. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x68, 0x61,
  1048. 0x74, 0x3b, 0x63, 0x68, 0x61, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1049. }
  1050. var (
  1051. file_chat_proto_rawDescOnce sync.Once
  1052. file_chat_proto_rawDescData = file_chat_proto_rawDesc
  1053. )
  1054. func file_chat_proto_rawDescGZIP() []byte {
  1055. file_chat_proto_rawDescOnce.Do(func() {
  1056. file_chat_proto_rawDescData = protoimpl.X.CompressGZIP(file_chat_proto_rawDescData)
  1057. })
  1058. return file_chat_proto_rawDescData
  1059. }
  1060. var file_chat_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
  1061. var file_chat_proto_goTypes = []interface{}{
  1062. (*PartnerFindRoomListRequest)(nil), // 0: api.chat.PartnerFindRoomListRequest
  1063. (*UserFindRoomListRequest)(nil), // 1: api.chat.UserFindRoomListRequest
  1064. (*UserFindRoomListReply)(nil), // 2: api.chat.UserFindRoomListReply
  1065. (*UserRoomInfo)(nil), // 3: api.chat.UserRoomInfo
  1066. (*PartnerFindRoomListReply)(nil), // 4: api.chat.PartnerFindRoomListReply
  1067. (*PartnerRoomInfo)(nil), // 5: api.chat.PartnerRoomInfo
  1068. (*CreateChatRoomParam)(nil), // 6: api.chat.CreateChatRoomParam
  1069. (*SetBlackChatParam)(nil), // 7: api.chat.SetBlackChatParam
  1070. (*ReceiveRequest)(nil), // 8: api.chat.ReceiveRequest
  1071. (*ReceiveReply)(nil), // 9: api.chat.ReceiveReply
  1072. (*CheckUserPartnerIsRelationshipReply)(nil), // 10: api.chat.CheckUserPartnerIsRelationshipReply
  1073. (*RoomReply)(nil), // 11: api.chat.RoomReply
  1074. (*FindChatRoomMsgRequest)(nil), // 12: api.chat.FindChatRoomMsgRequest
  1075. (*FindChatRecordListRequest)(nil), // 13: api.chat.FindChatRecordListRequest
  1076. (*common.UserAndPartnerIdentifyIdParam)(nil), // 14: api.common.UserAndPartnerIdentifyIdParam
  1077. (*common.ListPageAndPersonRequest)(nil), // 15: api.common.ListPageAndPersonRequest
  1078. (*common.OnlinePersonListReply)(nil), // 16: api.common.OnlinePersonListReply
  1079. (*common.ChatRecordListReply)(nil), // 17: api.common.ChatRecordListReply
  1080. (*common.ChatRoomMsg)(nil), // 18: api.common.ChatRoomMsg
  1081. (*emptypb.Empty)(nil), // 19: google.protobuf.Empty
  1082. }
  1083. var file_chat_proto_depIdxs = []int32{
  1084. 3, // 0: api.chat.UserFindRoomListReply.list:type_name -> api.chat.UserRoomInfo
  1085. 5, // 1: api.chat.PartnerFindRoomListReply.list:type_name -> api.chat.PartnerRoomInfo
  1086. 14, // 2: api.chat.Chat.CheckUserPartnerIsRelationship:input_type -> api.common.UserAndPartnerIdentifyIdParam
  1087. 6, // 3: api.chat.Chat.CreateChatRoom:input_type -> api.chat.CreateChatRoomParam
  1088. 15, // 4: api.chat.Chat.FindOnlinePersonList:input_type -> api.common.ListPageAndPersonRequest
  1089. 0, // 5: api.chat.Chat.PartnerFindRoomList:input_type -> api.chat.PartnerFindRoomListRequest
  1090. 1, // 6: api.chat.Chat.UserFindRoomList:input_type -> api.chat.UserFindRoomListRequest
  1091. 8, // 7: api.chat.Chat.Receive:input_type -> api.chat.ReceiveRequest
  1092. 13, // 8: api.chat.Chat.FindChatRecordList:input_type -> api.chat.FindChatRecordListRequest
  1093. 12, // 9: api.chat.Chat.FindChatRoomMsg:input_type -> api.chat.FindChatRoomMsgRequest
  1094. 7, // 10: api.chat.Chat.SetBlackChat:input_type -> api.chat.SetBlackChatParam
  1095. 10, // 11: api.chat.Chat.CheckUserPartnerIsRelationship:output_type -> api.chat.CheckUserPartnerIsRelationshipReply
  1096. 11, // 12: api.chat.Chat.CreateChatRoom:output_type -> api.chat.RoomReply
  1097. 16, // 13: api.chat.Chat.FindOnlinePersonList:output_type -> api.common.OnlinePersonListReply
  1098. 4, // 14: api.chat.Chat.PartnerFindRoomList:output_type -> api.chat.PartnerFindRoomListReply
  1099. 2, // 15: api.chat.Chat.UserFindRoomList:output_type -> api.chat.UserFindRoomListReply
  1100. 9, // 16: api.chat.Chat.Receive:output_type -> api.chat.ReceiveReply
  1101. 17, // 17: api.chat.Chat.FindChatRecordList:output_type -> api.common.ChatRecordListReply
  1102. 18, // 18: api.chat.Chat.FindChatRoomMsg:output_type -> api.common.ChatRoomMsg
  1103. 19, // 19: api.chat.Chat.SetBlackChat:output_type -> google.protobuf.Empty
  1104. 11, // [11:20] is the sub-list for method output_type
  1105. 2, // [2:11] is the sub-list for method input_type
  1106. 2, // [2:2] is the sub-list for extension type_name
  1107. 2, // [2:2] is the sub-list for extension extendee
  1108. 0, // [0:2] is the sub-list for field type_name
  1109. }
  1110. func init() { file_chat_proto_init() }
  1111. func file_chat_proto_init() {
  1112. if File_chat_proto != nil {
  1113. return
  1114. }
  1115. if !protoimpl.UnsafeEnabled {
  1116. file_chat_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1117. switch v := v.(*PartnerFindRoomListRequest); i {
  1118. case 0:
  1119. return &v.state
  1120. case 1:
  1121. return &v.sizeCache
  1122. case 2:
  1123. return &v.unknownFields
  1124. default:
  1125. return nil
  1126. }
  1127. }
  1128. file_chat_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1129. switch v := v.(*UserFindRoomListRequest); i {
  1130. case 0:
  1131. return &v.state
  1132. case 1:
  1133. return &v.sizeCache
  1134. case 2:
  1135. return &v.unknownFields
  1136. default:
  1137. return nil
  1138. }
  1139. }
  1140. file_chat_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1141. switch v := v.(*UserFindRoomListReply); i {
  1142. case 0:
  1143. return &v.state
  1144. case 1:
  1145. return &v.sizeCache
  1146. case 2:
  1147. return &v.unknownFields
  1148. default:
  1149. return nil
  1150. }
  1151. }
  1152. file_chat_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1153. switch v := v.(*UserRoomInfo); i {
  1154. case 0:
  1155. return &v.state
  1156. case 1:
  1157. return &v.sizeCache
  1158. case 2:
  1159. return &v.unknownFields
  1160. default:
  1161. return nil
  1162. }
  1163. }
  1164. file_chat_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1165. switch v := v.(*PartnerFindRoomListReply); i {
  1166. case 0:
  1167. return &v.state
  1168. case 1:
  1169. return &v.sizeCache
  1170. case 2:
  1171. return &v.unknownFields
  1172. default:
  1173. return nil
  1174. }
  1175. }
  1176. file_chat_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1177. switch v := v.(*PartnerRoomInfo); i {
  1178. case 0:
  1179. return &v.state
  1180. case 1:
  1181. return &v.sizeCache
  1182. case 2:
  1183. return &v.unknownFields
  1184. default:
  1185. return nil
  1186. }
  1187. }
  1188. file_chat_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1189. switch v := v.(*CreateChatRoomParam); i {
  1190. case 0:
  1191. return &v.state
  1192. case 1:
  1193. return &v.sizeCache
  1194. case 2:
  1195. return &v.unknownFields
  1196. default:
  1197. return nil
  1198. }
  1199. }
  1200. file_chat_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1201. switch v := v.(*SetBlackChatParam); i {
  1202. case 0:
  1203. return &v.state
  1204. case 1:
  1205. return &v.sizeCache
  1206. case 2:
  1207. return &v.unknownFields
  1208. default:
  1209. return nil
  1210. }
  1211. }
  1212. file_chat_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1213. switch v := v.(*ReceiveRequest); i {
  1214. case 0:
  1215. return &v.state
  1216. case 1:
  1217. return &v.sizeCache
  1218. case 2:
  1219. return &v.unknownFields
  1220. default:
  1221. return nil
  1222. }
  1223. }
  1224. file_chat_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1225. switch v := v.(*ReceiveReply); i {
  1226. case 0:
  1227. return &v.state
  1228. case 1:
  1229. return &v.sizeCache
  1230. case 2:
  1231. return &v.unknownFields
  1232. default:
  1233. return nil
  1234. }
  1235. }
  1236. file_chat_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1237. switch v := v.(*CheckUserPartnerIsRelationshipReply); i {
  1238. case 0:
  1239. return &v.state
  1240. case 1:
  1241. return &v.sizeCache
  1242. case 2:
  1243. return &v.unknownFields
  1244. default:
  1245. return nil
  1246. }
  1247. }
  1248. file_chat_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1249. switch v := v.(*RoomReply); i {
  1250. case 0:
  1251. return &v.state
  1252. case 1:
  1253. return &v.sizeCache
  1254. case 2:
  1255. return &v.unknownFields
  1256. default:
  1257. return nil
  1258. }
  1259. }
  1260. file_chat_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1261. switch v := v.(*FindChatRoomMsgRequest); i {
  1262. case 0:
  1263. return &v.state
  1264. case 1:
  1265. return &v.sizeCache
  1266. case 2:
  1267. return &v.unknownFields
  1268. default:
  1269. return nil
  1270. }
  1271. }
  1272. file_chat_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1273. switch v := v.(*FindChatRecordListRequest); i {
  1274. case 0:
  1275. return &v.state
  1276. case 1:
  1277. return &v.sizeCache
  1278. case 2:
  1279. return &v.unknownFields
  1280. default:
  1281. return nil
  1282. }
  1283. }
  1284. }
  1285. type x struct{}
  1286. out := protoimpl.TypeBuilder{
  1287. File: protoimpl.DescBuilder{
  1288. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1289. RawDescriptor: file_chat_proto_rawDesc,
  1290. NumEnums: 0,
  1291. NumMessages: 14,
  1292. NumExtensions: 0,
  1293. NumServices: 1,
  1294. },
  1295. GoTypes: file_chat_proto_goTypes,
  1296. DependencyIndexes: file_chat_proto_depIdxs,
  1297. MessageInfos: file_chat_proto_msgTypes,
  1298. }.Build()
  1299. File_chat_proto = out.File
  1300. file_chat_proto_rawDesc = nil
  1301. file_chat_proto_goTypes = nil
  1302. file_chat_proto_depIdxs = nil
  1303. }