inner.pb.go 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.0
  4. // protoc v3.19.4
  5. // source: pb/inner.proto
  6. package pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. structpb "google.golang.org/protobuf/types/known/structpb"
  11. reflect "reflect"
  12. sync "sync"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. //*
  21. //Player Command Request Bean
  22. type InnerPlayerFetchCsInfoReq struct {
  23. state protoimpl.MessageState
  24. sizeCache protoimpl.SizeCache
  25. unknownFields protoimpl.UnknownFields
  26. PlayerId string `protobuf:"bytes,1,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
  27. GameId string `protobuf:"bytes,2,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  28. CsId string `protobuf:"bytes,3,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  29. }
  30. func (x *InnerPlayerFetchCsInfoReq) Reset() {
  31. *x = InnerPlayerFetchCsInfoReq{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_pb_inner_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *InnerPlayerFetchCsInfoReq) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*InnerPlayerFetchCsInfoReq) ProtoMessage() {}
  42. func (x *InnerPlayerFetchCsInfoReq) ProtoReflect() protoreflect.Message {
  43. mi := &file_pb_inner_proto_msgTypes[0]
  44. if protoimpl.UnsafeEnabled && x != nil {
  45. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  46. if ms.LoadMessageInfo() == nil {
  47. ms.StoreMessageInfo(mi)
  48. }
  49. return ms
  50. }
  51. return mi.MessageOf(x)
  52. }
  53. // Deprecated: Use InnerPlayerFetchCsInfoReq.ProtoReflect.Descriptor instead.
  54. func (*InnerPlayerFetchCsInfoReq) Descriptor() ([]byte, []int) {
  55. return file_pb_inner_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *InnerPlayerFetchCsInfoReq) GetPlayerId() string {
  58. if x != nil {
  59. return x.PlayerId
  60. }
  61. return ""
  62. }
  63. func (x *InnerPlayerFetchCsInfoReq) GetGameId() string {
  64. if x != nil {
  65. return x.GameId
  66. }
  67. return ""
  68. }
  69. func (x *InnerPlayerFetchCsInfoReq) GetCsId() string {
  70. if x != nil {
  71. return x.CsId
  72. }
  73. return ""
  74. }
  75. type InnerPlayerFetchCsInfoResp struct {
  76. state protoimpl.MessageState
  77. sizeCache protoimpl.SizeCache
  78. unknownFields protoimpl.UnknownFields
  79. CsId string `protobuf:"bytes,1,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  80. CsNickname string `protobuf:"bytes,2,opt,name=cs_nickname,json=csNickname,proto3" json:"cs_nickname,omitempty"`
  81. CsAvatarUrl string `protobuf:"bytes,3,opt,name=cs_avatar_url,json=csAvatarUrl,proto3" json:"cs_avatar_url,omitempty"`
  82. CsSignature string `protobuf:"bytes,4,opt,name=cs_signature,json=csSignature,proto3" json:"cs_signature,omitempty"`
  83. OnlineStatus int64 `protobuf:"varint,5,opt,name=online_status,json=onlineStatus,proto3" json:"online_status,omitempty"`
  84. }
  85. func (x *InnerPlayerFetchCsInfoResp) Reset() {
  86. *x = InnerPlayerFetchCsInfoResp{}
  87. if protoimpl.UnsafeEnabled {
  88. mi := &file_pb_inner_proto_msgTypes[1]
  89. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  90. ms.StoreMessageInfo(mi)
  91. }
  92. }
  93. func (x *InnerPlayerFetchCsInfoResp) String() string {
  94. return protoimpl.X.MessageStringOf(x)
  95. }
  96. func (*InnerPlayerFetchCsInfoResp) ProtoMessage() {}
  97. func (x *InnerPlayerFetchCsInfoResp) ProtoReflect() protoreflect.Message {
  98. mi := &file_pb_inner_proto_msgTypes[1]
  99. if protoimpl.UnsafeEnabled && x != nil {
  100. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  101. if ms.LoadMessageInfo() == nil {
  102. ms.StoreMessageInfo(mi)
  103. }
  104. return ms
  105. }
  106. return mi.MessageOf(x)
  107. }
  108. // Deprecated: Use InnerPlayerFetchCsInfoResp.ProtoReflect.Descriptor instead.
  109. func (*InnerPlayerFetchCsInfoResp) Descriptor() ([]byte, []int) {
  110. return file_pb_inner_proto_rawDescGZIP(), []int{1}
  111. }
  112. func (x *InnerPlayerFetchCsInfoResp) GetCsId() string {
  113. if x != nil {
  114. return x.CsId
  115. }
  116. return ""
  117. }
  118. func (x *InnerPlayerFetchCsInfoResp) GetCsNickname() string {
  119. if x != nil {
  120. return x.CsNickname
  121. }
  122. return ""
  123. }
  124. func (x *InnerPlayerFetchCsInfoResp) GetCsAvatarUrl() string {
  125. if x != nil {
  126. return x.CsAvatarUrl
  127. }
  128. return ""
  129. }
  130. func (x *InnerPlayerFetchCsInfoResp) GetCsSignature() string {
  131. if x != nil {
  132. return x.CsSignature
  133. }
  134. return ""
  135. }
  136. func (x *InnerPlayerFetchCsInfoResp) GetOnlineStatus() int64 {
  137. if x != nil {
  138. return x.OnlineStatus
  139. }
  140. return 0
  141. }
  142. type InnerPlayerDisconnectReq struct {
  143. state protoimpl.MessageState
  144. sizeCache protoimpl.SizeCache
  145. unknownFields protoimpl.UnknownFields
  146. PlayerId string `protobuf:"bytes,1,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
  147. GameId string `protobuf:"bytes,2,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  148. }
  149. func (x *InnerPlayerDisconnectReq) Reset() {
  150. *x = InnerPlayerDisconnectReq{}
  151. if protoimpl.UnsafeEnabled {
  152. mi := &file_pb_inner_proto_msgTypes[2]
  153. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  154. ms.StoreMessageInfo(mi)
  155. }
  156. }
  157. func (x *InnerPlayerDisconnectReq) String() string {
  158. return protoimpl.X.MessageStringOf(x)
  159. }
  160. func (*InnerPlayerDisconnectReq) ProtoMessage() {}
  161. func (x *InnerPlayerDisconnectReq) ProtoReflect() protoreflect.Message {
  162. mi := &file_pb_inner_proto_msgTypes[2]
  163. if protoimpl.UnsafeEnabled && x != nil {
  164. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  165. if ms.LoadMessageInfo() == nil {
  166. ms.StoreMessageInfo(mi)
  167. }
  168. return ms
  169. }
  170. return mi.MessageOf(x)
  171. }
  172. // Deprecated: Use InnerPlayerDisconnectReq.ProtoReflect.Descriptor instead.
  173. func (*InnerPlayerDisconnectReq) Descriptor() ([]byte, []int) {
  174. return file_pb_inner_proto_rawDescGZIP(), []int{2}
  175. }
  176. func (x *InnerPlayerDisconnectReq) GetPlayerId() string {
  177. if x != nil {
  178. return x.PlayerId
  179. }
  180. return ""
  181. }
  182. func (x *InnerPlayerDisconnectReq) GetGameId() string {
  183. if x != nil {
  184. return x.GameId
  185. }
  186. return ""
  187. }
  188. type InnerPlayerDisconnectResp struct {
  189. state protoimpl.MessageState
  190. sizeCache protoimpl.SizeCache
  191. unknownFields protoimpl.UnknownFields
  192. }
  193. func (x *InnerPlayerDisconnectResp) Reset() {
  194. *x = InnerPlayerDisconnectResp{}
  195. if protoimpl.UnsafeEnabled {
  196. mi := &file_pb_inner_proto_msgTypes[3]
  197. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  198. ms.StoreMessageInfo(mi)
  199. }
  200. }
  201. func (x *InnerPlayerDisconnectResp) String() string {
  202. return protoimpl.X.MessageStringOf(x)
  203. }
  204. func (*InnerPlayerDisconnectResp) ProtoMessage() {}
  205. func (x *InnerPlayerDisconnectResp) ProtoReflect() protoreflect.Message {
  206. mi := &file_pb_inner_proto_msgTypes[3]
  207. if protoimpl.UnsafeEnabled && x != nil {
  208. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  209. if ms.LoadMessageInfo() == nil {
  210. ms.StoreMessageInfo(mi)
  211. }
  212. return ms
  213. }
  214. return mi.MessageOf(x)
  215. }
  216. // Deprecated: Use InnerPlayerDisconnectResp.ProtoReflect.Descriptor instead.
  217. func (*InnerPlayerDisconnectResp) Descriptor() ([]byte, []int) {
  218. return file_pb_inner_proto_rawDescGZIP(), []int{3}
  219. }
  220. //*
  221. //Cs Command Request Bean
  222. type InnerCsFetchPlayerQueueReq struct {
  223. state protoimpl.MessageState
  224. sizeCache protoimpl.SizeCache
  225. unknownFields protoimpl.UnknownFields
  226. Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
  227. }
  228. func (x *InnerCsFetchPlayerQueueReq) Reset() {
  229. *x = InnerCsFetchPlayerQueueReq{}
  230. if protoimpl.UnsafeEnabled {
  231. mi := &file_pb_inner_proto_msgTypes[4]
  232. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  233. ms.StoreMessageInfo(mi)
  234. }
  235. }
  236. func (x *InnerCsFetchPlayerQueueReq) String() string {
  237. return protoimpl.X.MessageStringOf(x)
  238. }
  239. func (*InnerCsFetchPlayerQueueReq) ProtoMessage() {}
  240. func (x *InnerCsFetchPlayerQueueReq) ProtoReflect() protoreflect.Message {
  241. mi := &file_pb_inner_proto_msgTypes[4]
  242. if protoimpl.UnsafeEnabled && x != nil {
  243. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  244. if ms.LoadMessageInfo() == nil {
  245. ms.StoreMessageInfo(mi)
  246. }
  247. return ms
  248. }
  249. return mi.MessageOf(x)
  250. }
  251. // Deprecated: Use InnerCsFetchPlayerQueueReq.ProtoReflect.Descriptor instead.
  252. func (*InnerCsFetchPlayerQueueReq) Descriptor() ([]byte, []int) {
  253. return file_pb_inner_proto_rawDescGZIP(), []int{4}
  254. }
  255. func (x *InnerCsFetchPlayerQueueReq) GetLimit() int64 {
  256. if x != nil {
  257. return x.Limit
  258. }
  259. return 0
  260. }
  261. type InnerCsFetchPlayerQueueResp struct {
  262. state protoimpl.MessageState
  263. sizeCache protoimpl.SizeCache
  264. unknownFields protoimpl.UnknownFields
  265. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
  266. List *structpb.ListValue `protobuf:"bytes,2,opt,name=list,proto3" json:"list,omitempty"`
  267. }
  268. func (x *InnerCsFetchPlayerQueueResp) Reset() {
  269. *x = InnerCsFetchPlayerQueueResp{}
  270. if protoimpl.UnsafeEnabled {
  271. mi := &file_pb_inner_proto_msgTypes[5]
  272. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  273. ms.StoreMessageInfo(mi)
  274. }
  275. }
  276. func (x *InnerCsFetchPlayerQueueResp) String() string {
  277. return protoimpl.X.MessageStringOf(x)
  278. }
  279. func (*InnerCsFetchPlayerQueueResp) ProtoMessage() {}
  280. func (x *InnerCsFetchPlayerQueueResp) ProtoReflect() protoreflect.Message {
  281. mi := &file_pb_inner_proto_msgTypes[5]
  282. if protoimpl.UnsafeEnabled && x != nil {
  283. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  284. if ms.LoadMessageInfo() == nil {
  285. ms.StoreMessageInfo(mi)
  286. }
  287. return ms
  288. }
  289. return mi.MessageOf(x)
  290. }
  291. // Deprecated: Use InnerCsFetchPlayerQueueResp.ProtoReflect.Descriptor instead.
  292. func (*InnerCsFetchPlayerQueueResp) Descriptor() ([]byte, []int) {
  293. return file_pb_inner_proto_rawDescGZIP(), []int{5}
  294. }
  295. func (x *InnerCsFetchPlayerQueueResp) GetTotal() int64 {
  296. if x != nil {
  297. return x.Total
  298. }
  299. return 0
  300. }
  301. func (x *InnerCsFetchPlayerQueueResp) GetList() *structpb.ListValue {
  302. if x != nil {
  303. return x.List
  304. }
  305. return nil
  306. }
  307. type InnerCsConnectPlayerReq struct {
  308. state protoimpl.MessageState
  309. sizeCache protoimpl.SizeCache
  310. unknownFields protoimpl.UnknownFields
  311. CsId string `protobuf:"bytes,1,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  312. PlayerId string `protobuf:"bytes,2,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
  313. GameId string `protobuf:"bytes,3,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  314. }
  315. func (x *InnerCsConnectPlayerReq) Reset() {
  316. *x = InnerCsConnectPlayerReq{}
  317. if protoimpl.UnsafeEnabled {
  318. mi := &file_pb_inner_proto_msgTypes[6]
  319. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  320. ms.StoreMessageInfo(mi)
  321. }
  322. }
  323. func (x *InnerCsConnectPlayerReq) String() string {
  324. return protoimpl.X.MessageStringOf(x)
  325. }
  326. func (*InnerCsConnectPlayerReq) ProtoMessage() {}
  327. func (x *InnerCsConnectPlayerReq) ProtoReflect() protoreflect.Message {
  328. mi := &file_pb_inner_proto_msgTypes[6]
  329. if protoimpl.UnsafeEnabled && x != nil {
  330. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  331. if ms.LoadMessageInfo() == nil {
  332. ms.StoreMessageInfo(mi)
  333. }
  334. return ms
  335. }
  336. return mi.MessageOf(x)
  337. }
  338. // Deprecated: Use InnerCsConnectPlayerReq.ProtoReflect.Descriptor instead.
  339. func (*InnerCsConnectPlayerReq) Descriptor() ([]byte, []int) {
  340. return file_pb_inner_proto_rawDescGZIP(), []int{6}
  341. }
  342. func (x *InnerCsConnectPlayerReq) GetCsId() string {
  343. if x != nil {
  344. return x.CsId
  345. }
  346. return ""
  347. }
  348. func (x *InnerCsConnectPlayerReq) GetPlayerId() string {
  349. if x != nil {
  350. return x.PlayerId
  351. }
  352. return ""
  353. }
  354. func (x *InnerCsConnectPlayerReq) GetGameId() string {
  355. if x != nil {
  356. return x.GameId
  357. }
  358. return ""
  359. }
  360. type InnerCsConnectPlayerResp struct {
  361. state protoimpl.MessageState
  362. sizeCache protoimpl.SizeCache
  363. unknownFields protoimpl.UnknownFields
  364. }
  365. func (x *InnerCsConnectPlayerResp) Reset() {
  366. *x = InnerCsConnectPlayerResp{}
  367. if protoimpl.UnsafeEnabled {
  368. mi := &file_pb_inner_proto_msgTypes[7]
  369. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  370. ms.StoreMessageInfo(mi)
  371. }
  372. }
  373. func (x *InnerCsConnectPlayerResp) String() string {
  374. return protoimpl.X.MessageStringOf(x)
  375. }
  376. func (*InnerCsConnectPlayerResp) ProtoMessage() {}
  377. func (x *InnerCsConnectPlayerResp) ProtoReflect() protoreflect.Message {
  378. mi := &file_pb_inner_proto_msgTypes[7]
  379. if protoimpl.UnsafeEnabled && x != nil {
  380. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  381. if ms.LoadMessageInfo() == nil {
  382. ms.StoreMessageInfo(mi)
  383. }
  384. return ms
  385. }
  386. return mi.MessageOf(x)
  387. }
  388. // Deprecated: Use InnerCsConnectPlayerResp.ProtoReflect.Descriptor instead.
  389. func (*InnerCsConnectPlayerResp) Descriptor() ([]byte, []int) {
  390. return file_pb_inner_proto_rawDescGZIP(), []int{7}
  391. }
  392. type UpdateUserStatusReq struct {
  393. state protoimpl.MessageState
  394. sizeCache protoimpl.SizeCache
  395. unknownFields protoimpl.UnknownFields
  396. Type int64 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
  397. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
  398. GameId *string `protobuf:"bytes,3,opt,name=game_id,json=gameId,proto3,oneof" json:"game_id,omitempty"`
  399. }
  400. func (x *UpdateUserStatusReq) Reset() {
  401. *x = UpdateUserStatusReq{}
  402. if protoimpl.UnsafeEnabled {
  403. mi := &file_pb_inner_proto_msgTypes[8]
  404. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  405. ms.StoreMessageInfo(mi)
  406. }
  407. }
  408. func (x *UpdateUserStatusReq) String() string {
  409. return protoimpl.X.MessageStringOf(x)
  410. }
  411. func (*UpdateUserStatusReq) ProtoMessage() {}
  412. func (x *UpdateUserStatusReq) ProtoReflect() protoreflect.Message {
  413. mi := &file_pb_inner_proto_msgTypes[8]
  414. if protoimpl.UnsafeEnabled && x != nil {
  415. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  416. if ms.LoadMessageInfo() == nil {
  417. ms.StoreMessageInfo(mi)
  418. }
  419. return ms
  420. }
  421. return mi.MessageOf(x)
  422. }
  423. // Deprecated: Use UpdateUserStatusReq.ProtoReflect.Descriptor instead.
  424. func (*UpdateUserStatusReq) Descriptor() ([]byte, []int) {
  425. return file_pb_inner_proto_rawDescGZIP(), []int{8}
  426. }
  427. func (x *UpdateUserStatusReq) GetType() int64 {
  428. if x != nil {
  429. return x.Type
  430. }
  431. return 0
  432. }
  433. func (x *UpdateUserStatusReq) GetUid() string {
  434. if x != nil {
  435. return x.Uid
  436. }
  437. return ""
  438. }
  439. func (x *UpdateUserStatusReq) GetGameId() string {
  440. if x != nil && x.GameId != nil {
  441. return *x.GameId
  442. }
  443. return ""
  444. }
  445. type UpdateUserStatusResp struct {
  446. state protoimpl.MessageState
  447. sizeCache protoimpl.SizeCache
  448. unknownFields protoimpl.UnknownFields
  449. }
  450. func (x *UpdateUserStatusResp) Reset() {
  451. *x = UpdateUserStatusResp{}
  452. if protoimpl.UnsafeEnabled {
  453. mi := &file_pb_inner_proto_msgTypes[9]
  454. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  455. ms.StoreMessageInfo(mi)
  456. }
  457. }
  458. func (x *UpdateUserStatusResp) String() string {
  459. return protoimpl.X.MessageStringOf(x)
  460. }
  461. func (*UpdateUserStatusResp) ProtoMessage() {}
  462. func (x *UpdateUserStatusResp) ProtoReflect() protoreflect.Message {
  463. mi := &file_pb_inner_proto_msgTypes[9]
  464. if protoimpl.UnsafeEnabled && x != nil {
  465. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  466. if ms.LoadMessageInfo() == nil {
  467. ms.StoreMessageInfo(mi)
  468. }
  469. return ms
  470. }
  471. return mi.MessageOf(x)
  472. }
  473. // Deprecated: Use UpdateUserStatusResp.ProtoReflect.Descriptor instead.
  474. func (*UpdateUserStatusResp) Descriptor() ([]byte, []int) {
  475. return file_pb_inner_proto_rawDescGZIP(), []int{9}
  476. }
  477. var File_pb_inner_proto protoreflect.FileDescriptor
  478. var file_pb_inner_proto_rawDesc = []byte{
  479. 0x0a, 0x0e, 0x70, 0x62, 0x2f, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  480. 0x12, 0x02, 0x70, 0x62, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
  481. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f,
  482. 0x74, 0x6f, 0x22, 0x66, 0x0a, 0x19, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65,
  483. 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12,
  484. 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
  485. 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07,
  486. 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67,
  487. 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x03,
  488. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x22, 0xbe, 0x01, 0x0a, 0x1a, 0x49,
  489. 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43,
  490. 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f,
  491. 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x12, 0x1f,
  492. 0x0a, 0x0b, 0x63, 0x73, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
  493. 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x73, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12,
  494. 0x22, 0x0a, 0x0d, 0x63, 0x73, 0x5f, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x5f, 0x75, 0x72, 0x6c,
  495. 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x73, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72,
  496. 0x55, 0x72, 0x6c, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x73, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74,
  497. 0x75, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x73, 0x53, 0x69, 0x67,
  498. 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
  499. 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6f,
  500. 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x50, 0x0a, 0x18, 0x49,
  501. 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e,
  502. 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65,
  503. 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79,
  504. 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18,
  505. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x22, 0x1b, 0x0a,
  506. 0x19, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63,
  507. 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x32, 0x0a, 0x1a, 0x49, 0x6e,
  508. 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
  509. 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69,
  510. 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x63,
  511. 0x0a, 0x1b, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c,
  512. 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a,
  513. 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f,
  514. 0x74, 0x61, 0x6c, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
  515. 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  516. 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6c,
  517. 0x69, 0x73, 0x74, 0x22, 0x64, 0x0a, 0x17, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f,
  518. 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x13,
  519. 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
  520. 0x73, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64,
  521. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64,
  522. 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
  523. 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x22, 0x1a, 0x0a, 0x18, 0x49, 0x6e, 0x6e,
  524. 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65,
  525. 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x65, 0x0a, 0x13, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55,
  526. 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04,
  527. 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
  528. 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75,
  529. 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
  530. 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01,
  531. 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x22, 0x16, 0x0a, 0x14,
  532. 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
  533. 0x52, 0x65, 0x73, 0x70, 0x32, 0x98, 0x03, 0x0a, 0x05, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x12, 0x52,
  534. 0x0a, 0x11, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49,
  535. 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c,
  536. 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52,
  537. 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61,
  538. 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
  539. 0x73, 0x70, 0x12, 0x4f, 0x0a, 0x10, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63,
  540. 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65,
  541. 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63,
  542. 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50,
  543. 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52,
  544. 0x65, 0x73, 0x70, 0x12, 0x55, 0x0a, 0x12, 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c,
  545. 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x1e, 0x2e, 0x70, 0x62, 0x2e, 0x49,
  546. 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65,
  547. 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x70, 0x62, 0x2e, 0x49,
  548. 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65,
  549. 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4c, 0x0a, 0x0f, 0x63, 0x73,
  550. 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x12, 0x1b, 0x2e,
  551. 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63,
  552. 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x70, 0x62, 0x2e,
  553. 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c,
  554. 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x45, 0x0a, 0x10, 0x75, 0x70, 0x64, 0x61,
  555. 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x17, 0x2e, 0x70,
  556. 0x62, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74,
  557. 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
  558. 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x42,
  559. 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  560. }
  561. var (
  562. file_pb_inner_proto_rawDescOnce sync.Once
  563. file_pb_inner_proto_rawDescData = file_pb_inner_proto_rawDesc
  564. )
  565. func file_pb_inner_proto_rawDescGZIP() []byte {
  566. file_pb_inner_proto_rawDescOnce.Do(func() {
  567. file_pb_inner_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_inner_proto_rawDescData)
  568. })
  569. return file_pb_inner_proto_rawDescData
  570. }
  571. var file_pb_inner_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  572. var file_pb_inner_proto_goTypes = []interface{}{
  573. (*InnerPlayerFetchCsInfoReq)(nil), // 0: pb.InnerPlayerFetchCsInfoReq
  574. (*InnerPlayerFetchCsInfoResp)(nil), // 1: pb.InnerPlayerFetchCsInfoResp
  575. (*InnerPlayerDisconnectReq)(nil), // 2: pb.InnerPlayerDisconnectReq
  576. (*InnerPlayerDisconnectResp)(nil), // 3: pb.InnerPlayerDisconnectResp
  577. (*InnerCsFetchPlayerQueueReq)(nil), // 4: pb.InnerCsFetchPlayerQueueReq
  578. (*InnerCsFetchPlayerQueueResp)(nil), // 5: pb.InnerCsFetchPlayerQueueResp
  579. (*InnerCsConnectPlayerReq)(nil), // 6: pb.InnerCsConnectPlayerReq
  580. (*InnerCsConnectPlayerResp)(nil), // 7: pb.InnerCsConnectPlayerResp
  581. (*UpdateUserStatusReq)(nil), // 8: pb.UpdateUserStatusReq
  582. (*UpdateUserStatusResp)(nil), // 9: pb.UpdateUserStatusResp
  583. (*structpb.ListValue)(nil), // 10: google.protobuf.ListValue
  584. }
  585. var file_pb_inner_proto_depIdxs = []int32{
  586. 10, // 0: pb.InnerCsFetchPlayerQueueResp.list:type_name -> google.protobuf.ListValue
  587. 0, // 1: pb.Inner.playerFetchCsInfo:input_type -> pb.InnerPlayerFetchCsInfoReq
  588. 2, // 2: pb.Inner.playerDisconnect:input_type -> pb.InnerPlayerDisconnectReq
  589. 4, // 3: pb.Inner.csFetchPlayerQueue:input_type -> pb.InnerCsFetchPlayerQueueReq
  590. 6, // 4: pb.Inner.csConnectPlayer:input_type -> pb.InnerCsConnectPlayerReq
  591. 8, // 5: pb.Inner.updateUserStatus:input_type -> pb.UpdateUserStatusReq
  592. 1, // 6: pb.Inner.playerFetchCsInfo:output_type -> pb.InnerPlayerFetchCsInfoResp
  593. 3, // 7: pb.Inner.playerDisconnect:output_type -> pb.InnerPlayerDisconnectResp
  594. 5, // 8: pb.Inner.csFetchPlayerQueue:output_type -> pb.InnerCsFetchPlayerQueueResp
  595. 7, // 9: pb.Inner.csConnectPlayer:output_type -> pb.InnerCsConnectPlayerResp
  596. 9, // 10: pb.Inner.updateUserStatus:output_type -> pb.UpdateUserStatusResp
  597. 6, // [6:11] is the sub-list for method output_type
  598. 1, // [1:6] is the sub-list for method input_type
  599. 1, // [1:1] is the sub-list for extension type_name
  600. 1, // [1:1] is the sub-list for extension extendee
  601. 0, // [0:1] is the sub-list for field type_name
  602. }
  603. func init() { file_pb_inner_proto_init() }
  604. func file_pb_inner_proto_init() {
  605. if File_pb_inner_proto != nil {
  606. return
  607. }
  608. if !protoimpl.UnsafeEnabled {
  609. file_pb_inner_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  610. switch v := v.(*InnerPlayerFetchCsInfoReq); i {
  611. case 0:
  612. return &v.state
  613. case 1:
  614. return &v.sizeCache
  615. case 2:
  616. return &v.unknownFields
  617. default:
  618. return nil
  619. }
  620. }
  621. file_pb_inner_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  622. switch v := v.(*InnerPlayerFetchCsInfoResp); i {
  623. case 0:
  624. return &v.state
  625. case 1:
  626. return &v.sizeCache
  627. case 2:
  628. return &v.unknownFields
  629. default:
  630. return nil
  631. }
  632. }
  633. file_pb_inner_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  634. switch v := v.(*InnerPlayerDisconnectReq); i {
  635. case 0:
  636. return &v.state
  637. case 1:
  638. return &v.sizeCache
  639. case 2:
  640. return &v.unknownFields
  641. default:
  642. return nil
  643. }
  644. }
  645. file_pb_inner_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  646. switch v := v.(*InnerPlayerDisconnectResp); i {
  647. case 0:
  648. return &v.state
  649. case 1:
  650. return &v.sizeCache
  651. case 2:
  652. return &v.unknownFields
  653. default:
  654. return nil
  655. }
  656. }
  657. file_pb_inner_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  658. switch v := v.(*InnerCsFetchPlayerQueueReq); i {
  659. case 0:
  660. return &v.state
  661. case 1:
  662. return &v.sizeCache
  663. case 2:
  664. return &v.unknownFields
  665. default:
  666. return nil
  667. }
  668. }
  669. file_pb_inner_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  670. switch v := v.(*InnerCsFetchPlayerQueueResp); i {
  671. case 0:
  672. return &v.state
  673. case 1:
  674. return &v.sizeCache
  675. case 2:
  676. return &v.unknownFields
  677. default:
  678. return nil
  679. }
  680. }
  681. file_pb_inner_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  682. switch v := v.(*InnerCsConnectPlayerReq); i {
  683. case 0:
  684. return &v.state
  685. case 1:
  686. return &v.sizeCache
  687. case 2:
  688. return &v.unknownFields
  689. default:
  690. return nil
  691. }
  692. }
  693. file_pb_inner_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  694. switch v := v.(*InnerCsConnectPlayerResp); i {
  695. case 0:
  696. return &v.state
  697. case 1:
  698. return &v.sizeCache
  699. case 2:
  700. return &v.unknownFields
  701. default:
  702. return nil
  703. }
  704. }
  705. file_pb_inner_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  706. switch v := v.(*UpdateUserStatusReq); i {
  707. case 0:
  708. return &v.state
  709. case 1:
  710. return &v.sizeCache
  711. case 2:
  712. return &v.unknownFields
  713. default:
  714. return nil
  715. }
  716. }
  717. file_pb_inner_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  718. switch v := v.(*UpdateUserStatusResp); i {
  719. case 0:
  720. return &v.state
  721. case 1:
  722. return &v.sizeCache
  723. case 2:
  724. return &v.unknownFields
  725. default:
  726. return nil
  727. }
  728. }
  729. }
  730. file_pb_inner_proto_msgTypes[8].OneofWrappers = []interface{}{}
  731. type x struct{}
  732. out := protoimpl.TypeBuilder{
  733. File: protoimpl.DescBuilder{
  734. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  735. RawDescriptor: file_pb_inner_proto_rawDesc,
  736. NumEnums: 0,
  737. NumMessages: 10,
  738. NumExtensions: 0,
  739. NumServices: 1,
  740. },
  741. GoTypes: file_pb_inner_proto_goTypes,
  742. DependencyIndexes: file_pb_inner_proto_depIdxs,
  743. MessageInfos: file_pb_inner_proto_msgTypes,
  744. }.Build()
  745. File_pb_inner_proto = out.File
  746. file_pb_inner_proto_rawDesc = nil
  747. file_pb_inner_proto_goTypes = nil
  748. file_pb_inner_proto_depIdxs = nil
  749. }