account.pb.go 83 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0-devel
  4. // protoc v3.15.8
  5. // source: account.proto
  6. package account
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. _ "google.golang.org/genproto/googleapis/api/annotations"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. emptypb "google.golang.org/protobuf/types/known/emptypb"
  13. reflect "reflect"
  14. sync "sync"
  15. )
  16. const (
  17. // Verify that this generated code is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  19. // Verify that runtime/protoimpl is sufficiently up-to-date.
  20. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  21. )
  22. type StatisticsSubscribeMessageRequest struct {
  23. state protoimpl.MessageState
  24. sizeCache protoimpl.SizeCache
  25. unknownFields protoimpl.UnknownFields
  26. IdList []string `protobuf:"bytes,1,rep,name=idList,proto3" json:"idList"`
  27. }
  28. func (x *StatisticsSubscribeMessageRequest) Reset() {
  29. *x = StatisticsSubscribeMessageRequest{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_account_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *StatisticsSubscribeMessageRequest) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*StatisticsSubscribeMessageRequest) ProtoMessage() {}
  40. func (x *StatisticsSubscribeMessageRequest) ProtoReflect() protoreflect.Message {
  41. mi := &file_account_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use StatisticsSubscribeMessageRequest.ProtoReflect.Descriptor instead.
  52. func (*StatisticsSubscribeMessageRequest) Descriptor() ([]byte, []int) {
  53. return file_account_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *StatisticsSubscribeMessageRequest) GetIdList() []string {
  56. if x != nil {
  57. return x.IdList
  58. }
  59. return nil
  60. }
  61. type FindIdentifyByAccountIDAndIsSubscribeRequest struct {
  62. state protoimpl.MessageState
  63. sizeCache protoimpl.SizeCache
  64. unknownFields protoimpl.UnknownFields
  65. AccountIds []int64 `protobuf:"varint,1,rep,packed,name=accountIds,proto3" json:"accountIds"`
  66. }
  67. func (x *FindIdentifyByAccountIDAndIsSubscribeRequest) Reset() {
  68. *x = FindIdentifyByAccountIDAndIsSubscribeRequest{}
  69. if protoimpl.UnsafeEnabled {
  70. mi := &file_account_proto_msgTypes[1]
  71. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  72. ms.StoreMessageInfo(mi)
  73. }
  74. }
  75. func (x *FindIdentifyByAccountIDAndIsSubscribeRequest) String() string {
  76. return protoimpl.X.MessageStringOf(x)
  77. }
  78. func (*FindIdentifyByAccountIDAndIsSubscribeRequest) ProtoMessage() {}
  79. func (x *FindIdentifyByAccountIDAndIsSubscribeRequest) ProtoReflect() protoreflect.Message {
  80. mi := &file_account_proto_msgTypes[1]
  81. if protoimpl.UnsafeEnabled && x != nil {
  82. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  83. if ms.LoadMessageInfo() == nil {
  84. ms.StoreMessageInfo(mi)
  85. }
  86. return ms
  87. }
  88. return mi.MessageOf(x)
  89. }
  90. // Deprecated: Use FindIdentifyByAccountIDAndIsSubscribeRequest.ProtoReflect.Descriptor instead.
  91. func (*FindIdentifyByAccountIDAndIsSubscribeRequest) Descriptor() ([]byte, []int) {
  92. return file_account_proto_rawDescGZIP(), []int{1}
  93. }
  94. func (x *FindIdentifyByAccountIDAndIsSubscribeRequest) GetAccountIds() []int64 {
  95. if x != nil {
  96. return x.AccountIds
  97. }
  98. return nil
  99. }
  100. type FindIdentifyByAccountIDAndIsSubscribeReply struct {
  101. state protoimpl.MessageState
  102. sizeCache protoimpl.SizeCache
  103. unknownFields protoimpl.UnknownFields
  104. List []*FindIdentifyByAccountIDInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  105. }
  106. func (x *FindIdentifyByAccountIDAndIsSubscribeReply) Reset() {
  107. *x = FindIdentifyByAccountIDAndIsSubscribeReply{}
  108. if protoimpl.UnsafeEnabled {
  109. mi := &file_account_proto_msgTypes[2]
  110. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  111. ms.StoreMessageInfo(mi)
  112. }
  113. }
  114. func (x *FindIdentifyByAccountIDAndIsSubscribeReply) String() string {
  115. return protoimpl.X.MessageStringOf(x)
  116. }
  117. func (*FindIdentifyByAccountIDAndIsSubscribeReply) ProtoMessage() {}
  118. func (x *FindIdentifyByAccountIDAndIsSubscribeReply) ProtoReflect() protoreflect.Message {
  119. mi := &file_account_proto_msgTypes[2]
  120. if protoimpl.UnsafeEnabled && x != nil {
  121. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  122. if ms.LoadMessageInfo() == nil {
  123. ms.StoreMessageInfo(mi)
  124. }
  125. return ms
  126. }
  127. return mi.MessageOf(x)
  128. }
  129. // Deprecated: Use FindIdentifyByAccountIDAndIsSubscribeReply.ProtoReflect.Descriptor instead.
  130. func (*FindIdentifyByAccountIDAndIsSubscribeReply) Descriptor() ([]byte, []int) {
  131. return file_account_proto_rawDescGZIP(), []int{2}
  132. }
  133. func (x *FindIdentifyByAccountIDAndIsSubscribeReply) GetList() []*FindIdentifyByAccountIDInfo {
  134. if x != nil {
  135. return x.List
  136. }
  137. return nil
  138. }
  139. type FindIdentifyByAccountIDInfo struct {
  140. state protoimpl.MessageState
  141. sizeCache protoimpl.SizeCache
  142. unknownFields protoimpl.UnknownFields
  143. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  144. Appid string `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid"`
  145. AccountId int64 `protobuf:"varint,3,opt,name=accountId,proto3" json:"accountId"`
  146. Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type"` // 类型(小程序、公众号用户)
  147. }
  148. func (x *FindIdentifyByAccountIDInfo) Reset() {
  149. *x = FindIdentifyByAccountIDInfo{}
  150. if protoimpl.UnsafeEnabled {
  151. mi := &file_account_proto_msgTypes[3]
  152. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  153. ms.StoreMessageInfo(mi)
  154. }
  155. }
  156. func (x *FindIdentifyByAccountIDInfo) String() string {
  157. return protoimpl.X.MessageStringOf(x)
  158. }
  159. func (*FindIdentifyByAccountIDInfo) ProtoMessage() {}
  160. func (x *FindIdentifyByAccountIDInfo) ProtoReflect() protoreflect.Message {
  161. mi := &file_account_proto_msgTypes[3]
  162. if protoimpl.UnsafeEnabled && x != nil {
  163. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  164. if ms.LoadMessageInfo() == nil {
  165. ms.StoreMessageInfo(mi)
  166. }
  167. return ms
  168. }
  169. return mi.MessageOf(x)
  170. }
  171. // Deprecated: Use FindIdentifyByAccountIDInfo.ProtoReflect.Descriptor instead.
  172. func (*FindIdentifyByAccountIDInfo) Descriptor() ([]byte, []int) {
  173. return file_account_proto_rawDescGZIP(), []int{3}
  174. }
  175. func (x *FindIdentifyByAccountIDInfo) GetOpenId() string {
  176. if x != nil {
  177. return x.OpenId
  178. }
  179. return ""
  180. }
  181. func (x *FindIdentifyByAccountIDInfo) GetAppid() string {
  182. if x != nil {
  183. return x.Appid
  184. }
  185. return ""
  186. }
  187. func (x *FindIdentifyByAccountIDInfo) GetAccountId() int64 {
  188. if x != nil {
  189. return x.AccountId
  190. }
  191. return 0
  192. }
  193. func (x *FindIdentifyByAccountIDInfo) GetType() string {
  194. if x != nil {
  195. return x.Type
  196. }
  197. return ""
  198. }
  199. type GetGetGzhConfigReply struct {
  200. state protoimpl.MessageState
  201. sizeCache protoimpl.SizeCache
  202. unknownFields protoimpl.UnknownFields
  203. AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId"` // 公众号Id
  204. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` // 公众号名称
  205. ImageUrl string `protobuf:"bytes,3,opt,name=imageUrl,proto3" json:"imageUrl"` // 公众号图片
  206. PrivacyPolicyUrl string `protobuf:"bytes,4,opt,name=privacyPolicyUrl,proto3" json:"privacyPolicyUrl"` // 公众号隐私政策链接
  207. UserAgreementUrl string `protobuf:"bytes,5,opt,name=userAgreementUrl,proto3" json:"userAgreementUrl"` // 公众号用户协议链接
  208. NoteSubscribeTemplateIds []string `protobuf:"bytes,6,rep,name=noteSubscribeTemplateIds,proto3" json:"noteSubscribeTemplateIds"`
  209. ChatSubscribeTemplateIds []string `protobuf:"bytes,7,rep,name=chatSubscribeTemplateIds,proto3" json:"chatSubscribeTemplateIds"`
  210. RegisterSubscribeTemplateIds []string `protobuf:"bytes,8,rep,name=registerSubscribeTemplateIds,proto3" json:"registerSubscribeTemplateIds"`
  211. ContactUrl string `protobuf:"bytes,9,opt,name=contactUrl,proto3" json:"contactUrl"`
  212. IsOpenActive bool `protobuf:"varint,10,opt,name=isOpenActive,proto3" json:"isOpenActive"`
  213. ActiveLink string `protobuf:"bytes,11,opt,name=activeLink,proto3" json:"activeLink"`
  214. PrivacyPolicyHTML string `protobuf:"bytes,12,opt,name=privacyPolicyHTML,proto3" json:"privacyPolicyHTML"` // 隐私政策
  215. UserAgreementHTML string `protobuf:"bytes,13,opt,name=userAgreementHTML,proto3" json:"userAgreementHTML"` // 用户协议
  216. }
  217. func (x *GetGetGzhConfigReply) Reset() {
  218. *x = GetGetGzhConfigReply{}
  219. if protoimpl.UnsafeEnabled {
  220. mi := &file_account_proto_msgTypes[4]
  221. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  222. ms.StoreMessageInfo(mi)
  223. }
  224. }
  225. func (x *GetGetGzhConfigReply) String() string {
  226. return protoimpl.X.MessageStringOf(x)
  227. }
  228. func (*GetGetGzhConfigReply) ProtoMessage() {}
  229. func (x *GetGetGzhConfigReply) ProtoReflect() protoreflect.Message {
  230. mi := &file_account_proto_msgTypes[4]
  231. if protoimpl.UnsafeEnabled && x != nil {
  232. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  233. if ms.LoadMessageInfo() == nil {
  234. ms.StoreMessageInfo(mi)
  235. }
  236. return ms
  237. }
  238. return mi.MessageOf(x)
  239. }
  240. // Deprecated: Use GetGetGzhConfigReply.ProtoReflect.Descriptor instead.
  241. func (*GetGetGzhConfigReply) Descriptor() ([]byte, []int) {
  242. return file_account_proto_rawDescGZIP(), []int{4}
  243. }
  244. func (x *GetGetGzhConfigReply) GetAppId() string {
  245. if x != nil {
  246. return x.AppId
  247. }
  248. return ""
  249. }
  250. func (x *GetGetGzhConfigReply) GetName() string {
  251. if x != nil {
  252. return x.Name
  253. }
  254. return ""
  255. }
  256. func (x *GetGetGzhConfigReply) GetImageUrl() string {
  257. if x != nil {
  258. return x.ImageUrl
  259. }
  260. return ""
  261. }
  262. func (x *GetGetGzhConfigReply) GetPrivacyPolicyUrl() string {
  263. if x != nil {
  264. return x.PrivacyPolicyUrl
  265. }
  266. return ""
  267. }
  268. func (x *GetGetGzhConfigReply) GetUserAgreementUrl() string {
  269. if x != nil {
  270. return x.UserAgreementUrl
  271. }
  272. return ""
  273. }
  274. func (x *GetGetGzhConfigReply) GetNoteSubscribeTemplateIds() []string {
  275. if x != nil {
  276. return x.NoteSubscribeTemplateIds
  277. }
  278. return nil
  279. }
  280. func (x *GetGetGzhConfigReply) GetChatSubscribeTemplateIds() []string {
  281. if x != nil {
  282. return x.ChatSubscribeTemplateIds
  283. }
  284. return nil
  285. }
  286. func (x *GetGetGzhConfigReply) GetRegisterSubscribeTemplateIds() []string {
  287. if x != nil {
  288. return x.RegisterSubscribeTemplateIds
  289. }
  290. return nil
  291. }
  292. func (x *GetGetGzhConfigReply) GetContactUrl() string {
  293. if x != nil {
  294. return x.ContactUrl
  295. }
  296. return ""
  297. }
  298. func (x *GetGetGzhConfigReply) GetIsOpenActive() bool {
  299. if x != nil {
  300. return x.IsOpenActive
  301. }
  302. return false
  303. }
  304. func (x *GetGetGzhConfigReply) GetActiveLink() string {
  305. if x != nil {
  306. return x.ActiveLink
  307. }
  308. return ""
  309. }
  310. func (x *GetGetGzhConfigReply) GetPrivacyPolicyHTML() string {
  311. if x != nil {
  312. return x.PrivacyPolicyHTML
  313. }
  314. return ""
  315. }
  316. func (x *GetGetGzhConfigReply) GetUserAgreementHTML() string {
  317. if x != nil {
  318. return x.UserAgreementHTML
  319. }
  320. return ""
  321. }
  322. type GetIdentifyByAccountIDRequest struct {
  323. state protoimpl.MessageState
  324. sizeCache protoimpl.SizeCache
  325. unknownFields protoimpl.UnknownFields
  326. AccountId int64 `protobuf:"varint,1,opt,name=accountId,proto3" json:"accountId"`
  327. Appid string `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid"`
  328. }
  329. func (x *GetIdentifyByAccountIDRequest) Reset() {
  330. *x = GetIdentifyByAccountIDRequest{}
  331. if protoimpl.UnsafeEnabled {
  332. mi := &file_account_proto_msgTypes[5]
  333. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  334. ms.StoreMessageInfo(mi)
  335. }
  336. }
  337. func (x *GetIdentifyByAccountIDRequest) String() string {
  338. return protoimpl.X.MessageStringOf(x)
  339. }
  340. func (*GetIdentifyByAccountIDRequest) ProtoMessage() {}
  341. func (x *GetIdentifyByAccountIDRequest) ProtoReflect() protoreflect.Message {
  342. mi := &file_account_proto_msgTypes[5]
  343. if protoimpl.UnsafeEnabled && x != nil {
  344. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  345. if ms.LoadMessageInfo() == nil {
  346. ms.StoreMessageInfo(mi)
  347. }
  348. return ms
  349. }
  350. return mi.MessageOf(x)
  351. }
  352. // Deprecated: Use GetIdentifyByAccountIDRequest.ProtoReflect.Descriptor instead.
  353. func (*GetIdentifyByAccountIDRequest) Descriptor() ([]byte, []int) {
  354. return file_account_proto_rawDescGZIP(), []int{5}
  355. }
  356. func (x *GetIdentifyByAccountIDRequest) GetAccountId() int64 {
  357. if x != nil {
  358. return x.AccountId
  359. }
  360. return 0
  361. }
  362. func (x *GetIdentifyByAccountIDRequest) GetAppid() string {
  363. if x != nil {
  364. return x.Appid
  365. }
  366. return ""
  367. }
  368. type GetIdentifyByAccountIDReply struct {
  369. state protoimpl.MessageState
  370. sizeCache protoimpl.SizeCache
  371. unknownFields protoimpl.UnknownFields
  372. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  373. Appid string `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid"`
  374. Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type"` // 类型(小程序、公众号用户)
  375. }
  376. func (x *GetIdentifyByAccountIDReply) Reset() {
  377. *x = GetIdentifyByAccountIDReply{}
  378. if protoimpl.UnsafeEnabled {
  379. mi := &file_account_proto_msgTypes[6]
  380. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  381. ms.StoreMessageInfo(mi)
  382. }
  383. }
  384. func (x *GetIdentifyByAccountIDReply) String() string {
  385. return protoimpl.X.MessageStringOf(x)
  386. }
  387. func (*GetIdentifyByAccountIDReply) ProtoMessage() {}
  388. func (x *GetIdentifyByAccountIDReply) ProtoReflect() protoreflect.Message {
  389. mi := &file_account_proto_msgTypes[6]
  390. if protoimpl.UnsafeEnabled && x != nil {
  391. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  392. if ms.LoadMessageInfo() == nil {
  393. ms.StoreMessageInfo(mi)
  394. }
  395. return ms
  396. }
  397. return mi.MessageOf(x)
  398. }
  399. // Deprecated: Use GetIdentifyByAccountIDReply.ProtoReflect.Descriptor instead.
  400. func (*GetIdentifyByAccountIDReply) Descriptor() ([]byte, []int) {
  401. return file_account_proto_rawDescGZIP(), []int{6}
  402. }
  403. func (x *GetIdentifyByAccountIDReply) GetOpenId() string {
  404. if x != nil {
  405. return x.OpenId
  406. }
  407. return ""
  408. }
  409. func (x *GetIdentifyByAccountIDReply) GetAppid() string {
  410. if x != nil {
  411. return x.Appid
  412. }
  413. return ""
  414. }
  415. func (x *GetIdentifyByAccountIDReply) GetType() string {
  416. if x != nil {
  417. return x.Type
  418. }
  419. return ""
  420. }
  421. type CheckTextRequest struct {
  422. state protoimpl.MessageState
  423. sizeCache protoimpl.SizeCache
  424. unknownFields protoimpl.UnknownFields
  425. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text"` // 待审核的文本
  426. }
  427. func (x *CheckTextRequest) Reset() {
  428. *x = CheckTextRequest{}
  429. if protoimpl.UnsafeEnabled {
  430. mi := &file_account_proto_msgTypes[7]
  431. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  432. ms.StoreMessageInfo(mi)
  433. }
  434. }
  435. func (x *CheckTextRequest) String() string {
  436. return protoimpl.X.MessageStringOf(x)
  437. }
  438. func (*CheckTextRequest) ProtoMessage() {}
  439. func (x *CheckTextRequest) ProtoReflect() protoreflect.Message {
  440. mi := &file_account_proto_msgTypes[7]
  441. if protoimpl.UnsafeEnabled && x != nil {
  442. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  443. if ms.LoadMessageInfo() == nil {
  444. ms.StoreMessageInfo(mi)
  445. }
  446. return ms
  447. }
  448. return mi.MessageOf(x)
  449. }
  450. // Deprecated: Use CheckTextRequest.ProtoReflect.Descriptor instead.
  451. func (*CheckTextRequest) Descriptor() ([]byte, []int) {
  452. return file_account_proto_rawDescGZIP(), []int{7}
  453. }
  454. func (x *CheckTextRequest) GetText() string {
  455. if x != nil {
  456. return x.Text
  457. }
  458. return ""
  459. }
  460. type CheckTextReply struct {
  461. state protoimpl.MessageState
  462. sizeCache protoimpl.SizeCache
  463. unknownFields protoimpl.UnknownFields
  464. IsPass bool `protobuf:"varint,1,opt,name=isPass,proto3" json:"isPass"` // 是否通过
  465. }
  466. func (x *CheckTextReply) Reset() {
  467. *x = CheckTextReply{}
  468. if protoimpl.UnsafeEnabled {
  469. mi := &file_account_proto_msgTypes[8]
  470. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  471. ms.StoreMessageInfo(mi)
  472. }
  473. }
  474. func (x *CheckTextReply) String() string {
  475. return protoimpl.X.MessageStringOf(x)
  476. }
  477. func (*CheckTextReply) ProtoMessage() {}
  478. func (x *CheckTextReply) ProtoReflect() protoreflect.Message {
  479. mi := &file_account_proto_msgTypes[8]
  480. if protoimpl.UnsafeEnabled && x != nil {
  481. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  482. if ms.LoadMessageInfo() == nil {
  483. ms.StoreMessageInfo(mi)
  484. }
  485. return ms
  486. }
  487. return mi.MessageOf(x)
  488. }
  489. // Deprecated: Use CheckTextReply.ProtoReflect.Descriptor instead.
  490. func (*CheckTextReply) Descriptor() ([]byte, []int) {
  491. return file_account_proto_rawDescGZIP(), []int{8}
  492. }
  493. func (x *CheckTextReply) GetIsPass() bool {
  494. if x != nil {
  495. return x.IsPass
  496. }
  497. return false
  498. }
  499. type MediaID struct {
  500. state protoimpl.MessageState
  501. sizeCache protoimpl.SizeCache
  502. unknownFields protoimpl.UnknownFields
  503. MediaId string `protobuf:"bytes,1,opt,name=mediaId,proto3" json:"mediaId"`
  504. }
  505. func (x *MediaID) Reset() {
  506. *x = MediaID{}
  507. if protoimpl.UnsafeEnabled {
  508. mi := &file_account_proto_msgTypes[9]
  509. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  510. ms.StoreMessageInfo(mi)
  511. }
  512. }
  513. func (x *MediaID) String() string {
  514. return protoimpl.X.MessageStringOf(x)
  515. }
  516. func (*MediaID) ProtoMessage() {}
  517. func (x *MediaID) ProtoReflect() protoreflect.Message {
  518. mi := &file_account_proto_msgTypes[9]
  519. if protoimpl.UnsafeEnabled && x != nil {
  520. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  521. if ms.LoadMessageInfo() == nil {
  522. ms.StoreMessageInfo(mi)
  523. }
  524. return ms
  525. }
  526. return mi.MessageOf(x)
  527. }
  528. // Deprecated: Use MediaID.ProtoReflect.Descriptor instead.
  529. func (*MediaID) Descriptor() ([]byte, []int) {
  530. return file_account_proto_rawDescGZIP(), []int{9}
  531. }
  532. func (x *MediaID) GetMediaId() string {
  533. if x != nil {
  534. return x.MediaId
  535. }
  536. return ""
  537. }
  538. type MaterialLink struct {
  539. state protoimpl.MessageState
  540. sizeCache protoimpl.SizeCache
  541. unknownFields protoimpl.UnknownFields
  542. Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link"`
  543. }
  544. func (x *MaterialLink) Reset() {
  545. *x = MaterialLink{}
  546. if protoimpl.UnsafeEnabled {
  547. mi := &file_account_proto_msgTypes[10]
  548. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  549. ms.StoreMessageInfo(mi)
  550. }
  551. }
  552. func (x *MaterialLink) String() string {
  553. return protoimpl.X.MessageStringOf(x)
  554. }
  555. func (*MaterialLink) ProtoMessage() {}
  556. func (x *MaterialLink) ProtoReflect() protoreflect.Message {
  557. mi := &file_account_proto_msgTypes[10]
  558. if protoimpl.UnsafeEnabled && x != nil {
  559. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  560. if ms.LoadMessageInfo() == nil {
  561. ms.StoreMessageInfo(mi)
  562. }
  563. return ms
  564. }
  565. return mi.MessageOf(x)
  566. }
  567. // Deprecated: Use MaterialLink.ProtoReflect.Descriptor instead.
  568. func (*MaterialLink) Descriptor() ([]byte, []int) {
  569. return file_account_proto_rawDescGZIP(), []int{10}
  570. }
  571. func (x *MaterialLink) GetLink() string {
  572. if x != nil {
  573. return x.Link
  574. }
  575. return ""
  576. }
  577. type RandomNicknameReply struct {
  578. state protoimpl.MessageState
  579. sizeCache protoimpl.SizeCache
  580. unknownFields protoimpl.UnknownFields
  581. Nickname string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname"`
  582. }
  583. func (x *RandomNicknameReply) Reset() {
  584. *x = RandomNicknameReply{}
  585. if protoimpl.UnsafeEnabled {
  586. mi := &file_account_proto_msgTypes[11]
  587. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  588. ms.StoreMessageInfo(mi)
  589. }
  590. }
  591. func (x *RandomNicknameReply) String() string {
  592. return protoimpl.X.MessageStringOf(x)
  593. }
  594. func (*RandomNicknameReply) ProtoMessage() {}
  595. func (x *RandomNicknameReply) ProtoReflect() protoreflect.Message {
  596. mi := &file_account_proto_msgTypes[11]
  597. if protoimpl.UnsafeEnabled && x != nil {
  598. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  599. if ms.LoadMessageInfo() == nil {
  600. ms.StoreMessageInfo(mi)
  601. }
  602. return ms
  603. }
  604. return mi.MessageOf(x)
  605. }
  606. // Deprecated: Use RandomNicknameReply.ProtoReflect.Descriptor instead.
  607. func (*RandomNicknameReply) Descriptor() ([]byte, []int) {
  608. return file_account_proto_rawDescGZIP(), []int{11}
  609. }
  610. func (x *RandomNicknameReply) GetNickname() string {
  611. if x != nil {
  612. return x.Nickname
  613. }
  614. return ""
  615. }
  616. type RandomAvatarReply struct {
  617. state protoimpl.MessageState
  618. sizeCache protoimpl.SizeCache
  619. unknownFields protoimpl.UnknownFields
  620. AvatarUrl string `protobuf:"bytes,1,opt,name=avatarUrl,proto3" json:"avatarUrl"`
  621. }
  622. func (x *RandomAvatarReply) Reset() {
  623. *x = RandomAvatarReply{}
  624. if protoimpl.UnsafeEnabled {
  625. mi := &file_account_proto_msgTypes[12]
  626. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  627. ms.StoreMessageInfo(mi)
  628. }
  629. }
  630. func (x *RandomAvatarReply) String() string {
  631. return protoimpl.X.MessageStringOf(x)
  632. }
  633. func (*RandomAvatarReply) ProtoMessage() {}
  634. func (x *RandomAvatarReply) ProtoReflect() protoreflect.Message {
  635. mi := &file_account_proto_msgTypes[12]
  636. if protoimpl.UnsafeEnabled && x != nil {
  637. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  638. if ms.LoadMessageInfo() == nil {
  639. ms.StoreMessageInfo(mi)
  640. }
  641. return ms
  642. }
  643. return mi.MessageOf(x)
  644. }
  645. // Deprecated: Use RandomAvatarReply.ProtoReflect.Descriptor instead.
  646. func (*RandomAvatarReply) Descriptor() ([]byte, []int) {
  647. return file_account_proto_rawDescGZIP(), []int{12}
  648. }
  649. func (x *RandomAvatarReply) GetAvatarUrl() string {
  650. if x != nil {
  651. return x.AvatarUrl
  652. }
  653. return ""
  654. }
  655. type RandomAvatarListReply struct {
  656. state protoimpl.MessageState
  657. sizeCache protoimpl.SizeCache
  658. unknownFields protoimpl.UnknownFields
  659. List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  660. }
  661. func (x *RandomAvatarListReply) Reset() {
  662. *x = RandomAvatarListReply{}
  663. if protoimpl.UnsafeEnabled {
  664. mi := &file_account_proto_msgTypes[13]
  665. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  666. ms.StoreMessageInfo(mi)
  667. }
  668. }
  669. func (x *RandomAvatarListReply) String() string {
  670. return protoimpl.X.MessageStringOf(x)
  671. }
  672. func (*RandomAvatarListReply) ProtoMessage() {}
  673. func (x *RandomAvatarListReply) ProtoReflect() protoreflect.Message {
  674. mi := &file_account_proto_msgTypes[13]
  675. if protoimpl.UnsafeEnabled && x != nil {
  676. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  677. if ms.LoadMessageInfo() == nil {
  678. ms.StoreMessageInfo(mi)
  679. }
  680. return ms
  681. }
  682. return mi.MessageOf(x)
  683. }
  684. // Deprecated: Use RandomAvatarListReply.ProtoReflect.Descriptor instead.
  685. func (*RandomAvatarListReply) Descriptor() ([]byte, []int) {
  686. return file_account_proto_rawDescGZIP(), []int{13}
  687. }
  688. func (x *RandomAvatarListReply) GetList() []string {
  689. if x != nil {
  690. return x.List
  691. }
  692. return nil
  693. }
  694. type OpenIDAndAppIDRequest struct {
  695. state protoimpl.MessageState
  696. sizeCache protoimpl.SizeCache
  697. unknownFields protoimpl.UnknownFields
  698. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  699. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  700. }
  701. func (x *OpenIDAndAppIDRequest) Reset() {
  702. *x = OpenIDAndAppIDRequest{}
  703. if protoimpl.UnsafeEnabled {
  704. mi := &file_account_proto_msgTypes[14]
  705. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  706. ms.StoreMessageInfo(mi)
  707. }
  708. }
  709. func (x *OpenIDAndAppIDRequest) String() string {
  710. return protoimpl.X.MessageStringOf(x)
  711. }
  712. func (*OpenIDAndAppIDRequest) ProtoMessage() {}
  713. func (x *OpenIDAndAppIDRequest) ProtoReflect() protoreflect.Message {
  714. mi := &file_account_proto_msgTypes[14]
  715. if protoimpl.UnsafeEnabled && x != nil {
  716. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  717. if ms.LoadMessageInfo() == nil {
  718. ms.StoreMessageInfo(mi)
  719. }
  720. return ms
  721. }
  722. return mi.MessageOf(x)
  723. }
  724. // Deprecated: Use OpenIDAndAppIDRequest.ProtoReflect.Descriptor instead.
  725. func (*OpenIDAndAppIDRequest) Descriptor() ([]byte, []int) {
  726. return file_account_proto_rawDescGZIP(), []int{14}
  727. }
  728. func (x *OpenIDAndAppIDRequest) GetOpenId() string {
  729. if x != nil {
  730. return x.OpenId
  731. }
  732. return ""
  733. }
  734. func (x *OpenIDAndAppIDRequest) GetAppId() string {
  735. if x != nil {
  736. return x.AppId
  737. }
  738. return ""
  739. }
  740. type IdentityInfo struct {
  741. state protoimpl.MessageState
  742. sizeCache protoimpl.SizeCache
  743. unknownFields protoimpl.UnknownFields
  744. Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid"`
  745. }
  746. func (x *IdentityInfo) Reset() {
  747. *x = IdentityInfo{}
  748. if protoimpl.UnsafeEnabled {
  749. mi := &file_account_proto_msgTypes[15]
  750. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  751. ms.StoreMessageInfo(mi)
  752. }
  753. }
  754. func (x *IdentityInfo) String() string {
  755. return protoimpl.X.MessageStringOf(x)
  756. }
  757. func (*IdentityInfo) ProtoMessage() {}
  758. func (x *IdentityInfo) ProtoReflect() protoreflect.Message {
  759. mi := &file_account_proto_msgTypes[15]
  760. if protoimpl.UnsafeEnabled && x != nil {
  761. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  762. if ms.LoadMessageInfo() == nil {
  763. ms.StoreMessageInfo(mi)
  764. }
  765. return ms
  766. }
  767. return mi.MessageOf(x)
  768. }
  769. // Deprecated: Use IdentityInfo.ProtoReflect.Descriptor instead.
  770. func (*IdentityInfo) Descriptor() ([]byte, []int) {
  771. return file_account_proto_rawDescGZIP(), []int{15}
  772. }
  773. func (x *IdentityInfo) GetPid() string {
  774. if x != nil {
  775. return x.Pid
  776. }
  777. return ""
  778. }
  779. type UserInfoDB struct {
  780. state protoimpl.MessageState
  781. sizeCache protoimpl.SizeCache
  782. unknownFields protoimpl.UnknownFields
  783. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  784. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  785. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  786. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  787. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  788. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  789. }
  790. func (x *UserInfoDB) Reset() {
  791. *x = UserInfoDB{}
  792. if protoimpl.UnsafeEnabled {
  793. mi := &file_account_proto_msgTypes[16]
  794. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  795. ms.StoreMessageInfo(mi)
  796. }
  797. }
  798. func (x *UserInfoDB) String() string {
  799. return protoimpl.X.MessageStringOf(x)
  800. }
  801. func (*UserInfoDB) ProtoMessage() {}
  802. func (x *UserInfoDB) ProtoReflect() protoreflect.Message {
  803. mi := &file_account_proto_msgTypes[16]
  804. if protoimpl.UnsafeEnabled && x != nil {
  805. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  806. if ms.LoadMessageInfo() == nil {
  807. ms.StoreMessageInfo(mi)
  808. }
  809. return ms
  810. }
  811. return mi.MessageOf(x)
  812. }
  813. // Deprecated: Use UserInfoDB.ProtoReflect.Descriptor instead.
  814. func (*UserInfoDB) Descriptor() ([]byte, []int) {
  815. return file_account_proto_rawDescGZIP(), []int{16}
  816. }
  817. func (x *UserInfoDB) GetId() string {
  818. if x != nil {
  819. return x.Id
  820. }
  821. return ""
  822. }
  823. func (x *UserInfoDB) GetNickname() string {
  824. if x != nil {
  825. return x.Nickname
  826. }
  827. return ""
  828. }
  829. func (x *UserInfoDB) GetAvatarUrl() string {
  830. if x != nil {
  831. return x.AvatarUrl
  832. }
  833. return ""
  834. }
  835. func (x *UserInfoDB) GetPhone() string {
  836. if x != nil {
  837. return x.Phone
  838. }
  839. return ""
  840. }
  841. func (x *UserInfoDB) GetSex() int64 {
  842. if x != nil {
  843. return x.Sex
  844. }
  845. return 0
  846. }
  847. func (x *UserInfoDB) GetCredit() int64 {
  848. if x != nil {
  849. return x.Credit
  850. }
  851. return 0
  852. }
  853. type PartnerInfoDB struct {
  854. state protoimpl.MessageState
  855. sizeCache protoimpl.SizeCache
  856. unknownFields protoimpl.UnknownFields
  857. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  858. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  859. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  860. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  861. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  862. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  863. }
  864. func (x *PartnerInfoDB) Reset() {
  865. *x = PartnerInfoDB{}
  866. if protoimpl.UnsafeEnabled {
  867. mi := &file_account_proto_msgTypes[17]
  868. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  869. ms.StoreMessageInfo(mi)
  870. }
  871. }
  872. func (x *PartnerInfoDB) String() string {
  873. return protoimpl.X.MessageStringOf(x)
  874. }
  875. func (*PartnerInfoDB) ProtoMessage() {}
  876. func (x *PartnerInfoDB) ProtoReflect() protoreflect.Message {
  877. mi := &file_account_proto_msgTypes[17]
  878. if protoimpl.UnsafeEnabled && x != nil {
  879. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  880. if ms.LoadMessageInfo() == nil {
  881. ms.StoreMessageInfo(mi)
  882. }
  883. return ms
  884. }
  885. return mi.MessageOf(x)
  886. }
  887. // Deprecated: Use PartnerInfoDB.ProtoReflect.Descriptor instead.
  888. func (*PartnerInfoDB) Descriptor() ([]byte, []int) {
  889. return file_account_proto_rawDescGZIP(), []int{17}
  890. }
  891. func (x *PartnerInfoDB) GetId() string {
  892. if x != nil {
  893. return x.Id
  894. }
  895. return ""
  896. }
  897. func (x *PartnerInfoDB) GetNickname() string {
  898. if x != nil {
  899. return x.Nickname
  900. }
  901. return ""
  902. }
  903. func (x *PartnerInfoDB) GetAvatarUrl() string {
  904. if x != nil {
  905. return x.AvatarUrl
  906. }
  907. return ""
  908. }
  909. func (x *PartnerInfoDB) GetPhone() string {
  910. if x != nil {
  911. return x.Phone
  912. }
  913. return ""
  914. }
  915. func (x *PartnerInfoDB) GetSex() int64 {
  916. if x != nil {
  917. return x.Sex
  918. }
  919. return 0
  920. }
  921. func (x *PartnerInfoDB) GetCredit() int64 {
  922. if x != nil {
  923. return x.Credit
  924. }
  925. return 0
  926. }
  927. type AuthorizationMiniProgramRequest struct {
  928. state protoimpl.MessageState
  929. sizeCache protoimpl.SizeCache
  930. unknownFields protoimpl.UnknownFields
  931. JsCode string `protobuf:"bytes,1,opt,name=jsCode,proto3" json:"jsCode"`
  932. }
  933. func (x *AuthorizationMiniProgramRequest) Reset() {
  934. *x = AuthorizationMiniProgramRequest{}
  935. if protoimpl.UnsafeEnabled {
  936. mi := &file_account_proto_msgTypes[18]
  937. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  938. ms.StoreMessageInfo(mi)
  939. }
  940. }
  941. func (x *AuthorizationMiniProgramRequest) String() string {
  942. return protoimpl.X.MessageStringOf(x)
  943. }
  944. func (*AuthorizationMiniProgramRequest) ProtoMessage() {}
  945. func (x *AuthorizationMiniProgramRequest) ProtoReflect() protoreflect.Message {
  946. mi := &file_account_proto_msgTypes[18]
  947. if protoimpl.UnsafeEnabled && x != nil {
  948. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  949. if ms.LoadMessageInfo() == nil {
  950. ms.StoreMessageInfo(mi)
  951. }
  952. return ms
  953. }
  954. return mi.MessageOf(x)
  955. }
  956. // Deprecated: Use AuthorizationMiniProgramRequest.ProtoReflect.Descriptor instead.
  957. func (*AuthorizationMiniProgramRequest) Descriptor() ([]byte, []int) {
  958. return file_account_proto_rawDescGZIP(), []int{18}
  959. }
  960. func (x *AuthorizationMiniProgramRequest) GetJsCode() string {
  961. if x != nil {
  962. return x.JsCode
  963. }
  964. return ""
  965. }
  966. type AuthorizationRequest struct {
  967. state protoimpl.MessageState
  968. sizeCache protoimpl.SizeCache
  969. unknownFields protoimpl.UnknownFields
  970. JsCode string `protobuf:"bytes,1,opt,name=jsCode,proto3" json:"jsCode"`
  971. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  972. Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type"`
  973. FromOpenId string `protobuf:"bytes,4,opt,name=fromOpenId,proto3" json:"fromOpenId"`
  974. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"`
  975. }
  976. func (x *AuthorizationRequest) Reset() {
  977. *x = AuthorizationRequest{}
  978. if protoimpl.UnsafeEnabled {
  979. mi := &file_account_proto_msgTypes[19]
  980. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  981. ms.StoreMessageInfo(mi)
  982. }
  983. }
  984. func (x *AuthorizationRequest) String() string {
  985. return protoimpl.X.MessageStringOf(x)
  986. }
  987. func (*AuthorizationRequest) ProtoMessage() {}
  988. func (x *AuthorizationRequest) ProtoReflect() protoreflect.Message {
  989. mi := &file_account_proto_msgTypes[19]
  990. if protoimpl.UnsafeEnabled && x != nil {
  991. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  992. if ms.LoadMessageInfo() == nil {
  993. ms.StoreMessageInfo(mi)
  994. }
  995. return ms
  996. }
  997. return mi.MessageOf(x)
  998. }
  999. // Deprecated: Use AuthorizationRequest.ProtoReflect.Descriptor instead.
  1000. func (*AuthorizationRequest) Descriptor() ([]byte, []int) {
  1001. return file_account_proto_rawDescGZIP(), []int{19}
  1002. }
  1003. func (x *AuthorizationRequest) GetJsCode() string {
  1004. if x != nil {
  1005. return x.JsCode
  1006. }
  1007. return ""
  1008. }
  1009. func (x *AuthorizationRequest) GetAppId() string {
  1010. if x != nil {
  1011. return x.AppId
  1012. }
  1013. return ""
  1014. }
  1015. func (x *AuthorizationRequest) GetType() string {
  1016. if x != nil {
  1017. return x.Type
  1018. }
  1019. return ""
  1020. }
  1021. func (x *AuthorizationRequest) GetFromOpenId() string {
  1022. if x != nil {
  1023. return x.FromOpenId
  1024. }
  1025. return ""
  1026. }
  1027. func (x *AuthorizationRequest) GetSex() int64 {
  1028. if x != nil {
  1029. return x.Sex
  1030. }
  1031. return 0
  1032. }
  1033. type TokenReply struct {
  1034. state protoimpl.MessageState
  1035. sizeCache protoimpl.SizeCache
  1036. unknownFields protoimpl.UnknownFields
  1037. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
  1038. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  1039. }
  1040. func (x *TokenReply) Reset() {
  1041. *x = TokenReply{}
  1042. if protoimpl.UnsafeEnabled {
  1043. mi := &file_account_proto_msgTypes[20]
  1044. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1045. ms.StoreMessageInfo(mi)
  1046. }
  1047. }
  1048. func (x *TokenReply) String() string {
  1049. return protoimpl.X.MessageStringOf(x)
  1050. }
  1051. func (*TokenReply) ProtoMessage() {}
  1052. func (x *TokenReply) ProtoReflect() protoreflect.Message {
  1053. mi := &file_account_proto_msgTypes[20]
  1054. if protoimpl.UnsafeEnabled && x != nil {
  1055. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1056. if ms.LoadMessageInfo() == nil {
  1057. ms.StoreMessageInfo(mi)
  1058. }
  1059. return ms
  1060. }
  1061. return mi.MessageOf(x)
  1062. }
  1063. // Deprecated: Use TokenReply.ProtoReflect.Descriptor instead.
  1064. func (*TokenReply) Descriptor() ([]byte, []int) {
  1065. return file_account_proto_rawDescGZIP(), []int{20}
  1066. }
  1067. func (x *TokenReply) GetToken() string {
  1068. if x != nil {
  1069. return x.Token
  1070. }
  1071. return ""
  1072. }
  1073. func (x *TokenReply) GetAppId() string {
  1074. if x != nil {
  1075. return x.AppId
  1076. }
  1077. return ""
  1078. }
  1079. type MiniProgramTokenReply struct {
  1080. state protoimpl.MessageState
  1081. sizeCache protoimpl.SizeCache
  1082. unknownFields protoimpl.UnknownFields
  1083. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
  1084. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  1085. IsNeedMessage bool `protobuf:"varint,3,opt,name=isNeedMessage,proto3" json:"isNeedMessage"`
  1086. }
  1087. func (x *MiniProgramTokenReply) Reset() {
  1088. *x = MiniProgramTokenReply{}
  1089. if protoimpl.UnsafeEnabled {
  1090. mi := &file_account_proto_msgTypes[21]
  1091. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1092. ms.StoreMessageInfo(mi)
  1093. }
  1094. }
  1095. func (x *MiniProgramTokenReply) String() string {
  1096. return protoimpl.X.MessageStringOf(x)
  1097. }
  1098. func (*MiniProgramTokenReply) ProtoMessage() {}
  1099. func (x *MiniProgramTokenReply) ProtoReflect() protoreflect.Message {
  1100. mi := &file_account_proto_msgTypes[21]
  1101. if protoimpl.UnsafeEnabled && x != nil {
  1102. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1103. if ms.LoadMessageInfo() == nil {
  1104. ms.StoreMessageInfo(mi)
  1105. }
  1106. return ms
  1107. }
  1108. return mi.MessageOf(x)
  1109. }
  1110. // Deprecated: Use MiniProgramTokenReply.ProtoReflect.Descriptor instead.
  1111. func (*MiniProgramTokenReply) Descriptor() ([]byte, []int) {
  1112. return file_account_proto_rawDescGZIP(), []int{21}
  1113. }
  1114. func (x *MiniProgramTokenReply) GetToken() string {
  1115. if x != nil {
  1116. return x.Token
  1117. }
  1118. return ""
  1119. }
  1120. func (x *MiniProgramTokenReply) GetAppId() string {
  1121. if x != nil {
  1122. return x.AppId
  1123. }
  1124. return ""
  1125. }
  1126. func (x *MiniProgramTokenReply) GetIsNeedMessage() bool {
  1127. if x != nil {
  1128. return x.IsNeedMessage
  1129. }
  1130. return false
  1131. }
  1132. type DebugLoginRequest struct {
  1133. state protoimpl.MessageState
  1134. sizeCache protoimpl.SizeCache
  1135. unknownFields protoimpl.UnknownFields
  1136. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  1137. Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"`
  1138. }
  1139. func (x *DebugLoginRequest) Reset() {
  1140. *x = DebugLoginRequest{}
  1141. if protoimpl.UnsafeEnabled {
  1142. mi := &file_account_proto_msgTypes[22]
  1143. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1144. ms.StoreMessageInfo(mi)
  1145. }
  1146. }
  1147. func (x *DebugLoginRequest) String() string {
  1148. return protoimpl.X.MessageStringOf(x)
  1149. }
  1150. func (*DebugLoginRequest) ProtoMessage() {}
  1151. func (x *DebugLoginRequest) ProtoReflect() protoreflect.Message {
  1152. mi := &file_account_proto_msgTypes[22]
  1153. if protoimpl.UnsafeEnabled && x != nil {
  1154. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1155. if ms.LoadMessageInfo() == nil {
  1156. ms.StoreMessageInfo(mi)
  1157. }
  1158. return ms
  1159. }
  1160. return mi.MessageOf(x)
  1161. }
  1162. // Deprecated: Use DebugLoginRequest.ProtoReflect.Descriptor instead.
  1163. func (*DebugLoginRequest) Descriptor() ([]byte, []int) {
  1164. return file_account_proto_rawDescGZIP(), []int{22}
  1165. }
  1166. func (x *DebugLoginRequest) GetId() int64 {
  1167. if x != nil {
  1168. return x.Id
  1169. }
  1170. return 0
  1171. }
  1172. func (x *DebugLoginRequest) GetCode() string {
  1173. if x != nil {
  1174. return x.Code
  1175. }
  1176. return ""
  1177. }
  1178. type LoginToken struct {
  1179. state protoimpl.MessageState
  1180. sizeCache protoimpl.SizeCache
  1181. unknownFields protoimpl.UnknownFields
  1182. Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid"`
  1183. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"`
  1184. }
  1185. func (x *LoginToken) Reset() {
  1186. *x = LoginToken{}
  1187. if protoimpl.UnsafeEnabled {
  1188. mi := &file_account_proto_msgTypes[23]
  1189. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1190. ms.StoreMessageInfo(mi)
  1191. }
  1192. }
  1193. func (x *LoginToken) String() string {
  1194. return protoimpl.X.MessageStringOf(x)
  1195. }
  1196. func (*LoginToken) ProtoMessage() {}
  1197. func (x *LoginToken) ProtoReflect() protoreflect.Message {
  1198. mi := &file_account_proto_msgTypes[23]
  1199. if protoimpl.UnsafeEnabled && x != nil {
  1200. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1201. if ms.LoadMessageInfo() == nil {
  1202. ms.StoreMessageInfo(mi)
  1203. }
  1204. return ms
  1205. }
  1206. return mi.MessageOf(x)
  1207. }
  1208. // Deprecated: Use LoginToken.ProtoReflect.Descriptor instead.
  1209. func (*LoginToken) Descriptor() ([]byte, []int) {
  1210. return file_account_proto_rawDescGZIP(), []int{23}
  1211. }
  1212. func (x *LoginToken) GetPid() string {
  1213. if x != nil {
  1214. return x.Pid
  1215. }
  1216. return ""
  1217. }
  1218. func (x *LoginToken) GetType() string {
  1219. if x != nil {
  1220. return x.Type
  1221. }
  1222. return ""
  1223. }
  1224. var File_account_proto protoreflect.FileDescriptor
  1225. var file_account_proto_rawDesc = []byte{
  1226. 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  1227. 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x1c, 0x67, 0x6f,
  1228. 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  1229. 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f,
  1230. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72,
  1231. 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74,
  1232. 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  1233. 0x22, 0x3b, 0x0a, 0x21, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x53, 0x75,
  1234. 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65,
  1235. 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x18,
  1236. 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x4e, 0x0a,
  1237. 0x2c, 0x46, 0x69, 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41,
  1238. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73, 0x53, 0x75, 0x62,
  1239. 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a,
  1240. 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
  1241. 0x03, 0x52, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x22, 0x6a, 0x0a,
  1242. 0x2a, 0x46, 0x69, 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41,
  1243. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73, 0x53, 0x75, 0x62,
  1244. 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x3c, 0x0a, 0x04, 0x6c,
  1245. 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  1246. 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e,
  1247. 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x49,
  1248. 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x7d, 0x0a, 0x1b, 0x46, 0x69, 0x6e,
  1249. 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75,
  1250. 0x6e, 0x74, 0x49, 0x44, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e,
  1251. 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64,
  1252. 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  1253. 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1254. 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75,
  1255. 0x6e, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01,
  1256. 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xb0, 0x04, 0x0a, 0x14, 0x47, 0x65, 0x74,
  1257. 0x47, 0x65, 0x74, 0x47, 0x7a, 0x68, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c,
  1258. 0x79, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  1259. 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
  1260. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69,
  1261. 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69,
  1262. 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x72, 0x69, 0x76, 0x61,
  1263. 0x63, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28,
  1264. 0x09, 0x52, 0x10, 0x70, 0x72, 0x69, 0x76, 0x61, 0x63, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79,
  1265. 0x55, 0x72, 0x6c, 0x12, 0x2a, 0x0a, 0x10, 0x75, 0x73, 0x65, 0x72, 0x41, 0x67, 0x72, 0x65, 0x65,
  1266. 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x75,
  1267. 0x73, 0x65, 0x72, 0x41, 0x67, 0x72, 0x65, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x72, 0x6c, 0x12,
  1268. 0x3a, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
  1269. 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28,
  1270. 0x09, 0x52, 0x18, 0x6e, 0x6f, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
  1271. 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x12, 0x3a, 0x0a, 0x18, 0x63,
  1272. 0x68, 0x61, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x54, 0x65, 0x6d, 0x70,
  1273. 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x18, 0x63,
  1274. 0x68, 0x61, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x54, 0x65, 0x6d, 0x70,
  1275. 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x12, 0x42, 0x0a, 0x1c, 0x72, 0x65, 0x67, 0x69, 0x73,
  1276. 0x74, 0x65, 0x72, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x54, 0x65, 0x6d, 0x70,
  1277. 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x1c, 0x72,
  1278. 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
  1279. 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x63,
  1280. 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
  1281. 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x69,
  1282. 0x73, 0x4f, 0x70, 0x65, 0x6e, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28,
  1283. 0x08, 0x52, 0x0c, 0x69, 0x73, 0x4f, 0x70, 0x65, 0x6e, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12,
  1284. 0x1e, 0x0a, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x18, 0x0b, 0x20,
  1285. 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x12,
  1286. 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x69, 0x76, 0x61, 0x63, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79,
  1287. 0x48, 0x54, 0x4d, 0x4c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x69, 0x76,
  1288. 0x61, 0x63, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x48, 0x54, 0x4d, 0x4c, 0x12, 0x2c, 0x0a,
  1289. 0x11, 0x75, 0x73, 0x65, 0x72, 0x41, 0x67, 0x72, 0x65, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x48, 0x54,
  1290. 0x4d, 0x4c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x75, 0x73, 0x65, 0x72, 0x41, 0x67,
  1291. 0x72, 0x65, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x48, 0x54, 0x4d, 0x4c, 0x22, 0x53, 0x0a, 0x1d, 0x47,
  1292. 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f,
  1293. 0x75, 0x6e, 0x74, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09,
  1294. 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
  1295. 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70,
  1296. 0x70, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64,
  1297. 0x22, 0x5f, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42,
  1298. 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12,
  1299. 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  1300. 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64,
  1301. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x12, 0x0a,
  1302. 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70,
  1303. 0x65, 0x22, 0x26, 0x0a, 0x10, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x52, 0x65,
  1304. 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20,
  1305. 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x22, 0x28, 0x0a, 0x0e, 0x43, 0x68, 0x65,
  1306. 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x69,
  1307. 0x73, 0x50, 0x61, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x50,
  1308. 0x61, 0x73, 0x73, 0x22, 0x23, 0x0a, 0x07, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x44, 0x12, 0x18,
  1309. 0x0a, 0x07, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  1310. 0x07, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x64, 0x22, 0x22, 0x0a, 0x0c, 0x4d, 0x61, 0x74, 0x65,
  1311. 0x72, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b,
  1312. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x22, 0x31, 0x0a, 0x13,
  1313. 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x52, 0x65,
  1314. 0x70, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18,
  1315. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x22,
  1316. 0x31, 0x0a, 0x11, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x52,
  1317. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72,
  1318. 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55,
  1319. 0x72, 0x6c, 0x22, 0x2b, 0x0a, 0x15, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74,
  1320. 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6c,
  1321. 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22,
  1322. 0x45, 0x0a, 0x15, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49,
  1323. 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e,
  1324. 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64,
  1325. 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  1326. 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x20, 0x0a, 0x0c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69,
  1327. 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20,
  1328. 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x64, 0x22, 0x96, 0x01, 0x0a, 0x0a, 0x55, 0x73, 0x65,
  1329. 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x42, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
  1330. 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e,
  1331. 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e,
  1332. 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c,
  1333. 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72,
  1334. 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
  1335. 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05,
  1336. 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65,
  1337. 0x64, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69,
  1338. 0x74, 0x22, 0x99, 0x01, 0x0a, 0x0d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66,
  1339. 0x6f, 0x44, 0x42, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  1340. 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18,
  1341. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12,
  1342. 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01,
  1343. 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a,
  1344. 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68,
  1345. 0x6f, 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
  1346. 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18,
  1347. 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x22, 0x39, 0x0a,
  1348. 0x1f, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x69,
  1349. 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1350. 0x12, 0x16, 0x0a, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  1351. 0x52, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x8a, 0x01, 0x0a, 0x14, 0x41, 0x75, 0x74,
  1352. 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  1353. 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
  1354. 0x09, 0x52, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70,
  1355. 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12,
  1356. 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74,
  1357. 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65, 0x6e, 0x49,
  1358. 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65,
  1359. 0x6e, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
  1360. 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x38, 0x0a, 0x0a, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65,
  1361. 0x70, 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01,
  1362. 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70,
  1363. 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22,
  1364. 0x69, 0x0a, 0x15, 0x4d, 0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x54, 0x6f,
  1365. 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65,
  1366. 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x14,
  1367. 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
  1368. 0x70, 0x70, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x4e, 0x65, 0x65, 0x64, 0x4d, 0x65,
  1369. 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73, 0x4e,
  1370. 0x65, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x37, 0x0a, 0x11, 0x44, 0x65,
  1371. 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  1372. 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12,
  1373. 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
  1374. 0x6f, 0x64, 0x65, 0x22, 0x32, 0x0a, 0x0a, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x54, 0x6f, 0x6b, 0x65,
  1375. 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
  1376. 0x70, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
  1377. 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0xef, 0x13, 0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f,
  1378. 0x75, 0x6e, 0x74, 0x12, 0x62, 0x0a, 0x0a, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69,
  1379. 0x6e, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
  1380. 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  1381. 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
  1382. 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1b, 0x82, 0xd3, 0xe4, 0x93,
  1383. 0x02, 0x15, 0x22, 0x10, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x64,
  1384. 0x65, 0x62, 0x75, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x70, 0x0a, 0x0d, 0x41, 0x75, 0x74, 0x68, 0x6f,
  1385. 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61,
  1386. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61,
  1387. 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70,
  1388. 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52,
  1389. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61,
  1390. 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69,
  1391. 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x9d, 0x01, 0x0a, 0x18, 0x41, 0x75,
  1392. 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x69, 0x6e, 0x69, 0x50,
  1393. 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x12, 0x2c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63,
  1394. 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69,
  1395. 0x6f, 0x6e, 0x4d, 0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x52, 0x65, 0x71,
  1396. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75,
  1397. 0x6e, 0x74, 0x2e, 0x4d, 0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x54, 0x6f,
  1398. 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x2f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29,
  1399. 0x22, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x61, 0x75, 0x74,
  1400. 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6d, 0x69, 0x6e, 0x69, 0x70,
  1401. 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x3a, 0x01, 0x2a, 0x12, 0x6e, 0x0a, 0x0e, 0x52, 0x61, 0x6e,
  1402. 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x2e, 0x61, 0x70,
  1403. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a,
  1404. 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x61,
  1405. 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x70, 0x6c,
  1406. 0x79, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  1407. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x6e, 0x69,
  1408. 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x68, 0x0a, 0x0c, 0x52, 0x61, 0x6e,
  1409. 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  1410. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e,
  1411. 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x61, 0x6e, 0x64,
  1412. 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x24, 0x82,
  1413. 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  1414. 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
  1415. 0x3a, 0x01, 0x2a, 0x12, 0x6c, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x47, 0x65, 0x74, 0x47, 0x7a, 0x68,
  1416. 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  1417. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x21,
  1418. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x47, 0x65, 0x74,
  1419. 0x47, 0x65, 0x74, 0x47, 0x7a, 0x68, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c,
  1420. 0x79, 0x22, 0x1e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x22, 0x13, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  1421. 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x67, 0x7a, 0x68, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x3a, 0x01,
  1422. 0x2a, 0x12, 0x90, 0x01, 0x0a, 0x1a, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
  1423. 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  1424. 0x12, 0x2e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x53,
  1425. 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
  1426. 0x62, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1427. 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  1428. 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24,
  1429. 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x73, 0x75,
  1430. 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
  1431. 0x63, 0x3a, 0x01, 0x2a, 0x12, 0x4c, 0x0a, 0x10, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76,
  1432. 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1433. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x61,
  1434. 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f,
  1435. 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79,
  1436. 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
  1437. 0x79, 0x42, 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49,
  1438. 0x44, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
  1439. 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65,
  1440. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f,
  1441. 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f,
  1442. 0x12, 0x65, 0x0a, 0x24, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x42,
  1443. 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x41,
  1444. 0x6e, 0x64, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61,
  1445. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64,
  1446. 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61,
  1447. 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74,
  1448. 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x40, 0x0a, 0x10, 0x46, 0x69, 0x6e, 0x64, 0x54,
  1449. 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x79, 0x53, 0x65, 0x78, 0x12, 0x12, 0x2e, 0x61, 0x70,
  1450. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a,
  1451. 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67,
  1452. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x3a, 0x0a, 0x0d, 0x46, 0x69, 0x6e,
  1453. 0x64, 0x54, 0x61, 0x67, 0x73, 0x42, 0x79, 0x49, 0x44, 0x73, 0x12, 0x0f, 0x2e, 0x61, 0x70, 0x69,
  1454. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x64, 0x73, 0x1a, 0x18, 0x2e, 0x61, 0x70,
  1455. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74,
  1456. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x70, 0x0a, 0x0f, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x49,
  1457. 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1458. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x61,
  1459. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d,
  1460. 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x27,
  1461. 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d,
  1462. 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f,
  1463. 0x64, 0x75, 0x63, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x74, 0x0a, 0x13, 0x55, 0x70, 0x6c, 0x6f, 0x61,
  1464. 0x64, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x14,
  1465. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d, 0x65, 0x64,
  1466. 0x69, 0x61, 0x49, 0x44, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75,
  1467. 0x6e, 0x74, 0x2e, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x22,
  1468. 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f,
  1469. 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2f, 0x75, 0x70,
  1470. 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x41, 0x0a,
  1471. 0x0e, 0x46, 0x69, 0x6e, 0x64, 0x4d, 0x65, 0x6d, 0x65, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12,
  1472. 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x6d,
  1473. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1474. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00,
  1475. 0x12, 0x4e, 0x0a, 0x0d, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69,
  1476. 0x63, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46,
  1477. 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75,
  1478. 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  1479. 0x2e, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00,
  1480. 0x12, 0x41, 0x0a, 0x0a, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4d, 0x65, 0x6d, 0x65, 0x12, 0x15,
  1481. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64,
  1482. 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  1483. 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73,
  1484. 0x74, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x12, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x53, 0x77, 0x69,
  1485. 0x66, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  1486. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d,
  1487. 0x41, 0x6e, 0x64, 0x53, 0x65, 0x78, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
  1488. 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69,
  1489. 0x73, 0x74, 0x22, 0x00, 0x12, 0x49, 0x0a, 0x09, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78,
  1490. 0x74, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
  1491. 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1492. 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x43,
  1493. 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12,
  1494. 0x76, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x43,
  1495. 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  1496. 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69,
  1497. 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1498. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x43, 0x6f,
  1499. 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1c, 0x82, 0xd3, 0xe4, 0x93, 0x02,
  1500. 0x16, 0x22, 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x63, 0x6f,
  1501. 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x70, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x49, 0x64,
  1502. 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49,
  1503. 0x44, 0x12, 0x2a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
  1504. 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63,
  1505. 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e,
  1506. 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x49,
  1507. 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  1508. 0x49, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x7e, 0x0a, 0x24, 0x47, 0x65, 0x74,
  1509. 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1510. 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62,
  1511. 0x65, 0x12, 0x2a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
  1512. 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63,
  1513. 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e,
  1514. 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x49,
  1515. 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  1516. 0x49, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x25, 0x46, 0x69,
  1517. 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f,
  1518. 0x75, 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72,
  1519. 0x69, 0x62, 0x65, 0x12, 0x39, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1520. 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79,
  1521. 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73, 0x53, 0x75,
  1522. 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37,
  1523. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x46, 0x69, 0x6e,
  1524. 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75,
  1525. 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
  1526. 0x62, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4d, 0x0a, 0x0d, 0x55, 0x73, 0x65,
  1527. 0x72, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69,
  1528. 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41,
  1529. 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16,
  1530. 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  1531. 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x0f, 0x55, 0x73, 0x65, 0x72,
  1532. 0x55, 0x6e, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x22, 0x2e, 0x61, 0x70,
  1533. 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44,
  1534. 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  1535. 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  1536. 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x46, 0x0a, 0x0b, 0x61, 0x70, 0x69,
  1537. 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x01, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x2e,
  1538. 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65,
  1539. 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70,
  1540. 0x69, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x3b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1541. 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1542. }
  1543. var (
  1544. file_account_proto_rawDescOnce sync.Once
  1545. file_account_proto_rawDescData = file_account_proto_rawDesc
  1546. )
  1547. func file_account_proto_rawDescGZIP() []byte {
  1548. file_account_proto_rawDescOnce.Do(func() {
  1549. file_account_proto_rawDescData = protoimpl.X.CompressGZIP(file_account_proto_rawDescData)
  1550. })
  1551. return file_account_proto_rawDescData
  1552. }
  1553. var file_account_proto_msgTypes = make([]protoimpl.MessageInfo, 24)
  1554. var file_account_proto_goTypes = []interface{}{
  1555. (*StatisticsSubscribeMessageRequest)(nil), // 0: api.account.StatisticsSubscribeMessageRequest
  1556. (*FindIdentifyByAccountIDAndIsSubscribeRequest)(nil), // 1: api.account.FindIdentifyByAccountIDAndIsSubscribeRequest
  1557. (*FindIdentifyByAccountIDAndIsSubscribeReply)(nil), // 2: api.account.FindIdentifyByAccountIDAndIsSubscribeReply
  1558. (*FindIdentifyByAccountIDInfo)(nil), // 3: api.account.FindIdentifyByAccountIDInfo
  1559. (*GetGetGzhConfigReply)(nil), // 4: api.account.GetGetGzhConfigReply
  1560. (*GetIdentifyByAccountIDRequest)(nil), // 5: api.account.GetIdentifyByAccountIDRequest
  1561. (*GetIdentifyByAccountIDReply)(nil), // 6: api.account.GetIdentifyByAccountIDReply
  1562. (*CheckTextRequest)(nil), // 7: api.account.CheckTextRequest
  1563. (*CheckTextReply)(nil), // 8: api.account.CheckTextReply
  1564. (*MediaID)(nil), // 9: api.account.MediaID
  1565. (*MaterialLink)(nil), // 10: api.account.MaterialLink
  1566. (*RandomNicknameReply)(nil), // 11: api.account.RandomNicknameReply
  1567. (*RandomAvatarReply)(nil), // 12: api.account.RandomAvatarReply
  1568. (*RandomAvatarListReply)(nil), // 13: api.account.RandomAvatarListReply
  1569. (*OpenIDAndAppIDRequest)(nil), // 14: api.account.OpenIDAndAppIDRequest
  1570. (*IdentityInfo)(nil), // 15: api.account.IdentityInfo
  1571. (*UserInfoDB)(nil), // 16: api.account.UserInfoDB
  1572. (*PartnerInfoDB)(nil), // 17: api.account.PartnerInfoDB
  1573. (*AuthorizationMiniProgramRequest)(nil), // 18: api.account.AuthorizationMiniProgramRequest
  1574. (*AuthorizationRequest)(nil), // 19: api.account.AuthorizationRequest
  1575. (*TokenReply)(nil), // 20: api.account.TokenReply
  1576. (*MiniProgramTokenReply)(nil), // 21: api.account.MiniProgramTokenReply
  1577. (*DebugLoginRequest)(nil), // 22: api.account.DebugLoginRequest
  1578. (*LoginToken)(nil), // 23: api.account.LoginToken
  1579. (*common.SexReq)(nil), // 24: api.common.SexReq
  1580. (*emptypb.Empty)(nil), // 25: google.protobuf.Empty
  1581. (*common.Ids)(nil), // 26: api.common.Ids
  1582. (*common.MemeRequest)(nil), // 27: api.common.MemeRequest
  1583. (*common.FindChatTopicRequest)(nil), // 28: api.common.FindChatTopicRequest
  1584. (*common.RandomNum)(nil), // 29: api.common.RandomNum
  1585. (*common.RandomNumAndSex)(nil), // 30: api.common.RandomNumAndSex
  1586. (*common.GetLoginConfigRequest)(nil), // 31: api.common.GetLoginConfigRequest
  1587. (*common.TagListReply)(nil), // 32: api.common.TagListReply
  1588. (*common.RandomIntroduceReply)(nil), // 33: api.common.RandomIntroduceReply
  1589. (*common.MemeList)(nil), // 34: api.common.MemeList
  1590. (*common.ChatTopicList)(nil), // 35: api.common.ChatTopicList
  1591. (*common.CommonTextList)(nil), // 36: api.common.CommonTextList
  1592. (*common.GetLoginConfigReply)(nil), // 37: api.common.GetLoginConfigReply
  1593. }
  1594. var file_account_proto_depIdxs = []int32{
  1595. 3, // 0: api.account.FindIdentifyByAccountIDAndIsSubscribeReply.list:type_name -> api.account.FindIdentifyByAccountIDInfo
  1596. 22, // 1: api.account.Account.DebugLogin:input_type -> api.account.DebugLoginRequest
  1597. 19, // 2: api.account.Account.Authorization:input_type -> api.account.AuthorizationRequest
  1598. 18, // 3: api.account.Account.AuthorizationMiniProgram:input_type -> api.account.AuthorizationMiniProgramRequest
  1599. 24, // 4: api.account.Account.RandomNickname:input_type -> api.common.SexReq
  1600. 24, // 5: api.account.Account.RandomAvatar:input_type -> api.common.SexReq
  1601. 25, // 6: api.account.Account.GetGetGzhConfig:input_type -> google.protobuf.Empty
  1602. 0, // 7: api.account.Account.StatisticsSubscribeMessage:input_type -> api.account.StatisticsSubscribeMessageRequest
  1603. 24, // 8: api.account.Account.RandomAvatarList:input_type -> api.common.SexReq
  1604. 14, // 9: api.account.Account.GetIdentityByOpenIDAndAppID:input_type -> api.account.OpenIDAndAppIDRequest
  1605. 14, // 10: api.account.Account.GetIdentityByOpenIDAndAppIDAndCreate:input_type -> api.account.OpenIDAndAppIDRequest
  1606. 24, // 11: api.account.Account.FindTagListBySex:input_type -> api.common.SexReq
  1607. 26, // 12: api.account.Account.FindTagsByIDs:input_type -> api.common.Ids
  1608. 24, // 13: api.account.Account.RandomIntroduce:input_type -> api.common.SexReq
  1609. 9, // 14: api.account.Account.UploadMaterialVoice:input_type -> api.account.MediaID
  1610. 27, // 15: api.account.Account.FindMemeByType:input_type -> api.common.MemeRequest
  1611. 28, // 16: api.account.Account.FindChatTopic:input_type -> api.common.FindChatTopicRequest
  1612. 29, // 17: api.account.Account.RandomMeme:input_type -> api.common.RandomNum
  1613. 30, // 18: api.account.Account.RandomSwiftMessage:input_type -> api.common.RandomNumAndSex
  1614. 7, // 19: api.account.Account.CheckText:input_type -> api.account.CheckTextRequest
  1615. 31, // 20: api.account.Account.GetUserLoginConfig:input_type -> api.common.GetLoginConfigRequest
  1616. 5, // 21: api.account.Account.GetIdentifyByAccountID:input_type -> api.account.GetIdentifyByAccountIDRequest
  1617. 5, // 22: api.account.Account.GetIdentifyByAccountIDAndIsSubscribe:input_type -> api.account.GetIdentifyByAccountIDRequest
  1618. 1, // 23: api.account.Account.FindIdentifyByAccountIDAndIsSubscribe:input_type -> api.account.FindIdentifyByAccountIDAndIsSubscribeRequest
  1619. 14, // 24: api.account.Account.UserSubscribe:input_type -> api.account.OpenIDAndAppIDRequest
  1620. 14, // 25: api.account.Account.UserUnsubscribe:input_type -> api.account.OpenIDAndAppIDRequest
  1621. 20, // 26: api.account.Account.DebugLogin:output_type -> api.account.TokenReply
  1622. 20, // 27: api.account.Account.Authorization:output_type -> api.account.TokenReply
  1623. 21, // 28: api.account.Account.AuthorizationMiniProgram:output_type -> api.account.MiniProgramTokenReply
  1624. 11, // 29: api.account.Account.RandomNickname:output_type -> api.account.RandomNicknameReply
  1625. 12, // 30: api.account.Account.RandomAvatar:output_type -> api.account.RandomAvatarReply
  1626. 4, // 31: api.account.Account.GetGetGzhConfig:output_type -> api.account.GetGetGzhConfigReply
  1627. 25, // 32: api.account.Account.StatisticsSubscribeMessage:output_type -> google.protobuf.Empty
  1628. 13, // 33: api.account.Account.RandomAvatarList:output_type -> api.account.RandomAvatarListReply
  1629. 15, // 34: api.account.Account.GetIdentityByOpenIDAndAppID:output_type -> api.account.IdentityInfo
  1630. 15, // 35: api.account.Account.GetIdentityByOpenIDAndAppIDAndCreate:output_type -> api.account.IdentityInfo
  1631. 32, // 36: api.account.Account.FindTagListBySex:output_type -> api.common.TagListReply
  1632. 32, // 37: api.account.Account.FindTagsByIDs:output_type -> api.common.TagListReply
  1633. 33, // 38: api.account.Account.RandomIntroduce:output_type -> api.common.RandomIntroduceReply
  1634. 10, // 39: api.account.Account.UploadMaterialVoice:output_type -> api.account.MaterialLink
  1635. 34, // 40: api.account.Account.FindMemeByType:output_type -> api.common.MemeList
  1636. 35, // 41: api.account.Account.FindChatTopic:output_type -> api.common.ChatTopicList
  1637. 36, // 42: api.account.Account.RandomMeme:output_type -> api.common.CommonTextList
  1638. 36, // 43: api.account.Account.RandomSwiftMessage:output_type -> api.common.CommonTextList
  1639. 8, // 44: api.account.Account.CheckText:output_type -> api.account.CheckTextReply
  1640. 37, // 45: api.account.Account.GetUserLoginConfig:output_type -> api.common.GetLoginConfigReply
  1641. 6, // 46: api.account.Account.GetIdentifyByAccountID:output_type -> api.account.GetIdentifyByAccountIDReply
  1642. 6, // 47: api.account.Account.GetIdentifyByAccountIDAndIsSubscribe:output_type -> api.account.GetIdentifyByAccountIDReply
  1643. 2, // 48: api.account.Account.FindIdentifyByAccountIDAndIsSubscribe:output_type -> api.account.FindIdentifyByAccountIDAndIsSubscribeReply
  1644. 25, // 49: api.account.Account.UserSubscribe:output_type -> google.protobuf.Empty
  1645. 25, // 50: api.account.Account.UserUnsubscribe:output_type -> google.protobuf.Empty
  1646. 26, // [26:51] is the sub-list for method output_type
  1647. 1, // [1:26] is the sub-list for method input_type
  1648. 1, // [1:1] is the sub-list for extension type_name
  1649. 1, // [1:1] is the sub-list for extension extendee
  1650. 0, // [0:1] is the sub-list for field type_name
  1651. }
  1652. func init() { file_account_proto_init() }
  1653. func file_account_proto_init() {
  1654. if File_account_proto != nil {
  1655. return
  1656. }
  1657. if !protoimpl.UnsafeEnabled {
  1658. file_account_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1659. switch v := v.(*StatisticsSubscribeMessageRequest); i {
  1660. case 0:
  1661. return &v.state
  1662. case 1:
  1663. return &v.sizeCache
  1664. case 2:
  1665. return &v.unknownFields
  1666. default:
  1667. return nil
  1668. }
  1669. }
  1670. file_account_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1671. switch v := v.(*FindIdentifyByAccountIDAndIsSubscribeRequest); i {
  1672. case 0:
  1673. return &v.state
  1674. case 1:
  1675. return &v.sizeCache
  1676. case 2:
  1677. return &v.unknownFields
  1678. default:
  1679. return nil
  1680. }
  1681. }
  1682. file_account_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1683. switch v := v.(*FindIdentifyByAccountIDAndIsSubscribeReply); i {
  1684. case 0:
  1685. return &v.state
  1686. case 1:
  1687. return &v.sizeCache
  1688. case 2:
  1689. return &v.unknownFields
  1690. default:
  1691. return nil
  1692. }
  1693. }
  1694. file_account_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1695. switch v := v.(*FindIdentifyByAccountIDInfo); i {
  1696. case 0:
  1697. return &v.state
  1698. case 1:
  1699. return &v.sizeCache
  1700. case 2:
  1701. return &v.unknownFields
  1702. default:
  1703. return nil
  1704. }
  1705. }
  1706. file_account_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1707. switch v := v.(*GetGetGzhConfigReply); i {
  1708. case 0:
  1709. return &v.state
  1710. case 1:
  1711. return &v.sizeCache
  1712. case 2:
  1713. return &v.unknownFields
  1714. default:
  1715. return nil
  1716. }
  1717. }
  1718. file_account_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1719. switch v := v.(*GetIdentifyByAccountIDRequest); i {
  1720. case 0:
  1721. return &v.state
  1722. case 1:
  1723. return &v.sizeCache
  1724. case 2:
  1725. return &v.unknownFields
  1726. default:
  1727. return nil
  1728. }
  1729. }
  1730. file_account_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1731. switch v := v.(*GetIdentifyByAccountIDReply); i {
  1732. case 0:
  1733. return &v.state
  1734. case 1:
  1735. return &v.sizeCache
  1736. case 2:
  1737. return &v.unknownFields
  1738. default:
  1739. return nil
  1740. }
  1741. }
  1742. file_account_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1743. switch v := v.(*CheckTextRequest); i {
  1744. case 0:
  1745. return &v.state
  1746. case 1:
  1747. return &v.sizeCache
  1748. case 2:
  1749. return &v.unknownFields
  1750. default:
  1751. return nil
  1752. }
  1753. }
  1754. file_account_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1755. switch v := v.(*CheckTextReply); i {
  1756. case 0:
  1757. return &v.state
  1758. case 1:
  1759. return &v.sizeCache
  1760. case 2:
  1761. return &v.unknownFields
  1762. default:
  1763. return nil
  1764. }
  1765. }
  1766. file_account_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1767. switch v := v.(*MediaID); i {
  1768. case 0:
  1769. return &v.state
  1770. case 1:
  1771. return &v.sizeCache
  1772. case 2:
  1773. return &v.unknownFields
  1774. default:
  1775. return nil
  1776. }
  1777. }
  1778. file_account_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1779. switch v := v.(*MaterialLink); i {
  1780. case 0:
  1781. return &v.state
  1782. case 1:
  1783. return &v.sizeCache
  1784. case 2:
  1785. return &v.unknownFields
  1786. default:
  1787. return nil
  1788. }
  1789. }
  1790. file_account_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1791. switch v := v.(*RandomNicknameReply); i {
  1792. case 0:
  1793. return &v.state
  1794. case 1:
  1795. return &v.sizeCache
  1796. case 2:
  1797. return &v.unknownFields
  1798. default:
  1799. return nil
  1800. }
  1801. }
  1802. file_account_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1803. switch v := v.(*RandomAvatarReply); i {
  1804. case 0:
  1805. return &v.state
  1806. case 1:
  1807. return &v.sizeCache
  1808. case 2:
  1809. return &v.unknownFields
  1810. default:
  1811. return nil
  1812. }
  1813. }
  1814. file_account_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1815. switch v := v.(*RandomAvatarListReply); i {
  1816. case 0:
  1817. return &v.state
  1818. case 1:
  1819. return &v.sizeCache
  1820. case 2:
  1821. return &v.unknownFields
  1822. default:
  1823. return nil
  1824. }
  1825. }
  1826. file_account_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
  1827. switch v := v.(*OpenIDAndAppIDRequest); i {
  1828. case 0:
  1829. return &v.state
  1830. case 1:
  1831. return &v.sizeCache
  1832. case 2:
  1833. return &v.unknownFields
  1834. default:
  1835. return nil
  1836. }
  1837. }
  1838. file_account_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
  1839. switch v := v.(*IdentityInfo); i {
  1840. case 0:
  1841. return &v.state
  1842. case 1:
  1843. return &v.sizeCache
  1844. case 2:
  1845. return &v.unknownFields
  1846. default:
  1847. return nil
  1848. }
  1849. }
  1850. file_account_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
  1851. switch v := v.(*UserInfoDB); i {
  1852. case 0:
  1853. return &v.state
  1854. case 1:
  1855. return &v.sizeCache
  1856. case 2:
  1857. return &v.unknownFields
  1858. default:
  1859. return nil
  1860. }
  1861. }
  1862. file_account_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
  1863. switch v := v.(*PartnerInfoDB); i {
  1864. case 0:
  1865. return &v.state
  1866. case 1:
  1867. return &v.sizeCache
  1868. case 2:
  1869. return &v.unknownFields
  1870. default:
  1871. return nil
  1872. }
  1873. }
  1874. file_account_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
  1875. switch v := v.(*AuthorizationMiniProgramRequest); i {
  1876. case 0:
  1877. return &v.state
  1878. case 1:
  1879. return &v.sizeCache
  1880. case 2:
  1881. return &v.unknownFields
  1882. default:
  1883. return nil
  1884. }
  1885. }
  1886. file_account_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
  1887. switch v := v.(*AuthorizationRequest); i {
  1888. case 0:
  1889. return &v.state
  1890. case 1:
  1891. return &v.sizeCache
  1892. case 2:
  1893. return &v.unknownFields
  1894. default:
  1895. return nil
  1896. }
  1897. }
  1898. file_account_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
  1899. switch v := v.(*TokenReply); i {
  1900. case 0:
  1901. return &v.state
  1902. case 1:
  1903. return &v.sizeCache
  1904. case 2:
  1905. return &v.unknownFields
  1906. default:
  1907. return nil
  1908. }
  1909. }
  1910. file_account_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
  1911. switch v := v.(*MiniProgramTokenReply); i {
  1912. case 0:
  1913. return &v.state
  1914. case 1:
  1915. return &v.sizeCache
  1916. case 2:
  1917. return &v.unknownFields
  1918. default:
  1919. return nil
  1920. }
  1921. }
  1922. file_account_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
  1923. switch v := v.(*DebugLoginRequest); i {
  1924. case 0:
  1925. return &v.state
  1926. case 1:
  1927. return &v.sizeCache
  1928. case 2:
  1929. return &v.unknownFields
  1930. default:
  1931. return nil
  1932. }
  1933. }
  1934. file_account_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
  1935. switch v := v.(*LoginToken); i {
  1936. case 0:
  1937. return &v.state
  1938. case 1:
  1939. return &v.sizeCache
  1940. case 2:
  1941. return &v.unknownFields
  1942. default:
  1943. return nil
  1944. }
  1945. }
  1946. }
  1947. type x struct{}
  1948. out := protoimpl.TypeBuilder{
  1949. File: protoimpl.DescBuilder{
  1950. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1951. RawDescriptor: file_account_proto_rawDesc,
  1952. NumEnums: 0,
  1953. NumMessages: 24,
  1954. NumExtensions: 0,
  1955. NumServices: 1,
  1956. },
  1957. GoTypes: file_account_proto_goTypes,
  1958. DependencyIndexes: file_account_proto_depIdxs,
  1959. MessageInfos: file_account_proto_msgTypes,
  1960. }.Build()
  1961. File_account_proto = out.File
  1962. file_account_proto_rawDesc = nil
  1963. file_account_proto_goTypes = nil
  1964. file_account_proto_depIdxs = nil
  1965. }