wx.pb.go 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1-devel
  4. // protoc v3.21.8
  5. // source: wx.proto
  6. package wx
  7. import (
  8. account "git.ikuban.com/server/pw-protobuf/api/account"
  9. common "git.ikuban.com/server/pw-protobuf/api/common"
  10. _ "google.golang.org/genproto/googleapis/api/annotations"
  11. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  12. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  13. emptypb "google.golang.org/protobuf/types/known/emptypb"
  14. reflect "reflect"
  15. sync "sync"
  16. )
  17. const (
  18. // Verify that this generated code is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  20. // Verify that runtime/protoimpl is sufficiently up-to-date.
  21. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  22. )
  23. type GetWxGzhQrcodeRequest struct {
  24. state protoimpl.MessageState
  25. sizeCache protoimpl.SizeCache
  26. unknownFields protoimpl.UnknownFields
  27. ShareId int64 `protobuf:"varint,1,opt,name=shareId,proto3" json:"shareId"` // 分享码ID
  28. }
  29. func (x *GetWxGzhQrcodeRequest) Reset() {
  30. *x = GetWxGzhQrcodeRequest{}
  31. if protoimpl.UnsafeEnabled {
  32. mi := &file_wx_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. }
  37. func (x *GetWxGzhQrcodeRequest) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*GetWxGzhQrcodeRequest) ProtoMessage() {}
  41. func (x *GetWxGzhQrcodeRequest) ProtoReflect() protoreflect.Message {
  42. mi := &file_wx_proto_msgTypes[0]
  43. if protoimpl.UnsafeEnabled && x != nil {
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. if ms.LoadMessageInfo() == nil {
  46. ms.StoreMessageInfo(mi)
  47. }
  48. return ms
  49. }
  50. return mi.MessageOf(x)
  51. }
  52. // Deprecated: Use GetWxGzhQrcodeRequest.ProtoReflect.Descriptor instead.
  53. func (*GetWxGzhQrcodeRequest) Descriptor() ([]byte, []int) {
  54. return file_wx_proto_rawDescGZIP(), []int{0}
  55. }
  56. func (x *GetWxGzhQrcodeRequest) GetShareId() int64 {
  57. if x != nil {
  58. return x.ShareId
  59. }
  60. return 0
  61. }
  62. type GetWxGzhQrcodeReply struct {
  63. state protoimpl.MessageState
  64. sizeCache protoimpl.SizeCache
  65. unknownFields protoimpl.UnknownFields
  66. Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url"`
  67. }
  68. func (x *GetWxGzhQrcodeReply) Reset() {
  69. *x = GetWxGzhQrcodeReply{}
  70. if protoimpl.UnsafeEnabled {
  71. mi := &file_wx_proto_msgTypes[1]
  72. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  73. ms.StoreMessageInfo(mi)
  74. }
  75. }
  76. func (x *GetWxGzhQrcodeReply) String() string {
  77. return protoimpl.X.MessageStringOf(x)
  78. }
  79. func (*GetWxGzhQrcodeReply) ProtoMessage() {}
  80. func (x *GetWxGzhQrcodeReply) ProtoReflect() protoreflect.Message {
  81. mi := &file_wx_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 GetWxGzhQrcodeReply.ProtoReflect.Descriptor instead.
  92. func (*GetWxGzhQrcodeReply) Descriptor() ([]byte, []int) {
  93. return file_wx_proto_rawDescGZIP(), []int{1}
  94. }
  95. func (x *GetWxGzhQrcodeReply) GetUrl() string {
  96. if x != nil {
  97. return x.Url
  98. }
  99. return ""
  100. }
  101. type SendAIReplyRequest struct {
  102. state protoimpl.MessageState
  103. sizeCache protoimpl.SizeCache
  104. unknownFields protoimpl.UnknownFields
  105. PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
  106. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  107. RobotId int64 `protobuf:"varint,3,opt,name=robotId,proto3" json:"robotId"`
  108. }
  109. func (x *SendAIReplyRequest) Reset() {
  110. *x = SendAIReplyRequest{}
  111. if protoimpl.UnsafeEnabled {
  112. mi := &file_wx_proto_msgTypes[2]
  113. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  114. ms.StoreMessageInfo(mi)
  115. }
  116. }
  117. func (x *SendAIReplyRequest) String() string {
  118. return protoimpl.X.MessageStringOf(x)
  119. }
  120. func (*SendAIReplyRequest) ProtoMessage() {}
  121. func (x *SendAIReplyRequest) ProtoReflect() protoreflect.Message {
  122. mi := &file_wx_proto_msgTypes[2]
  123. if protoimpl.UnsafeEnabled && x != nil {
  124. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  125. if ms.LoadMessageInfo() == nil {
  126. ms.StoreMessageInfo(mi)
  127. }
  128. return ms
  129. }
  130. return mi.MessageOf(x)
  131. }
  132. // Deprecated: Use SendAIReplyRequest.ProtoReflect.Descriptor instead.
  133. func (*SendAIReplyRequest) Descriptor() ([]byte, []int) {
  134. return file_wx_proto_rawDescGZIP(), []int{2}
  135. }
  136. func (x *SendAIReplyRequest) GetPersonId() string {
  137. if x != nil {
  138. return x.PersonId
  139. }
  140. return ""
  141. }
  142. func (x *SendAIReplyRequest) GetName() string {
  143. if x != nil {
  144. return x.Name
  145. }
  146. return ""
  147. }
  148. func (x *SendAIReplyRequest) GetRobotId() int64 {
  149. if x != nil {
  150. return x.RobotId
  151. }
  152. return 0
  153. }
  154. type OpenIDRequest struct {
  155. state protoimpl.MessageState
  156. sizeCache protoimpl.SizeCache
  157. unknownFields protoimpl.UnknownFields
  158. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  159. }
  160. func (x *OpenIDRequest) Reset() {
  161. *x = OpenIDRequest{}
  162. if protoimpl.UnsafeEnabled {
  163. mi := &file_wx_proto_msgTypes[3]
  164. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  165. ms.StoreMessageInfo(mi)
  166. }
  167. }
  168. func (x *OpenIDRequest) String() string {
  169. return protoimpl.X.MessageStringOf(x)
  170. }
  171. func (*OpenIDRequest) ProtoMessage() {}
  172. func (x *OpenIDRequest) ProtoReflect() protoreflect.Message {
  173. mi := &file_wx_proto_msgTypes[3]
  174. if protoimpl.UnsafeEnabled && x != nil {
  175. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  176. if ms.LoadMessageInfo() == nil {
  177. ms.StoreMessageInfo(mi)
  178. }
  179. return ms
  180. }
  181. return mi.MessageOf(x)
  182. }
  183. // Deprecated: Use OpenIDRequest.ProtoReflect.Descriptor instead.
  184. func (*OpenIDRequest) Descriptor() ([]byte, []int) {
  185. return file_wx_proto_rawDescGZIP(), []int{3}
  186. }
  187. func (x *OpenIDRequest) GetOpenId() string {
  188. if x != nil {
  189. return x.OpenId
  190. }
  191. return ""
  192. }
  193. type GetAccessTokenRequest struct {
  194. state protoimpl.MessageState
  195. sizeCache protoimpl.SizeCache
  196. unknownFields protoimpl.UnknownFields
  197. Appid string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid"`
  198. }
  199. func (x *GetAccessTokenRequest) Reset() {
  200. *x = GetAccessTokenRequest{}
  201. if protoimpl.UnsafeEnabled {
  202. mi := &file_wx_proto_msgTypes[4]
  203. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  204. ms.StoreMessageInfo(mi)
  205. }
  206. }
  207. func (x *GetAccessTokenRequest) String() string {
  208. return protoimpl.X.MessageStringOf(x)
  209. }
  210. func (*GetAccessTokenRequest) ProtoMessage() {}
  211. func (x *GetAccessTokenRequest) ProtoReflect() protoreflect.Message {
  212. mi := &file_wx_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 GetAccessTokenRequest.ProtoReflect.Descriptor instead.
  223. func (*GetAccessTokenRequest) Descriptor() ([]byte, []int) {
  224. return file_wx_proto_rawDescGZIP(), []int{4}
  225. }
  226. func (x *GetAccessTokenRequest) GetAppid() string {
  227. if x != nil {
  228. return x.Appid
  229. }
  230. return ""
  231. }
  232. type GetAccessTokenReply struct {
  233. state protoimpl.MessageState
  234. sizeCache protoimpl.SizeCache
  235. unknownFields protoimpl.UnknownFields
  236. AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token"`
  237. Errcode int64 `protobuf:"varint,2,opt,name=errcode,proto3" json:"errcode"`
  238. Errmsg string `protobuf:"bytes,3,opt,name=errmsg,proto3" json:"errmsg"`
  239. ExpiresIn int64 `protobuf:"varint,4,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in"`
  240. }
  241. func (x *GetAccessTokenReply) Reset() {
  242. *x = GetAccessTokenReply{}
  243. if protoimpl.UnsafeEnabled {
  244. mi := &file_wx_proto_msgTypes[5]
  245. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  246. ms.StoreMessageInfo(mi)
  247. }
  248. }
  249. func (x *GetAccessTokenReply) String() string {
  250. return protoimpl.X.MessageStringOf(x)
  251. }
  252. func (*GetAccessTokenReply) ProtoMessage() {}
  253. func (x *GetAccessTokenReply) ProtoReflect() protoreflect.Message {
  254. mi := &file_wx_proto_msgTypes[5]
  255. if protoimpl.UnsafeEnabled && x != nil {
  256. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  257. if ms.LoadMessageInfo() == nil {
  258. ms.StoreMessageInfo(mi)
  259. }
  260. return ms
  261. }
  262. return mi.MessageOf(x)
  263. }
  264. // Deprecated: Use GetAccessTokenReply.ProtoReflect.Descriptor instead.
  265. func (*GetAccessTokenReply) Descriptor() ([]byte, []int) {
  266. return file_wx_proto_rawDescGZIP(), []int{5}
  267. }
  268. func (x *GetAccessTokenReply) GetAccessToken() string {
  269. if x != nil {
  270. return x.AccessToken
  271. }
  272. return ""
  273. }
  274. func (x *GetAccessTokenReply) GetErrcode() int64 {
  275. if x != nil {
  276. return x.Errcode
  277. }
  278. return 0
  279. }
  280. func (x *GetAccessTokenReply) GetErrmsg() string {
  281. if x != nil {
  282. return x.Errmsg
  283. }
  284. return ""
  285. }
  286. func (x *GetAccessTokenReply) GetExpiresIn() int64 {
  287. if x != nil {
  288. return x.ExpiresIn
  289. }
  290. return 0
  291. }
  292. type GetUserMsgByKeyRequest struct {
  293. state protoimpl.MessageState
  294. sizeCache protoimpl.SizeCache
  295. unknownFields protoimpl.UnknownFields
  296. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key"`
  297. }
  298. func (x *GetUserMsgByKeyRequest) Reset() {
  299. *x = GetUserMsgByKeyRequest{}
  300. if protoimpl.UnsafeEnabled {
  301. mi := &file_wx_proto_msgTypes[6]
  302. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  303. ms.StoreMessageInfo(mi)
  304. }
  305. }
  306. func (x *GetUserMsgByKeyRequest) String() string {
  307. return protoimpl.X.MessageStringOf(x)
  308. }
  309. func (*GetUserMsgByKeyRequest) ProtoMessage() {}
  310. func (x *GetUserMsgByKeyRequest) ProtoReflect() protoreflect.Message {
  311. mi := &file_wx_proto_msgTypes[6]
  312. if protoimpl.UnsafeEnabled && x != nil {
  313. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  314. if ms.LoadMessageInfo() == nil {
  315. ms.StoreMessageInfo(mi)
  316. }
  317. return ms
  318. }
  319. return mi.MessageOf(x)
  320. }
  321. // Deprecated: Use GetUserMsgByKeyRequest.ProtoReflect.Descriptor instead.
  322. func (*GetUserMsgByKeyRequest) Descriptor() ([]byte, []int) {
  323. return file_wx_proto_rawDescGZIP(), []int{6}
  324. }
  325. func (x *GetUserMsgByKeyRequest) GetKey() string {
  326. if x != nil {
  327. return x.Key
  328. }
  329. return ""
  330. }
  331. type GetUserMsgByKeyReply struct {
  332. state protoimpl.MessageState
  333. sizeCache protoimpl.SizeCache
  334. unknownFields protoimpl.UnknownFields
  335. PartnerId string `protobuf:"bytes,1,opt,name=partnerId,proto3" json:"partnerId"`
  336. OpenId string `protobuf:"bytes,2,opt,name=openId,proto3" json:"openId"`
  337. AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId"`
  338. AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"`
  339. }
  340. func (x *GetUserMsgByKeyReply) Reset() {
  341. *x = GetUserMsgByKeyReply{}
  342. if protoimpl.UnsafeEnabled {
  343. mi := &file_wx_proto_msgTypes[7]
  344. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  345. ms.StoreMessageInfo(mi)
  346. }
  347. }
  348. func (x *GetUserMsgByKeyReply) String() string {
  349. return protoimpl.X.MessageStringOf(x)
  350. }
  351. func (*GetUserMsgByKeyReply) ProtoMessage() {}
  352. func (x *GetUserMsgByKeyReply) ProtoReflect() protoreflect.Message {
  353. mi := &file_wx_proto_msgTypes[7]
  354. if protoimpl.UnsafeEnabled && x != nil {
  355. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  356. if ms.LoadMessageInfo() == nil {
  357. ms.StoreMessageInfo(mi)
  358. }
  359. return ms
  360. }
  361. return mi.MessageOf(x)
  362. }
  363. // Deprecated: Use GetUserMsgByKeyReply.ProtoReflect.Descriptor instead.
  364. func (*GetUserMsgByKeyReply) Descriptor() ([]byte, []int) {
  365. return file_wx_proto_rawDescGZIP(), []int{7}
  366. }
  367. func (x *GetUserMsgByKeyReply) GetPartnerId() string {
  368. if x != nil {
  369. return x.PartnerId
  370. }
  371. return ""
  372. }
  373. func (x *GetUserMsgByKeyReply) GetOpenId() string {
  374. if x != nil {
  375. return x.OpenId
  376. }
  377. return ""
  378. }
  379. func (x *GetUserMsgByKeyReply) GetAppId() string {
  380. if x != nil {
  381. return x.AppId
  382. }
  383. return ""
  384. }
  385. func (x *GetUserMsgByKeyReply) GetAppName() string {
  386. if x != nil {
  387. return x.AppName
  388. }
  389. return ""
  390. }
  391. type ReduceUserUnreadRequest struct {
  392. state protoimpl.MessageState
  393. sizeCache protoimpl.SizeCache
  394. unknownFields protoimpl.UnknownFields
  395. AccountId int64 `protobuf:"varint,1,opt,name=accountId,proto3" json:"accountId"`
  396. PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"`
  397. }
  398. func (x *ReduceUserUnreadRequest) Reset() {
  399. *x = ReduceUserUnreadRequest{}
  400. if protoimpl.UnsafeEnabled {
  401. mi := &file_wx_proto_msgTypes[8]
  402. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  403. ms.StoreMessageInfo(mi)
  404. }
  405. }
  406. func (x *ReduceUserUnreadRequest) String() string {
  407. return protoimpl.X.MessageStringOf(x)
  408. }
  409. func (*ReduceUserUnreadRequest) ProtoMessage() {}
  410. func (x *ReduceUserUnreadRequest) ProtoReflect() protoreflect.Message {
  411. mi := &file_wx_proto_msgTypes[8]
  412. if protoimpl.UnsafeEnabled && x != nil {
  413. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  414. if ms.LoadMessageInfo() == nil {
  415. ms.StoreMessageInfo(mi)
  416. }
  417. return ms
  418. }
  419. return mi.MessageOf(x)
  420. }
  421. // Deprecated: Use ReduceUserUnreadRequest.ProtoReflect.Descriptor instead.
  422. func (*ReduceUserUnreadRequest) Descriptor() ([]byte, []int) {
  423. return file_wx_proto_rawDescGZIP(), []int{8}
  424. }
  425. func (x *ReduceUserUnreadRequest) GetAccountId() int64 {
  426. if x != nil {
  427. return x.AccountId
  428. }
  429. return 0
  430. }
  431. func (x *ReduceUserUnreadRequest) GetPersonId() string {
  432. if x != nil {
  433. return x.PersonId
  434. }
  435. return ""
  436. }
  437. type SendNewMessageUnreadReminderRequest struct {
  438. state protoimpl.MessageState
  439. sizeCache protoimpl.SizeCache
  440. unknownFields protoimpl.UnknownFields
  441. PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
  442. SendPersonId string `protobuf:"bytes,2,opt,name=sendPersonId,proto3" json:"sendPersonId"`
  443. }
  444. func (x *SendNewMessageUnreadReminderRequest) Reset() {
  445. *x = SendNewMessageUnreadReminderRequest{}
  446. if protoimpl.UnsafeEnabled {
  447. mi := &file_wx_proto_msgTypes[9]
  448. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  449. ms.StoreMessageInfo(mi)
  450. }
  451. }
  452. func (x *SendNewMessageUnreadReminderRequest) String() string {
  453. return protoimpl.X.MessageStringOf(x)
  454. }
  455. func (*SendNewMessageUnreadReminderRequest) ProtoMessage() {}
  456. func (x *SendNewMessageUnreadReminderRequest) ProtoReflect() protoreflect.Message {
  457. mi := &file_wx_proto_msgTypes[9]
  458. if protoimpl.UnsafeEnabled && x != nil {
  459. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  460. if ms.LoadMessageInfo() == nil {
  461. ms.StoreMessageInfo(mi)
  462. }
  463. return ms
  464. }
  465. return mi.MessageOf(x)
  466. }
  467. // Deprecated: Use SendNewMessageUnreadReminderRequest.ProtoReflect.Descriptor instead.
  468. func (*SendNewMessageUnreadReminderRequest) Descriptor() ([]byte, []int) {
  469. return file_wx_proto_rawDescGZIP(), []int{9}
  470. }
  471. func (x *SendNewMessageUnreadReminderRequest) GetPersonId() string {
  472. if x != nil {
  473. return x.PersonId
  474. }
  475. return ""
  476. }
  477. func (x *SendNewMessageUnreadReminderRequest) GetSendPersonId() string {
  478. if x != nil {
  479. return x.SendPersonId
  480. }
  481. return ""
  482. }
  483. var File_wx_proto protoreflect.FileDescriptor
  484. var file_wx_proto_rawDesc = []byte{
  485. 0x0a, 0x08, 0x77, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x61, 0x70, 0x69, 0x2e,
  486. 0x77, 0x78, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61,
  487. 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  488. 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  489. 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61,
  490. 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  491. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x63, 0x63, 0x6f,
  492. 0x75, 0x6e, 0x74, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  493. 0x6f, 0x22, 0x31, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x57, 0x78, 0x47, 0x7a, 0x68, 0x51, 0x72, 0x63,
  494. 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x68,
  495. 0x61, 0x72, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x73, 0x68, 0x61,
  496. 0x72, 0x65, 0x49, 0x64, 0x22, 0x27, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x57, 0x78, 0x47, 0x7a, 0x68,
  497. 0x51, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x75,
  498. 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0x5e, 0x0a,
  499. 0x12, 0x53, 0x65, 0x6e, 0x64, 0x41, 0x49, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x75,
  500. 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18,
  501. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12,
  502. 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
  503. 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x49, 0x64, 0x18, 0x03,
  504. 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x49, 0x64, 0x22, 0x27, 0x0a,
  505. 0x0d, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16,
  506. 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  507. 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x22, 0x2d, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63,
  508. 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  509. 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
  510. 0x61, 0x70, 0x70, 0x69, 0x64, 0x22, 0x89, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63,
  511. 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x21, 0x0a,
  512. 0x0c, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20,
  513. 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e,
  514. 0x12, 0x18, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
  515. 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72,
  516. 0x72, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6d,
  517. 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x73, 0x5f, 0x69, 0x6e,
  518. 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x73, 0x49,
  519. 0x6e, 0x22, 0x2a, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42,
  520. 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6b,
  521. 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x22, 0x7c, 0x0a,
  522. 0x14, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79,
  523. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
  524. 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65,
  525. 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20,
  526. 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61,
  527. 0x70, 0x70, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49,
  528. 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01,
  529. 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x53, 0x0a, 0x17, 0x52,
  530. 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52,
  531. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  532. 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75,
  533. 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
  534. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
  535. 0x22, 0x65, 0x0a, 0x23, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61,
  536. 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72,
  537. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f,
  538. 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f,
  539. 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x65, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f,
  540. 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x65, 0x6e, 0x64, 0x50,
  541. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x32, 0x81, 0x09, 0x0a, 0x02, 0x57, 0x78, 0x12, 0x42,
  542. 0x0a, 0x0e, 0x43, 0x72, 0x6f, 0x6e, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x55, 0x73, 0x65, 0x72,
  543. 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  544. 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  545. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
  546. 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x16, 0x43, 0x72, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x55, 0x6e,
  547. 0x72, 0x65, 0x61, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x16, 0x2e, 0x67,
  548. 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
  549. 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  550. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x65,
  551. 0x0a, 0x1c, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  552. 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x2b,
  553. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x4d,
  554. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d, 0x69,
  555. 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
  556. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
  557. 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x1e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77,
  558. 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52,
  559. 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  560. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x50, 0x61, 0x72,
  561. 0x61, 0x6d, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  562. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x4d, 0x0a, 0x10,
  563. 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64,
  564. 0x12, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65,
  565. 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  566. 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  567. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x51, 0x0a, 0x0f, 0x47,
  568. 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x12, 0x1e,
  569. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d,
  570. 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c,
  571. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d,
  572. 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x5c,
  573. 0x0a, 0x06, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  574. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x71, 0x1a,
  575. 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x57, 0x78, 0x43,
  576. 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1f, 0x82, 0xd3, 0xe4,
  577. 0x93, 0x02, 0x19, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x78, 0x2f, 0x6a, 0x73, 0x73,
  578. 0x64, 0x6b, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x74, 0x0a, 0x13,
  579. 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x56, 0x6f,
  580. 0x69, 0x63, 0x65, 0x12, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  581. 0x74, 0x2e, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x44, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  582. 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c,
  583. 0x4c, 0x69, 0x6e, 0x6b, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22, 0x21, 0x2f, 0x61,
  584. 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69,
  585. 0x61, 0x6c, 0x2f, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x3a,
  586. 0x01, 0x2a, 0x12, 0x4b, 0x0a, 0x17, 0x43, 0x72, 0x6f, 0x6e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
  587. 0x4f, 0x6c, 0x64, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x12, 0x16, 0x2e,
  588. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  589. 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  590. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12,
  591. 0x6b, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65,
  592. 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63,
  593. 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  594. 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63,
  595. 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1d, 0x82,
  596. 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x65, 0x74, 0x5f,
  597. 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x68, 0x0a, 0x16,
  598. 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x52, 0x65,
  599. 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e,
  600. 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e,
  601. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  602. 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x17, 0x2f,
  603. 0x61, 0x70, 0x69, 0x2f, 0x73, 0x65, 0x6e, 0x64, 0x2f, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
  604. 0x62, 0x65, 0x2f, 0x77, 0x65, 0x62, 0x12, 0x43, 0x0a, 0x0b, 0x53, 0x65, 0x6e, 0x64, 0x41, 0x49,
  605. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x53,
  606. 0x65, 0x6e, 0x64, 0x41, 0x49, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  607. 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  608. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x0e, 0x47,
  609. 0x65, 0x74, 0x57, 0x78, 0x47, 0x7a, 0x68, 0x51, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x1d, 0x2e,
  610. 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x78, 0x47, 0x7a, 0x68, 0x51,
  611. 0x72, 0x63, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61,
  612. 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x78, 0x47, 0x7a, 0x68, 0x51, 0x72,
  613. 0x63, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x37, 0x0a, 0x06, 0x61,
  614. 0x70, 0x69, 0x2e, 0x77, 0x78, 0x50, 0x01, 0x5a, 0x2b, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75,
  615. 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70,
  616. 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77,
  617. 0x78, 0x3b, 0x77, 0x78, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  618. }
  619. var (
  620. file_wx_proto_rawDescOnce sync.Once
  621. file_wx_proto_rawDescData = file_wx_proto_rawDesc
  622. )
  623. func file_wx_proto_rawDescGZIP() []byte {
  624. file_wx_proto_rawDescOnce.Do(func() {
  625. file_wx_proto_rawDescData = protoimpl.X.CompressGZIP(file_wx_proto_rawDescData)
  626. })
  627. return file_wx_proto_rawDescData
  628. }
  629. var file_wx_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  630. var file_wx_proto_goTypes = []interface{}{
  631. (*GetWxGzhQrcodeRequest)(nil), // 0: api.wx.GetWxGzhQrcodeRequest
  632. (*GetWxGzhQrcodeReply)(nil), // 1: api.wx.GetWxGzhQrcodeReply
  633. (*SendAIReplyRequest)(nil), // 2: api.wx.SendAIReplyRequest
  634. (*OpenIDRequest)(nil), // 3: api.wx.OpenIDRequest
  635. (*GetAccessTokenRequest)(nil), // 4: api.wx.GetAccessTokenRequest
  636. (*GetAccessTokenReply)(nil), // 5: api.wx.GetAccessTokenReply
  637. (*GetUserMsgByKeyRequest)(nil), // 6: api.wx.GetUserMsgByKeyRequest
  638. (*GetUserMsgByKeyReply)(nil), // 7: api.wx.GetUserMsgByKeyReply
  639. (*ReduceUserUnreadRequest)(nil), // 8: api.wx.ReduceUserUnreadRequest
  640. (*SendNewMessageUnreadReminderRequest)(nil), // 9: api.wx.SendNewMessageUnreadReminderRequest
  641. (*emptypb.Empty)(nil), // 10: google.protobuf.Empty
  642. (*common.PersonIDParam)(nil), // 11: api.common.PersonIDParam
  643. (*common.WxConfReq)(nil), // 12: api.common.WxConfReq
  644. (*account.MediaID)(nil), // 13: api.account.MediaID
  645. (*common.WxConfResponse)(nil), // 14: api.common.WxConfResponse
  646. (*account.MaterialLink)(nil), // 15: api.account.MaterialLink
  647. }
  648. var file_wx_proto_depIdxs = []int32{
  649. 10, // 0: api.wx.Wx.CronSignInUser:input_type -> google.protobuf.Empty
  650. 10, // 1: api.wx.Wx.CronSendUnreadTemplate:input_type -> google.protobuf.Empty
  651. 9, // 2: api.wx.Wx.SendNewMessageUnreadReminder:input_type -> api.wx.SendNewMessageUnreadReminderRequest
  652. 11, // 3: api.wx.Wx.SendNewVisitorTemplateReminder:input_type -> api.common.PersonIDParam
  653. 8, // 4: api.wx.Wx.ReduceUserUnread:input_type -> api.wx.ReduceUserUnreadRequest
  654. 6, // 5: api.wx.Wx.GetUserMsgByKey:input_type -> api.wx.GetUserMsgByKeyRequest
  655. 12, // 6: api.wx.Wx.WxConf:input_type -> api.common.WxConfReq
  656. 13, // 7: api.wx.Wx.UploadMaterialVoice:input_type -> api.account.MediaID
  657. 10, // 8: api.wx.Wx.CronDeleteOldUserSelect:input_type -> google.protobuf.Empty
  658. 4, // 9: api.wx.Wx.GetAccessToken:input_type -> api.wx.GetAccessTokenRequest
  659. 3, // 10: api.wx.Wx.SendNewVisitorReminder:input_type -> api.wx.OpenIDRequest
  660. 2, // 11: api.wx.Wx.SendAIReply:input_type -> api.wx.SendAIReplyRequest
  661. 0, // 12: api.wx.Wx.GetWxGzhQrcode:input_type -> api.wx.GetWxGzhQrcodeRequest
  662. 10, // 13: api.wx.Wx.CronSignInUser:output_type -> google.protobuf.Empty
  663. 10, // 14: api.wx.Wx.CronSendUnreadTemplate:output_type -> google.protobuf.Empty
  664. 10, // 15: api.wx.Wx.SendNewMessageUnreadReminder:output_type -> google.protobuf.Empty
  665. 10, // 16: api.wx.Wx.SendNewVisitorTemplateReminder:output_type -> google.protobuf.Empty
  666. 10, // 17: api.wx.Wx.ReduceUserUnread:output_type -> google.protobuf.Empty
  667. 7, // 18: api.wx.Wx.GetUserMsgByKey:output_type -> api.wx.GetUserMsgByKeyReply
  668. 14, // 19: api.wx.Wx.WxConf:output_type -> api.common.WxConfResponse
  669. 15, // 20: api.wx.Wx.UploadMaterialVoice:output_type -> api.account.MaterialLink
  670. 10, // 21: api.wx.Wx.CronDeleteOldUserSelect:output_type -> google.protobuf.Empty
  671. 5, // 22: api.wx.Wx.GetAccessToken:output_type -> api.wx.GetAccessTokenReply
  672. 10, // 23: api.wx.Wx.SendNewVisitorReminder:output_type -> google.protobuf.Empty
  673. 10, // 24: api.wx.Wx.SendAIReply:output_type -> google.protobuf.Empty
  674. 1, // 25: api.wx.Wx.GetWxGzhQrcode:output_type -> api.wx.GetWxGzhQrcodeReply
  675. 13, // [13:26] is the sub-list for method output_type
  676. 0, // [0:13] is the sub-list for method input_type
  677. 0, // [0:0] is the sub-list for extension type_name
  678. 0, // [0:0] is the sub-list for extension extendee
  679. 0, // [0:0] is the sub-list for field type_name
  680. }
  681. func init() { file_wx_proto_init() }
  682. func file_wx_proto_init() {
  683. if File_wx_proto != nil {
  684. return
  685. }
  686. if !protoimpl.UnsafeEnabled {
  687. file_wx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  688. switch v := v.(*GetWxGzhQrcodeRequest); i {
  689. case 0:
  690. return &v.state
  691. case 1:
  692. return &v.sizeCache
  693. case 2:
  694. return &v.unknownFields
  695. default:
  696. return nil
  697. }
  698. }
  699. file_wx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  700. switch v := v.(*GetWxGzhQrcodeReply); i {
  701. case 0:
  702. return &v.state
  703. case 1:
  704. return &v.sizeCache
  705. case 2:
  706. return &v.unknownFields
  707. default:
  708. return nil
  709. }
  710. }
  711. file_wx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  712. switch v := v.(*SendAIReplyRequest); i {
  713. case 0:
  714. return &v.state
  715. case 1:
  716. return &v.sizeCache
  717. case 2:
  718. return &v.unknownFields
  719. default:
  720. return nil
  721. }
  722. }
  723. file_wx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  724. switch v := v.(*OpenIDRequest); i {
  725. case 0:
  726. return &v.state
  727. case 1:
  728. return &v.sizeCache
  729. case 2:
  730. return &v.unknownFields
  731. default:
  732. return nil
  733. }
  734. }
  735. file_wx_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  736. switch v := v.(*GetAccessTokenRequest); i {
  737. case 0:
  738. return &v.state
  739. case 1:
  740. return &v.sizeCache
  741. case 2:
  742. return &v.unknownFields
  743. default:
  744. return nil
  745. }
  746. }
  747. file_wx_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  748. switch v := v.(*GetAccessTokenReply); i {
  749. case 0:
  750. return &v.state
  751. case 1:
  752. return &v.sizeCache
  753. case 2:
  754. return &v.unknownFields
  755. default:
  756. return nil
  757. }
  758. }
  759. file_wx_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  760. switch v := v.(*GetUserMsgByKeyRequest); i {
  761. case 0:
  762. return &v.state
  763. case 1:
  764. return &v.sizeCache
  765. case 2:
  766. return &v.unknownFields
  767. default:
  768. return nil
  769. }
  770. }
  771. file_wx_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  772. switch v := v.(*GetUserMsgByKeyReply); i {
  773. case 0:
  774. return &v.state
  775. case 1:
  776. return &v.sizeCache
  777. case 2:
  778. return &v.unknownFields
  779. default:
  780. return nil
  781. }
  782. }
  783. file_wx_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  784. switch v := v.(*ReduceUserUnreadRequest); i {
  785. case 0:
  786. return &v.state
  787. case 1:
  788. return &v.sizeCache
  789. case 2:
  790. return &v.unknownFields
  791. default:
  792. return nil
  793. }
  794. }
  795. file_wx_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  796. switch v := v.(*SendNewMessageUnreadReminderRequest); i {
  797. case 0:
  798. return &v.state
  799. case 1:
  800. return &v.sizeCache
  801. case 2:
  802. return &v.unknownFields
  803. default:
  804. return nil
  805. }
  806. }
  807. }
  808. type x struct{}
  809. out := protoimpl.TypeBuilder{
  810. File: protoimpl.DescBuilder{
  811. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  812. RawDescriptor: file_wx_proto_rawDesc,
  813. NumEnums: 0,
  814. NumMessages: 10,
  815. NumExtensions: 0,
  816. NumServices: 1,
  817. },
  818. GoTypes: file_wx_proto_goTypes,
  819. DependencyIndexes: file_wx_proto_depIdxs,
  820. MessageInfos: file_wx_proto_msgTypes,
  821. }.Build()
  822. File_wx_proto = out.File
  823. file_wx_proto_rawDesc = nil
  824. file_wx_proto_goTypes = nil
  825. file_wx_proto_depIdxs = nil
  826. }