partner.pb.go 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889
  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: partner.proto
  6. package partner
  7. import (
  8. chat "git.ikuban.com/server/pw-protobuf/api/chat"
  9. common "git.ikuban.com/server/pw-protobuf/api/common"
  10. statistics "git.ikuban.com/server/pw-protobuf/api/statistics"
  11. _ "google.golang.org/genproto/googleapis/api/annotations"
  12. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  13. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  14. emptypb "google.golang.org/protobuf/types/known/emptypb"
  15. reflect "reflect"
  16. sync "sync"
  17. )
  18. const (
  19. // Verify that this generated code is sufficiently up-to-date.
  20. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  21. // Verify that runtime/protoimpl is sufficiently up-to-date.
  22. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  23. )
  24. type PartnerInfo struct {
  25. state protoimpl.MessageState
  26. sizeCache protoimpl.SizeCache
  27. unknownFields protoimpl.UnknownFields
  28. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  29. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  30. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  31. Age int64 `protobuf:"varint,4,opt,name=age,proto3" json:"age"` // 年龄
  32. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  33. Constellation string `protobuf:"bytes,6,opt,name=constellation,proto3" json:"constellation"` // 星座
  34. Level int64 `protobuf:"varint,7,opt,name=level,proto3" json:"level"` // 等级
  35. TagList []int64 `protobuf:"varint,8,rep,packed,name=tagList,proto3" json:"tagList"` // 标签
  36. Signature string `protobuf:"bytes,9,opt,name=signature,proto3" json:"signature"` // 签名
  37. IntroduceVoice string `protobuf:"bytes,10,opt,name=introduceVoice,proto3" json:"introduceVoice"` // 介绍语音
  38. Province string `protobuf:"bytes,11,opt,name=province,proto3" json:"province"` // 省
  39. City string `protobuf:"bytes,12,opt,name=city,proto3" json:"city"` // 市
  40. Area string `protobuf:"bytes,13,opt,name=area,proto3" json:"area"` // 区
  41. }
  42. func (x *PartnerInfo) Reset() {
  43. *x = PartnerInfo{}
  44. if protoimpl.UnsafeEnabled {
  45. mi := &file_partner_proto_msgTypes[0]
  46. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  47. ms.StoreMessageInfo(mi)
  48. }
  49. }
  50. func (x *PartnerInfo) String() string {
  51. return protoimpl.X.MessageStringOf(x)
  52. }
  53. func (*PartnerInfo) ProtoMessage() {}
  54. func (x *PartnerInfo) ProtoReflect() protoreflect.Message {
  55. mi := &file_partner_proto_msgTypes[0]
  56. if protoimpl.UnsafeEnabled && x != nil {
  57. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  58. if ms.LoadMessageInfo() == nil {
  59. ms.StoreMessageInfo(mi)
  60. }
  61. return ms
  62. }
  63. return mi.MessageOf(x)
  64. }
  65. // Deprecated: Use PartnerInfo.ProtoReflect.Descriptor instead.
  66. func (*PartnerInfo) Descriptor() ([]byte, []int) {
  67. return file_partner_proto_rawDescGZIP(), []int{0}
  68. }
  69. func (x *PartnerInfo) GetId() string {
  70. if x != nil {
  71. return x.Id
  72. }
  73. return ""
  74. }
  75. func (x *PartnerInfo) GetNickname() string {
  76. if x != nil {
  77. return x.Nickname
  78. }
  79. return ""
  80. }
  81. func (x *PartnerInfo) GetAvatarUrl() string {
  82. if x != nil {
  83. return x.AvatarUrl
  84. }
  85. return ""
  86. }
  87. func (x *PartnerInfo) GetAge() int64 {
  88. if x != nil {
  89. return x.Age
  90. }
  91. return 0
  92. }
  93. func (x *PartnerInfo) GetSex() int64 {
  94. if x != nil {
  95. return x.Sex
  96. }
  97. return 0
  98. }
  99. func (x *PartnerInfo) GetConstellation() string {
  100. if x != nil {
  101. return x.Constellation
  102. }
  103. return ""
  104. }
  105. func (x *PartnerInfo) GetLevel() int64 {
  106. if x != nil {
  107. return x.Level
  108. }
  109. return 0
  110. }
  111. func (x *PartnerInfo) GetTagList() []int64 {
  112. if x != nil {
  113. return x.TagList
  114. }
  115. return nil
  116. }
  117. func (x *PartnerInfo) GetSignature() string {
  118. if x != nil {
  119. return x.Signature
  120. }
  121. return ""
  122. }
  123. func (x *PartnerInfo) GetIntroduceVoice() string {
  124. if x != nil {
  125. return x.IntroduceVoice
  126. }
  127. return ""
  128. }
  129. func (x *PartnerInfo) GetProvince() string {
  130. if x != nil {
  131. return x.Province
  132. }
  133. return ""
  134. }
  135. func (x *PartnerInfo) GetCity() string {
  136. if x != nil {
  137. return x.City
  138. }
  139. return ""
  140. }
  141. func (x *PartnerInfo) GetArea() string {
  142. if x != nil {
  143. return x.Area
  144. }
  145. return ""
  146. }
  147. type PartnerMessage struct {
  148. state protoimpl.MessageState
  149. sizeCache protoimpl.SizeCache
  150. unknownFields protoimpl.UnknownFields
  151. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  152. LookNum int64 `protobuf:"varint,2,opt,name=lookNum,proto3" json:"lookNum"` // 看过我的数量
  153. LookUnreadNum int64 `protobuf:"varint,3,opt,name=lookUnreadNum,proto3" json:"lookUnreadNum"` // 未读的看过我的数量
  154. TodayReceptionNum int64 `protobuf:"varint,4,opt,name=todayReceptionNum,proto3" json:"todayReceptionNum"` // 今日接待人数
  155. ReversionRate string `protobuf:"bytes,5,opt,name=reversionRate,proto3" json:"reversionRate"` // 五分钟的回复率
  156. }
  157. func (x *PartnerMessage) Reset() {
  158. *x = PartnerMessage{}
  159. if protoimpl.UnsafeEnabled {
  160. mi := &file_partner_proto_msgTypes[1]
  161. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  162. ms.StoreMessageInfo(mi)
  163. }
  164. }
  165. func (x *PartnerMessage) String() string {
  166. return protoimpl.X.MessageStringOf(x)
  167. }
  168. func (*PartnerMessage) ProtoMessage() {}
  169. func (x *PartnerMessage) ProtoReflect() protoreflect.Message {
  170. mi := &file_partner_proto_msgTypes[1]
  171. if protoimpl.UnsafeEnabled && x != nil {
  172. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  173. if ms.LoadMessageInfo() == nil {
  174. ms.StoreMessageInfo(mi)
  175. }
  176. return ms
  177. }
  178. return mi.MessageOf(x)
  179. }
  180. // Deprecated: Use PartnerMessage.ProtoReflect.Descriptor instead.
  181. func (*PartnerMessage) Descriptor() ([]byte, []int) {
  182. return file_partner_proto_rawDescGZIP(), []int{1}
  183. }
  184. func (x *PartnerMessage) GetId() string {
  185. if x != nil {
  186. return x.Id
  187. }
  188. return ""
  189. }
  190. func (x *PartnerMessage) GetLookNum() int64 {
  191. if x != nil {
  192. return x.LookNum
  193. }
  194. return 0
  195. }
  196. func (x *PartnerMessage) GetLookUnreadNum() int64 {
  197. if x != nil {
  198. return x.LookUnreadNum
  199. }
  200. return 0
  201. }
  202. func (x *PartnerMessage) GetTodayReceptionNum() int64 {
  203. if x != nil {
  204. return x.TodayReceptionNum
  205. }
  206. return 0
  207. }
  208. func (x *PartnerMessage) GetReversionRate() string {
  209. if x != nil {
  210. return x.ReversionRate
  211. }
  212. return ""
  213. }
  214. type PartnerBalance struct {
  215. state protoimpl.MessageState
  216. sizeCache protoimpl.SizeCache
  217. unknownFields protoimpl.UnknownFields
  218. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  219. Balance int64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance"` // 可提现余额
  220. TodayProfit int64 `protobuf:"varint,3,opt,name=todayProfit,proto3" json:"todayProfit"` // 今日收益
  221. Level int64 `protobuf:"varint,4,opt,name=level,proto3" json:"level"` // 等级
  222. }
  223. func (x *PartnerBalance) Reset() {
  224. *x = PartnerBalance{}
  225. if protoimpl.UnsafeEnabled {
  226. mi := &file_partner_proto_msgTypes[2]
  227. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  228. ms.StoreMessageInfo(mi)
  229. }
  230. }
  231. func (x *PartnerBalance) String() string {
  232. return protoimpl.X.MessageStringOf(x)
  233. }
  234. func (*PartnerBalance) ProtoMessage() {}
  235. func (x *PartnerBalance) ProtoReflect() protoreflect.Message {
  236. mi := &file_partner_proto_msgTypes[2]
  237. if protoimpl.UnsafeEnabled && x != nil {
  238. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  239. if ms.LoadMessageInfo() == nil {
  240. ms.StoreMessageInfo(mi)
  241. }
  242. return ms
  243. }
  244. return mi.MessageOf(x)
  245. }
  246. // Deprecated: Use PartnerBalance.ProtoReflect.Descriptor instead.
  247. func (*PartnerBalance) Descriptor() ([]byte, []int) {
  248. return file_partner_proto_rawDescGZIP(), []int{2}
  249. }
  250. func (x *PartnerBalance) GetId() string {
  251. if x != nil {
  252. return x.Id
  253. }
  254. return ""
  255. }
  256. func (x *PartnerBalance) GetBalance() int64 {
  257. if x != nil {
  258. return x.Balance
  259. }
  260. return 0
  261. }
  262. func (x *PartnerBalance) GetTodayProfit() int64 {
  263. if x != nil {
  264. return x.TodayProfit
  265. }
  266. return 0
  267. }
  268. func (x *PartnerBalance) GetLevel() int64 {
  269. if x != nil {
  270. return x.Level
  271. }
  272. return 0
  273. }
  274. type PartnerDBBalance struct {
  275. state protoimpl.MessageState
  276. sizeCache protoimpl.SizeCache
  277. unknownFields protoimpl.UnknownFields
  278. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  279. Level int64 `protobuf:"varint,2,opt,name=level,proto3" json:"level"` // 等级
  280. LevelBenefit int64 `protobuf:"varint,3,opt,name=levelBenefit,proto3" json:"levelBenefit"` // 等级对应的收益
  281. }
  282. func (x *PartnerDBBalance) Reset() {
  283. *x = PartnerDBBalance{}
  284. if protoimpl.UnsafeEnabled {
  285. mi := &file_partner_proto_msgTypes[3]
  286. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  287. ms.StoreMessageInfo(mi)
  288. }
  289. }
  290. func (x *PartnerDBBalance) String() string {
  291. return protoimpl.X.MessageStringOf(x)
  292. }
  293. func (*PartnerDBBalance) ProtoMessage() {}
  294. func (x *PartnerDBBalance) ProtoReflect() protoreflect.Message {
  295. mi := &file_partner_proto_msgTypes[3]
  296. if protoimpl.UnsafeEnabled && x != nil {
  297. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  298. if ms.LoadMessageInfo() == nil {
  299. ms.StoreMessageInfo(mi)
  300. }
  301. return ms
  302. }
  303. return mi.MessageOf(x)
  304. }
  305. // Deprecated: Use PartnerDBBalance.ProtoReflect.Descriptor instead.
  306. func (*PartnerDBBalance) Descriptor() ([]byte, []int) {
  307. return file_partner_proto_rawDescGZIP(), []int{3}
  308. }
  309. func (x *PartnerDBBalance) GetId() string {
  310. if x != nil {
  311. return x.Id
  312. }
  313. return ""
  314. }
  315. func (x *PartnerDBBalance) GetLevel() int64 {
  316. if x != nil {
  317. return x.Level
  318. }
  319. return 0
  320. }
  321. func (x *PartnerDBBalance) GetLevelBenefit() int64 {
  322. if x != nil {
  323. return x.LevelBenefit
  324. }
  325. return 0
  326. }
  327. type RandomPartnerInfo struct {
  328. state protoimpl.MessageState
  329. sizeCache protoimpl.SizeCache
  330. unknownFields protoimpl.UnknownFields
  331. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  332. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  333. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  334. Sex int64 `protobuf:"varint,4,opt,name=sex,proto3" json:"sex"` // 性别
  335. }
  336. func (x *RandomPartnerInfo) Reset() {
  337. *x = RandomPartnerInfo{}
  338. if protoimpl.UnsafeEnabled {
  339. mi := &file_partner_proto_msgTypes[4]
  340. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  341. ms.StoreMessageInfo(mi)
  342. }
  343. }
  344. func (x *RandomPartnerInfo) String() string {
  345. return protoimpl.X.MessageStringOf(x)
  346. }
  347. func (*RandomPartnerInfo) ProtoMessage() {}
  348. func (x *RandomPartnerInfo) ProtoReflect() protoreflect.Message {
  349. mi := &file_partner_proto_msgTypes[4]
  350. if protoimpl.UnsafeEnabled && x != nil {
  351. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  352. if ms.LoadMessageInfo() == nil {
  353. ms.StoreMessageInfo(mi)
  354. }
  355. return ms
  356. }
  357. return mi.MessageOf(x)
  358. }
  359. // Deprecated: Use RandomPartnerInfo.ProtoReflect.Descriptor instead.
  360. func (*RandomPartnerInfo) Descriptor() ([]byte, []int) {
  361. return file_partner_proto_rawDescGZIP(), []int{4}
  362. }
  363. func (x *RandomPartnerInfo) GetId() string {
  364. if x != nil {
  365. return x.Id
  366. }
  367. return ""
  368. }
  369. func (x *RandomPartnerInfo) GetNickname() string {
  370. if x != nil {
  371. return x.Nickname
  372. }
  373. return ""
  374. }
  375. func (x *RandomPartnerInfo) GetAvatarUrl() string {
  376. if x != nil {
  377. return x.AvatarUrl
  378. }
  379. return ""
  380. }
  381. func (x *RandomPartnerInfo) GetSex() int64 {
  382. if x != nil {
  383. return x.Sex
  384. }
  385. return 0
  386. }
  387. type GetRandomPartnerRequest struct {
  388. state protoimpl.MessageState
  389. sizeCache protoimpl.SizeCache
  390. unknownFields protoimpl.UnknownFields
  391. Sex int64 `protobuf:"varint,1,opt,name=sex,proto3" json:"sex"` // 性别
  392. }
  393. func (x *GetRandomPartnerRequest) Reset() {
  394. *x = GetRandomPartnerRequest{}
  395. if protoimpl.UnsafeEnabled {
  396. mi := &file_partner_proto_msgTypes[5]
  397. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  398. ms.StoreMessageInfo(mi)
  399. }
  400. }
  401. func (x *GetRandomPartnerRequest) String() string {
  402. return protoimpl.X.MessageStringOf(x)
  403. }
  404. func (*GetRandomPartnerRequest) ProtoMessage() {}
  405. func (x *GetRandomPartnerRequest) ProtoReflect() protoreflect.Message {
  406. mi := &file_partner_proto_msgTypes[5]
  407. if protoimpl.UnsafeEnabled && x != nil {
  408. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  409. if ms.LoadMessageInfo() == nil {
  410. ms.StoreMessageInfo(mi)
  411. }
  412. return ms
  413. }
  414. return mi.MessageOf(x)
  415. }
  416. // Deprecated: Use GetRandomPartnerRequest.ProtoReflect.Descriptor instead.
  417. func (*GetRandomPartnerRequest) Descriptor() ([]byte, []int) {
  418. return file_partner_proto_rawDescGZIP(), []int{5}
  419. }
  420. func (x *GetRandomPartnerRequest) GetSex() int64 {
  421. if x != nil {
  422. return x.Sex
  423. }
  424. return 0
  425. }
  426. var File_partner_proto protoreflect.FileDescriptor
  427. var file_partner_proto_rawDesc = []byte{
  428. 0x0a, 0x0d, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  429. 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x1a, 0x1c, 0x67, 0x6f,
  430. 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  431. 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67,
  432. 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74,
  433. 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d,
  434. 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  435. 0x1a, 0x1f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
  436. 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  437. 0x6f, 0x1a, 0x13, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x63, 0x68, 0x61, 0x74,
  438. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xdb, 0x02, 0x0a, 0x0b, 0x50, 0x61, 0x72, 0x74, 0x6e,
  439. 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
  440. 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61,
  441. 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61,
  442. 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18,
  443. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c,
  444. 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61,
  445. 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52,
  446. 0x03, 0x73, 0x65, 0x78, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c,
  447. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6e,
  448. 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65,
  449. 0x76, 0x65, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c,
  450. 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x08, 0x20, 0x03, 0x28,
  451. 0x03, 0x52, 0x07, 0x74, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69,
  452. 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73,
  453. 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x6e, 0x74, 0x72,
  454. 0x6f, 0x64, 0x75, 0x63, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
  455. 0x52, 0x0e, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65,
  456. 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x0b, 0x20, 0x01,
  457. 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04,
  458. 0x63, 0x69, 0x74, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79,
  459. 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x65, 0x61, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  460. 0x61, 0x72, 0x65, 0x61, 0x22, 0xb4, 0x01, 0x0a, 0x0e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
  461. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
  462. 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e,
  463. 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75,
  464. 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e,
  465. 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e,
  466. 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x2c, 0x0a, 0x11, 0x74, 0x6f, 0x64, 0x61, 0x79,
  467. 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01,
  468. 0x28, 0x03, 0x52, 0x11, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69,
  469. 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x76, 0x65, 0x72, 0x73, 0x69,
  470. 0x6f, 0x6e, 0x52, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65,
  471. 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x61, 0x74, 0x65, 0x22, 0x72, 0x0a, 0x0e, 0x50,
  472. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x0e, 0x0a,
  473. 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a,
  474. 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07,
  475. 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x6f, 0x64, 0x61, 0x79,
  476. 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x74, 0x6f,
  477. 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76,
  478. 0x65, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x22,
  479. 0x5c, 0x0a, 0x10, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x44, 0x42, 0x42, 0x61, 0x6c, 0x61,
  480. 0x6e, 0x63, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  481. 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01,
  482. 0x28, 0x03, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x65, 0x76,
  483. 0x65, 0x6c, 0x42, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
  484. 0x0c, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x42, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x74, 0x22, 0x6f, 0x0a,
  485. 0x11, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e,
  486. 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
  487. 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
  488. 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c,
  489. 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28,
  490. 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03,
  491. 0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x2b,
  492. 0x0a, 0x17, 0x47, 0x65, 0x74, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x74, 0x6e,
  493. 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78,
  494. 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x32, 0xa7, 0x0f, 0x0a, 0x07,
  495. 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x12, 0x60, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x61,
  496. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  497. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  498. 0x79, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e,
  499. 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x1c, 0x82, 0xd3, 0xe4,
  500. 0x93, 0x02, 0x16, 0x22, 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65,
  501. 0x72, 0x2f, 0x69, 0x6e, 0x66, 0x6f, 0x3a, 0x01, 0x2a, 0x12, 0x69, 0x0a, 0x11, 0x47, 0x65, 0x74,
  502. 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x16,
  503. 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  504. 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72,
  505. 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x42, 0x61, 0x6c, 0x61,
  506. 0x6e, 0x63, 0x65, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x14, 0x2f, 0x61, 0x70,
  507. 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63,
  508. 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x52, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e,
  509. 0x65, 0x72, 0x44, 0x42, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x1a, 0x2e, 0x61, 0x70,
  510. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
  511. 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61,
  512. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x44, 0x42, 0x42,
  513. 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x00, 0x12, 0x43, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x50,
  514. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x44, 0x42, 0x4d, 0x73, 0x67, 0x12, 0x19, 0x2e, 0x61, 0x70,
  515. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
  516. 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
  517. 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x73, 0x67, 0x12, 0x69, 0x0a,
  518. 0x11, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61,
  519. 0x67, 0x65, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  520. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69,
  521. 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
  522. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22,
  523. 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x6d, 0x65,
  524. 0x73, 0x73, 0x61, 0x67, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x6f, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x50,
  525. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x4c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x2e,
  526. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  527. 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74,
  528. 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x4d, 0x65, 0x73, 0x73, 0x61,
  529. 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x20, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22,
  530. 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x6e, 0x75,
  531. 0x6d, 0x2f, 0x6c, 0x6f, 0x6f, 0x6b, 0x3a, 0x01, 0x2a, 0x12, 0x6c, 0x0a, 0x0d, 0x53, 0x65, 0x6e,
  532. 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69,
  533. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x50, 0x68, 0x6f, 0x6e,
  534. 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67,
  535. 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
  536. 0x6d, 0x70, 0x74, 0x79, 0x22, 0x21, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x22, 0x16, 0x2f, 0x61,
  537. 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x64, 0x65, 0x2f,
  538. 0x73, 0x65, 0x6e, 0x64, 0x3a, 0x01, 0x2a, 0x12, 0x6f, 0x0a, 0x0e, 0x43, 0x68, 0x65, 0x63, 0x6b,
  539. 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  540. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f, 0x6e,
  541. 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67,
  542. 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
  543. 0x6d, 0x70, 0x74, 0x79, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x22, 0x17, 0x2f, 0x61,
  544. 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x64, 0x65, 0x2f,
  545. 0x63, 0x68, 0x65, 0x63, 0x6b, 0x3a, 0x01, 0x2a, 0x12, 0x54, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x50,
  546. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f,
  547. 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x61,
  548. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x20, 0x2e, 0x61,
  549. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69,
  550. 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x84,
  551. 0x01, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
  552. 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x2e, 0x61, 0x70,
  553. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49,
  554. 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  555. 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  556. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2a, 0x82, 0xd3, 0xe4, 0x93, 0x02,
  557. 0x24, 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f,
  558. 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69,
  559. 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x5c, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x52, 0x61, 0x6e, 0x64,
  560. 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x2e,
  561. 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x52,
  562. 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75,
  563. 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65,
  564. 0x72, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49,
  565. 0x6e, 0x66, 0x6f, 0x12, 0x61, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x47, 0x65,
  566. 0x74, 0x48, 0x6f, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  567. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50, 0x61, 0x72,
  568. 0x61, 0x6d, 0x1a, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  569. 0x48, 0x6f, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x1c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16,
  570. 0x22, 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x68,
  571. 0x6f, 0x6d, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x75, 0x0a, 0x1e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65,
  572. 0x72, 0x47, 0x65, 0x74, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x6b, 0x65, 0x64, 0x41,
  573. 0x6e, 0x64, 0x4c, 0x6f, 0x6f, 0x6b, 0x65, 0x64, 0x12, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  574. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50, 0x61, 0x72, 0x61,
  575. 0x6d, 0x1a, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c,
  576. 0x6f, 0x6f, 0x6b, 0x65, 0x64, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x64, 0x4e, 0x75, 0x6d,
  577. 0x22, 0x1b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x22, 0x10, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70,
  578. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x6e, 0x75, 0x6d, 0x3a, 0x01, 0x2a, 0x12, 0x74, 0x0a,
  579. 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x6f, 0x6f, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1b, 0x2e,
  580. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50,
  581. 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69,
  582. 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b,
  583. 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79,
  584. 0x22, 0x21, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x22, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70,
  585. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x6c, 0x6f, 0x6f, 0x6b,
  586. 0x3a, 0x01, 0x2a, 0x12, 0x48, 0x0a, 0x11, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x61, 0x72, 0x74, 0x6e,
  587. 0x65, 0x72, 0x44, 0x42, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  588. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x4c, 0x69,
  589. 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  590. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x44, 0x42, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x5c, 0x0a,
  591. 0x06, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  592. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x71, 0x1a, 0x1a,
  593. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x57, 0x78, 0x43, 0x6f,
  594. 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93,
  595. 0x02, 0x19, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x78, 0x2f, 0x6a, 0x73, 0x73, 0x64,
  596. 0x6b, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x6c, 0x0a, 0x15, 0x43,
  597. 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
  598. 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  599. 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a,
  600. 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x52,
  601. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61,
  602. 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74,
  603. 0x65, 0x2f, 0x72, 0x6f, 0x6f, 0x6d, 0x3a, 0x01, 0x2a, 0x12, 0x62, 0x0a, 0x10, 0x46, 0x69, 0x6e,
  604. 0x64, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x79, 0x53, 0x65, 0x78, 0x12, 0x12, 0x2e,
  605. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65,
  606. 0x71, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54,
  607. 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x20, 0x82, 0xd3, 0xe4,
  608. 0x93, 0x02, 0x1a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65,
  609. 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x74, 0x61, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x76, 0x0a,
  610. 0x0e, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12,
  611. 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c, 0x69, 0x73,
  612. 0x74, 0x50, 0x61, 0x67, 0x65, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e,
  613. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4f, 0x6e, 0x6c, 0x69, 0x6e,
  614. 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79,
  615. 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70,
  616. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x6f, 0x6e, 0x6c, 0x69,
  617. 0x6e, 0x65, 0x3a, 0x01, 0x2a, 0x42, 0x46, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72,
  618. 0x74, 0x6e, 0x65, 0x72, 0x50, 0x01, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62,
  619. 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77,
  620. 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61,
  621. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x3b, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x62, 0x06, 0x70,
  622. 0x72, 0x6f, 0x74, 0x6f, 0x33,
  623. }
  624. var (
  625. file_partner_proto_rawDescOnce sync.Once
  626. file_partner_proto_rawDescData = file_partner_proto_rawDesc
  627. )
  628. func file_partner_proto_rawDescGZIP() []byte {
  629. file_partner_proto_rawDescOnce.Do(func() {
  630. file_partner_proto_rawDescData = protoimpl.X.CompressGZIP(file_partner_proto_rawDescData)
  631. })
  632. return file_partner_proto_rawDescData
  633. }
  634. var file_partner_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
  635. var file_partner_proto_goTypes = []interface{}{
  636. (*PartnerInfo)(nil), // 0: api.partner.PartnerInfo
  637. (*PartnerMessage)(nil), // 1: api.partner.PartnerMessage
  638. (*PartnerBalance)(nil), // 2: api.partner.PartnerBalance
  639. (*PartnerDBBalance)(nil), // 3: api.partner.PartnerDBBalance
  640. (*RandomPartnerInfo)(nil), // 4: api.partner.RandomPartnerInfo
  641. (*GetRandomPartnerRequest)(nil), // 5: api.partner.GetRandomPartnerRequest
  642. (*emptypb.Empty)(nil), // 6: google.protobuf.Empty
  643. (*common.PartnerIDParam)(nil), // 7: api.common.PartnerIDParam
  644. (*common.PersonIDParam)(nil), // 8: api.common.PersonIDParam
  645. (*common.SendPhoneCodeRequest)(nil), // 9: api.common.SendPhoneCodeRequest
  646. (*common.CheckPhoneCodeRequest)(nil), // 10: api.common.CheckPhoneCodeRequest
  647. (*common.UpdateInformationRequest)(nil), // 11: api.common.UpdateInformationRequest
  648. (*common.PersonParam)(nil), // 12: api.common.PersonParam
  649. (*common.ListPageRequest)(nil), // 13: api.common.ListPageRequest
  650. (*common.PersonIDList)(nil), // 14: api.common.PersonIDList
  651. (*common.WxConfReq)(nil), // 15: api.common.WxConfReq
  652. (*common.SexReq)(nil), // 16: api.common.SexReq
  653. (*common.ListPage2Request)(nil), // 17: api.common.ListPage2Request
  654. (*common.PersonMsg)(nil), // 18: api.common.PersonMsg
  655. (*statistics.LookMessageReply)(nil), // 19: api.statistics.LookMessageReply
  656. (*common.AddFriendMessageInfo)(nil), // 20: api.common.AddFriendMessageInfo
  657. (*common.HomeInfo)(nil), // 21: api.common.HomeInfo
  658. (*common.LookedAndLikedNum)(nil), // 22: api.common.LookedAndLikedNum
  659. (*statistics.LookAndLikeListReply)(nil), // 23: api.statistics.LookAndLikeListReply
  660. (*common.PersonDBReply)(nil), // 24: api.common.PersonDBReply
  661. (*common.WxConfResponse)(nil), // 25: api.common.WxConfResponse
  662. (*chat.RoomReply)(nil), // 26: api.chat.RoomReply
  663. (*common.TagListReply)(nil), // 27: api.common.TagListReply
  664. (*common.OnlinePersonListReply)(nil), // 28: api.common.OnlinePersonListReply
  665. }
  666. var file_partner_proto_depIdxs = []int32{
  667. 6, // 0: api.partner.Partner.GetPartnerInfo:input_type -> google.protobuf.Empty
  668. 6, // 1: api.partner.Partner.GetPartnerBalance:input_type -> google.protobuf.Empty
  669. 7, // 2: api.partner.Partner.GetPartnerDBBalance:input_type -> api.common.PartnerIDParam
  670. 8, // 3: api.partner.Partner.GetPartnerDBMsg:input_type -> api.common.PersonIDParam
  671. 6, // 4: api.partner.Partner.GetPartnerMessage:input_type -> google.protobuf.Empty
  672. 6, // 5: api.partner.Partner.GetPartnerLookNum:input_type -> google.protobuf.Empty
  673. 9, // 6: api.partner.Partner.SendPhoneCode:input_type -> api.common.SendPhoneCodeRequest
  674. 10, // 7: api.partner.Partner.CheckPhoneCode:input_type -> api.common.CheckPhoneCodeRequest
  675. 7, // 8: api.partner.Partner.GetPartnerCircleInfo:input_type -> api.common.PartnerIDParam
  676. 11, // 9: api.partner.Partner.UpdatePartnerInformation:input_type -> api.common.UpdateInformationRequest
  677. 5, // 10: api.partner.Partner.GetRandomPartnerInfo:input_type -> api.partner.GetRandomPartnerRequest
  678. 12, // 11: api.partner.Partner.PartnerGetHomeInfo:input_type -> api.common.PersonParam
  679. 12, // 12: api.partner.Partner.PartnerGetPersonLikedAndLooked:input_type -> api.common.PersonParam
  680. 13, // 13: api.partner.Partner.FindLookList:input_type -> api.common.ListPageRequest
  681. 14, // 14: api.partner.Partner.FindPartnerDBList:input_type -> api.common.PersonIDList
  682. 15, // 15: api.partner.Partner.WxConf:input_type -> api.common.WxConfReq
  683. 8, // 16: api.partner.Partner.CreateUserPartnerRoom:input_type -> api.common.PersonIDParam
  684. 16, // 17: api.partner.Partner.FindTagListBySex:input_type -> api.common.SexReq
  685. 17, // 18: api.partner.Partner.FindOnlineList:input_type -> api.common.ListPage2Request
  686. 0, // 19: api.partner.Partner.GetPartnerInfo:output_type -> api.partner.PartnerInfo
  687. 2, // 20: api.partner.Partner.GetPartnerBalance:output_type -> api.partner.PartnerBalance
  688. 3, // 21: api.partner.Partner.GetPartnerDBBalance:output_type -> api.partner.PartnerDBBalance
  689. 18, // 22: api.partner.Partner.GetPartnerDBMsg:output_type -> api.common.PersonMsg
  690. 1, // 23: api.partner.Partner.GetPartnerMessage:output_type -> api.partner.PartnerMessage
  691. 19, // 24: api.partner.Partner.GetPartnerLookNum:output_type -> api.statistics.LookMessageReply
  692. 6, // 25: api.partner.Partner.SendPhoneCode:output_type -> google.protobuf.Empty
  693. 6, // 26: api.partner.Partner.CheckPhoneCode:output_type -> google.protobuf.Empty
  694. 20, // 27: api.partner.Partner.GetPartnerCircleInfo:output_type -> api.common.AddFriendMessageInfo
  695. 6, // 28: api.partner.Partner.UpdatePartnerInformation:output_type -> google.protobuf.Empty
  696. 4, // 29: api.partner.Partner.GetRandomPartnerInfo:output_type -> api.partner.RandomPartnerInfo
  697. 21, // 30: api.partner.Partner.PartnerGetHomeInfo:output_type -> api.common.HomeInfo
  698. 22, // 31: api.partner.Partner.PartnerGetPersonLikedAndLooked:output_type -> api.common.LookedAndLikedNum
  699. 23, // 32: api.partner.Partner.FindLookList:output_type -> api.statistics.LookAndLikeListReply
  700. 24, // 33: api.partner.Partner.FindPartnerDBList:output_type -> api.common.PersonDBReply
  701. 25, // 34: api.partner.Partner.WxConf:output_type -> api.common.WxConfResponse
  702. 26, // 35: api.partner.Partner.CreateUserPartnerRoom:output_type -> api.chat.RoomReply
  703. 27, // 36: api.partner.Partner.FindTagListBySex:output_type -> api.common.TagListReply
  704. 28, // 37: api.partner.Partner.FindOnlineList:output_type -> api.common.OnlinePersonListReply
  705. 19, // [19:38] is the sub-list for method output_type
  706. 0, // [0:19] is the sub-list for method input_type
  707. 0, // [0:0] is the sub-list for extension type_name
  708. 0, // [0:0] is the sub-list for extension extendee
  709. 0, // [0:0] is the sub-list for field type_name
  710. }
  711. func init() { file_partner_proto_init() }
  712. func file_partner_proto_init() {
  713. if File_partner_proto != nil {
  714. return
  715. }
  716. if !protoimpl.UnsafeEnabled {
  717. file_partner_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  718. switch v := v.(*PartnerInfo); i {
  719. case 0:
  720. return &v.state
  721. case 1:
  722. return &v.sizeCache
  723. case 2:
  724. return &v.unknownFields
  725. default:
  726. return nil
  727. }
  728. }
  729. file_partner_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  730. switch v := v.(*PartnerMessage); i {
  731. case 0:
  732. return &v.state
  733. case 1:
  734. return &v.sizeCache
  735. case 2:
  736. return &v.unknownFields
  737. default:
  738. return nil
  739. }
  740. }
  741. file_partner_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  742. switch v := v.(*PartnerBalance); i {
  743. case 0:
  744. return &v.state
  745. case 1:
  746. return &v.sizeCache
  747. case 2:
  748. return &v.unknownFields
  749. default:
  750. return nil
  751. }
  752. }
  753. file_partner_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  754. switch v := v.(*PartnerDBBalance); i {
  755. case 0:
  756. return &v.state
  757. case 1:
  758. return &v.sizeCache
  759. case 2:
  760. return &v.unknownFields
  761. default:
  762. return nil
  763. }
  764. }
  765. file_partner_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  766. switch v := v.(*RandomPartnerInfo); i {
  767. case 0:
  768. return &v.state
  769. case 1:
  770. return &v.sizeCache
  771. case 2:
  772. return &v.unknownFields
  773. default:
  774. return nil
  775. }
  776. }
  777. file_partner_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  778. switch v := v.(*GetRandomPartnerRequest); i {
  779. case 0:
  780. return &v.state
  781. case 1:
  782. return &v.sizeCache
  783. case 2:
  784. return &v.unknownFields
  785. default:
  786. return nil
  787. }
  788. }
  789. }
  790. type x struct{}
  791. out := protoimpl.TypeBuilder{
  792. File: protoimpl.DescBuilder{
  793. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  794. RawDescriptor: file_partner_proto_rawDesc,
  795. NumEnums: 0,
  796. NumMessages: 6,
  797. NumExtensions: 0,
  798. NumServices: 1,
  799. },
  800. GoTypes: file_partner_proto_goTypes,
  801. DependencyIndexes: file_partner_proto_depIdxs,
  802. MessageInfos: file_partner_proto_msgTypes,
  803. }.Build()
  804. File_partner_proto = out.File
  805. file_partner_proto_rawDesc = nil
  806. file_partner_proto_goTypes = nil
  807. file_partner_proto_depIdxs = nil
  808. }