manager.pb.go 84 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1-devel
  4. // protoc v3.21.8
  5. // source: manager.proto
  6. package manager
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. websocket "git.ikuban.com/server/pw-protobuf/api/websocket"
  10. _ "google.golang.org/genproto/googleapis/api/annotations"
  11. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  12. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  13. emptypb "google.golang.org/protobuf/types/known/emptypb"
  14. reflect "reflect"
  15. sync "sync"
  16. )
  17. const (
  18. // Verify that this generated code is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  20. // Verify that runtime/protoimpl is sufficiently up-to-date.
  21. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  22. )
  23. type FindAITaskRequest struct {
  24. state protoimpl.MessageState
  25. sizeCache protoimpl.SizeCache
  26. unknownFields protoimpl.UnknownFields
  27. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  28. PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"`
  29. }
  30. func (x *FindAITaskRequest) Reset() {
  31. *x = FindAITaskRequest{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_manager_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *FindAITaskRequest) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*FindAITaskRequest) ProtoMessage() {}
  42. func (x *FindAITaskRequest) ProtoReflect() protoreflect.Message {
  43. mi := &file_manager_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 FindAITaskRequest.ProtoReflect.Descriptor instead.
  54. func (*FindAITaskRequest) Descriptor() ([]byte, []int) {
  55. return file_manager_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *FindAITaskRequest) GetPage() int64 {
  58. if x != nil {
  59. return x.Page
  60. }
  61. return 0
  62. }
  63. func (x *FindAITaskRequest) GetPageSize() int64 {
  64. if x != nil {
  65. return x.PageSize
  66. }
  67. return 0
  68. }
  69. type FindAITaskReply struct {
  70. state protoimpl.MessageState
  71. sizeCache protoimpl.SizeCache
  72. unknownFields protoimpl.UnknownFields
  73. List []*TaskInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  74. Last bool `protobuf:"varint,2,opt,name=last,proto3" json:"last"`
  75. Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
  76. Page int64 `protobuf:"varint,4,opt,name=page,proto3" json:"page"`
  77. PageSize int64 `protobuf:"varint,5,opt,name=pageSize,proto3" json:"pageSize"`
  78. }
  79. func (x *FindAITaskReply) Reset() {
  80. *x = FindAITaskReply{}
  81. if protoimpl.UnsafeEnabled {
  82. mi := &file_manager_proto_msgTypes[1]
  83. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  84. ms.StoreMessageInfo(mi)
  85. }
  86. }
  87. func (x *FindAITaskReply) String() string {
  88. return protoimpl.X.MessageStringOf(x)
  89. }
  90. func (*FindAITaskReply) ProtoMessage() {}
  91. func (x *FindAITaskReply) ProtoReflect() protoreflect.Message {
  92. mi := &file_manager_proto_msgTypes[1]
  93. if protoimpl.UnsafeEnabled && x != nil {
  94. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  95. if ms.LoadMessageInfo() == nil {
  96. ms.StoreMessageInfo(mi)
  97. }
  98. return ms
  99. }
  100. return mi.MessageOf(x)
  101. }
  102. // Deprecated: Use FindAITaskReply.ProtoReflect.Descriptor instead.
  103. func (*FindAITaskReply) Descriptor() ([]byte, []int) {
  104. return file_manager_proto_rawDescGZIP(), []int{1}
  105. }
  106. func (x *FindAITaskReply) GetList() []*TaskInfo {
  107. if x != nil {
  108. return x.List
  109. }
  110. return make([]*TaskInfo, 0)
  111. }
  112. func (x *FindAITaskReply) GetLast() bool {
  113. if x != nil {
  114. return x.Last
  115. }
  116. return false
  117. }
  118. func (x *FindAITaskReply) GetTotal() int64 {
  119. if x != nil {
  120. return x.Total
  121. }
  122. return 0
  123. }
  124. func (x *FindAITaskReply) GetPage() int64 {
  125. if x != nil {
  126. return x.Page
  127. }
  128. return 0
  129. }
  130. func (x *FindAITaskReply) GetPageSize() int64 {
  131. if x != nil {
  132. return x.PageSize
  133. }
  134. return 0
  135. }
  136. type TaskInfo struct {
  137. state protoimpl.MessageState
  138. sizeCache protoimpl.SizeCache
  139. unknownFields protoimpl.UnknownFields
  140. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  141. VideoUrl string `protobuf:"bytes,2,opt,name=videoUrl,proto3" json:"videoUrl"`
  142. PictureUrl string `protobuf:"bytes,3,opt,name=pictureUrl,proto3" json:"pictureUrl"`
  143. }
  144. func (x *TaskInfo) Reset() {
  145. *x = TaskInfo{}
  146. if protoimpl.UnsafeEnabled {
  147. mi := &file_manager_proto_msgTypes[2]
  148. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  149. ms.StoreMessageInfo(mi)
  150. }
  151. }
  152. func (x *TaskInfo) String() string {
  153. return protoimpl.X.MessageStringOf(x)
  154. }
  155. func (*TaskInfo) ProtoMessage() {}
  156. func (x *TaskInfo) ProtoReflect() protoreflect.Message {
  157. mi := &file_manager_proto_msgTypes[2]
  158. if protoimpl.UnsafeEnabled && x != nil {
  159. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  160. if ms.LoadMessageInfo() == nil {
  161. ms.StoreMessageInfo(mi)
  162. }
  163. return ms
  164. }
  165. return mi.MessageOf(x)
  166. }
  167. // Deprecated: Use TaskInfo.ProtoReflect.Descriptor instead.
  168. func (*TaskInfo) Descriptor() ([]byte, []int) {
  169. return file_manager_proto_rawDescGZIP(), []int{2}
  170. }
  171. func (x *TaskInfo) GetId() int64 {
  172. if x != nil {
  173. return x.Id
  174. }
  175. return 0
  176. }
  177. func (x *TaskInfo) GetVideoUrl() string {
  178. if x != nil {
  179. return x.VideoUrl
  180. }
  181. return ""
  182. }
  183. func (x *TaskInfo) GetPictureUrl() string {
  184. if x != nil {
  185. return x.PictureUrl
  186. }
  187. return ""
  188. }
  189. type UpdateAITaskIsFinishRequest struct {
  190. state protoimpl.MessageState
  191. sizeCache protoimpl.SizeCache
  192. unknownFields protoimpl.UnknownFields
  193. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  194. }
  195. func (x *UpdateAITaskIsFinishRequest) Reset() {
  196. *x = UpdateAITaskIsFinishRequest{}
  197. if protoimpl.UnsafeEnabled {
  198. mi := &file_manager_proto_msgTypes[3]
  199. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  200. ms.StoreMessageInfo(mi)
  201. }
  202. }
  203. func (x *UpdateAITaskIsFinishRequest) String() string {
  204. return protoimpl.X.MessageStringOf(x)
  205. }
  206. func (*UpdateAITaskIsFinishRequest) ProtoMessage() {}
  207. func (x *UpdateAITaskIsFinishRequest) ProtoReflect() protoreflect.Message {
  208. mi := &file_manager_proto_msgTypes[3]
  209. if protoimpl.UnsafeEnabled && x != nil {
  210. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  211. if ms.LoadMessageInfo() == nil {
  212. ms.StoreMessageInfo(mi)
  213. }
  214. return ms
  215. }
  216. return mi.MessageOf(x)
  217. }
  218. // Deprecated: Use UpdateAITaskIsFinishRequest.ProtoReflect.Descriptor instead.
  219. func (*UpdateAITaskIsFinishRequest) Descriptor() ([]byte, []int) {
  220. return file_manager_proto_rawDescGZIP(), []int{3}
  221. }
  222. func (x *UpdateAITaskIsFinishRequest) GetId() int64 {
  223. if x != nil {
  224. return x.Id
  225. }
  226. return 0
  227. }
  228. type ManagerFindScripAllListRequest struct {
  229. state protoimpl.MessageState
  230. sizeCache protoimpl.SizeCache
  231. unknownFields protoimpl.UnknownFields
  232. NextId int64 `protobuf:"varint,1,opt,name=nextId,proto3" json:"nextId"`
  233. Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
  234. Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status"`
  235. PersonId int64 `protobuf:"varint,4,opt,name=personId,proto3" json:"personId"` //用户ID (number)
  236. ScripId int64 `protobuf:"varint,5,opt,name=scripId,proto3" json:"scripId"`
  237. }
  238. func (x *ManagerFindScripAllListRequest) Reset() {
  239. *x = ManagerFindScripAllListRequest{}
  240. if protoimpl.UnsafeEnabled {
  241. mi := &file_manager_proto_msgTypes[4]
  242. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  243. ms.StoreMessageInfo(mi)
  244. }
  245. }
  246. func (x *ManagerFindScripAllListRequest) String() string {
  247. return protoimpl.X.MessageStringOf(x)
  248. }
  249. func (*ManagerFindScripAllListRequest) ProtoMessage() {}
  250. func (x *ManagerFindScripAllListRequest) ProtoReflect() protoreflect.Message {
  251. mi := &file_manager_proto_msgTypes[4]
  252. if protoimpl.UnsafeEnabled && x != nil {
  253. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  254. if ms.LoadMessageInfo() == nil {
  255. ms.StoreMessageInfo(mi)
  256. }
  257. return ms
  258. }
  259. return mi.MessageOf(x)
  260. }
  261. // Deprecated: Use ManagerFindScripAllListRequest.ProtoReflect.Descriptor instead.
  262. func (*ManagerFindScripAllListRequest) Descriptor() ([]byte, []int) {
  263. return file_manager_proto_rawDescGZIP(), []int{4}
  264. }
  265. func (x *ManagerFindScripAllListRequest) GetNextId() int64 {
  266. if x != nil {
  267. return x.NextId
  268. }
  269. return 0
  270. }
  271. func (x *ManagerFindScripAllListRequest) GetOffset() int64 {
  272. if x != nil {
  273. return x.Offset
  274. }
  275. return 0
  276. }
  277. func (x *ManagerFindScripAllListRequest) GetStatus() string {
  278. if x != nil {
  279. return x.Status
  280. }
  281. return ""
  282. }
  283. func (x *ManagerFindScripAllListRequest) GetPersonId() int64 {
  284. if x != nil {
  285. return x.PersonId
  286. }
  287. return 0
  288. }
  289. func (x *ManagerFindScripAllListRequest) GetScripId() int64 {
  290. if x != nil {
  291. return x.ScripId
  292. }
  293. return 0
  294. }
  295. type ManagerAddBlackPictureRequest struct {
  296. state protoimpl.MessageState
  297. sizeCache protoimpl.SizeCache
  298. unknownFields protoimpl.UnknownFields
  299. PictureUrl string `protobuf:"bytes,1,opt,name=pictureUrl,proto3" json:"pictureUrl"`
  300. }
  301. func (x *ManagerAddBlackPictureRequest) Reset() {
  302. *x = ManagerAddBlackPictureRequest{}
  303. if protoimpl.UnsafeEnabled {
  304. mi := &file_manager_proto_msgTypes[5]
  305. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  306. ms.StoreMessageInfo(mi)
  307. }
  308. }
  309. func (x *ManagerAddBlackPictureRequest) String() string {
  310. return protoimpl.X.MessageStringOf(x)
  311. }
  312. func (*ManagerAddBlackPictureRequest) ProtoMessage() {}
  313. func (x *ManagerAddBlackPictureRequest) ProtoReflect() protoreflect.Message {
  314. mi := &file_manager_proto_msgTypes[5]
  315. if protoimpl.UnsafeEnabled && x != nil {
  316. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  317. if ms.LoadMessageInfo() == nil {
  318. ms.StoreMessageInfo(mi)
  319. }
  320. return ms
  321. }
  322. return mi.MessageOf(x)
  323. }
  324. // Deprecated: Use ManagerAddBlackPictureRequest.ProtoReflect.Descriptor instead.
  325. func (*ManagerAddBlackPictureRequest) Descriptor() ([]byte, []int) {
  326. return file_manager_proto_rawDescGZIP(), []int{5}
  327. }
  328. func (x *ManagerAddBlackPictureRequest) GetPictureUrl() string {
  329. if x != nil {
  330. return x.PictureUrl
  331. }
  332. return ""
  333. }
  334. type ManagerUserUnsubscribeRequest struct {
  335. state protoimpl.MessageState
  336. sizeCache protoimpl.SizeCache
  337. unknownFields protoimpl.UnknownFields
  338. UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId"`
  339. }
  340. func (x *ManagerUserUnsubscribeRequest) Reset() {
  341. *x = ManagerUserUnsubscribeRequest{}
  342. if protoimpl.UnsafeEnabled {
  343. mi := &file_manager_proto_msgTypes[6]
  344. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  345. ms.StoreMessageInfo(mi)
  346. }
  347. }
  348. func (x *ManagerUserUnsubscribeRequest) String() string {
  349. return protoimpl.X.MessageStringOf(x)
  350. }
  351. func (*ManagerUserUnsubscribeRequest) ProtoMessage() {}
  352. func (x *ManagerUserUnsubscribeRequest) ProtoReflect() protoreflect.Message {
  353. mi := &file_manager_proto_msgTypes[6]
  354. if protoimpl.UnsafeEnabled && x != nil {
  355. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  356. if ms.LoadMessageInfo() == nil {
  357. ms.StoreMessageInfo(mi)
  358. }
  359. return ms
  360. }
  361. return mi.MessageOf(x)
  362. }
  363. // Deprecated: Use ManagerUserUnsubscribeRequest.ProtoReflect.Descriptor instead.
  364. func (*ManagerUserUnsubscribeRequest) Descriptor() ([]byte, []int) {
  365. return file_manager_proto_rawDescGZIP(), []int{6}
  366. }
  367. func (x *ManagerUserUnsubscribeRequest) GetUserId() int64 {
  368. if x != nil {
  369. return x.UserId
  370. }
  371. return 0
  372. }
  373. type FindOnlinePersonRequest struct {
  374. state protoimpl.MessageState
  375. sizeCache protoimpl.SizeCache
  376. unknownFields protoimpl.UnknownFields
  377. IsFindAll bool `protobuf:"varint,1,opt,name=isFindAll,proto3" json:"isFindAll"`
  378. }
  379. func (x *FindOnlinePersonRequest) Reset() {
  380. *x = FindOnlinePersonRequest{}
  381. if protoimpl.UnsafeEnabled {
  382. mi := &file_manager_proto_msgTypes[7]
  383. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  384. ms.StoreMessageInfo(mi)
  385. }
  386. }
  387. func (x *FindOnlinePersonRequest) String() string {
  388. return protoimpl.X.MessageStringOf(x)
  389. }
  390. func (*FindOnlinePersonRequest) ProtoMessage() {}
  391. func (x *FindOnlinePersonRequest) ProtoReflect() protoreflect.Message {
  392. mi := &file_manager_proto_msgTypes[7]
  393. if protoimpl.UnsafeEnabled && x != nil {
  394. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  395. if ms.LoadMessageInfo() == nil {
  396. ms.StoreMessageInfo(mi)
  397. }
  398. return ms
  399. }
  400. return mi.MessageOf(x)
  401. }
  402. // Deprecated: Use FindOnlinePersonRequest.ProtoReflect.Descriptor instead.
  403. func (*FindOnlinePersonRequest) Descriptor() ([]byte, []int) {
  404. return file_manager_proto_rawDescGZIP(), []int{7}
  405. }
  406. func (x *FindOnlinePersonRequest) GetIsFindAll() bool {
  407. if x != nil {
  408. return x.IsFindAll
  409. }
  410. return false
  411. }
  412. type ManagerUpdateUserSexRequest struct {
  413. state protoimpl.MessageState
  414. sizeCache protoimpl.SizeCache
  415. unknownFields protoimpl.UnknownFields
  416. UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId"`
  417. Sex int64 `protobuf:"varint,2,opt,name=sex,proto3" json:"sex"`
  418. }
  419. func (x *ManagerUpdateUserSexRequest) Reset() {
  420. *x = ManagerUpdateUserSexRequest{}
  421. if protoimpl.UnsafeEnabled {
  422. mi := &file_manager_proto_msgTypes[8]
  423. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  424. ms.StoreMessageInfo(mi)
  425. }
  426. }
  427. func (x *ManagerUpdateUserSexRequest) String() string {
  428. return protoimpl.X.MessageStringOf(x)
  429. }
  430. func (*ManagerUpdateUserSexRequest) ProtoMessage() {}
  431. func (x *ManagerUpdateUserSexRequest) ProtoReflect() protoreflect.Message {
  432. mi := &file_manager_proto_msgTypes[8]
  433. if protoimpl.UnsafeEnabled && x != nil {
  434. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  435. if ms.LoadMessageInfo() == nil {
  436. ms.StoreMessageInfo(mi)
  437. }
  438. return ms
  439. }
  440. return mi.MessageOf(x)
  441. }
  442. // Deprecated: Use ManagerUpdateUserSexRequest.ProtoReflect.Descriptor instead.
  443. func (*ManagerUpdateUserSexRequest) Descriptor() ([]byte, []int) {
  444. return file_manager_proto_rawDescGZIP(), []int{8}
  445. }
  446. func (x *ManagerUpdateUserSexRequest) GetUserId() int64 {
  447. if x != nil {
  448. return x.UserId
  449. }
  450. return 0
  451. }
  452. func (x *ManagerUpdateUserSexRequest) GetSex() int64 {
  453. if x != nil {
  454. return x.Sex
  455. }
  456. return 0
  457. }
  458. type ManagerFindIsCheckQualityUserListRequest struct {
  459. state protoimpl.MessageState
  460. sizeCache protoimpl.SizeCache
  461. unknownFields protoimpl.UnknownFields
  462. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  463. PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"`
  464. Id int64 `protobuf:"varint,3,opt,name=id,proto3" json:"id"` // 用户ID
  465. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"` // 姓名
  466. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  467. }
  468. func (x *ManagerFindIsCheckQualityUserListRequest) Reset() {
  469. *x = ManagerFindIsCheckQualityUserListRequest{}
  470. if protoimpl.UnsafeEnabled {
  471. mi := &file_manager_proto_msgTypes[9]
  472. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  473. ms.StoreMessageInfo(mi)
  474. }
  475. }
  476. func (x *ManagerFindIsCheckQualityUserListRequest) String() string {
  477. return protoimpl.X.MessageStringOf(x)
  478. }
  479. func (*ManagerFindIsCheckQualityUserListRequest) ProtoMessage() {}
  480. func (x *ManagerFindIsCheckQualityUserListRequest) ProtoReflect() protoreflect.Message {
  481. mi := &file_manager_proto_msgTypes[9]
  482. if protoimpl.UnsafeEnabled && x != nil {
  483. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  484. if ms.LoadMessageInfo() == nil {
  485. ms.StoreMessageInfo(mi)
  486. }
  487. return ms
  488. }
  489. return mi.MessageOf(x)
  490. }
  491. // Deprecated: Use ManagerFindIsCheckQualityUserListRequest.ProtoReflect.Descriptor instead.
  492. func (*ManagerFindIsCheckQualityUserListRequest) Descriptor() ([]byte, []int) {
  493. return file_manager_proto_rawDescGZIP(), []int{9}
  494. }
  495. func (x *ManagerFindIsCheckQualityUserListRequest) GetPage() int64 {
  496. if x != nil {
  497. return x.Page
  498. }
  499. return 0
  500. }
  501. func (x *ManagerFindIsCheckQualityUserListRequest) GetPageSize() int64 {
  502. if x != nil {
  503. return x.PageSize
  504. }
  505. return 0
  506. }
  507. func (x *ManagerFindIsCheckQualityUserListRequest) GetId() int64 {
  508. if x != nil {
  509. return x.Id
  510. }
  511. return 0
  512. }
  513. func (x *ManagerFindIsCheckQualityUserListRequest) GetName() string {
  514. if x != nil {
  515. return x.Name
  516. }
  517. return ""
  518. }
  519. func (x *ManagerFindIsCheckQualityUserListRequest) GetSex() int64 {
  520. if x != nil {
  521. return x.Sex
  522. }
  523. return 0
  524. }
  525. type ManagerUpdateUserCreditRequest struct {
  526. state protoimpl.MessageState
  527. sizeCache protoimpl.SizeCache
  528. unknownFields protoimpl.UnknownFields
  529. PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
  530. Num int64 `protobuf:"varint,2,opt,name=num,proto3" json:"num"`
  531. Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title"`
  532. }
  533. func (x *ManagerUpdateUserCreditRequest) Reset() {
  534. *x = ManagerUpdateUserCreditRequest{}
  535. if protoimpl.UnsafeEnabled {
  536. mi := &file_manager_proto_msgTypes[10]
  537. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  538. ms.StoreMessageInfo(mi)
  539. }
  540. }
  541. func (x *ManagerUpdateUserCreditRequest) String() string {
  542. return protoimpl.X.MessageStringOf(x)
  543. }
  544. func (*ManagerUpdateUserCreditRequest) ProtoMessage() {}
  545. func (x *ManagerUpdateUserCreditRequest) ProtoReflect() protoreflect.Message {
  546. mi := &file_manager_proto_msgTypes[10]
  547. if protoimpl.UnsafeEnabled && x != nil {
  548. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  549. if ms.LoadMessageInfo() == nil {
  550. ms.StoreMessageInfo(mi)
  551. }
  552. return ms
  553. }
  554. return mi.MessageOf(x)
  555. }
  556. // Deprecated: Use ManagerUpdateUserCreditRequest.ProtoReflect.Descriptor instead.
  557. func (*ManagerUpdateUserCreditRequest) Descriptor() ([]byte, []int) {
  558. return file_manager_proto_rawDescGZIP(), []int{10}
  559. }
  560. func (x *ManagerUpdateUserCreditRequest) GetPersonId() string {
  561. if x != nil {
  562. return x.PersonId
  563. }
  564. return ""
  565. }
  566. func (x *ManagerUpdateUserCreditRequest) GetNum() int64 {
  567. if x != nil {
  568. return x.Num
  569. }
  570. return 0
  571. }
  572. func (x *ManagerUpdateUserCreditRequest) GetTitle() string {
  573. if x != nil {
  574. return x.Title
  575. }
  576. return ""
  577. }
  578. type ManagerMarkHighQualityUserRequest struct {
  579. state protoimpl.MessageState
  580. sizeCache protoimpl.SizeCache
  581. unknownFields protoimpl.UnknownFields
  582. PassIds []string `protobuf:"bytes,1,rep,name=passIds,proto3" json:"passIds"`
  583. UnPassIds []string `protobuf:"bytes,2,rep,name=unPassIds,proto3" json:"unPassIds"`
  584. }
  585. func (x *ManagerMarkHighQualityUserRequest) Reset() {
  586. *x = ManagerMarkHighQualityUserRequest{}
  587. if protoimpl.UnsafeEnabled {
  588. mi := &file_manager_proto_msgTypes[11]
  589. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  590. ms.StoreMessageInfo(mi)
  591. }
  592. }
  593. func (x *ManagerMarkHighQualityUserRequest) String() string {
  594. return protoimpl.X.MessageStringOf(x)
  595. }
  596. func (*ManagerMarkHighQualityUserRequest) ProtoMessage() {}
  597. func (x *ManagerMarkHighQualityUserRequest) ProtoReflect() protoreflect.Message {
  598. mi := &file_manager_proto_msgTypes[11]
  599. if protoimpl.UnsafeEnabled && x != nil {
  600. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  601. if ms.LoadMessageInfo() == nil {
  602. ms.StoreMessageInfo(mi)
  603. }
  604. return ms
  605. }
  606. return mi.MessageOf(x)
  607. }
  608. // Deprecated: Use ManagerMarkHighQualityUserRequest.ProtoReflect.Descriptor instead.
  609. func (*ManagerMarkHighQualityUserRequest) Descriptor() ([]byte, []int) {
  610. return file_manager_proto_rawDescGZIP(), []int{11}
  611. }
  612. func (x *ManagerMarkHighQualityUserRequest) GetPassIds() []string {
  613. if x != nil {
  614. return x.PassIds
  615. }
  616. return make([]string, 0)
  617. }
  618. func (x *ManagerMarkHighQualityUserRequest) GetUnPassIds() []string {
  619. if x != nil {
  620. return x.UnPassIds
  621. }
  622. return make([]string, 0)
  623. }
  624. type ManagerReMarkHighQualityUserRequest struct {
  625. state protoimpl.MessageState
  626. sizeCache protoimpl.SizeCache
  627. unknownFields protoimpl.UnknownFields
  628. UserIds []string `protobuf:"bytes,1,rep,name=userIds,proto3" json:"userIds"`
  629. }
  630. func (x *ManagerReMarkHighQualityUserRequest) Reset() {
  631. *x = ManagerReMarkHighQualityUserRequest{}
  632. if protoimpl.UnsafeEnabled {
  633. mi := &file_manager_proto_msgTypes[12]
  634. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  635. ms.StoreMessageInfo(mi)
  636. }
  637. }
  638. func (x *ManagerReMarkHighQualityUserRequest) String() string {
  639. return protoimpl.X.MessageStringOf(x)
  640. }
  641. func (*ManagerReMarkHighQualityUserRequest) ProtoMessage() {}
  642. func (x *ManagerReMarkHighQualityUserRequest) ProtoReflect() protoreflect.Message {
  643. mi := &file_manager_proto_msgTypes[12]
  644. if protoimpl.UnsafeEnabled && x != nil {
  645. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  646. if ms.LoadMessageInfo() == nil {
  647. ms.StoreMessageInfo(mi)
  648. }
  649. return ms
  650. }
  651. return mi.MessageOf(x)
  652. }
  653. // Deprecated: Use ManagerReMarkHighQualityUserRequest.ProtoReflect.Descriptor instead.
  654. func (*ManagerReMarkHighQualityUserRequest) Descriptor() ([]byte, []int) {
  655. return file_manager_proto_rawDescGZIP(), []int{12}
  656. }
  657. func (x *ManagerReMarkHighQualityUserRequest) GetUserIds() []string {
  658. if x != nil {
  659. return x.UserIds
  660. }
  661. return make([]string, 0)
  662. }
  663. type OnlinePersonReply struct {
  664. state protoimpl.MessageState
  665. sizeCache protoimpl.SizeCache
  666. unknownFields protoimpl.UnknownFields
  667. UserManNum int64 `protobuf:"varint,1,opt,name=userManNum,proto3" json:"userManNum"` // 男用户在线数
  668. UserWomanNum int64 `protobuf:"varint,2,opt,name=userWomanNum,proto3" json:"userWomanNum"` // 女用户在线数
  669. UserOtherNum int64 `protobuf:"varint,3,opt,name=userOtherNum,proto3" json:"userOtherNum"` // 未填写性别的用户在线数
  670. }
  671. func (x *OnlinePersonReply) Reset() {
  672. *x = OnlinePersonReply{}
  673. if protoimpl.UnsafeEnabled {
  674. mi := &file_manager_proto_msgTypes[13]
  675. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  676. ms.StoreMessageInfo(mi)
  677. }
  678. }
  679. func (x *OnlinePersonReply) String() string {
  680. return protoimpl.X.MessageStringOf(x)
  681. }
  682. func (*OnlinePersonReply) ProtoMessage() {}
  683. func (x *OnlinePersonReply) ProtoReflect() protoreflect.Message {
  684. mi := &file_manager_proto_msgTypes[13]
  685. if protoimpl.UnsafeEnabled && x != nil {
  686. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  687. if ms.LoadMessageInfo() == nil {
  688. ms.StoreMessageInfo(mi)
  689. }
  690. return ms
  691. }
  692. return mi.MessageOf(x)
  693. }
  694. // Deprecated: Use OnlinePersonReply.ProtoReflect.Descriptor instead.
  695. func (*OnlinePersonReply) Descriptor() ([]byte, []int) {
  696. return file_manager_proto_rawDescGZIP(), []int{13}
  697. }
  698. func (x *OnlinePersonReply) GetUserManNum() int64 {
  699. if x != nil {
  700. return x.UserManNum
  701. }
  702. return 0
  703. }
  704. func (x *OnlinePersonReply) GetUserWomanNum() int64 {
  705. if x != nil {
  706. return x.UserWomanNum
  707. }
  708. return 0
  709. }
  710. func (x *OnlinePersonReply) GetUserOtherNum() int64 {
  711. if x != nil {
  712. return x.UserOtherNum
  713. }
  714. return 0
  715. }
  716. var File_manager_proto protoreflect.FileDescriptor
  717. var file_manager_proto_rawDesc = []byte{
  718. 0x0a, 0x0d, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  719. 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x1a, 0x1c, 0x67, 0x6f,
  720. 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  721. 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67,
  722. 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74,
  723. 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d,
  724. 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  725. 0x1a, 0x1d, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x2f,
  726. 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
  727. 0x43, 0x0a, 0x11, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x49, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71,
  728. 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01,
  729. 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65,
  730. 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65,
  731. 0x53, 0x69, 0x7a, 0x65, 0x22, 0x96, 0x01, 0x0a, 0x0f, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x49, 0x54,
  732. 0x61, 0x73, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x29, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74,
  733. 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d, 0x61, 0x6e,
  734. 0x61, 0x67, 0x65, 0x72, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c,
  735. 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x61, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
  736. 0x08, 0x52, 0x04, 0x6c, 0x61, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c,
  737. 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x12, 0x0a,
  738. 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67,
  739. 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x05, 0x20,
  740. 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x56, 0x0a,
  741. 0x08, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
  742. 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x69, 0x64,
  743. 0x65, 0x6f, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x69, 0x64,
  744. 0x65, 0x6f, 0x55, 0x72, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65,
  745. 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x69, 0x63, 0x74, 0x75,
  746. 0x72, 0x65, 0x55, 0x72, 0x6c, 0x22, 0x2d, 0x0a, 0x1b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41,
  747. 0x49, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x73, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x52, 0x65, 0x71,
  748. 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
  749. 0x52, 0x02, 0x69, 0x64, 0x22, 0x9e, 0x01, 0x0a, 0x1e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
  750. 0x46, 0x69, 0x6e, 0x64, 0x53, 0x63, 0x72, 0x69, 0x70, 0x41, 0x6c, 0x6c, 0x4c, 0x69, 0x73, 0x74,
  751. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49,
  752. 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12,
  753. 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
  754. 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
  755. 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12,
  756. 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
  757. 0x03, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73,
  758. 0x63, 0x72, 0x69, 0x70, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x73, 0x63,
  759. 0x72, 0x69, 0x70, 0x49, 0x64, 0x22, 0x3f, 0x0a, 0x1d, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
  760. 0x41, 0x64, 0x64, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x52,
  761. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72,
  762. 0x65, 0x55, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x69, 0x63, 0x74,
  763. 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x22, 0x37, 0x0a, 0x1d, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  764. 0x72, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
  765. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49,
  766. 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22,
  767. 0x37, 0x0a, 0x17, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72,
  768. 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73,
  769. 0x46, 0x69, 0x6e, 0x64, 0x41, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69,
  770. 0x73, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x6c, 0x6c, 0x22, 0x47, 0x0a, 0x1b, 0x4d, 0x61, 0x6e, 0x61,
  771. 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x78,
  772. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49,
  773. 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12,
  774. 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65,
  775. 0x78, 0x22, 0x90, 0x01, 0x0a, 0x28, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e,
  776. 0x64, 0x49, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x51, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x55,
  777. 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12,
  778. 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61,
  779. 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02,
  780. 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x0e,
  781. 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12,
  782. 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
  783. 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52,
  784. 0x03, 0x73, 0x65, 0x78, 0x22, 0x64, 0x0a, 0x1e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55,
  785. 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x43, 0x72, 0x65, 0x64, 0x69, 0x74, 0x52,
  786. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  787. 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  788. 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
  789. 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20,
  790. 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x22, 0x5b, 0x0a, 0x21, 0x4d, 0x61,
  791. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x4d, 0x61, 0x72, 0x6b, 0x48, 0x69, 0x67, 0x68, 0x51, 0x75, 0x61,
  792. 0x6c, 0x69, 0x74, 0x79, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  793. 0x18, 0x0a, 0x07, 0x70, 0x61, 0x73, 0x73, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09,
  794. 0x52, 0x07, 0x70, 0x61, 0x73, 0x73, 0x49, 0x64, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x6e, 0x50,
  795. 0x61, 0x73, 0x73, 0x49, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x75, 0x6e,
  796. 0x50, 0x61, 0x73, 0x73, 0x49, 0x64, 0x73, 0x22, 0x3f, 0x0a, 0x23, 0x4d, 0x61, 0x6e, 0x61, 0x67,
  797. 0x65, 0x72, 0x52, 0x65, 0x4d, 0x61, 0x72, 0x6b, 0x48, 0x69, 0x67, 0x68, 0x51, 0x75, 0x61, 0x6c,
  798. 0x69, 0x74, 0x79, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18,
  799. 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52,
  800. 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x22, 0x7b, 0x0a, 0x11, 0x4f, 0x6e, 0x6c, 0x69,
  801. 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1e, 0x0a,
  802. 0x0a, 0x75, 0x73, 0x65, 0x72, 0x4d, 0x61, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28,
  803. 0x03, 0x52, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x4d, 0x61, 0x6e, 0x4e, 0x75, 0x6d, 0x12, 0x22, 0x0a,
  804. 0x0c, 0x75, 0x73, 0x65, 0x72, 0x57, 0x6f, 0x6d, 0x61, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20,
  805. 0x01, 0x28, 0x03, 0x52, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x57, 0x6f, 0x6d, 0x61, 0x6e, 0x4e, 0x75,
  806. 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x4e, 0x75,
  807. 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x4f, 0x74, 0x68,
  808. 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x32, 0xba, 0x2d, 0x0a, 0x07, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  809. 0x72, 0x12, 0x8a, 0x01, 0x0a, 0x13, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e,
  810. 0x64, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  811. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69,
  812. 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
  813. 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  814. 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73,
  815. 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x21, 0x82, 0xd3, 0xe4,
  816. 0x93, 0x02, 0x1b, 0x22, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  817. 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x01, 0x2a, 0x12, 0xa1,
  818. 0x01, 0x0a, 0x1e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x49, 0x6e,
  819. 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73,
  820. 0x74, 0x12, 0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d,
  821. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  822. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x61, 0x70,
  823. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
  824. 0x46, 0x69, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  825. 0x70, 0x6c, 0x79, 0x22, 0x2d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x22, 0x22, 0x2f, 0x61, 0x70,
  826. 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x6c,
  827. 0x69, 0x73, 0x74, 0x2f, 0x69, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a,
  828. 0x01, 0x2a, 0x12, 0xb5, 0x01, 0x0a, 0x21, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69,
  829. 0x6e, 0x64, 0x49, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x51, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79,
  830. 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x35, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d,
  831. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69,
  832. 0x6e, 0x64, 0x49, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x51, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79,
  833. 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  834. 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e,
  835. 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69,
  836. 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x32, 0x22, 0x30, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a,
  837. 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x75,
  838. 0x73, 0x65, 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x69, 0x73, 0x63, 0x68, 0x65, 0x63, 0x6b,
  839. 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x3a, 0x01, 0x2a, 0x12, 0x9d, 0x01, 0x0a, 0x1e, 0x4d,
  840. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x48, 0x69, 0x67, 0x68, 0x51, 0x75,
  841. 0x61, 0x6c, 0x69, 0x74, 0x79, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x28, 0x2e,
  842. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67,
  843. 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74,
  844. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  845. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64,
  846. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
  847. 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x22, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61,
  848. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x2f, 0x75, 0x73,
  849. 0x65, 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x01, 0x2a, 0x12, 0xb0, 0x01, 0x0a, 0x1e, 0x4d,
  850. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x61, 0x6e, 0x48, 0x61, 0x6e,
  851. 0x64, 0x70, 0x69, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x31, 0x2e,
  852. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67,
  853. 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x61, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x70, 0x69, 0x63,
  854. 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  855. 0x1a, 0x2f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61,
  856. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x61, 0x6e, 0x48, 0x61, 0x6e, 0x64,
  857. 0x70, 0x69, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c,
  858. 0x79, 0x22, 0x2a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  859. 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x68, 0x61, 0x6e, 0x64, 0x70, 0x69, 0x63, 0x6b,
  860. 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x01, 0x2a, 0x12, 0x86, 0x01,
  861. 0x0a, 0x16, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x53, 0x65, 0x74, 0x48, 0x61, 0x6e, 0x64,
  862. 0x70, 0x69, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  863. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x53, 0x65, 0x74,
  864. 0x48, 0x61, 0x6e, 0x64, 0x70, 0x69, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75,
  865. 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  866. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x29, 0x82, 0xd3, 0xe4,
  867. 0x93, 0x02, 0x23, 0x22, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  868. 0x72, 0x2f, 0x68, 0x61, 0x6e, 0x64, 0x70, 0x69, 0x63, 0x6b, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f,
  869. 0x73, 0x65, 0x74, 0x3a, 0x01, 0x2a, 0x12, 0x90, 0x01, 0x0a, 0x19, 0x4d, 0x61, 0x6e, 0x61, 0x67,
  870. 0x65, 0x72, 0x53, 0x65, 0x74, 0x48, 0x61, 0x6e, 0x64, 0x70, 0x69, 0x63, 0x6b, 0x55, 0x73, 0x65,
  871. 0x72, 0x4f, 0x6e, 0x65, 0x12, 0x2c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  872. 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x53, 0x65, 0x74, 0x48, 0x61, 0x6e, 0x64,
  873. 0x70, 0x69, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4f, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
  874. 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  875. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2d, 0x82, 0xd3, 0xe4, 0x93,
  876. 0x02, 0x27, 0x22, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
  877. 0x2f, 0x68, 0x61, 0x6e, 0x64, 0x70, 0x69, 0x63, 0x6b, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x73,
  878. 0x65, 0x74, 0x2f, 0x6f, 0x6e, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x8e, 0x01, 0x0a, 0x1a, 0x4d, 0x61,
  879. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x4d, 0x61, 0x72, 0x6b, 0x48, 0x69, 0x67, 0x68, 0x51, 0x75, 0x61,
  880. 0x6c, 0x69, 0x74, 0x79, 0x55, 0x73, 0x65, 0x72, 0x12, 0x2e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d,
  881. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x4d, 0x61,
  882. 0x72, 0x6b, 0x48, 0x69, 0x67, 0x68, 0x51, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x55, 0x73, 0x65,
  883. 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  884. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
  885. 0x22, 0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d,
  886. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x2f, 0x75,
  887. 0x73, 0x65, 0x72, 0x2f, 0x73, 0x65, 0x74, 0x3a, 0x01, 0x2a, 0x12, 0x95, 0x01, 0x0a, 0x1c, 0x4d,
  888. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x52, 0x65, 0x4d, 0x61, 0x72, 0x6b, 0x48, 0x69, 0x67, 0x68,
  889. 0x51, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x55, 0x73, 0x65, 0x72, 0x12, 0x30, 0x2e, 0x61, 0x70,
  890. 0x69, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  891. 0x72, 0x52, 0x65, 0x4d, 0x61, 0x72, 0x6b, 0x48, 0x69, 0x67, 0x68, 0x51, 0x75, 0x61, 0x6c, 0x69,
  892. 0x74, 0x79, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e,
  893. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  894. 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x22, 0x20, 0x2f,
  895. 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x71, 0x75, 0x61, 0x6c,
  896. 0x69, 0x74, 0x79, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x3a,
  897. 0x01, 0x2a, 0x12, 0x80, 0x01, 0x0a, 0x1d, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x4d, 0x61,
  898. 0x72, 0x6b, 0x48, 0x69, 0x67, 0x68, 0x51, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x55, 0x73, 0x65,
  899. 0x72, 0x4f, 0x6e, 0x65, 0x12, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  900. 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a,
  901. 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  902. 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22,
  903. 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x71, 0x75,
  904. 0x61, 0x6c, 0x69, 0x74, 0x79, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x73, 0x65, 0x74, 0x2f, 0x6f,
  905. 0x6e, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x70, 0x0a, 0x13, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
  906. 0x53, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x12, 0x18, 0x2e, 0x61,
  907. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  908. 0x49, 0x44, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  909. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x27,
  910. 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e,
  911. 0x61, 0x67, 0x65, 0x72, 0x2f, 0x62, 0x6c, 0x61, 0x63, 0x6b, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f,
  912. 0x6d, 0x6f, 0x72, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x7e, 0x0a, 0x1c, 0x4d, 0x61, 0x6e, 0x61, 0x67,
  913. 0x65, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x48, 0x69, 0x67, 0x68, 0x51, 0x75, 0x61, 0x6c,
  914. 0x69, 0x74, 0x79, 0x55, 0x73, 0x65, 0x72, 0x12, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  915. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x50, 0x61, 0x72,
  916. 0x61, 0x6d, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  917. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2b, 0x82, 0xd3, 0xe4, 0x93,
  918. 0x02, 0x25, 0x22, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
  919. 0x2f, 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x64, 0x65,
  920. 0x6c, 0x65, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x81, 0x01, 0x0a, 0x14, 0x4d, 0x61, 0x6e, 0x61,
  921. 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x78,
  922. 0x12, 0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4d,
  923. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72,
  924. 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
  925. 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
  926. 0x74, 0x79, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69,
  927. 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x73, 0x65,
  928. 0x78, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x88, 0x01, 0x0a, 0x16,
  929. 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65,
  930. 0x72, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x2b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
  931. 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74,
  932. 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75,
  933. 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  934. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x29, 0x82, 0xd3, 0xe4,
  935. 0x93, 0x02, 0x23, 0x22, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  936. 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x2f, 0x75, 0x70, 0x64,
  937. 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x91, 0x01, 0x0a, 0x19, 0x4d, 0x61, 0x6e, 0x61, 0x67,
  938. 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x50, 0x69, 0x63, 0x74,
  939. 0x75, 0x72, 0x65, 0x73, 0x12, 0x2e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  940. 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50,
  941. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, 0x52, 0x65, 0x71,
  942. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  943. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2c, 0x82, 0xd3,
  944. 0xe4, 0x93, 0x02, 0x26, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67,
  945. 0x65, 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73,
  946. 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x94, 0x01, 0x0a, 0x1a, 0x4d,
  947. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72,
  948. 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x2f, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  949. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70,
  950. 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74,
  951. 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
  952. 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
  953. 0x74, 0x79, 0x22, 0x2d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x22, 0x22, 0x2f, 0x61, 0x70, 0x69,
  954. 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x73, 0x69,
  955. 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x3a, 0x01,
  956. 0x2a, 0x12, 0x8b, 0x01, 0x0a, 0x17, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64,
  957. 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x2c, 0x2e,
  958. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67,
  959. 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x41, 0x76,
  960. 0x61, 0x74, 0x61, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
  961. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
  962. 0x70, 0x74, 0x79, 0x22, 0x2a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x22, 0x1f, 0x2f, 0x61, 0x70,
  963. 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x61,
  964. 0x76, 0x61, 0x74, 0x61, 0x72, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x12,
  965. 0x85, 0x01, 0x0a, 0x15, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74,
  966. 0x65, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  967. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70,
  968. 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65,
  969. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  970. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x28, 0x82,
  971. 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61,
  972. 0x67, 0x65, 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x2f, 0x75, 0x70,
  973. 0x64, 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x8b, 0x01, 0x0a, 0x17, 0x4d, 0x61, 0x6e, 0x61,
  974. 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x57, 0x65, 0x69,
  975. 0x67, 0x68, 0x74, 0x12, 0x2c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  976. 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65,
  977. 0x72, 0x73, 0x6f, 0x6e, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  978. 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  979. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2a, 0x82, 0xd3, 0xe4, 0x93, 0x02,
  980. 0x24, 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f,
  981. 0x75, 0x73, 0x65, 0x72, 0x2f, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x2f, 0x75, 0x70, 0x64, 0x61,
  982. 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x8c, 0x01, 0x0a, 0x18, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  983. 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x73, 0x42, 0x6c, 0x61,
  984. 0x63, 0x6b, 0x12, 0x2d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  985. 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72,
  986. 0x73, 0x6f, 0x6e, 0x49, 0x73, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  987. 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  988. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02,
  989. 0x23, 0x22, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f,
  990. 0x75, 0x73, 0x65, 0x72, 0x2f, 0x62, 0x6c, 0x61, 0x63, 0x6b, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74,
  991. 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x87, 0x01, 0x0a, 0x17, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
  992. 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x43, 0x72, 0x65, 0x64, 0x69, 0x74,
  993. 0x12, 0x2b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4d,
  994. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72,
  995. 0x43, 0x72, 0x65, 0x64, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e,
  996. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  997. 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f,
  998. 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72,
  999. 0x2f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x2f, 0x61, 0x64, 0x64, 0x3a, 0x01, 0x2a, 0x12, 0x66,
  1000. 0x0a, 0x0c, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x1f,
  1001. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61,
  1002. 0x67, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  1003. 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c, 0x6f, 0x67,
  1004. 0x69, 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x1d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x22,
  1005. 0x12, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x6c, 0x6f,
  1006. 0x67, 0x69, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x6d, 0x0a, 0x0c, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
  1007. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  1008. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x1e,
  1009. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4f, 0x6e, 0x6c,
  1010. 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x25,
  1011. 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x22, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e,
  1012. 0x61, 0x67, 0x65, 0x72, 0x2f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x70, 0x65, 0x72, 0x73,
  1013. 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x86, 0x01, 0x0a, 0x13, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  1014. 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x26, 0x2e,
  1015. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67,
  1016. 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  1017. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  1018. 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f,
  1019. 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x21, 0x82, 0xd3, 0xe4,
  1020. 0x93, 0x02, 0x1b, 0x22, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  1021. 0x72, 0x2f, 0x72, 0x6f, 0x6f, 0x6d, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x01, 0x2a, 0x12, 0x8d,
  1022. 0x01, 0x0a, 0x19, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68,
  1023. 0x61, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2c, 0x2e, 0x61,
  1024. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  1025. 0x72, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x4c,
  1026. 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x70, 0x69,
  1027. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x63, 0x6f,
  1028. 0x72, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x21, 0x82, 0xd3, 0xe4,
  1029. 0x93, 0x02, 0x1b, 0x22, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  1030. 0x72, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x01, 0x2a, 0x12, 0x82,
  1031. 0x01, 0x0a, 0x14, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x63,
  1032. 0x72, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  1033. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64,
  1034. 0x53, 0x63, 0x72, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1035. 0x1a, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61,
  1036. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
  1037. 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61,
  1038. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x73, 0x63, 0x72, 0x69, 0x70, 0x2f, 0x6c, 0x69, 0x73, 0x74,
  1039. 0x3a, 0x01, 0x2a, 0x12, 0x8b, 0x01, 0x0a, 0x16, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46,
  1040. 0x69, 0x6e, 0x64, 0x53, 0x63, 0x72, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x32, 0x12, 0x29,
  1041. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61,
  1042. 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x63, 0x72, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74,
  1043. 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  1044. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x53, 0x63,
  1045. 0x72, 0x69, 0x70, 0x56, 0x32, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93,
  1046. 0x02, 0x1f, 0x22, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
  1047. 0x2f, 0x73, 0x63, 0x72, 0x69, 0x70, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x32, 0x3a, 0x01,
  1048. 0x2a, 0x12, 0x86, 0x01, 0x0a, 0x16, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64,
  1049. 0x61, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x54, 0x65, 0x78, 0x74, 0x12, 0x29, 0x2e, 0x61,
  1050. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  1051. 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x54, 0x65, 0x78, 0x74,
  1052. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  1053. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22,
  1054. 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x22, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61,
  1055. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x2f, 0x73, 0x63, 0x72,
  1056. 0x69, 0x70, 0x2f, 0x74, 0x65, 0x78, 0x74, 0x3a, 0x01, 0x2a, 0x12, 0x8f, 0x01, 0x0a, 0x19, 0x4d,
  1057. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69,
  1058. 0x70, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x12, 0x2c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1059. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x64,
  1060. 0x61, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x52,
  1061. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  1062. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2c,
  1063. 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e,
  1064. 0x61, 0x67, 0x65, 0x72, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x2f, 0x73, 0x63, 0x72, 0x69,
  1065. 0x70, 0x2f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x67, 0x0a, 0x12,
  1066. 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x72,
  1067. 0x69, 0x70, 0x12, 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  1068. 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  1069. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22,
  1070. 0x24, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61,
  1071. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2f, 0x73, 0x63, 0x72,
  1072. 0x69, 0x70, 0x3a, 0x01, 0x2a, 0x12, 0x6c, 0x0a, 0x16, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
  1073. 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x4d, 0x6f, 0x72, 0x65, 0x12,
  1074. 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x64, 0x73,
  1075. 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  1076. 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23,
  1077. 0x22, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x64,
  1078. 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2f, 0x73, 0x63, 0x72, 0x69, 0x70, 0x2f, 0x6d, 0x6f, 0x72, 0x65,
  1079. 0x3a, 0x01, 0x2a, 0x12, 0x8e, 0x01, 0x0a, 0x15, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46,
  1080. 0x69, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x28, 0x2e,
  1081. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67,
  1082. 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74,
  1083. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  1084. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64,
  1085. 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
  1086. 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61,
  1087. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x6c, 0x69, 0x73,
  1088. 0x74, 0x3a, 0x01, 0x2a, 0x12, 0xab, 0x01, 0x0a, 0x1c, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
  1089. 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
  1090. 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  1091. 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65,
  1092. 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52,
  1093. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
  1094. 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52,
  1095. 0x65, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x4c, 0x69, 0x73, 0x74,
  1096. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x2b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x22, 0x20, 0x2f,
  1097. 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x72, 0x65, 0x70, 0x6f,
  1098. 0x72, 0x74, 0x2f, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x3a,
  1099. 0x01, 0x2a, 0x12, 0x8b, 0x01, 0x0a, 0x10, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x6e, 0x6c, 0x69, 0x6e,
  1100. 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d, 0x61,
  1101. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
  1102. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e,
  1103. 0x61, 0x70, 0x69, 0x2e, 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x2e, 0x46, 0x69,
  1104. 0x6e, 0x64, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65,
  1105. 0x70, 0x6c, 0x79, 0x22, 0x2b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x22, 0x20, 0x2f, 0x61, 0x70,
  1106. 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
  1107. 0x2f, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x01, 0x2a,
  1108. 0x12, 0x86, 0x01, 0x0a, 0x16, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72,
  1109. 0x55, 0x6e, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x2a, 0x2e, 0x61, 0x70,
  1110. 0x69, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  1111. 0x72, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
  1112. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  1113. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22,
  1114. 0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61,
  1115. 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x75, 0x6e, 0x73, 0x75, 0x62,
  1116. 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x92, 0x01, 0x0a, 0x1b, 0x46, 0x69,
  1117. 0x6e, 0x64, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x61, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68,
  1118. 0x69, 0x6e, 0x67, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  1119. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  1120. 0x79, 0x1a, 0x2f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65,
  1121. 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x61, 0x6e, 0x4d,
  1122. 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x70,
  1123. 0x6c, 0x79, 0x22, 0x2a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69,
  1124. 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x6d, 0x61,
  1125. 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x01, 0x2a, 0x12, 0x87,
  1126. 0x01, 0x0a, 0x16, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x41, 0x64, 0x64, 0x42, 0x6c, 0x61,
  1127. 0x63, 0x6b, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x12, 0x2a, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  1128. 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x41,
  1129. 0x64, 0x64, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x52, 0x65,
  1130. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  1131. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x29, 0x82,
  1132. 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x22, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61,
  1133. 0x67, 0x65, 0x72, 0x2f, 0x62, 0x6c, 0x61, 0x63, 0x6b, 0x2f, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72,
  1134. 0x65, 0x2f, 0x61, 0x64, 0x64, 0x3a, 0x01, 0x2a, 0x12, 0x72, 0x0a, 0x10, 0x53, 0x65, 0x6e, 0x64,
  1135. 0x57, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x19, 0x2e, 0x61,
  1136. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  1137. 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x65,
  1138. 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52,
  1139. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x22, 0x1b, 0x2f, 0x61,
  1140. 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x77, 0x65, 0x62, 0x73, 0x6f,
  1141. 0x63, 0x6b, 0x65, 0x74, 0x2f, 0x73, 0x65, 0x6e, 0x64, 0x3a, 0x01, 0x2a, 0x12, 0x8d, 0x01, 0x0a,
  1142. 0x17, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x63, 0x72, 0x69,
  1143. 0x70, 0x41, 0x6c, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d,
  1144. 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69,
  1145. 0x6e, 0x64, 0x53, 0x63, 0x72, 0x69, 0x70, 0x41, 0x6c, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  1146. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  1147. 0x6f, 0x6e, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52,
  1148. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x22, 0x1b, 0x2f, 0x61,
  1149. 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x73, 0x63, 0x72, 0x69, 0x70,
  1150. 0x2f, 0x61, 0x6c, 0x6c, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x01, 0x2a, 0x12, 0x5f, 0x0a, 0x0c,
  1151. 0x53, 0x65, 0x74, 0x53, 0x63, 0x72, 0x69, 0x70, 0x50, 0x61, 0x73, 0x73, 0x12, 0x13, 0x2e, 0x61,
  1152. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x63, 0x72, 0x69, 0x70, 0x49,
  1153. 0x44, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  1154. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02,
  1155. 0x1c, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f,
  1156. 0x73, 0x63, 0x72, 0x69, 0x70, 0x2f, 0x70, 0x61, 0x73, 0x73, 0x3a, 0x01, 0x2a, 0x12, 0x80, 0x01,
  1157. 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x49, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x73,
  1158. 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x12, 0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d, 0x61, 0x6e,
  1159. 0x61, 0x67, 0x65, 0x72, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x49, 0x54, 0x61, 0x73,
  1160. 0x6b, 0x49, 0x73, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1161. 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  1162. 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20,
  1163. 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x61,
  1164. 0x69, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x2f, 0x66, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x3a, 0x01, 0x2a,
  1165. 0x12, 0x70, 0x0a, 0x0a, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x49, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x1e,
  1166. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x46, 0x69, 0x6e,
  1167. 0x64, 0x41, 0x49, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c,
  1168. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x46, 0x69, 0x6e,
  1169. 0x64, 0x41, 0x49, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x24, 0x82, 0xd3,
  1170. 0xe4, 0x93, 0x02, 0x1e, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67,
  1171. 0x65, 0x72, 0x2f, 0x61, 0x69, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x2f, 0x66, 0x69, 0x6e, 0x64, 0x3a,
  1172. 0x01, 0x2a, 0x42, 0x46, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
  1173. 0x72, 0x50, 0x01, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e,
  1174. 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72,
  1175. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67,
  1176. 0x65, 0x72, 0x3b, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
  1177. 0x6f, 0x33,
  1178. }
  1179. var (
  1180. file_manager_proto_rawDescOnce sync.Once
  1181. file_manager_proto_rawDescData = file_manager_proto_rawDesc
  1182. )
  1183. func file_manager_proto_rawDescGZIP() []byte {
  1184. file_manager_proto_rawDescOnce.Do(func() {
  1185. file_manager_proto_rawDescData = protoimpl.X.CompressGZIP(file_manager_proto_rawDescData)
  1186. })
  1187. return file_manager_proto_rawDescData
  1188. }
  1189. var file_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
  1190. var file_manager_proto_goTypes = []interface{}{
  1191. (*FindAITaskRequest)(nil), // 0: api.manager.FindAITaskRequest
  1192. (*FindAITaskReply)(nil), // 1: api.manager.FindAITaskReply
  1193. (*TaskInfo)(nil), // 2: api.manager.TaskInfo
  1194. (*UpdateAITaskIsFinishRequest)(nil), // 3: api.manager.UpdateAITaskIsFinishRequest
  1195. (*ManagerFindScripAllListRequest)(nil), // 4: api.manager.ManagerFindScripAllListRequest
  1196. (*ManagerAddBlackPictureRequest)(nil), // 5: api.manager.ManagerAddBlackPictureRequest
  1197. (*ManagerUserUnsubscribeRequest)(nil), // 6: api.manager.ManagerUserUnsubscribeRequest
  1198. (*FindOnlinePersonRequest)(nil), // 7: api.manager.FindOnlinePersonRequest
  1199. (*ManagerUpdateUserSexRequest)(nil), // 8: api.manager.ManagerUpdateUserSexRequest
  1200. (*ManagerFindIsCheckQualityUserListRequest)(nil), // 9: api.manager.ManagerFindIsCheckQualityUserListRequest
  1201. (*ManagerUpdateUserCreditRequest)(nil), // 10: api.manager.ManagerUpdateUserCreditRequest
  1202. (*ManagerMarkHighQualityUserRequest)(nil), // 11: api.manager.ManagerMarkHighQualityUserRequest
  1203. (*ManagerReMarkHighQualityUserRequest)(nil), // 12: api.manager.ManagerReMarkHighQualityUserRequest
  1204. (*OnlinePersonReply)(nil), // 13: api.manager.OnlinePersonReply
  1205. (*common.ManagerFindPersonListRequest)(nil), // 14: api.common.ManagerFindPersonListRequest
  1206. (*common.ManagerFindCanHandpickUserListRequest)(nil), // 15: api.common.ManagerFindCanHandpickUserListRequest
  1207. (*common.ManagerSetHandpickUserRequest)(nil), // 16: api.common.ManagerSetHandpickUserRequest
  1208. (*common.ManagerSetHandpickUserOneRequest)(nil), // 17: api.common.ManagerSetHandpickUserOneRequest
  1209. (*common.PersonIDParam)(nil), // 18: api.common.PersonIDParam
  1210. (*common.PersonIDList)(nil), // 19: api.common.PersonIDList
  1211. (*common.ManagerUpdatePersonVoiceRequest)(nil), // 20: api.common.ManagerUpdatePersonVoiceRequest
  1212. (*common.ManagerUpdatePersonPicturesRequest)(nil), // 21: api.common.ManagerUpdatePersonPicturesRequest
  1213. (*common.ManagerUpdatePersonSignatureRequest)(nil), // 22: api.common.ManagerUpdatePersonSignatureRequest
  1214. (*common.ManagerUpdatePersonAvatarRequest)(nil), // 23: api.common.ManagerUpdatePersonAvatarRequest
  1215. (*common.ManagerUpdatePersonNameRequest)(nil), // 24: api.common.ManagerUpdatePersonNameRequest
  1216. (*common.ManagerUpdatePersonWeightRequest)(nil), // 25: api.common.ManagerUpdatePersonWeightRequest
  1217. (*common.ManagerUpdatePersonIsBlackRequest)(nil), // 26: api.common.ManagerUpdatePersonIsBlackRequest
  1218. (*common.ManagerLoginRequest)(nil), // 27: api.common.ManagerLoginRequest
  1219. (*emptypb.Empty)(nil), // 28: google.protobuf.Empty
  1220. (*common.ManagerFindRoomListRequest)(nil), // 29: api.common.ManagerFindRoomListRequest
  1221. (*common.ManagerFindChatRecordListRequest)(nil), // 30: api.common.ManagerFindChatRecordListRequest
  1222. (*common.ManagerFindScripListRequest)(nil), // 31: api.common.ManagerFindScripListRequest
  1223. (*common.ManagerFindScripListV2Request)(nil), // 32: api.common.ManagerFindScripListV2Request
  1224. (*common.ManagerUpdateScripTextRequest)(nil), // 33: api.common.ManagerUpdateScripTextRequest
  1225. (*common.ManagerUpdateScripPictureRequest)(nil), // 34: api.common.ManagerUpdateScripPictureRequest
  1226. (*common.IDParam)(nil), // 35: api.common.IDParam
  1227. (*common.Ids)(nil), // 36: api.common.Ids
  1228. (*common.ManagerFindReportListRequest)(nil), // 37: api.common.ManagerFindReportListRequest
  1229. (*common.ManagerFindReportDetailsListRequest)(nil), // 38: api.common.ManagerFindReportDetailsListRequest
  1230. (*common.ScripID)(nil), // 39: api.common.ScripID
  1231. (*common.ManagerFindPersonListReply)(nil), // 40: api.common.ManagerFindPersonListReply
  1232. (*common.ManagerFindPersonListReply2)(nil), // 41: api.common.ManagerFindPersonListReply2
  1233. (*common.ManagerFindCanHandpickUserListReply)(nil), // 42: api.common.ManagerFindCanHandpickUserListReply
  1234. (*common.LoginToken)(nil), // 43: api.common.LoginToken
  1235. (*common.ManagerFindRoomListReply)(nil), // 44: api.common.ManagerFindRoomListReply
  1236. (*common.ChatRecordListReply)(nil), // 45: api.common.ChatRecordListReply
  1237. (*common.ManagerScripReply)(nil), // 46: api.common.ManagerScripReply
  1238. (*common.ManagerScripV2Reply)(nil), // 47: api.common.ManagerScripV2Reply
  1239. (*common.ManagerFindReportListReply)(nil), // 48: api.common.ManagerFindReportListReply
  1240. (*common.ManagerFindReportDetailsListReply)(nil), // 49: api.common.ManagerFindReportDetailsListReply
  1241. (*websocket.FindOnlinePersonReply)(nil), // 50: api.websocket.FindOnlinePersonReply
  1242. (*websocket.FindOnlineCanMatchingPersonReply)(nil), // 51: api.websocket.FindOnlineCanMatchingPersonReply
  1243. (*websocket.SendMsgReply)(nil), // 52: api.websocket.SendMsgReply
  1244. }
  1245. var file_manager_proto_depIdxs = []int32{
  1246. 2, // 0: api.manager.FindAITaskReply.list:type_name -> api.manager.TaskInfo
  1247. 14, // 1: api.manager.Manager.ManagerFindUserList:input_type -> api.common.ManagerFindPersonListRequest
  1248. 14, // 2: api.manager.Manager.ManagerFindInformationUserList:input_type -> api.common.ManagerFindPersonListRequest
  1249. 9, // 3: api.manager.Manager.ManagerFindIsCheckQualityUserList:input_type -> api.manager.ManagerFindIsCheckQualityUserListRequest
  1250. 14, // 4: api.manager.Manager.ManagerFindHighQualityUserList:input_type -> api.common.ManagerFindPersonListRequest
  1251. 15, // 5: api.manager.Manager.ManagerFindCanHandpickUserList:input_type -> api.common.ManagerFindCanHandpickUserListRequest
  1252. 16, // 6: api.manager.Manager.ManagerSetHandpickUser:input_type -> api.common.ManagerSetHandpickUserRequest
  1253. 17, // 7: api.manager.Manager.ManagerSetHandpickUserOne:input_type -> api.common.ManagerSetHandpickUserOneRequest
  1254. 11, // 8: api.manager.Manager.ManagerMarkHighQualityUser:input_type -> api.manager.ManagerMarkHighQualityUserRequest
  1255. 12, // 9: api.manager.Manager.ManagerReMarkHighQualityUser:input_type -> api.manager.ManagerReMarkHighQualityUserRequest
  1256. 18, // 10: api.manager.Manager.ManagerMarkHighQualityUserOne:input_type -> api.common.PersonIDParam
  1257. 19, // 11: api.manager.Manager.ManagerSetUserBlack:input_type -> api.common.PersonIDList
  1258. 18, // 12: api.manager.Manager.ManagerDeleteHighQualityUser:input_type -> api.common.PersonIDParam
  1259. 8, // 13: api.manager.Manager.ManagerUpdateUserSex:input_type -> api.manager.ManagerUpdateUserSexRequest
  1260. 20, // 14: api.manager.Manager.ManagerUpdateUserVoice:input_type -> api.common.ManagerUpdatePersonVoiceRequest
  1261. 21, // 15: api.manager.Manager.ManagerUpdateUserPictures:input_type -> api.common.ManagerUpdatePersonPicturesRequest
  1262. 22, // 16: api.manager.Manager.ManagerUpdateUserSignature:input_type -> api.common.ManagerUpdatePersonSignatureRequest
  1263. 23, // 17: api.manager.Manager.ManagerUpdateUserAvatar:input_type -> api.common.ManagerUpdatePersonAvatarRequest
  1264. 24, // 18: api.manager.Manager.ManagerUpdateUserName:input_type -> api.common.ManagerUpdatePersonNameRequest
  1265. 25, // 19: api.manager.Manager.ManagerUpdateUserWeight:input_type -> api.common.ManagerUpdatePersonWeightRequest
  1266. 26, // 20: api.manager.Manager.ManagerUpdateUserIsBlack:input_type -> api.common.ManagerUpdatePersonIsBlackRequest
  1267. 10, // 21: api.manager.Manager.ManagerUpdateUserCredit:input_type -> api.manager.ManagerUpdateUserCreditRequest
  1268. 27, // 22: api.manager.Manager.ManagerLogin:input_type -> api.common.ManagerLoginRequest
  1269. 28, // 23: api.manager.Manager.OnlinePerson:input_type -> google.protobuf.Empty
  1270. 29, // 24: api.manager.Manager.ManagerFindRoomList:input_type -> api.common.ManagerFindRoomListRequest
  1271. 30, // 25: api.manager.Manager.ManagerFindChatRecordList:input_type -> api.common.ManagerFindChatRecordListRequest
  1272. 31, // 26: api.manager.Manager.ManagerFindScripList:input_type -> api.common.ManagerFindScripListRequest
  1273. 32, // 27: api.manager.Manager.ManagerFindScripListV2:input_type -> api.common.ManagerFindScripListV2Request
  1274. 33, // 28: api.manager.Manager.ManagerUpdateScripText:input_type -> api.common.ManagerUpdateScripTextRequest
  1275. 34, // 29: api.manager.Manager.ManagerUpdateScripPicture:input_type -> api.common.ManagerUpdateScripPictureRequest
  1276. 35, // 30: api.manager.Manager.ManagerDeleteScrip:input_type -> api.common.IDParam
  1277. 36, // 31: api.manager.Manager.ManagerDeleteScripMore:input_type -> api.common.Ids
  1278. 37, // 32: api.manager.Manager.ManagerFindReportList:input_type -> api.common.ManagerFindReportListRequest
  1279. 38, // 33: api.manager.Manager.ManagerFindReportDetailsList:input_type -> api.common.ManagerFindReportDetailsListRequest
  1280. 7, // 34: api.manager.Manager.FindOnlinePerson:input_type -> api.manager.FindOnlinePersonRequest
  1281. 6, // 35: api.manager.Manager.ManagerUserUnsubscribe:input_type -> api.manager.ManagerUserUnsubscribeRequest
  1282. 28, // 36: api.manager.Manager.FindOnlineCanMatchingPerson:input_type -> google.protobuf.Empty
  1283. 5, // 37: api.manager.Manager.ManagerAddBlackPicture:input_type -> api.manager.ManagerAddBlackPictureRequest
  1284. 18, // 38: api.manager.Manager.SendWebsocketMsg:input_type -> api.common.PersonIDParam
  1285. 4, // 39: api.manager.Manager.ManagerFindScripAllList:input_type -> api.manager.ManagerFindScripAllListRequest
  1286. 39, // 40: api.manager.Manager.SetScripPass:input_type -> api.common.ScripID
  1287. 3, // 41: api.manager.Manager.UpdateAITaskIsFinish:input_type -> api.manager.UpdateAITaskIsFinishRequest
  1288. 0, // 42: api.manager.Manager.FindAITask:input_type -> api.manager.FindAITaskRequest
  1289. 40, // 43: api.manager.Manager.ManagerFindUserList:output_type -> api.common.ManagerFindPersonListReply
  1290. 40, // 44: api.manager.Manager.ManagerFindInformationUserList:output_type -> api.common.ManagerFindPersonListReply
  1291. 41, // 45: api.manager.Manager.ManagerFindIsCheckQualityUserList:output_type -> api.common.ManagerFindPersonListReply2
  1292. 40, // 46: api.manager.Manager.ManagerFindHighQualityUserList:output_type -> api.common.ManagerFindPersonListReply
  1293. 42, // 47: api.manager.Manager.ManagerFindCanHandpickUserList:output_type -> api.common.ManagerFindCanHandpickUserListReply
  1294. 28, // 48: api.manager.Manager.ManagerSetHandpickUser:output_type -> google.protobuf.Empty
  1295. 28, // 49: api.manager.Manager.ManagerSetHandpickUserOne:output_type -> google.protobuf.Empty
  1296. 28, // 50: api.manager.Manager.ManagerMarkHighQualityUser:output_type -> google.protobuf.Empty
  1297. 28, // 51: api.manager.Manager.ManagerReMarkHighQualityUser:output_type -> google.protobuf.Empty
  1298. 28, // 52: api.manager.Manager.ManagerMarkHighQualityUserOne:output_type -> google.protobuf.Empty
  1299. 28, // 53: api.manager.Manager.ManagerSetUserBlack:output_type -> google.protobuf.Empty
  1300. 28, // 54: api.manager.Manager.ManagerDeleteHighQualityUser:output_type -> google.protobuf.Empty
  1301. 28, // 55: api.manager.Manager.ManagerUpdateUserSex:output_type -> google.protobuf.Empty
  1302. 28, // 56: api.manager.Manager.ManagerUpdateUserVoice:output_type -> google.protobuf.Empty
  1303. 28, // 57: api.manager.Manager.ManagerUpdateUserPictures:output_type -> google.protobuf.Empty
  1304. 28, // 58: api.manager.Manager.ManagerUpdateUserSignature:output_type -> google.protobuf.Empty
  1305. 28, // 59: api.manager.Manager.ManagerUpdateUserAvatar:output_type -> google.protobuf.Empty
  1306. 28, // 60: api.manager.Manager.ManagerUpdateUserName:output_type -> google.protobuf.Empty
  1307. 28, // 61: api.manager.Manager.ManagerUpdateUserWeight:output_type -> google.protobuf.Empty
  1308. 28, // 62: api.manager.Manager.ManagerUpdateUserIsBlack:output_type -> google.protobuf.Empty
  1309. 28, // 63: api.manager.Manager.ManagerUpdateUserCredit:output_type -> google.protobuf.Empty
  1310. 43, // 64: api.manager.Manager.ManagerLogin:output_type -> api.common.LoginToken
  1311. 13, // 65: api.manager.Manager.OnlinePerson:output_type -> api.manager.OnlinePersonReply
  1312. 44, // 66: api.manager.Manager.ManagerFindRoomList:output_type -> api.common.ManagerFindRoomListReply
  1313. 45, // 67: api.manager.Manager.ManagerFindChatRecordList:output_type -> api.common.ChatRecordListReply
  1314. 46, // 68: api.manager.Manager.ManagerFindScripList:output_type -> api.common.ManagerScripReply
  1315. 47, // 69: api.manager.Manager.ManagerFindScripListV2:output_type -> api.common.ManagerScripV2Reply
  1316. 28, // 70: api.manager.Manager.ManagerUpdateScripText:output_type -> google.protobuf.Empty
  1317. 28, // 71: api.manager.Manager.ManagerUpdateScripPicture:output_type -> google.protobuf.Empty
  1318. 28, // 72: api.manager.Manager.ManagerDeleteScrip:output_type -> google.protobuf.Empty
  1319. 28, // 73: api.manager.Manager.ManagerDeleteScripMore:output_type -> google.protobuf.Empty
  1320. 48, // 74: api.manager.Manager.ManagerFindReportList:output_type -> api.common.ManagerFindReportListReply
  1321. 49, // 75: api.manager.Manager.ManagerFindReportDetailsList:output_type -> api.common.ManagerFindReportDetailsListReply
  1322. 50, // 76: api.manager.Manager.FindOnlinePerson:output_type -> api.websocket.FindOnlinePersonReply
  1323. 28, // 77: api.manager.Manager.ManagerUserUnsubscribe:output_type -> google.protobuf.Empty
  1324. 51, // 78: api.manager.Manager.FindOnlineCanMatchingPerson:output_type -> api.websocket.FindOnlineCanMatchingPersonReply
  1325. 28, // 79: api.manager.Manager.ManagerAddBlackPicture:output_type -> google.protobuf.Empty
  1326. 52, // 80: api.manager.Manager.SendWebsocketMsg:output_type -> api.websocket.SendMsgReply
  1327. 46, // 81: api.manager.Manager.ManagerFindScripAllList:output_type -> api.common.ManagerScripReply
  1328. 28, // 82: api.manager.Manager.SetScripPass:output_type -> google.protobuf.Empty
  1329. 28, // 83: api.manager.Manager.UpdateAITaskIsFinish:output_type -> google.protobuf.Empty
  1330. 1, // 84: api.manager.Manager.FindAITask:output_type -> api.manager.FindAITaskReply
  1331. 43, // [43:85] is the sub-list for method output_type
  1332. 1, // [1:43] is the sub-list for method input_type
  1333. 1, // [1:1] is the sub-list for extension type_name
  1334. 1, // [1:1] is the sub-list for extension extendee
  1335. 0, // [0:1] is the sub-list for field type_name
  1336. }
  1337. func init() { file_manager_proto_init() }
  1338. func file_manager_proto_init() {
  1339. if File_manager_proto != nil {
  1340. return
  1341. }
  1342. if !protoimpl.UnsafeEnabled {
  1343. file_manager_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1344. switch v := v.(*FindAITaskRequest); i {
  1345. case 0:
  1346. return &v.state
  1347. case 1:
  1348. return &v.sizeCache
  1349. case 2:
  1350. return &v.unknownFields
  1351. default:
  1352. return nil
  1353. }
  1354. }
  1355. file_manager_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1356. switch v := v.(*FindAITaskReply); i {
  1357. case 0:
  1358. return &v.state
  1359. case 1:
  1360. return &v.sizeCache
  1361. case 2:
  1362. return &v.unknownFields
  1363. default:
  1364. return nil
  1365. }
  1366. }
  1367. file_manager_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1368. switch v := v.(*TaskInfo); i {
  1369. case 0:
  1370. return &v.state
  1371. case 1:
  1372. return &v.sizeCache
  1373. case 2:
  1374. return &v.unknownFields
  1375. default:
  1376. return nil
  1377. }
  1378. }
  1379. file_manager_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1380. switch v := v.(*UpdateAITaskIsFinishRequest); i {
  1381. case 0:
  1382. return &v.state
  1383. case 1:
  1384. return &v.sizeCache
  1385. case 2:
  1386. return &v.unknownFields
  1387. default:
  1388. return nil
  1389. }
  1390. }
  1391. file_manager_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1392. switch v := v.(*ManagerFindScripAllListRequest); i {
  1393. case 0:
  1394. return &v.state
  1395. case 1:
  1396. return &v.sizeCache
  1397. case 2:
  1398. return &v.unknownFields
  1399. default:
  1400. return nil
  1401. }
  1402. }
  1403. file_manager_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1404. switch v := v.(*ManagerAddBlackPictureRequest); i {
  1405. case 0:
  1406. return &v.state
  1407. case 1:
  1408. return &v.sizeCache
  1409. case 2:
  1410. return &v.unknownFields
  1411. default:
  1412. return nil
  1413. }
  1414. }
  1415. file_manager_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1416. switch v := v.(*ManagerUserUnsubscribeRequest); i {
  1417. case 0:
  1418. return &v.state
  1419. case 1:
  1420. return &v.sizeCache
  1421. case 2:
  1422. return &v.unknownFields
  1423. default:
  1424. return nil
  1425. }
  1426. }
  1427. file_manager_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1428. switch v := v.(*FindOnlinePersonRequest); i {
  1429. case 0:
  1430. return &v.state
  1431. case 1:
  1432. return &v.sizeCache
  1433. case 2:
  1434. return &v.unknownFields
  1435. default:
  1436. return nil
  1437. }
  1438. }
  1439. file_manager_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1440. switch v := v.(*ManagerUpdateUserSexRequest); i {
  1441. case 0:
  1442. return &v.state
  1443. case 1:
  1444. return &v.sizeCache
  1445. case 2:
  1446. return &v.unknownFields
  1447. default:
  1448. return nil
  1449. }
  1450. }
  1451. file_manager_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1452. switch v := v.(*ManagerFindIsCheckQualityUserListRequest); i {
  1453. case 0:
  1454. return &v.state
  1455. case 1:
  1456. return &v.sizeCache
  1457. case 2:
  1458. return &v.unknownFields
  1459. default:
  1460. return nil
  1461. }
  1462. }
  1463. file_manager_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1464. switch v := v.(*ManagerUpdateUserCreditRequest); i {
  1465. case 0:
  1466. return &v.state
  1467. case 1:
  1468. return &v.sizeCache
  1469. case 2:
  1470. return &v.unknownFields
  1471. default:
  1472. return nil
  1473. }
  1474. }
  1475. file_manager_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1476. switch v := v.(*ManagerMarkHighQualityUserRequest); i {
  1477. case 0:
  1478. return &v.state
  1479. case 1:
  1480. return &v.sizeCache
  1481. case 2:
  1482. return &v.unknownFields
  1483. default:
  1484. return nil
  1485. }
  1486. }
  1487. file_manager_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1488. switch v := v.(*ManagerReMarkHighQualityUserRequest); i {
  1489. case 0:
  1490. return &v.state
  1491. case 1:
  1492. return &v.sizeCache
  1493. case 2:
  1494. return &v.unknownFields
  1495. default:
  1496. return nil
  1497. }
  1498. }
  1499. file_manager_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1500. switch v := v.(*OnlinePersonReply); i {
  1501. case 0:
  1502. return &v.state
  1503. case 1:
  1504. return &v.sizeCache
  1505. case 2:
  1506. return &v.unknownFields
  1507. default:
  1508. return nil
  1509. }
  1510. }
  1511. }
  1512. type x struct{}
  1513. out := protoimpl.TypeBuilder{
  1514. File: protoimpl.DescBuilder{
  1515. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1516. RawDescriptor: file_manager_proto_rawDesc,
  1517. NumEnums: 0,
  1518. NumMessages: 14,
  1519. NumExtensions: 0,
  1520. NumServices: 1,
  1521. },
  1522. GoTypes: file_manager_proto_goTypes,
  1523. DependencyIndexes: file_manager_proto_depIdxs,
  1524. MessageInfos: file_manager_proto_msgTypes,
  1525. }.Build()
  1526. File_manager_proto = out.File
  1527. file_manager_proto_rawDesc = nil
  1528. file_manager_proto_goTypes = nil
  1529. file_manager_proto_depIdxs = nil
  1530. }