account.pb.go 86 KB

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