statistics.pb.go 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877
  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: statistics.proto
  6. package statistics
  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 GetLookAndLikeStatisticsMessageRequest struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  26. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 类型
  27. IsSelf bool `protobuf:"varint,3,opt,name=isSelf,proto3" json:"isSelf"`
  28. }
  29. func (x *GetLookAndLikeStatisticsMessageRequest) Reset() {
  30. *x = GetLookAndLikeStatisticsMessageRequest{}
  31. if protoimpl.UnsafeEnabled {
  32. mi := &file_statistics_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. }
  37. func (x *GetLookAndLikeStatisticsMessageRequest) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*GetLookAndLikeStatisticsMessageRequest) ProtoMessage() {}
  41. func (x *GetLookAndLikeStatisticsMessageRequest) ProtoReflect() protoreflect.Message {
  42. mi := &file_statistics_proto_msgTypes[0]
  43. if protoimpl.UnsafeEnabled && x != nil {
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. if ms.LoadMessageInfo() == nil {
  46. ms.StoreMessageInfo(mi)
  47. }
  48. return ms
  49. }
  50. return mi.MessageOf(x)
  51. }
  52. // Deprecated: Use GetLookAndLikeStatisticsMessageRequest.ProtoReflect.Descriptor instead.
  53. func (*GetLookAndLikeStatisticsMessageRequest) Descriptor() ([]byte, []int) {
  54. return file_statistics_proto_rawDescGZIP(), []int{0}
  55. }
  56. func (x *GetLookAndLikeStatisticsMessageRequest) GetPersonID() string {
  57. if x != nil {
  58. return x.PersonID
  59. }
  60. return ""
  61. }
  62. func (x *GetLookAndLikeStatisticsMessageRequest) GetPersonType() string {
  63. if x != nil {
  64. return x.PersonType
  65. }
  66. return ""
  67. }
  68. func (x *GetLookAndLikeStatisticsMessageRequest) GetIsSelf() bool {
  69. if x != nil {
  70. return x.IsSelf
  71. }
  72. return false
  73. }
  74. type LookAndLikeListReply struct {
  75. state protoimpl.MessageState
  76. sizeCache protoimpl.SizeCache
  77. unknownFields protoimpl.UnknownFields
  78. List []*LookAndLikeListInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  79. NextId int64 `protobuf:"varint,2,opt,name=nextId,proto3" json:"nextId"`
  80. }
  81. func (x *LookAndLikeListReply) Reset() {
  82. *x = LookAndLikeListReply{}
  83. if protoimpl.UnsafeEnabled {
  84. mi := &file_statistics_proto_msgTypes[1]
  85. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  86. ms.StoreMessageInfo(mi)
  87. }
  88. }
  89. func (x *LookAndLikeListReply) String() string {
  90. return protoimpl.X.MessageStringOf(x)
  91. }
  92. func (*LookAndLikeListReply) ProtoMessage() {}
  93. func (x *LookAndLikeListReply) ProtoReflect() protoreflect.Message {
  94. mi := &file_statistics_proto_msgTypes[1]
  95. if protoimpl.UnsafeEnabled && x != nil {
  96. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  97. if ms.LoadMessageInfo() == nil {
  98. ms.StoreMessageInfo(mi)
  99. }
  100. return ms
  101. }
  102. return mi.MessageOf(x)
  103. }
  104. // Deprecated: Use LookAndLikeListReply.ProtoReflect.Descriptor instead.
  105. func (*LookAndLikeListReply) Descriptor() ([]byte, []int) {
  106. return file_statistics_proto_rawDescGZIP(), []int{1}
  107. }
  108. func (x *LookAndLikeListReply) GetList() []*LookAndLikeListInfo {
  109. if x != nil {
  110. return x.List
  111. }
  112. return nil
  113. }
  114. func (x *LookAndLikeListReply) GetNextId() int64 {
  115. if x != nil {
  116. return x.NextId
  117. }
  118. return 0
  119. }
  120. type LookAndLikeListInfo struct {
  121. state protoimpl.MessageState
  122. sizeCache protoimpl.SizeCache
  123. unknownFields protoimpl.UnknownFields
  124. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // 被查看的列表中的人的ID
  125. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"` // 类型
  126. Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname"` // 昵称
  127. AvatarUrl string `protobuf:"bytes,4,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  128. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  129. Age int64 `protobuf:"varint,6,opt,name=age,proto3" json:"age"` // 年龄
  130. Constellation string `protobuf:"bytes,7,opt,name=constellation,proto3" json:"constellation"` // 星座
  131. LastLookTime int64 `protobuf:"varint,8,opt,name=lastLookTime,proto3" json:"lastLookTime"` // 上次访问时间
  132. IsHavePicture bool `protobuf:"varint,10,opt,name=isHavePicture,proto3" json:"isHavePicture"` // 是否有图片
  133. IsHaveVoice bool `protobuf:"varint,11,opt,name=isHaveVoice,proto3" json:"isHaveVoice"` // 是否有语音
  134. IsLock bool `protobuf:"varint,12,opt,name=isLock,proto3" json:"isLock"` // 是否锁住信息
  135. }
  136. func (x *LookAndLikeListInfo) Reset() {
  137. *x = LookAndLikeListInfo{}
  138. if protoimpl.UnsafeEnabled {
  139. mi := &file_statistics_proto_msgTypes[2]
  140. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  141. ms.StoreMessageInfo(mi)
  142. }
  143. }
  144. func (x *LookAndLikeListInfo) String() string {
  145. return protoimpl.X.MessageStringOf(x)
  146. }
  147. func (*LookAndLikeListInfo) ProtoMessage() {}
  148. func (x *LookAndLikeListInfo) ProtoReflect() protoreflect.Message {
  149. mi := &file_statistics_proto_msgTypes[2]
  150. if protoimpl.UnsafeEnabled && x != nil {
  151. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  152. if ms.LoadMessageInfo() == nil {
  153. ms.StoreMessageInfo(mi)
  154. }
  155. return ms
  156. }
  157. return mi.MessageOf(x)
  158. }
  159. // Deprecated: Use LookAndLikeListInfo.ProtoReflect.Descriptor instead.
  160. func (*LookAndLikeListInfo) Descriptor() ([]byte, []int) {
  161. return file_statistics_proto_rawDescGZIP(), []int{2}
  162. }
  163. func (x *LookAndLikeListInfo) GetId() string {
  164. if x != nil {
  165. return x.Id
  166. }
  167. return ""
  168. }
  169. func (x *LookAndLikeListInfo) GetType() string {
  170. if x != nil {
  171. return x.Type
  172. }
  173. return ""
  174. }
  175. func (x *LookAndLikeListInfo) GetNickname() string {
  176. if x != nil {
  177. return x.Nickname
  178. }
  179. return ""
  180. }
  181. func (x *LookAndLikeListInfo) GetAvatarUrl() string {
  182. if x != nil {
  183. return x.AvatarUrl
  184. }
  185. return ""
  186. }
  187. func (x *LookAndLikeListInfo) GetSex() int64 {
  188. if x != nil {
  189. return x.Sex
  190. }
  191. return 0
  192. }
  193. func (x *LookAndLikeListInfo) GetAge() int64 {
  194. if x != nil {
  195. return x.Age
  196. }
  197. return 0
  198. }
  199. func (x *LookAndLikeListInfo) GetConstellation() string {
  200. if x != nil {
  201. return x.Constellation
  202. }
  203. return ""
  204. }
  205. func (x *LookAndLikeListInfo) GetLastLookTime() int64 {
  206. if x != nil {
  207. return x.LastLookTime
  208. }
  209. return 0
  210. }
  211. func (x *LookAndLikeListInfo) GetIsHavePicture() bool {
  212. if x != nil {
  213. return x.IsHavePicture
  214. }
  215. return false
  216. }
  217. func (x *LookAndLikeListInfo) GetIsHaveVoice() bool {
  218. if x != nil {
  219. return x.IsHaveVoice
  220. }
  221. return false
  222. }
  223. func (x *LookAndLikeListInfo) GetIsLock() bool {
  224. if x != nil {
  225. return x.IsLock
  226. }
  227. return false
  228. }
  229. type GetLookAndLikeListRequest struct {
  230. state protoimpl.MessageState
  231. sizeCache protoimpl.SizeCache
  232. unknownFields protoimpl.UnknownFields
  233. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  234. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 类型
  235. NextId int64 `protobuf:"varint,3,opt,name=nextId,proto3" json:"nextId"`
  236. Offset int64 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset"`
  237. }
  238. func (x *GetLookAndLikeListRequest) Reset() {
  239. *x = GetLookAndLikeListRequest{}
  240. if protoimpl.UnsafeEnabled {
  241. mi := &file_statistics_proto_msgTypes[3]
  242. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  243. ms.StoreMessageInfo(mi)
  244. }
  245. }
  246. func (x *GetLookAndLikeListRequest) String() string {
  247. return protoimpl.X.MessageStringOf(x)
  248. }
  249. func (*GetLookAndLikeListRequest) ProtoMessage() {}
  250. func (x *GetLookAndLikeListRequest) ProtoReflect() protoreflect.Message {
  251. mi := &file_statistics_proto_msgTypes[3]
  252. if protoimpl.UnsafeEnabled && x != nil {
  253. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  254. if ms.LoadMessageInfo() == nil {
  255. ms.StoreMessageInfo(mi)
  256. }
  257. return ms
  258. }
  259. return mi.MessageOf(x)
  260. }
  261. // Deprecated: Use GetLookAndLikeListRequest.ProtoReflect.Descriptor instead.
  262. func (*GetLookAndLikeListRequest) Descriptor() ([]byte, []int) {
  263. return file_statistics_proto_rawDescGZIP(), []int{3}
  264. }
  265. func (x *GetLookAndLikeListRequest) GetPersonID() string {
  266. if x != nil {
  267. return x.PersonID
  268. }
  269. return ""
  270. }
  271. func (x *GetLookAndLikeListRequest) GetPersonType() string {
  272. if x != nil {
  273. return x.PersonType
  274. }
  275. return ""
  276. }
  277. func (x *GetLookAndLikeListRequest) GetNextId() int64 {
  278. if x != nil {
  279. return x.NextId
  280. }
  281. return 0
  282. }
  283. func (x *GetLookAndLikeListRequest) GetOffset() int64 {
  284. if x != nil {
  285. return x.Offset
  286. }
  287. return 0
  288. }
  289. type LookAndLikeMessageReply struct {
  290. state protoimpl.MessageState
  291. sizeCache protoimpl.SizeCache
  292. unknownFields protoimpl.UnknownFields
  293. LikeNum int64 `protobuf:"varint,1,opt,name=likeNum,proto3" json:"likeNum"` // 我喜欢
  294. LikedNum int64 `protobuf:"varint,2,opt,name=likedNum,proto3" json:"likedNum"` // 喜欢我
  295. LikedUnreadNum int64 `protobuf:"varint,3,opt,name=likedUnreadNum,proto3" json:"likedUnreadNum"` // 喜欢我的未读数
  296. LookNum int64 `protobuf:"varint,4,opt,name=lookNum,proto3" json:"lookNum"` // 看过我
  297. LookUnreadNum int64 `protobuf:"varint,5,opt,name=lookUnreadNum,proto3" json:"lookUnreadNum"` // 看过我的未读数
  298. AvatarUrlList []string `protobuf:"bytes,6,rep,name=avatarUrlList,proto3" json:"avatarUrlList"` // 头像列表
  299. }
  300. func (x *LookAndLikeMessageReply) Reset() {
  301. *x = LookAndLikeMessageReply{}
  302. if protoimpl.UnsafeEnabled {
  303. mi := &file_statistics_proto_msgTypes[4]
  304. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  305. ms.StoreMessageInfo(mi)
  306. }
  307. }
  308. func (x *LookAndLikeMessageReply) String() string {
  309. return protoimpl.X.MessageStringOf(x)
  310. }
  311. func (*LookAndLikeMessageReply) ProtoMessage() {}
  312. func (x *LookAndLikeMessageReply) ProtoReflect() protoreflect.Message {
  313. mi := &file_statistics_proto_msgTypes[4]
  314. if protoimpl.UnsafeEnabled && x != nil {
  315. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  316. if ms.LoadMessageInfo() == nil {
  317. ms.StoreMessageInfo(mi)
  318. }
  319. return ms
  320. }
  321. return mi.MessageOf(x)
  322. }
  323. // Deprecated: Use LookAndLikeMessageReply.ProtoReflect.Descriptor instead.
  324. func (*LookAndLikeMessageReply) Descriptor() ([]byte, []int) {
  325. return file_statistics_proto_rawDescGZIP(), []int{4}
  326. }
  327. func (x *LookAndLikeMessageReply) GetLikeNum() int64 {
  328. if x != nil {
  329. return x.LikeNum
  330. }
  331. return 0
  332. }
  333. func (x *LookAndLikeMessageReply) GetLikedNum() int64 {
  334. if x != nil {
  335. return x.LikedNum
  336. }
  337. return 0
  338. }
  339. func (x *LookAndLikeMessageReply) GetLikedUnreadNum() int64 {
  340. if x != nil {
  341. return x.LikedUnreadNum
  342. }
  343. return 0
  344. }
  345. func (x *LookAndLikeMessageReply) GetLookNum() int64 {
  346. if x != nil {
  347. return x.LookNum
  348. }
  349. return 0
  350. }
  351. func (x *LookAndLikeMessageReply) GetLookUnreadNum() int64 {
  352. if x != nil {
  353. return x.LookUnreadNum
  354. }
  355. return 0
  356. }
  357. func (x *LookAndLikeMessageReply) GetAvatarUrlList() []string {
  358. if x != nil {
  359. return x.AvatarUrlList
  360. }
  361. return nil
  362. }
  363. type LookMessageReply struct {
  364. state protoimpl.MessageState
  365. sizeCache protoimpl.SizeCache
  366. unknownFields protoimpl.UnknownFields
  367. LookNum int64 `protobuf:"varint,1,opt,name=lookNum,proto3" json:"lookNum"`
  368. LookUnreadNum int64 `protobuf:"varint,2,opt,name=lookUnreadNum,proto3" json:"lookUnreadNum"`
  369. TodayLookNum int64 `protobuf:"varint,3,opt,name=todayLookNum,proto3" json:"todayLookNum"`
  370. }
  371. func (x *LookMessageReply) Reset() {
  372. *x = LookMessageReply{}
  373. if protoimpl.UnsafeEnabled {
  374. mi := &file_statistics_proto_msgTypes[5]
  375. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  376. ms.StoreMessageInfo(mi)
  377. }
  378. }
  379. func (x *LookMessageReply) String() string {
  380. return protoimpl.X.MessageStringOf(x)
  381. }
  382. func (*LookMessageReply) ProtoMessage() {}
  383. func (x *LookMessageReply) ProtoReflect() protoreflect.Message {
  384. mi := &file_statistics_proto_msgTypes[5]
  385. if protoimpl.UnsafeEnabled && x != nil {
  386. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  387. if ms.LoadMessageInfo() == nil {
  388. ms.StoreMessageInfo(mi)
  389. }
  390. return ms
  391. }
  392. return mi.MessageOf(x)
  393. }
  394. // Deprecated: Use LookMessageReply.ProtoReflect.Descriptor instead.
  395. func (*LookMessageReply) Descriptor() ([]byte, []int) {
  396. return file_statistics_proto_rawDescGZIP(), []int{5}
  397. }
  398. func (x *LookMessageReply) GetLookNum() int64 {
  399. if x != nil {
  400. return x.LookNum
  401. }
  402. return 0
  403. }
  404. func (x *LookMessageReply) GetLookUnreadNum() int64 {
  405. if x != nil {
  406. return x.LookUnreadNum
  407. }
  408. return 0
  409. }
  410. func (x *LookMessageReply) GetTodayLookNum() int64 {
  411. if x != nil {
  412. return x.TodayLookNum
  413. }
  414. return 0
  415. }
  416. type PersonMessage struct {
  417. state protoimpl.MessageState
  418. sizeCache protoimpl.SizeCache
  419. unknownFields protoimpl.UnknownFields
  420. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 关注者、浏览者的ID
  421. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 关注者、浏览者的类型
  422. BePersonID string `protobuf:"bytes,3,opt,name=bePersonID,proto3" json:"bePersonID"` // 被关注者、被浏览者的ID
  423. BePersonType string `protobuf:"bytes,4,opt,name=bePersonType,proto3" json:"bePersonType"` // 被关注者、被浏览者的类型
  424. }
  425. func (x *PersonMessage) Reset() {
  426. *x = PersonMessage{}
  427. if protoimpl.UnsafeEnabled {
  428. mi := &file_statistics_proto_msgTypes[6]
  429. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  430. ms.StoreMessageInfo(mi)
  431. }
  432. }
  433. func (x *PersonMessage) String() string {
  434. return protoimpl.X.MessageStringOf(x)
  435. }
  436. func (*PersonMessage) ProtoMessage() {}
  437. func (x *PersonMessage) ProtoReflect() protoreflect.Message {
  438. mi := &file_statistics_proto_msgTypes[6]
  439. if protoimpl.UnsafeEnabled && x != nil {
  440. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  441. if ms.LoadMessageInfo() == nil {
  442. ms.StoreMessageInfo(mi)
  443. }
  444. return ms
  445. }
  446. return mi.MessageOf(x)
  447. }
  448. // Deprecated: Use PersonMessage.ProtoReflect.Descriptor instead.
  449. func (*PersonMessage) Descriptor() ([]byte, []int) {
  450. return file_statistics_proto_rawDescGZIP(), []int{6}
  451. }
  452. func (x *PersonMessage) GetPersonID() string {
  453. if x != nil {
  454. return x.PersonID
  455. }
  456. return ""
  457. }
  458. func (x *PersonMessage) GetPersonType() string {
  459. if x != nil {
  460. return x.PersonType
  461. }
  462. return ""
  463. }
  464. func (x *PersonMessage) GetBePersonID() string {
  465. if x != nil {
  466. return x.BePersonID
  467. }
  468. return ""
  469. }
  470. func (x *PersonMessage) GetBePersonType() string {
  471. if x != nil {
  472. return x.BePersonType
  473. }
  474. return ""
  475. }
  476. var File_statistics_proto protoreflect.FileDescriptor
  477. var file_statistics_proto_rawDesc = []byte{
  478. 0x0a, 0x10, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x70, 0x72, 0x6f,
  479. 0x74, 0x6f, 0x12, 0x0e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
  480. 0x63, 0x73, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  481. 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
  482. 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  483. 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x7c, 0x0a, 0x26, 0x47, 0x65, 0x74, 0x4c,
  484. 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73,
  485. 0x74, 0x69, 0x63, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
  486. 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01,
  487. 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e,
  488. 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
  489. 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16,
  490. 0x0a, 0x06, 0x69, 0x73, 0x53, 0x65, 0x6c, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06,
  491. 0x69, 0x73, 0x53, 0x65, 0x6c, 0x66, 0x22, 0x67, 0x0a, 0x14, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e,
  492. 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x37,
  493. 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x61,
  494. 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f,
  495. 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66,
  496. 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49,
  497. 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22,
  498. 0xc1, 0x02, 0x0a, 0x13, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c,
  499. 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
  500. 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18,
  501. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e,
  502. 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e,
  503. 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61,
  504. 0x72, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74,
  505. 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01,
  506. 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x06,
  507. 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e,
  508. 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
  509. 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
  510. 0x22, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18,
  511. 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x54,
  512. 0x69, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x48, 0x61, 0x76, 0x65, 0x50, 0x69, 0x63,
  513. 0x74, 0x75, 0x72, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73, 0x48, 0x61,
  514. 0x76, 0x65, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x73, 0x48,
  515. 0x61, 0x76, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b,
  516. 0x69, 0x73, 0x48, 0x61, 0x76, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69,
  517. 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c,
  518. 0x6f, 0x63, 0x6b, 0x22, 0x87, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41,
  519. 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  520. 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20,
  521. 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a,
  522. 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
  523. 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a,
  524. 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e,
  525. 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18,
  526. 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0xdd, 0x01,
  527. 0x0a, 0x17, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4d, 0x65, 0x73,
  528. 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x69, 0x6b,
  529. 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c, 0x69, 0x6b, 0x65,
  530. 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x18,
  531. 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x12,
  532. 0x26, 0x0a, 0x0e, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75,
  533. 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x55, 0x6e,
  534. 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e,
  535. 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75,
  536. 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e,
  537. 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e,
  538. 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x76, 0x61, 0x74, 0x61,
  539. 0x72, 0x55, 0x72, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d,
  540. 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x76, 0x0a,
  541. 0x10, 0x4c, 0x6f, 0x6f, 0x6b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c,
  542. 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01,
  543. 0x28, 0x03, 0x52, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x6c,
  544. 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01,
  545. 0x28, 0x03, 0x52, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75,
  546. 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x4c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75,
  547. 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x4c, 0x6f,
  548. 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x22, 0x8f, 0x01, 0x0a, 0x0d, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  549. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f,
  550. 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f,
  551. 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70,
  552. 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54,
  553. 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
  554. 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f,
  555. 0x6e, 0x49, 0x44, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54,
  556. 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x62, 0x65, 0x50, 0x65, 0x72,
  557. 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x32, 0xc4, 0x07, 0x0a, 0x0a, 0x53, 0x74, 0x61, 0x74,
  558. 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x12, 0x43, 0x0a, 0x0a, 0x4c, 0x6f, 0x6f, 0x6b, 0x50, 0x65,
  559. 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69,
  560. 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73,
  561. 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  562. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x43, 0x0a, 0x0a, 0x4c,
  563. 0x69, 0x6b, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  564. 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f,
  565. 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  566. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
  567. 0x12, 0x45, 0x0a, 0x0c, 0x55, 0x6e, 0x4c, 0x69, 0x6b, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  568. 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
  569. 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a,
  570. 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  571. 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x82, 0x01, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x4c,
  572. 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73,
  573. 0x74, 0x69, 0x63, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x36, 0x2e, 0x61, 0x70,
  574. 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x47, 0x65, 0x74,
  575. 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69,
  576. 0x73, 0x74, 0x69, 0x63, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75,
  577. 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73,
  578. 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65,
  579. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x55, 0x0a, 0x18,
  580. 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
  581. 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  582. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50, 0x61, 0x72, 0x61,
  583. 0x6d, 0x1a, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
  584. 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65,
  585. 0x70, 0x6c, 0x79, 0x12, 0x4c, 0x0a, 0x13, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x4c, 0x6f, 0x6f,
  586. 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69,
  587. 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73,
  588. 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  589. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  590. 0x79, 0x12, 0x4c, 0x0a, 0x13, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x4c, 0x69, 0x6b, 0x65, 0x55,
  591. 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73,
  592. 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  593. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  594. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12,
  595. 0x49, 0x0a, 0x10, 0x55, 0x6e, 0x6c, 0x6f, 0x63, 0x6b, 0x4c, 0x6f, 0x6f, 0x6b, 0x52, 0x65, 0x63,
  596. 0x6f, 0x72, 0x64, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73,
  597. 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61,
  598. 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  599. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x5f, 0x0a, 0x0c, 0x46, 0x69,
  600. 0x6e, 0x64, 0x4c, 0x6f, 0x6f, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69,
  601. 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c,
  602. 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  603. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74,
  604. 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69,
  605. 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x5f, 0x0a, 0x0c, 0x46,
  606. 0x69, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x70,
  607. 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x47, 0x65, 0x74,
  608. 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52,
  609. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61,
  610. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c,
  611. 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x60, 0x0a, 0x0d,
  612. 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e,
  613. 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x47,
  614. 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73,
  615. 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73,
  616. 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e,
  617. 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x42, 0x4f,
  618. 0x0a, 0x0e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
  619. 0x50, 0x01, 0x5a, 0x3b, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63,
  620. 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f,
  621. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73,
  622. 0x74, 0x69, 0x63, 0x73, 0x3b, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x62,
  623. 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  624. }
  625. var (
  626. file_statistics_proto_rawDescOnce sync.Once
  627. file_statistics_proto_rawDescData = file_statistics_proto_rawDesc
  628. )
  629. func file_statistics_proto_rawDescGZIP() []byte {
  630. file_statistics_proto_rawDescOnce.Do(func() {
  631. file_statistics_proto_rawDescData = protoimpl.X.CompressGZIP(file_statistics_proto_rawDescData)
  632. })
  633. return file_statistics_proto_rawDescData
  634. }
  635. var file_statistics_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
  636. var file_statistics_proto_goTypes = []interface{}{
  637. (*GetLookAndLikeStatisticsMessageRequest)(nil), // 0: api.statistics.GetLookAndLikeStatisticsMessageRequest
  638. (*LookAndLikeListReply)(nil), // 1: api.statistics.LookAndLikeListReply
  639. (*LookAndLikeListInfo)(nil), // 2: api.statistics.LookAndLikeListInfo
  640. (*GetLookAndLikeListRequest)(nil), // 3: api.statistics.GetLookAndLikeListRequest
  641. (*LookAndLikeMessageReply)(nil), // 4: api.statistics.LookAndLikeMessageReply
  642. (*LookMessageReply)(nil), // 5: api.statistics.LookMessageReply
  643. (*PersonMessage)(nil), // 6: api.statistics.PersonMessage
  644. (*common.PersonParam)(nil), // 7: api.common.PersonParam
  645. (*emptypb.Empty)(nil), // 8: google.protobuf.Empty
  646. }
  647. var file_statistics_proto_depIdxs = []int32{
  648. 2, // 0: api.statistics.LookAndLikeListReply.list:type_name -> api.statistics.LookAndLikeListInfo
  649. 6, // 1: api.statistics.Statistics.LookPerson:input_type -> api.statistics.PersonMessage
  650. 6, // 2: api.statistics.Statistics.LikePerson:input_type -> api.statistics.PersonMessage
  651. 6, // 3: api.statistics.Statistics.UnLikePerson:input_type -> api.statistics.PersonMessage
  652. 0, // 4: api.statistics.Statistics.GetLookAndLikeStatisticsMessage:input_type -> api.statistics.GetLookAndLikeStatisticsMessageRequest
  653. 7, // 5: api.statistics.Statistics.GetLookStatisticsMessage:input_type -> api.common.PersonParam
  654. 6, // 6: api.statistics.Statistics.ReduceLookUnreadNum:input_type -> api.statistics.PersonMessage
  655. 6, // 7: api.statistics.Statistics.ReduceLikeUnreadNum:input_type -> api.statistics.PersonMessage
  656. 6, // 8: api.statistics.Statistics.UnlockLookRecord:input_type -> api.statistics.PersonMessage
  657. 3, // 9: api.statistics.Statistics.FindLookList:input_type -> api.statistics.GetLookAndLikeListRequest
  658. 3, // 10: api.statistics.Statistics.FindLikeList:input_type -> api.statistics.GetLookAndLikeListRequest
  659. 3, // 11: api.statistics.Statistics.FindLikedList:input_type -> api.statistics.GetLookAndLikeListRequest
  660. 8, // 12: api.statistics.Statistics.LookPerson:output_type -> google.protobuf.Empty
  661. 8, // 13: api.statistics.Statistics.LikePerson:output_type -> google.protobuf.Empty
  662. 8, // 14: api.statistics.Statistics.UnLikePerson:output_type -> google.protobuf.Empty
  663. 4, // 15: api.statistics.Statistics.GetLookAndLikeStatisticsMessage:output_type -> api.statistics.LookAndLikeMessageReply
  664. 5, // 16: api.statistics.Statistics.GetLookStatisticsMessage:output_type -> api.statistics.LookMessageReply
  665. 8, // 17: api.statistics.Statistics.ReduceLookUnreadNum:output_type -> google.protobuf.Empty
  666. 8, // 18: api.statistics.Statistics.ReduceLikeUnreadNum:output_type -> google.protobuf.Empty
  667. 8, // 19: api.statistics.Statistics.UnlockLookRecord:output_type -> google.protobuf.Empty
  668. 1, // 20: api.statistics.Statistics.FindLookList:output_type -> api.statistics.LookAndLikeListReply
  669. 1, // 21: api.statistics.Statistics.FindLikeList:output_type -> api.statistics.LookAndLikeListReply
  670. 1, // 22: api.statistics.Statistics.FindLikedList:output_type -> api.statistics.LookAndLikeListReply
  671. 12, // [12:23] is the sub-list for method output_type
  672. 1, // [1:12] is the sub-list for method input_type
  673. 1, // [1:1] is the sub-list for extension type_name
  674. 1, // [1:1] is the sub-list for extension extendee
  675. 0, // [0:1] is the sub-list for field type_name
  676. }
  677. func init() { file_statistics_proto_init() }
  678. func file_statistics_proto_init() {
  679. if File_statistics_proto != nil {
  680. return
  681. }
  682. if !protoimpl.UnsafeEnabled {
  683. file_statistics_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  684. switch v := v.(*GetLookAndLikeStatisticsMessageRequest); i {
  685. case 0:
  686. return &v.state
  687. case 1:
  688. return &v.sizeCache
  689. case 2:
  690. return &v.unknownFields
  691. default:
  692. return nil
  693. }
  694. }
  695. file_statistics_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  696. switch v := v.(*LookAndLikeListReply); i {
  697. case 0:
  698. return &v.state
  699. case 1:
  700. return &v.sizeCache
  701. case 2:
  702. return &v.unknownFields
  703. default:
  704. return nil
  705. }
  706. }
  707. file_statistics_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  708. switch v := v.(*LookAndLikeListInfo); i {
  709. case 0:
  710. return &v.state
  711. case 1:
  712. return &v.sizeCache
  713. case 2:
  714. return &v.unknownFields
  715. default:
  716. return nil
  717. }
  718. }
  719. file_statistics_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  720. switch v := v.(*GetLookAndLikeListRequest); i {
  721. case 0:
  722. return &v.state
  723. case 1:
  724. return &v.sizeCache
  725. case 2:
  726. return &v.unknownFields
  727. default:
  728. return nil
  729. }
  730. }
  731. file_statistics_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  732. switch v := v.(*LookAndLikeMessageReply); i {
  733. case 0:
  734. return &v.state
  735. case 1:
  736. return &v.sizeCache
  737. case 2:
  738. return &v.unknownFields
  739. default:
  740. return nil
  741. }
  742. }
  743. file_statistics_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  744. switch v := v.(*LookMessageReply); i {
  745. case 0:
  746. return &v.state
  747. case 1:
  748. return &v.sizeCache
  749. case 2:
  750. return &v.unknownFields
  751. default:
  752. return nil
  753. }
  754. }
  755. file_statistics_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  756. switch v := v.(*PersonMessage); i {
  757. case 0:
  758. return &v.state
  759. case 1:
  760. return &v.sizeCache
  761. case 2:
  762. return &v.unknownFields
  763. default:
  764. return nil
  765. }
  766. }
  767. }
  768. type x struct{}
  769. out := protoimpl.TypeBuilder{
  770. File: protoimpl.DescBuilder{
  771. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  772. RawDescriptor: file_statistics_proto_rawDesc,
  773. NumEnums: 0,
  774. NumMessages: 7,
  775. NumExtensions: 0,
  776. NumServices: 1,
  777. },
  778. GoTypes: file_statistics_proto_goTypes,
  779. DependencyIndexes: file_statistics_proto_depIdxs,
  780. MessageInfos: file_statistics_proto_msgTypes,
  781. }.Build()
  782. File_statistics_proto = out.File
  783. file_statistics_proto_rawDesc = nil
  784. file_statistics_proto_goTypes = nil
  785. file_statistics_proto_depIdxs = nil
  786. }