statistics.pb.go 33 KB

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