chat.pb.go 53 KB

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