statistics.pb.go 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398
  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 GetPartnerReplyMsgReply struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. FiveMinuteReplyRate float64 `protobuf:"fixed64,1,opt,name=fiveMinuteReplyRate,proto3" json:"fiveMinuteReplyRate"` // 五分钟回复率
  26. ChatNum int64 `protobuf:"varint,2,opt,name=chatNum,proto3" json:"chatNum"` // 聊天数
  27. ReplyNum int64 `protobuf:"varint,3,opt,name=replyNum,proto3" json:"replyNum"` // 回复数
  28. FiveMinuteReplyNum int64 `protobuf:"varint,4,opt,name=fiveMinuteReplyNum,proto3" json:"fiveMinuteReplyNum"` // 五分钟回复数
  29. }
  30. func (x *GetPartnerReplyMsgReply) Reset() {
  31. *x = GetPartnerReplyMsgReply{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_statistics_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *GetPartnerReplyMsgReply) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*GetPartnerReplyMsgReply) ProtoMessage() {}
  42. func (x *GetPartnerReplyMsgReply) ProtoReflect() protoreflect.Message {
  43. mi := &file_statistics_proto_msgTypes[0]
  44. if protoimpl.UnsafeEnabled && x != nil {
  45. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  46. if ms.LoadMessageInfo() == nil {
  47. ms.StoreMessageInfo(mi)
  48. }
  49. return ms
  50. }
  51. return mi.MessageOf(x)
  52. }
  53. // Deprecated: Use GetPartnerReplyMsgReply.ProtoReflect.Descriptor instead.
  54. func (*GetPartnerReplyMsgReply) Descriptor() ([]byte, []int) {
  55. return file_statistics_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *GetPartnerReplyMsgReply) GetFiveMinuteReplyRate() float64 {
  58. if x != nil {
  59. return x.FiveMinuteReplyRate
  60. }
  61. return 0
  62. }
  63. func (x *GetPartnerReplyMsgReply) GetChatNum() int64 {
  64. if x != nil {
  65. return x.ChatNum
  66. }
  67. return 0
  68. }
  69. func (x *GetPartnerReplyMsgReply) GetReplyNum() int64 {
  70. if x != nil {
  71. return x.ReplyNum
  72. }
  73. return 0
  74. }
  75. func (x *GetPartnerReplyMsgReply) GetFiveMinuteReplyNum() int64 {
  76. if x != nil {
  77. return x.FiveMinuteReplyNum
  78. }
  79. return 0
  80. }
  81. type PartnerReplyUserRequest struct {
  82. state protoimpl.MessageState
  83. sizeCache protoimpl.SizeCache
  84. unknownFields protoimpl.UnknownFields
  85. PartnerID string `protobuf:"bytes,1,opt,name=partnerID,proto3" json:"partnerID"`
  86. UserSendTime int64 `protobuf:"varint,2,opt,name=userSendTime,proto3" json:"userSendTime"` // 用户发送时间
  87. PartnerReplyTime int64 `protobuf:"varint,3,opt,name=partnerReplyTime,proto3" json:"partnerReplyTime"` // 接待员回复时间
  88. }
  89. func (x *PartnerReplyUserRequest) Reset() {
  90. *x = PartnerReplyUserRequest{}
  91. if protoimpl.UnsafeEnabled {
  92. mi := &file_statistics_proto_msgTypes[1]
  93. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  94. ms.StoreMessageInfo(mi)
  95. }
  96. }
  97. func (x *PartnerReplyUserRequest) String() string {
  98. return protoimpl.X.MessageStringOf(x)
  99. }
  100. func (*PartnerReplyUserRequest) ProtoMessage() {}
  101. func (x *PartnerReplyUserRequest) ProtoReflect() protoreflect.Message {
  102. mi := &file_statistics_proto_msgTypes[1]
  103. if protoimpl.UnsafeEnabled && x != nil {
  104. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  105. if ms.LoadMessageInfo() == nil {
  106. ms.StoreMessageInfo(mi)
  107. }
  108. return ms
  109. }
  110. return mi.MessageOf(x)
  111. }
  112. // Deprecated: Use PartnerReplyUserRequest.ProtoReflect.Descriptor instead.
  113. func (*PartnerReplyUserRequest) Descriptor() ([]byte, []int) {
  114. return file_statistics_proto_rawDescGZIP(), []int{1}
  115. }
  116. func (x *PartnerReplyUserRequest) GetPartnerID() string {
  117. if x != nil {
  118. return x.PartnerID
  119. }
  120. return ""
  121. }
  122. func (x *PartnerReplyUserRequest) GetUserSendTime() int64 {
  123. if x != nil {
  124. return x.UserSendTime
  125. }
  126. return 0
  127. }
  128. func (x *PartnerReplyUserRequest) GetPartnerReplyTime() int64 {
  129. if x != nil {
  130. return x.PartnerReplyTime
  131. }
  132. return 0
  133. }
  134. type AddTodayProfitRequest struct {
  135. state protoimpl.MessageState
  136. sizeCache protoimpl.SizeCache
  137. unknownFields protoimpl.UnknownFields
  138. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 接待者的ID
  139. Profit int64 `protobuf:"varint,2,opt,name=profit,proto3" json:"profit"` // 收益
  140. }
  141. func (x *AddTodayProfitRequest) Reset() {
  142. *x = AddTodayProfitRequest{}
  143. if protoimpl.UnsafeEnabled {
  144. mi := &file_statistics_proto_msgTypes[2]
  145. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  146. ms.StoreMessageInfo(mi)
  147. }
  148. }
  149. func (x *AddTodayProfitRequest) String() string {
  150. return protoimpl.X.MessageStringOf(x)
  151. }
  152. func (*AddTodayProfitRequest) ProtoMessage() {}
  153. func (x *AddTodayProfitRequest) ProtoReflect() protoreflect.Message {
  154. mi := &file_statistics_proto_msgTypes[2]
  155. if protoimpl.UnsafeEnabled && x != nil {
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. if ms.LoadMessageInfo() == nil {
  158. ms.StoreMessageInfo(mi)
  159. }
  160. return ms
  161. }
  162. return mi.MessageOf(x)
  163. }
  164. // Deprecated: Use AddTodayProfitRequest.ProtoReflect.Descriptor instead.
  165. func (*AddTodayProfitRequest) Descriptor() ([]byte, []int) {
  166. return file_statistics_proto_rawDescGZIP(), []int{2}
  167. }
  168. func (x *AddTodayProfitRequest) GetPersonID() string {
  169. if x != nil {
  170. return x.PersonID
  171. }
  172. return ""
  173. }
  174. func (x *AddTodayProfitRequest) GetProfit() int64 {
  175. if x != nil {
  176. return x.Profit
  177. }
  178. return 0
  179. }
  180. type GetLookAndLikeStatisticsMessageRequest struct {
  181. state protoimpl.MessageState
  182. sizeCache protoimpl.SizeCache
  183. unknownFields protoimpl.UnknownFields
  184. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  185. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 类型
  186. IsSelf bool `protobuf:"varint,3,opt,name=isSelf,proto3" json:"isSelf"`
  187. }
  188. func (x *GetLookAndLikeStatisticsMessageRequest) Reset() {
  189. *x = GetLookAndLikeStatisticsMessageRequest{}
  190. if protoimpl.UnsafeEnabled {
  191. mi := &file_statistics_proto_msgTypes[3]
  192. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  193. ms.StoreMessageInfo(mi)
  194. }
  195. }
  196. func (x *GetLookAndLikeStatisticsMessageRequest) String() string {
  197. return protoimpl.X.MessageStringOf(x)
  198. }
  199. func (*GetLookAndLikeStatisticsMessageRequest) ProtoMessage() {}
  200. func (x *GetLookAndLikeStatisticsMessageRequest) ProtoReflect() protoreflect.Message {
  201. mi := &file_statistics_proto_msgTypes[3]
  202. if protoimpl.UnsafeEnabled && x != nil {
  203. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  204. if ms.LoadMessageInfo() == nil {
  205. ms.StoreMessageInfo(mi)
  206. }
  207. return ms
  208. }
  209. return mi.MessageOf(x)
  210. }
  211. // Deprecated: Use GetLookAndLikeStatisticsMessageRequest.ProtoReflect.Descriptor instead.
  212. func (*GetLookAndLikeStatisticsMessageRequest) Descriptor() ([]byte, []int) {
  213. return file_statistics_proto_rawDescGZIP(), []int{3}
  214. }
  215. func (x *GetLookAndLikeStatisticsMessageRequest) GetPersonID() string {
  216. if x != nil {
  217. return x.PersonID
  218. }
  219. return ""
  220. }
  221. func (x *GetLookAndLikeStatisticsMessageRequest) GetPersonType() string {
  222. if x != nil {
  223. return x.PersonType
  224. }
  225. return ""
  226. }
  227. func (x *GetLookAndLikeStatisticsMessageRequest) GetIsSelf() bool {
  228. if x != nil {
  229. return x.IsSelf
  230. }
  231. return false
  232. }
  233. type ReceptionMsg struct {
  234. state protoimpl.MessageState
  235. sizeCache protoimpl.SizeCache
  236. unknownFields protoimpl.UnknownFields
  237. TodayReceptionNum int64 `protobuf:"varint,1,opt,name=todayReceptionNum,proto3" json:"todayReceptionNum"` //今日接待人数
  238. }
  239. func (x *ReceptionMsg) Reset() {
  240. *x = ReceptionMsg{}
  241. if protoimpl.UnsafeEnabled {
  242. mi := &file_statistics_proto_msgTypes[4]
  243. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  244. ms.StoreMessageInfo(mi)
  245. }
  246. }
  247. func (x *ReceptionMsg) String() string {
  248. return protoimpl.X.MessageStringOf(x)
  249. }
  250. func (*ReceptionMsg) ProtoMessage() {}
  251. func (x *ReceptionMsg) ProtoReflect() protoreflect.Message {
  252. mi := &file_statistics_proto_msgTypes[4]
  253. if protoimpl.UnsafeEnabled && x != nil {
  254. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  255. if ms.LoadMessageInfo() == nil {
  256. ms.StoreMessageInfo(mi)
  257. }
  258. return ms
  259. }
  260. return mi.MessageOf(x)
  261. }
  262. // Deprecated: Use ReceptionMsg.ProtoReflect.Descriptor instead.
  263. func (*ReceptionMsg) Descriptor() ([]byte, []int) {
  264. return file_statistics_proto_rawDescGZIP(), []int{4}
  265. }
  266. func (x *ReceptionMsg) GetTodayReceptionNum() int64 {
  267. if x != nil {
  268. return x.TodayReceptionNum
  269. }
  270. return 0
  271. }
  272. type TodayProfitMsg struct {
  273. state protoimpl.MessageState
  274. sizeCache protoimpl.SizeCache
  275. unknownFields protoimpl.UnknownFields
  276. TodayProfit int64 `protobuf:"varint,1,opt,name=todayProfit,proto3" json:"todayProfit"` // 今日收益
  277. }
  278. func (x *TodayProfitMsg) Reset() {
  279. *x = TodayProfitMsg{}
  280. if protoimpl.UnsafeEnabled {
  281. mi := &file_statistics_proto_msgTypes[5]
  282. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  283. ms.StoreMessageInfo(mi)
  284. }
  285. }
  286. func (x *TodayProfitMsg) String() string {
  287. return protoimpl.X.MessageStringOf(x)
  288. }
  289. func (*TodayProfitMsg) ProtoMessage() {}
  290. func (x *TodayProfitMsg) ProtoReflect() protoreflect.Message {
  291. mi := &file_statistics_proto_msgTypes[5]
  292. if protoimpl.UnsafeEnabled && x != nil {
  293. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  294. if ms.LoadMessageInfo() == nil {
  295. ms.StoreMessageInfo(mi)
  296. }
  297. return ms
  298. }
  299. return mi.MessageOf(x)
  300. }
  301. // Deprecated: Use TodayProfitMsg.ProtoReflect.Descriptor instead.
  302. func (*TodayProfitMsg) Descriptor() ([]byte, []int) {
  303. return file_statistics_proto_rawDescGZIP(), []int{5}
  304. }
  305. func (x *TodayProfitMsg) GetTodayProfit() int64 {
  306. if x != nil {
  307. return x.TodayProfit
  308. }
  309. return 0
  310. }
  311. type LookAndLikeListReply struct {
  312. state protoimpl.MessageState
  313. sizeCache protoimpl.SizeCache
  314. unknownFields protoimpl.UnknownFields
  315. List []*LookAndLikeListInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  316. NextId int64 `protobuf:"varint,2,opt,name=nextId,proto3" json:"nextId"`
  317. }
  318. func (x *LookAndLikeListReply) Reset() {
  319. *x = LookAndLikeListReply{}
  320. if protoimpl.UnsafeEnabled {
  321. mi := &file_statistics_proto_msgTypes[6]
  322. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  323. ms.StoreMessageInfo(mi)
  324. }
  325. }
  326. func (x *LookAndLikeListReply) String() string {
  327. return protoimpl.X.MessageStringOf(x)
  328. }
  329. func (*LookAndLikeListReply) ProtoMessage() {}
  330. func (x *LookAndLikeListReply) ProtoReflect() protoreflect.Message {
  331. mi := &file_statistics_proto_msgTypes[6]
  332. if protoimpl.UnsafeEnabled && x != nil {
  333. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  334. if ms.LoadMessageInfo() == nil {
  335. ms.StoreMessageInfo(mi)
  336. }
  337. return ms
  338. }
  339. return mi.MessageOf(x)
  340. }
  341. // Deprecated: Use LookAndLikeListReply.ProtoReflect.Descriptor instead.
  342. func (*LookAndLikeListReply) Descriptor() ([]byte, []int) {
  343. return file_statistics_proto_rawDescGZIP(), []int{6}
  344. }
  345. func (x *LookAndLikeListReply) GetList() []*LookAndLikeListInfo {
  346. if x != nil {
  347. return x.List
  348. }
  349. return nil
  350. }
  351. func (x *LookAndLikeListReply) GetNextId() int64 {
  352. if x != nil {
  353. return x.NextId
  354. }
  355. return 0
  356. }
  357. type LookAndLikeListInfo struct {
  358. state protoimpl.MessageState
  359. sizeCache protoimpl.SizeCache
  360. unknownFields protoimpl.UnknownFields
  361. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // 被查看的列表中的人的ID
  362. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"` // 类型
  363. Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname"` // 昵称
  364. AvatarUrl string `protobuf:"bytes,4,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  365. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  366. Age int64 `protobuf:"varint,6,opt,name=age,proto3" json:"age"` // 年龄
  367. Constellation string `protobuf:"bytes,7,opt,name=constellation,proto3" json:"constellation"` // 星座
  368. LastLookTime int64 `protobuf:"varint,8,opt,name=lastLookTime,proto3" json:"lastLookTime"` // 上次访问时间
  369. IsHavePicture bool `protobuf:"varint,10,opt,name=isHavePicture,proto3" json:"isHavePicture"` // 是否有图片
  370. IsHaveVoice bool `protobuf:"varint,11,opt,name=isHaveVoice,proto3" json:"isHaveVoice"` // 是否有语音
  371. IsLock bool `protobuf:"varint,12,opt,name=isLock,proto3" json:"isLock"` // 是否锁住信息
  372. City string `protobuf:"bytes,13,opt,name=city,proto3" json:"city"` // 市
  373. IsRead bool `protobuf:"varint,14,opt,name=isRead,proto3" json:"isRead"` // 是否已读
  374. }
  375. func (x *LookAndLikeListInfo) Reset() {
  376. *x = LookAndLikeListInfo{}
  377. if protoimpl.UnsafeEnabled {
  378. mi := &file_statistics_proto_msgTypes[7]
  379. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  380. ms.StoreMessageInfo(mi)
  381. }
  382. }
  383. func (x *LookAndLikeListInfo) String() string {
  384. return protoimpl.X.MessageStringOf(x)
  385. }
  386. func (*LookAndLikeListInfo) ProtoMessage() {}
  387. func (x *LookAndLikeListInfo) ProtoReflect() protoreflect.Message {
  388. mi := &file_statistics_proto_msgTypes[7]
  389. if protoimpl.UnsafeEnabled && x != nil {
  390. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  391. if ms.LoadMessageInfo() == nil {
  392. ms.StoreMessageInfo(mi)
  393. }
  394. return ms
  395. }
  396. return mi.MessageOf(x)
  397. }
  398. // Deprecated: Use LookAndLikeListInfo.ProtoReflect.Descriptor instead.
  399. func (*LookAndLikeListInfo) Descriptor() ([]byte, []int) {
  400. return file_statistics_proto_rawDescGZIP(), []int{7}
  401. }
  402. func (x *LookAndLikeListInfo) GetId() string {
  403. if x != nil {
  404. return x.Id
  405. }
  406. return ""
  407. }
  408. func (x *LookAndLikeListInfo) GetType() string {
  409. if x != nil {
  410. return x.Type
  411. }
  412. return ""
  413. }
  414. func (x *LookAndLikeListInfo) GetNickname() string {
  415. if x != nil {
  416. return x.Nickname
  417. }
  418. return ""
  419. }
  420. func (x *LookAndLikeListInfo) GetAvatarUrl() string {
  421. if x != nil {
  422. return x.AvatarUrl
  423. }
  424. return ""
  425. }
  426. func (x *LookAndLikeListInfo) GetSex() int64 {
  427. if x != nil {
  428. return x.Sex
  429. }
  430. return 0
  431. }
  432. func (x *LookAndLikeListInfo) GetAge() int64 {
  433. if x != nil {
  434. return x.Age
  435. }
  436. return 0
  437. }
  438. func (x *LookAndLikeListInfo) GetConstellation() string {
  439. if x != nil {
  440. return x.Constellation
  441. }
  442. return ""
  443. }
  444. func (x *LookAndLikeListInfo) GetLastLookTime() int64 {
  445. if x != nil {
  446. return x.LastLookTime
  447. }
  448. return 0
  449. }
  450. func (x *LookAndLikeListInfo) GetIsHavePicture() bool {
  451. if x != nil {
  452. return x.IsHavePicture
  453. }
  454. return false
  455. }
  456. func (x *LookAndLikeListInfo) GetIsHaveVoice() bool {
  457. if x != nil {
  458. return x.IsHaveVoice
  459. }
  460. return false
  461. }
  462. func (x *LookAndLikeListInfo) GetIsLock() bool {
  463. if x != nil {
  464. return x.IsLock
  465. }
  466. return false
  467. }
  468. func (x *LookAndLikeListInfo) GetCity() string {
  469. if x != nil {
  470. return x.City
  471. }
  472. return ""
  473. }
  474. func (x *LookAndLikeListInfo) GetIsRead() bool {
  475. if x != nil {
  476. return x.IsRead
  477. }
  478. return false
  479. }
  480. type GetLookAndLikeListRequest struct {
  481. state protoimpl.MessageState
  482. sizeCache protoimpl.SizeCache
  483. unknownFields protoimpl.UnknownFields
  484. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  485. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 类型
  486. NextId int64 `protobuf:"varint,3,opt,name=nextId,proto3" json:"nextId"`
  487. Offset int64 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset"`
  488. }
  489. func (x *GetLookAndLikeListRequest) Reset() {
  490. *x = GetLookAndLikeListRequest{}
  491. if protoimpl.UnsafeEnabled {
  492. mi := &file_statistics_proto_msgTypes[8]
  493. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  494. ms.StoreMessageInfo(mi)
  495. }
  496. }
  497. func (x *GetLookAndLikeListRequest) String() string {
  498. return protoimpl.X.MessageStringOf(x)
  499. }
  500. func (*GetLookAndLikeListRequest) ProtoMessage() {}
  501. func (x *GetLookAndLikeListRequest) ProtoReflect() protoreflect.Message {
  502. mi := &file_statistics_proto_msgTypes[8]
  503. if protoimpl.UnsafeEnabled && x != nil {
  504. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  505. if ms.LoadMessageInfo() == nil {
  506. ms.StoreMessageInfo(mi)
  507. }
  508. return ms
  509. }
  510. return mi.MessageOf(x)
  511. }
  512. // Deprecated: Use GetLookAndLikeListRequest.ProtoReflect.Descriptor instead.
  513. func (*GetLookAndLikeListRequest) Descriptor() ([]byte, []int) {
  514. return file_statistics_proto_rawDescGZIP(), []int{8}
  515. }
  516. func (x *GetLookAndLikeListRequest) GetPersonID() string {
  517. if x != nil {
  518. return x.PersonID
  519. }
  520. return ""
  521. }
  522. func (x *GetLookAndLikeListRequest) GetPersonType() string {
  523. if x != nil {
  524. return x.PersonType
  525. }
  526. return ""
  527. }
  528. func (x *GetLookAndLikeListRequest) GetNextId() int64 {
  529. if x != nil {
  530. return x.NextId
  531. }
  532. return 0
  533. }
  534. func (x *GetLookAndLikeListRequest) GetOffset() int64 {
  535. if x != nil {
  536. return x.Offset
  537. }
  538. return 0
  539. }
  540. type LookAndLikeMessageReply struct {
  541. state protoimpl.MessageState
  542. sizeCache protoimpl.SizeCache
  543. unknownFields protoimpl.UnknownFields
  544. LikeNum int64 `protobuf:"varint,1,opt,name=likeNum,proto3" json:"likeNum"` // 我喜欢
  545. LikedNum int64 `protobuf:"varint,2,opt,name=likedNum,proto3" json:"likedNum"` // 喜欢我
  546. LikedUnreadNum int64 `protobuf:"varint,3,opt,name=likedUnreadNum,proto3" json:"likedUnreadNum"` // 喜欢我的未读数
  547. LookNum int64 `protobuf:"varint,4,opt,name=lookNum,proto3" json:"lookNum"` // 看过我
  548. LookUnreadNum int64 `protobuf:"varint,5,opt,name=lookUnreadNum,proto3" json:"lookUnreadNum"` // 看过我的未读数
  549. AvatarUrlList []string `protobuf:"bytes,6,rep,name=avatarUrlList,proto3" json:"avatarUrlList"` // 头像列表
  550. }
  551. func (x *LookAndLikeMessageReply) Reset() {
  552. *x = LookAndLikeMessageReply{}
  553. if protoimpl.UnsafeEnabled {
  554. mi := &file_statistics_proto_msgTypes[9]
  555. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  556. ms.StoreMessageInfo(mi)
  557. }
  558. }
  559. func (x *LookAndLikeMessageReply) String() string {
  560. return protoimpl.X.MessageStringOf(x)
  561. }
  562. func (*LookAndLikeMessageReply) ProtoMessage() {}
  563. func (x *LookAndLikeMessageReply) ProtoReflect() protoreflect.Message {
  564. mi := &file_statistics_proto_msgTypes[9]
  565. if protoimpl.UnsafeEnabled && x != nil {
  566. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  567. if ms.LoadMessageInfo() == nil {
  568. ms.StoreMessageInfo(mi)
  569. }
  570. return ms
  571. }
  572. return mi.MessageOf(x)
  573. }
  574. // Deprecated: Use LookAndLikeMessageReply.ProtoReflect.Descriptor instead.
  575. func (*LookAndLikeMessageReply) Descriptor() ([]byte, []int) {
  576. return file_statistics_proto_rawDescGZIP(), []int{9}
  577. }
  578. func (x *LookAndLikeMessageReply) GetLikeNum() int64 {
  579. if x != nil {
  580. return x.LikeNum
  581. }
  582. return 0
  583. }
  584. func (x *LookAndLikeMessageReply) GetLikedNum() int64 {
  585. if x != nil {
  586. return x.LikedNum
  587. }
  588. return 0
  589. }
  590. func (x *LookAndLikeMessageReply) GetLikedUnreadNum() int64 {
  591. if x != nil {
  592. return x.LikedUnreadNum
  593. }
  594. return 0
  595. }
  596. func (x *LookAndLikeMessageReply) GetLookNum() int64 {
  597. if x != nil {
  598. return x.LookNum
  599. }
  600. return 0
  601. }
  602. func (x *LookAndLikeMessageReply) GetLookUnreadNum() int64 {
  603. if x != nil {
  604. return x.LookUnreadNum
  605. }
  606. return 0
  607. }
  608. func (x *LookAndLikeMessageReply) GetAvatarUrlList() []string {
  609. if x != nil {
  610. return x.AvatarUrlList
  611. }
  612. return nil
  613. }
  614. type LookMessageReply struct {
  615. state protoimpl.MessageState
  616. sizeCache protoimpl.SizeCache
  617. unknownFields protoimpl.UnknownFields
  618. LookNum int64 `protobuf:"varint,1,opt,name=lookNum,proto3" json:"lookNum"`
  619. LookUnreadNum int64 `protobuf:"varint,2,opt,name=lookUnreadNum,proto3" json:"lookUnreadNum"`
  620. TodayLookNum int64 `protobuf:"varint,3,opt,name=todayLookNum,proto3" json:"todayLookNum"`
  621. }
  622. func (x *LookMessageReply) Reset() {
  623. *x = LookMessageReply{}
  624. if protoimpl.UnsafeEnabled {
  625. mi := &file_statistics_proto_msgTypes[10]
  626. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  627. ms.StoreMessageInfo(mi)
  628. }
  629. }
  630. func (x *LookMessageReply) String() string {
  631. return protoimpl.X.MessageStringOf(x)
  632. }
  633. func (*LookMessageReply) ProtoMessage() {}
  634. func (x *LookMessageReply) ProtoReflect() protoreflect.Message {
  635. mi := &file_statistics_proto_msgTypes[10]
  636. if protoimpl.UnsafeEnabled && x != nil {
  637. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  638. if ms.LoadMessageInfo() == nil {
  639. ms.StoreMessageInfo(mi)
  640. }
  641. return ms
  642. }
  643. return mi.MessageOf(x)
  644. }
  645. // Deprecated: Use LookMessageReply.ProtoReflect.Descriptor instead.
  646. func (*LookMessageReply) Descriptor() ([]byte, []int) {
  647. return file_statistics_proto_rawDescGZIP(), []int{10}
  648. }
  649. func (x *LookMessageReply) GetLookNum() int64 {
  650. if x != nil {
  651. return x.LookNum
  652. }
  653. return 0
  654. }
  655. func (x *LookMessageReply) GetLookUnreadNum() int64 {
  656. if x != nil {
  657. return x.LookUnreadNum
  658. }
  659. return 0
  660. }
  661. func (x *LookMessageReply) GetTodayLookNum() int64 {
  662. if x != nil {
  663. return x.TodayLookNum
  664. }
  665. return 0
  666. }
  667. type PersonMessage struct {
  668. state protoimpl.MessageState
  669. sizeCache protoimpl.SizeCache
  670. unknownFields protoimpl.UnknownFields
  671. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 关注者、浏览者的ID
  672. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 关注者、浏览者的类型
  673. BePersonID string `protobuf:"bytes,3,opt,name=bePersonID,proto3" json:"bePersonID"` // 被关注者、被浏览者的ID
  674. BePersonType string `protobuf:"bytes,4,opt,name=bePersonType,proto3" json:"bePersonType"` // 被关注者、被浏览者的类型
  675. }
  676. func (x *PersonMessage) Reset() {
  677. *x = PersonMessage{}
  678. if protoimpl.UnsafeEnabled {
  679. mi := &file_statistics_proto_msgTypes[11]
  680. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  681. ms.StoreMessageInfo(mi)
  682. }
  683. }
  684. func (x *PersonMessage) String() string {
  685. return protoimpl.X.MessageStringOf(x)
  686. }
  687. func (*PersonMessage) ProtoMessage() {}
  688. func (x *PersonMessage) ProtoReflect() protoreflect.Message {
  689. mi := &file_statistics_proto_msgTypes[11]
  690. if protoimpl.UnsafeEnabled && x != nil {
  691. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  692. if ms.LoadMessageInfo() == nil {
  693. ms.StoreMessageInfo(mi)
  694. }
  695. return ms
  696. }
  697. return mi.MessageOf(x)
  698. }
  699. // Deprecated: Use PersonMessage.ProtoReflect.Descriptor instead.
  700. func (*PersonMessage) Descriptor() ([]byte, []int) {
  701. return file_statistics_proto_rawDescGZIP(), []int{11}
  702. }
  703. func (x *PersonMessage) GetPersonID() string {
  704. if x != nil {
  705. return x.PersonID
  706. }
  707. return ""
  708. }
  709. func (x *PersonMessage) GetPersonType() string {
  710. if x != nil {
  711. return x.PersonType
  712. }
  713. return ""
  714. }
  715. func (x *PersonMessage) GetBePersonID() string {
  716. if x != nil {
  717. return x.BePersonID
  718. }
  719. return ""
  720. }
  721. func (x *PersonMessage) GetBePersonType() string {
  722. if x != nil {
  723. return x.BePersonType
  724. }
  725. return ""
  726. }
  727. type ReceptionMessage struct {
  728. state protoimpl.MessageState
  729. sizeCache protoimpl.SizeCache
  730. unknownFields protoimpl.UnknownFields
  731. PartnerID string `protobuf:"bytes,1,opt,name=partnerID,proto3" json:"partnerID"` // 接待者的ID
  732. UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"` // 被接待者的ID
  733. }
  734. func (x *ReceptionMessage) Reset() {
  735. *x = ReceptionMessage{}
  736. if protoimpl.UnsafeEnabled {
  737. mi := &file_statistics_proto_msgTypes[12]
  738. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  739. ms.StoreMessageInfo(mi)
  740. }
  741. }
  742. func (x *ReceptionMessage) String() string {
  743. return protoimpl.X.MessageStringOf(x)
  744. }
  745. func (*ReceptionMessage) ProtoMessage() {}
  746. func (x *ReceptionMessage) ProtoReflect() protoreflect.Message {
  747. mi := &file_statistics_proto_msgTypes[12]
  748. if protoimpl.UnsafeEnabled && x != nil {
  749. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  750. if ms.LoadMessageInfo() == nil {
  751. ms.StoreMessageInfo(mi)
  752. }
  753. return ms
  754. }
  755. return mi.MessageOf(x)
  756. }
  757. // Deprecated: Use ReceptionMessage.ProtoReflect.Descriptor instead.
  758. func (*ReceptionMessage) Descriptor() ([]byte, []int) {
  759. return file_statistics_proto_rawDescGZIP(), []int{12}
  760. }
  761. func (x *ReceptionMessage) GetPartnerID() string {
  762. if x != nil {
  763. return x.PartnerID
  764. }
  765. return ""
  766. }
  767. func (x *ReceptionMessage) GetUserID() string {
  768. if x != nil {
  769. return x.UserID
  770. }
  771. return ""
  772. }
  773. var File_statistics_proto protoreflect.FileDescriptor
  774. var file_statistics_proto_rawDesc = []byte{
  775. 0x0a, 0x10, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x70, 0x72, 0x6f,
  776. 0x74, 0x6f, 0x12, 0x0e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
  777. 0x63, 0x73, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  778. 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
  779. 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  780. 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb1, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x74,
  781. 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4d, 0x73, 0x67, 0x52,
  782. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x30, 0x0a, 0x13, 0x66, 0x69, 0x76, 0x65, 0x4d, 0x69, 0x6e, 0x75,
  783. 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
  784. 0x01, 0x52, 0x13, 0x66, 0x69, 0x76, 0x65, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x52, 0x65, 0x70,
  785. 0x6c, 0x79, 0x52, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x4e, 0x75,
  786. 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x63, 0x68, 0x61, 0x74, 0x4e, 0x75, 0x6d,
  787. 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01,
  788. 0x28, 0x03, 0x52, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x4e, 0x75, 0x6d, 0x12, 0x2e, 0x0a, 0x12,
  789. 0x66, 0x69, 0x76, 0x65, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4e,
  790. 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x66, 0x69, 0x76, 0x65, 0x4d, 0x69,
  791. 0x6e, 0x75, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4e, 0x75, 0x6d, 0x22, 0x87, 0x01, 0x0a,
  792. 0x17, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x55, 0x73, 0x65,
  793. 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x74,
  794. 0x6e, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x61, 0x72,
  795. 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x53, 0x65,
  796. 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x75, 0x73,
  797. 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x61,
  798. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03,
  799. 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x70,
  800. 0x6c, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x4b, 0x0a, 0x15, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x64,
  801. 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  802. 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28,
  803. 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x70,
  804. 0x72, 0x6f, 0x66, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x72, 0x6f,
  805. 0x66, 0x69, 0x74, 0x22, 0x7c, 0x0a, 0x26, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e,
  806. 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4d,
  807. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a,
  808. 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  809. 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72,
  810. 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70,
  811. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x53,
  812. 0x65, 0x6c, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x53, 0x65, 0x6c,
  813. 0x66, 0x22, 0x3c, 0x0a, 0x0c, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x73,
  814. 0x67, 0x12, 0x2c, 0x0a, 0x11, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74,
  815. 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x74, 0x6f,
  816. 0x64, 0x61, 0x79, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x22,
  817. 0x32, 0x0a, 0x0e, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x4d, 0x73,
  818. 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74,
  819. 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f,
  820. 0x66, 0x69, 0x74, 0x22, 0x67, 0x0a, 0x14, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69,
  821. 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x37, 0x0a, 0x04, 0x6c,
  822. 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  823. 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41,
  824. 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04,
  825. 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02,
  826. 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xed, 0x02, 0x0a,
  827. 0x13, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74,
  828. 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  829. 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
  830. 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b,
  831. 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b,
  832. 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72,
  833. 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55,
  834. 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52,
  835. 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
  836. 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65,
  837. 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63,
  838. 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c,
  839. 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01,
  840. 0x28, 0x03, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x54, 0x69, 0x6d, 0x65,
  841. 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x48, 0x61, 0x76, 0x65, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72,
  842. 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73, 0x48, 0x61, 0x76, 0x65, 0x50,
  843. 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x73, 0x48, 0x61, 0x76, 0x65,
  844. 0x56, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x69, 0x73, 0x48,
  845. 0x61, 0x76, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x4c, 0x6f,
  846. 0x63, 0x6b, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b,
  847. 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  848. 0x63, 0x69, 0x74, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x18, 0x0e,
  849. 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x22, 0x87, 0x01, 0x0a,
  850. 0x19, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c,
  851. 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65,
  852. 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65,
  853. 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  854. 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
  855. 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64,
  856. 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16,
  857. 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
  858. 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0xdd, 0x01, 0x0a, 0x17, 0x4c, 0x6f, 0x6f, 0x6b, 0x41,
  859. 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70,
  860. 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x69, 0x6b, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20,
  861. 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c, 0x69, 0x6b, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08,
  862. 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08,
  863. 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x69, 0x6b, 0x65,
  864. 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
  865. 0x52, 0x0e, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d,
  866. 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28,
  867. 0x03, 0x52, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f,
  868. 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28,
  869. 0x03, 0x52, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d,
  870. 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x4c, 0x69, 0x73,
  871. 0x74, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55,
  872. 0x72, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x76, 0x0a, 0x10, 0x4c, 0x6f, 0x6f, 0x6b, 0x4d, 0x65,
  873. 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f,
  874. 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c, 0x6f, 0x6f,
  875. 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65,
  876. 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6c, 0x6f, 0x6f,
  877. 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x74, 0x6f,
  878. 0x64, 0x61, 0x79, 0x4c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
  879. 0x52, 0x0c, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x4c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x22, 0x8f,
  880. 0x01, 0x0a, 0x0d, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  881. 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01,
  882. 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a,
  883. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  884. 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
  885. 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  886. 0x52, 0x0a, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x22, 0x0a, 0x0c,
  887. 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01,
  888. 0x28, 0x09, 0x52, 0x0c, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
  889. 0x22, 0x48, 0x0a, 0x10, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73,
  890. 0x73, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49,
  891. 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
  892. 0x49, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01,
  893. 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x44, 0x32, 0xe8, 0x0b, 0x0a, 0x0a, 0x53,
  894. 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x12, 0x43, 0x0a, 0x0a, 0x4c, 0x6f, 0x6f,
  895. 0x6b, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74,
  896. 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d,
  897. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  898. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x43,
  899. 0x0a, 0x0a, 0x4c, 0x69, 0x6b, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x61,
  900. 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65,
  901. 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
  902. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
  903. 0x70, 0x74, 0x79, 0x12, 0x45, 0x0a, 0x0c, 0x55, 0x6e, 0x4c, 0x69, 0x6b, 0x65, 0x50, 0x65, 0x72,
  904. 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73,
  905. 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61,
  906. 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  907. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x82, 0x01, 0x0a, 0x1f, 0x47,
  908. 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74, 0x61,
  909. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x36,
  910. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e,
  911. 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74,
  912. 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
  913. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61,
  914. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c,
  915. 0x69, 0x6b, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12,
  916. 0x55, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73,
  917. 0x74, 0x69, 0x63, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x17, 0x2e, 0x61, 0x70,
  918. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50,
  919. 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69,
  920. 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  921. 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x4c, 0x0a, 0x13, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65,
  922. 0x4c, 0x69, 0x6b, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x1d, 0x2e,
  923. 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50,
  924. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67,
  925. 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
  926. 0x6d, 0x70, 0x74, 0x79, 0x12, 0x49, 0x0a, 0x10, 0x55, 0x6e, 0x6c, 0x6f, 0x63, 0x6b, 0x4c, 0x6f,
  927. 0x6f, 0x6b, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73,
  928. 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  929. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  930. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12,
  931. 0x5f, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x6f, 0x6f, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12,
  932. 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
  933. 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c,
  934. 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69,
  935. 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b,
  936. 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79,
  937. 0x12, 0x5f, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74,
  938. 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
  939. 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65,
  940. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70,
  941. 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f,
  942. 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c,
  943. 0x79, 0x12, 0x60, 0x0a, 0x0d, 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x64, 0x4c, 0x69,
  944. 0x73, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74,
  945. 0x69, 0x63, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69,
  946. 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e,
  947. 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c,
  948. 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  949. 0x70, 0x6c, 0x79, 0x12, 0x4b, 0x0a, 0x0f, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e,
  950. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61,
  951. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f,
  952. 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  953. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
  954. 0x12, 0x4f, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66,
  955. 0x69, 0x74, 0x12, 0x25, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74,
  956. 0x69, 0x63, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66,
  957. 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  958. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  959. 0x79, 0x12, 0x4b, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f,
  960. 0x6e, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  961. 0x6e, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d,
  962. 0x1a, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
  963. 0x73, 0x2e, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x73, 0x67, 0x12, 0x4c,
  964. 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74,
  965. 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x61,
  966. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x1e, 0x2e, 0x61,
  967. 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x54, 0x6f,
  968. 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x3e, 0x0a, 0x09,
  969. 0x47, 0x65, 0x74, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  970. 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f,
  971. 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  972. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x12, 0x47, 0x0a, 0x11,
  973. 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x6f, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65,
  974. 0x72, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50,
  975. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x16, 0x2e,
  976. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  977. 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x53, 0x0a, 0x10, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
  978. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x55, 0x73, 0x65, 0x72, 0x12, 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  979. 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e,
  980. 0x65, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
  981. 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  982. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x59, 0x0a, 0x12, 0x47, 0x65,
  983. 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4d, 0x73, 0x67,
  984. 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x61,
  985. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x27, 0x2e, 0x61,
  986. 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x47, 0x65,
  987. 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4d, 0x73, 0x67,
  988. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x42, 0x4f, 0x0a, 0x0e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61,
  989. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x50, 0x01, 0x5a, 0x3b, 0x67, 0x69, 0x74, 0x2e, 0x69,
  990. 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72,
  991. 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69,
  992. 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x3b, 0x73, 0x74, 0x61, 0x74,
  993. 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  994. }
  995. var (
  996. file_statistics_proto_rawDescOnce sync.Once
  997. file_statistics_proto_rawDescData = file_statistics_proto_rawDesc
  998. )
  999. func file_statistics_proto_rawDescGZIP() []byte {
  1000. file_statistics_proto_rawDescOnce.Do(func() {
  1001. file_statistics_proto_rawDescData = protoimpl.X.CompressGZIP(file_statistics_proto_rawDescData)
  1002. })
  1003. return file_statistics_proto_rawDescData
  1004. }
  1005. var file_statistics_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
  1006. var file_statistics_proto_goTypes = []interface{}{
  1007. (*GetPartnerReplyMsgReply)(nil), // 0: api.statistics.GetPartnerReplyMsgReply
  1008. (*PartnerReplyUserRequest)(nil), // 1: api.statistics.PartnerReplyUserRequest
  1009. (*AddTodayProfitRequest)(nil), // 2: api.statistics.AddTodayProfitRequest
  1010. (*GetLookAndLikeStatisticsMessageRequest)(nil), // 3: api.statistics.GetLookAndLikeStatisticsMessageRequest
  1011. (*ReceptionMsg)(nil), // 4: api.statistics.ReceptionMsg
  1012. (*TodayProfitMsg)(nil), // 5: api.statistics.TodayProfitMsg
  1013. (*LookAndLikeListReply)(nil), // 6: api.statistics.LookAndLikeListReply
  1014. (*LookAndLikeListInfo)(nil), // 7: api.statistics.LookAndLikeListInfo
  1015. (*GetLookAndLikeListRequest)(nil), // 8: api.statistics.GetLookAndLikeListRequest
  1016. (*LookAndLikeMessageReply)(nil), // 9: api.statistics.LookAndLikeMessageReply
  1017. (*LookMessageReply)(nil), // 10: api.statistics.LookMessageReply
  1018. (*PersonMessage)(nil), // 11: api.statistics.PersonMessage
  1019. (*ReceptionMessage)(nil), // 12: api.statistics.ReceptionMessage
  1020. (*common.PersonParam)(nil), // 13: api.common.PersonParam
  1021. (*common.PartnerIDParam)(nil), // 14: api.common.PartnerIDParam
  1022. (*emptypb.Empty)(nil), // 15: google.protobuf.Empty
  1023. (*common.IsLike)(nil), // 16: api.common.IsLike
  1024. }
  1025. var file_statistics_proto_depIdxs = []int32{
  1026. 7, // 0: api.statistics.LookAndLikeListReply.list:type_name -> api.statistics.LookAndLikeListInfo
  1027. 11, // 1: api.statistics.Statistics.LookPerson:input_type -> api.statistics.PersonMessage
  1028. 11, // 2: api.statistics.Statistics.LikePerson:input_type -> api.statistics.PersonMessage
  1029. 11, // 3: api.statistics.Statistics.UnLikePerson:input_type -> api.statistics.PersonMessage
  1030. 3, // 4: api.statistics.Statistics.GetLookAndLikeStatisticsMessage:input_type -> api.statistics.GetLookAndLikeStatisticsMessageRequest
  1031. 13, // 5: api.statistics.Statistics.GetLookStatisticsMessage:input_type -> api.common.PersonParam
  1032. 11, // 6: api.statistics.Statistics.ReduceLikeUnreadNum:input_type -> api.statistics.PersonMessage
  1033. 11, // 7: api.statistics.Statistics.UnlockLookRecord:input_type -> api.statistics.PersonMessage
  1034. 8, // 8: api.statistics.Statistics.FindLookList:input_type -> api.statistics.GetLookAndLikeListRequest
  1035. 8, // 9: api.statistics.Statistics.FindLikeList:input_type -> api.statistics.GetLookAndLikeListRequest
  1036. 8, // 10: api.statistics.Statistics.FindLikedList:input_type -> api.statistics.GetLookAndLikeListRequest
  1037. 12, // 11: api.statistics.Statistics.ReceptionPerson:input_type -> api.statistics.ReceptionMessage
  1038. 2, // 12: api.statistics.Statistics.AddTodayProfit:input_type -> api.statistics.AddTodayProfitRequest
  1039. 14, // 13: api.statistics.Statistics.GetReceptionMsg:input_type -> api.common.PartnerIDParam
  1040. 14, // 14: api.statistics.Statistics.GetTodayProfit:input_type -> api.common.PartnerIDParam
  1041. 11, // 15: api.statistics.Statistics.GetIsLike:input_type -> api.statistics.PersonMessage
  1042. 14, // 16: api.statistics.Statistics.UserSendToPartner:input_type -> api.common.PartnerIDParam
  1043. 1, // 17: api.statistics.Statistics.PartnerReplyUser:input_type -> api.statistics.PartnerReplyUserRequest
  1044. 14, // 18: api.statistics.Statistics.GetPartnerReplyMsg:input_type -> api.common.PartnerIDParam
  1045. 15, // 19: api.statistics.Statistics.LookPerson:output_type -> google.protobuf.Empty
  1046. 15, // 20: api.statistics.Statistics.LikePerson:output_type -> google.protobuf.Empty
  1047. 15, // 21: api.statistics.Statistics.UnLikePerson:output_type -> google.protobuf.Empty
  1048. 9, // 22: api.statistics.Statistics.GetLookAndLikeStatisticsMessage:output_type -> api.statistics.LookAndLikeMessageReply
  1049. 10, // 23: api.statistics.Statistics.GetLookStatisticsMessage:output_type -> api.statistics.LookMessageReply
  1050. 15, // 24: api.statistics.Statistics.ReduceLikeUnreadNum:output_type -> google.protobuf.Empty
  1051. 15, // 25: api.statistics.Statistics.UnlockLookRecord:output_type -> google.protobuf.Empty
  1052. 6, // 26: api.statistics.Statistics.FindLookList:output_type -> api.statistics.LookAndLikeListReply
  1053. 6, // 27: api.statistics.Statistics.FindLikeList:output_type -> api.statistics.LookAndLikeListReply
  1054. 6, // 28: api.statistics.Statistics.FindLikedList:output_type -> api.statistics.LookAndLikeListReply
  1055. 15, // 29: api.statistics.Statistics.ReceptionPerson:output_type -> google.protobuf.Empty
  1056. 15, // 30: api.statistics.Statistics.AddTodayProfit:output_type -> google.protobuf.Empty
  1057. 4, // 31: api.statistics.Statistics.GetReceptionMsg:output_type -> api.statistics.ReceptionMsg
  1058. 5, // 32: api.statistics.Statistics.GetTodayProfit:output_type -> api.statistics.TodayProfitMsg
  1059. 16, // 33: api.statistics.Statistics.GetIsLike:output_type -> api.common.IsLike
  1060. 15, // 34: api.statistics.Statistics.UserSendToPartner:output_type -> google.protobuf.Empty
  1061. 15, // 35: api.statistics.Statistics.PartnerReplyUser:output_type -> google.protobuf.Empty
  1062. 0, // 36: api.statistics.Statistics.GetPartnerReplyMsg:output_type -> api.statistics.GetPartnerReplyMsgReply
  1063. 19, // [19:37] is the sub-list for method output_type
  1064. 1, // [1:19] is the sub-list for method input_type
  1065. 1, // [1:1] is the sub-list for extension type_name
  1066. 1, // [1:1] is the sub-list for extension extendee
  1067. 0, // [0:1] is the sub-list for field type_name
  1068. }
  1069. func init() { file_statistics_proto_init() }
  1070. func file_statistics_proto_init() {
  1071. if File_statistics_proto != nil {
  1072. return
  1073. }
  1074. if !protoimpl.UnsafeEnabled {
  1075. file_statistics_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1076. switch v := v.(*GetPartnerReplyMsgReply); i {
  1077. case 0:
  1078. return &v.state
  1079. case 1:
  1080. return &v.sizeCache
  1081. case 2:
  1082. return &v.unknownFields
  1083. default:
  1084. return nil
  1085. }
  1086. }
  1087. file_statistics_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1088. switch v := v.(*PartnerReplyUserRequest); i {
  1089. case 0:
  1090. return &v.state
  1091. case 1:
  1092. return &v.sizeCache
  1093. case 2:
  1094. return &v.unknownFields
  1095. default:
  1096. return nil
  1097. }
  1098. }
  1099. file_statistics_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1100. switch v := v.(*AddTodayProfitRequest); i {
  1101. case 0:
  1102. return &v.state
  1103. case 1:
  1104. return &v.sizeCache
  1105. case 2:
  1106. return &v.unknownFields
  1107. default:
  1108. return nil
  1109. }
  1110. }
  1111. file_statistics_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1112. switch v := v.(*GetLookAndLikeStatisticsMessageRequest); i {
  1113. case 0:
  1114. return &v.state
  1115. case 1:
  1116. return &v.sizeCache
  1117. case 2:
  1118. return &v.unknownFields
  1119. default:
  1120. return nil
  1121. }
  1122. }
  1123. file_statistics_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1124. switch v := v.(*ReceptionMsg); i {
  1125. case 0:
  1126. return &v.state
  1127. case 1:
  1128. return &v.sizeCache
  1129. case 2:
  1130. return &v.unknownFields
  1131. default:
  1132. return nil
  1133. }
  1134. }
  1135. file_statistics_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1136. switch v := v.(*TodayProfitMsg); i {
  1137. case 0:
  1138. return &v.state
  1139. case 1:
  1140. return &v.sizeCache
  1141. case 2:
  1142. return &v.unknownFields
  1143. default:
  1144. return nil
  1145. }
  1146. }
  1147. file_statistics_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1148. switch v := v.(*LookAndLikeListReply); i {
  1149. case 0:
  1150. return &v.state
  1151. case 1:
  1152. return &v.sizeCache
  1153. case 2:
  1154. return &v.unknownFields
  1155. default:
  1156. return nil
  1157. }
  1158. }
  1159. file_statistics_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1160. switch v := v.(*LookAndLikeListInfo); i {
  1161. case 0:
  1162. return &v.state
  1163. case 1:
  1164. return &v.sizeCache
  1165. case 2:
  1166. return &v.unknownFields
  1167. default:
  1168. return nil
  1169. }
  1170. }
  1171. file_statistics_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1172. switch v := v.(*GetLookAndLikeListRequest); i {
  1173. case 0:
  1174. return &v.state
  1175. case 1:
  1176. return &v.sizeCache
  1177. case 2:
  1178. return &v.unknownFields
  1179. default:
  1180. return nil
  1181. }
  1182. }
  1183. file_statistics_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1184. switch v := v.(*LookAndLikeMessageReply); i {
  1185. case 0:
  1186. return &v.state
  1187. case 1:
  1188. return &v.sizeCache
  1189. case 2:
  1190. return &v.unknownFields
  1191. default:
  1192. return nil
  1193. }
  1194. }
  1195. file_statistics_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1196. switch v := v.(*LookMessageReply); i {
  1197. case 0:
  1198. return &v.state
  1199. case 1:
  1200. return &v.sizeCache
  1201. case 2:
  1202. return &v.unknownFields
  1203. default:
  1204. return nil
  1205. }
  1206. }
  1207. file_statistics_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1208. switch v := v.(*PersonMessage); i {
  1209. case 0:
  1210. return &v.state
  1211. case 1:
  1212. return &v.sizeCache
  1213. case 2:
  1214. return &v.unknownFields
  1215. default:
  1216. return nil
  1217. }
  1218. }
  1219. file_statistics_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1220. switch v := v.(*ReceptionMessage); i {
  1221. case 0:
  1222. return &v.state
  1223. case 1:
  1224. return &v.sizeCache
  1225. case 2:
  1226. return &v.unknownFields
  1227. default:
  1228. return nil
  1229. }
  1230. }
  1231. }
  1232. type x struct{}
  1233. out := protoimpl.TypeBuilder{
  1234. File: protoimpl.DescBuilder{
  1235. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1236. RawDescriptor: file_statistics_proto_rawDesc,
  1237. NumEnums: 0,
  1238. NumMessages: 13,
  1239. NumExtensions: 0,
  1240. NumServices: 1,
  1241. },
  1242. GoTypes: file_statistics_proto_goTypes,
  1243. DependencyIndexes: file_statistics_proto_depIdxs,
  1244. MessageInfos: file_statistics_proto_msgTypes,
  1245. }.Build()
  1246. File_statistics_proto = out.File
  1247. file_statistics_proto_rawDesc = nil
  1248. file_statistics_proto_goTypes = nil
  1249. file_statistics_proto_depIdxs = nil
  1250. }