chat.pb.go 54 KB

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