command.pb.go 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.35.1
  4. // protoc v5.28.2
  5. // source: app/proxyman/command/command.proto
  6. package command
  7. import (
  8. protocol "github.com/xtls/xray-core/common/protocol"
  9. serial "github.com/xtls/xray-core/common/serial"
  10. core "github.com/xtls/xray-core/core"
  11. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  12. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  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 AddUserOperation struct {
  23. state protoimpl.MessageState
  24. sizeCache protoimpl.SizeCache
  25. unknownFields protoimpl.UnknownFields
  26. User *protocol.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
  27. }
  28. func (x *AddUserOperation) Reset() {
  29. *x = AddUserOperation{}
  30. mi := &file_app_proxyman_command_command_proto_msgTypes[0]
  31. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  32. ms.StoreMessageInfo(mi)
  33. }
  34. func (x *AddUserOperation) String() string {
  35. return protoimpl.X.MessageStringOf(x)
  36. }
  37. func (*AddUserOperation) ProtoMessage() {}
  38. func (x *AddUserOperation) ProtoReflect() protoreflect.Message {
  39. mi := &file_app_proxyman_command_command_proto_msgTypes[0]
  40. if x != nil {
  41. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  42. if ms.LoadMessageInfo() == nil {
  43. ms.StoreMessageInfo(mi)
  44. }
  45. return ms
  46. }
  47. return mi.MessageOf(x)
  48. }
  49. // Deprecated: Use AddUserOperation.ProtoReflect.Descriptor instead.
  50. func (*AddUserOperation) Descriptor() ([]byte, []int) {
  51. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{0}
  52. }
  53. func (x *AddUserOperation) GetUser() *protocol.User {
  54. if x != nil {
  55. return x.User
  56. }
  57. return nil
  58. }
  59. type RemoveUserOperation struct {
  60. state protoimpl.MessageState
  61. sizeCache protoimpl.SizeCache
  62. unknownFields protoimpl.UnknownFields
  63. Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
  64. }
  65. func (x *RemoveUserOperation) Reset() {
  66. *x = RemoveUserOperation{}
  67. mi := &file_app_proxyman_command_command_proto_msgTypes[1]
  68. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  69. ms.StoreMessageInfo(mi)
  70. }
  71. func (x *RemoveUserOperation) String() string {
  72. return protoimpl.X.MessageStringOf(x)
  73. }
  74. func (*RemoveUserOperation) ProtoMessage() {}
  75. func (x *RemoveUserOperation) ProtoReflect() protoreflect.Message {
  76. mi := &file_app_proxyman_command_command_proto_msgTypes[1]
  77. if x != nil {
  78. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  79. if ms.LoadMessageInfo() == nil {
  80. ms.StoreMessageInfo(mi)
  81. }
  82. return ms
  83. }
  84. return mi.MessageOf(x)
  85. }
  86. // Deprecated: Use RemoveUserOperation.ProtoReflect.Descriptor instead.
  87. func (*RemoveUserOperation) Descriptor() ([]byte, []int) {
  88. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{1}
  89. }
  90. func (x *RemoveUserOperation) GetEmail() string {
  91. if x != nil {
  92. return x.Email
  93. }
  94. return ""
  95. }
  96. type AddInboundRequest struct {
  97. state protoimpl.MessageState
  98. sizeCache protoimpl.SizeCache
  99. unknownFields protoimpl.UnknownFields
  100. Inbound *core.InboundHandlerConfig `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
  101. }
  102. func (x *AddInboundRequest) Reset() {
  103. *x = AddInboundRequest{}
  104. mi := &file_app_proxyman_command_command_proto_msgTypes[2]
  105. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  106. ms.StoreMessageInfo(mi)
  107. }
  108. func (x *AddInboundRequest) String() string {
  109. return protoimpl.X.MessageStringOf(x)
  110. }
  111. func (*AddInboundRequest) ProtoMessage() {}
  112. func (x *AddInboundRequest) ProtoReflect() protoreflect.Message {
  113. mi := &file_app_proxyman_command_command_proto_msgTypes[2]
  114. if x != nil {
  115. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  116. if ms.LoadMessageInfo() == nil {
  117. ms.StoreMessageInfo(mi)
  118. }
  119. return ms
  120. }
  121. return mi.MessageOf(x)
  122. }
  123. // Deprecated: Use AddInboundRequest.ProtoReflect.Descriptor instead.
  124. func (*AddInboundRequest) Descriptor() ([]byte, []int) {
  125. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{2}
  126. }
  127. func (x *AddInboundRequest) GetInbound() *core.InboundHandlerConfig {
  128. if x != nil {
  129. return x.Inbound
  130. }
  131. return nil
  132. }
  133. type AddInboundResponse struct {
  134. state protoimpl.MessageState
  135. sizeCache protoimpl.SizeCache
  136. unknownFields protoimpl.UnknownFields
  137. }
  138. func (x *AddInboundResponse) Reset() {
  139. *x = AddInboundResponse{}
  140. mi := &file_app_proxyman_command_command_proto_msgTypes[3]
  141. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  142. ms.StoreMessageInfo(mi)
  143. }
  144. func (x *AddInboundResponse) String() string {
  145. return protoimpl.X.MessageStringOf(x)
  146. }
  147. func (*AddInboundResponse) ProtoMessage() {}
  148. func (x *AddInboundResponse) ProtoReflect() protoreflect.Message {
  149. mi := &file_app_proxyman_command_command_proto_msgTypes[3]
  150. if x != nil {
  151. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  152. if ms.LoadMessageInfo() == nil {
  153. ms.StoreMessageInfo(mi)
  154. }
  155. return ms
  156. }
  157. return mi.MessageOf(x)
  158. }
  159. // Deprecated: Use AddInboundResponse.ProtoReflect.Descriptor instead.
  160. func (*AddInboundResponse) Descriptor() ([]byte, []int) {
  161. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{3}
  162. }
  163. type RemoveInboundRequest struct {
  164. state protoimpl.MessageState
  165. sizeCache protoimpl.SizeCache
  166. unknownFields protoimpl.UnknownFields
  167. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  168. }
  169. func (x *RemoveInboundRequest) Reset() {
  170. *x = RemoveInboundRequest{}
  171. mi := &file_app_proxyman_command_command_proto_msgTypes[4]
  172. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  173. ms.StoreMessageInfo(mi)
  174. }
  175. func (x *RemoveInboundRequest) String() string {
  176. return protoimpl.X.MessageStringOf(x)
  177. }
  178. func (*RemoveInboundRequest) ProtoMessage() {}
  179. func (x *RemoveInboundRequest) ProtoReflect() protoreflect.Message {
  180. mi := &file_app_proxyman_command_command_proto_msgTypes[4]
  181. if x != nil {
  182. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  183. if ms.LoadMessageInfo() == nil {
  184. ms.StoreMessageInfo(mi)
  185. }
  186. return ms
  187. }
  188. return mi.MessageOf(x)
  189. }
  190. // Deprecated: Use RemoveInboundRequest.ProtoReflect.Descriptor instead.
  191. func (*RemoveInboundRequest) Descriptor() ([]byte, []int) {
  192. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{4}
  193. }
  194. func (x *RemoveInboundRequest) GetTag() string {
  195. if x != nil {
  196. return x.Tag
  197. }
  198. return ""
  199. }
  200. type RemoveInboundResponse struct {
  201. state protoimpl.MessageState
  202. sizeCache protoimpl.SizeCache
  203. unknownFields protoimpl.UnknownFields
  204. }
  205. func (x *RemoveInboundResponse) Reset() {
  206. *x = RemoveInboundResponse{}
  207. mi := &file_app_proxyman_command_command_proto_msgTypes[5]
  208. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  209. ms.StoreMessageInfo(mi)
  210. }
  211. func (x *RemoveInboundResponse) String() string {
  212. return protoimpl.X.MessageStringOf(x)
  213. }
  214. func (*RemoveInboundResponse) ProtoMessage() {}
  215. func (x *RemoveInboundResponse) ProtoReflect() protoreflect.Message {
  216. mi := &file_app_proxyman_command_command_proto_msgTypes[5]
  217. if x != nil {
  218. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  219. if ms.LoadMessageInfo() == nil {
  220. ms.StoreMessageInfo(mi)
  221. }
  222. return ms
  223. }
  224. return mi.MessageOf(x)
  225. }
  226. // Deprecated: Use RemoveInboundResponse.ProtoReflect.Descriptor instead.
  227. func (*RemoveInboundResponse) Descriptor() ([]byte, []int) {
  228. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{5}
  229. }
  230. type AlterInboundRequest struct {
  231. state protoimpl.MessageState
  232. sizeCache protoimpl.SizeCache
  233. unknownFields protoimpl.UnknownFields
  234. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  235. Operation *serial.TypedMessage `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"`
  236. }
  237. func (x *AlterInboundRequest) Reset() {
  238. *x = AlterInboundRequest{}
  239. mi := &file_app_proxyman_command_command_proto_msgTypes[6]
  240. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  241. ms.StoreMessageInfo(mi)
  242. }
  243. func (x *AlterInboundRequest) String() string {
  244. return protoimpl.X.MessageStringOf(x)
  245. }
  246. func (*AlterInboundRequest) ProtoMessage() {}
  247. func (x *AlterInboundRequest) ProtoReflect() protoreflect.Message {
  248. mi := &file_app_proxyman_command_command_proto_msgTypes[6]
  249. if x != nil {
  250. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  251. if ms.LoadMessageInfo() == nil {
  252. ms.StoreMessageInfo(mi)
  253. }
  254. return ms
  255. }
  256. return mi.MessageOf(x)
  257. }
  258. // Deprecated: Use AlterInboundRequest.ProtoReflect.Descriptor instead.
  259. func (*AlterInboundRequest) Descriptor() ([]byte, []int) {
  260. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{6}
  261. }
  262. func (x *AlterInboundRequest) GetTag() string {
  263. if x != nil {
  264. return x.Tag
  265. }
  266. return ""
  267. }
  268. func (x *AlterInboundRequest) GetOperation() *serial.TypedMessage {
  269. if x != nil {
  270. return x.Operation
  271. }
  272. return nil
  273. }
  274. type AlterInboundResponse struct {
  275. state protoimpl.MessageState
  276. sizeCache protoimpl.SizeCache
  277. unknownFields protoimpl.UnknownFields
  278. }
  279. func (x *AlterInboundResponse) Reset() {
  280. *x = AlterInboundResponse{}
  281. mi := &file_app_proxyman_command_command_proto_msgTypes[7]
  282. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  283. ms.StoreMessageInfo(mi)
  284. }
  285. func (x *AlterInboundResponse) String() string {
  286. return protoimpl.X.MessageStringOf(x)
  287. }
  288. func (*AlterInboundResponse) ProtoMessage() {}
  289. func (x *AlterInboundResponse) ProtoReflect() protoreflect.Message {
  290. mi := &file_app_proxyman_command_command_proto_msgTypes[7]
  291. if x != nil {
  292. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  293. if ms.LoadMessageInfo() == nil {
  294. ms.StoreMessageInfo(mi)
  295. }
  296. return ms
  297. }
  298. return mi.MessageOf(x)
  299. }
  300. // Deprecated: Use AlterInboundResponse.ProtoReflect.Descriptor instead.
  301. func (*AlterInboundResponse) Descriptor() ([]byte, []int) {
  302. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{7}
  303. }
  304. type ListInboundsRequest struct {
  305. state protoimpl.MessageState
  306. sizeCache protoimpl.SizeCache
  307. unknownFields protoimpl.UnknownFields
  308. }
  309. func (x *ListInboundsRequest) Reset() {
  310. *x = ListInboundsRequest{}
  311. mi := &file_app_proxyman_command_command_proto_msgTypes[8]
  312. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  313. ms.StoreMessageInfo(mi)
  314. }
  315. func (x *ListInboundsRequest) String() string {
  316. return protoimpl.X.MessageStringOf(x)
  317. }
  318. func (*ListInboundsRequest) ProtoMessage() {}
  319. func (x *ListInboundsRequest) ProtoReflect() protoreflect.Message {
  320. mi := &file_app_proxyman_command_command_proto_msgTypes[8]
  321. if x != nil {
  322. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  323. if ms.LoadMessageInfo() == nil {
  324. ms.StoreMessageInfo(mi)
  325. }
  326. return ms
  327. }
  328. return mi.MessageOf(x)
  329. }
  330. // Deprecated: Use ListInboundsRequest.ProtoReflect.Descriptor instead.
  331. func (*ListInboundsRequest) Descriptor() ([]byte, []int) {
  332. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{8}
  333. }
  334. type ListInboundsResponse struct {
  335. state protoimpl.MessageState
  336. sizeCache protoimpl.SizeCache
  337. unknownFields protoimpl.UnknownFields
  338. Inbounds []*core.InboundHandlerConfig `protobuf:"bytes,1,rep,name=inbounds,proto3" json:"inbounds,omitempty"`
  339. }
  340. func (x *ListInboundsResponse) Reset() {
  341. *x = ListInboundsResponse{}
  342. mi := &file_app_proxyman_command_command_proto_msgTypes[9]
  343. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  344. ms.StoreMessageInfo(mi)
  345. }
  346. func (x *ListInboundsResponse) String() string {
  347. return protoimpl.X.MessageStringOf(x)
  348. }
  349. func (*ListInboundsResponse) ProtoMessage() {}
  350. func (x *ListInboundsResponse) ProtoReflect() protoreflect.Message {
  351. mi := &file_app_proxyman_command_command_proto_msgTypes[9]
  352. if x != nil {
  353. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  354. if ms.LoadMessageInfo() == nil {
  355. ms.StoreMessageInfo(mi)
  356. }
  357. return ms
  358. }
  359. return mi.MessageOf(x)
  360. }
  361. // Deprecated: Use ListInboundsResponse.ProtoReflect.Descriptor instead.
  362. func (*ListInboundsResponse) Descriptor() ([]byte, []int) {
  363. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{9}
  364. }
  365. func (x *ListInboundsResponse) GetInbounds() []*core.InboundHandlerConfig {
  366. if x != nil {
  367. return x.Inbounds
  368. }
  369. return nil
  370. }
  371. type GetInboundUserRequest struct {
  372. state protoimpl.MessageState
  373. sizeCache protoimpl.SizeCache
  374. unknownFields protoimpl.UnknownFields
  375. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  376. Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
  377. }
  378. func (x *GetInboundUserRequest) Reset() {
  379. *x = GetInboundUserRequest{}
  380. mi := &file_app_proxyman_command_command_proto_msgTypes[10]
  381. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  382. ms.StoreMessageInfo(mi)
  383. }
  384. func (x *GetInboundUserRequest) String() string {
  385. return protoimpl.X.MessageStringOf(x)
  386. }
  387. func (*GetInboundUserRequest) ProtoMessage() {}
  388. func (x *GetInboundUserRequest) ProtoReflect() protoreflect.Message {
  389. mi := &file_app_proxyman_command_command_proto_msgTypes[10]
  390. if x != nil {
  391. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  392. if ms.LoadMessageInfo() == nil {
  393. ms.StoreMessageInfo(mi)
  394. }
  395. return ms
  396. }
  397. return mi.MessageOf(x)
  398. }
  399. // Deprecated: Use GetInboundUserRequest.ProtoReflect.Descriptor instead.
  400. func (*GetInboundUserRequest) Descriptor() ([]byte, []int) {
  401. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{10}
  402. }
  403. func (x *GetInboundUserRequest) GetTag() string {
  404. if x != nil {
  405. return x.Tag
  406. }
  407. return ""
  408. }
  409. func (x *GetInboundUserRequest) GetEmail() string {
  410. if x != nil {
  411. return x.Email
  412. }
  413. return ""
  414. }
  415. type GetInboundUserResponse struct {
  416. state protoimpl.MessageState
  417. sizeCache protoimpl.SizeCache
  418. unknownFields protoimpl.UnknownFields
  419. Users []*protocol.User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
  420. }
  421. func (x *GetInboundUserResponse) Reset() {
  422. *x = GetInboundUserResponse{}
  423. mi := &file_app_proxyman_command_command_proto_msgTypes[11]
  424. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  425. ms.StoreMessageInfo(mi)
  426. }
  427. func (x *GetInboundUserResponse) String() string {
  428. return protoimpl.X.MessageStringOf(x)
  429. }
  430. func (*GetInboundUserResponse) ProtoMessage() {}
  431. func (x *GetInboundUserResponse) ProtoReflect() protoreflect.Message {
  432. mi := &file_app_proxyman_command_command_proto_msgTypes[11]
  433. if x != nil {
  434. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  435. if ms.LoadMessageInfo() == nil {
  436. ms.StoreMessageInfo(mi)
  437. }
  438. return ms
  439. }
  440. return mi.MessageOf(x)
  441. }
  442. // Deprecated: Use GetInboundUserResponse.ProtoReflect.Descriptor instead.
  443. func (*GetInboundUserResponse) Descriptor() ([]byte, []int) {
  444. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{11}
  445. }
  446. func (x *GetInboundUserResponse) GetUsers() []*protocol.User {
  447. if x != nil {
  448. return x.Users
  449. }
  450. return nil
  451. }
  452. type GetInboundUsersCountResponse struct {
  453. state protoimpl.MessageState
  454. sizeCache protoimpl.SizeCache
  455. unknownFields protoimpl.UnknownFields
  456. Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
  457. }
  458. func (x *GetInboundUsersCountResponse) Reset() {
  459. *x = GetInboundUsersCountResponse{}
  460. mi := &file_app_proxyman_command_command_proto_msgTypes[12]
  461. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  462. ms.StoreMessageInfo(mi)
  463. }
  464. func (x *GetInboundUsersCountResponse) String() string {
  465. return protoimpl.X.MessageStringOf(x)
  466. }
  467. func (*GetInboundUsersCountResponse) ProtoMessage() {}
  468. func (x *GetInboundUsersCountResponse) ProtoReflect() protoreflect.Message {
  469. mi := &file_app_proxyman_command_command_proto_msgTypes[12]
  470. if x != nil {
  471. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  472. if ms.LoadMessageInfo() == nil {
  473. ms.StoreMessageInfo(mi)
  474. }
  475. return ms
  476. }
  477. return mi.MessageOf(x)
  478. }
  479. // Deprecated: Use GetInboundUsersCountResponse.ProtoReflect.Descriptor instead.
  480. func (*GetInboundUsersCountResponse) Descriptor() ([]byte, []int) {
  481. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{12}
  482. }
  483. func (x *GetInboundUsersCountResponse) GetCount() int64 {
  484. if x != nil {
  485. return x.Count
  486. }
  487. return 0
  488. }
  489. type AddOutboundRequest struct {
  490. state protoimpl.MessageState
  491. sizeCache protoimpl.SizeCache
  492. unknownFields protoimpl.UnknownFields
  493. Outbound *core.OutboundHandlerConfig `protobuf:"bytes,1,opt,name=outbound,proto3" json:"outbound,omitempty"`
  494. }
  495. func (x *AddOutboundRequest) Reset() {
  496. *x = AddOutboundRequest{}
  497. mi := &file_app_proxyman_command_command_proto_msgTypes[13]
  498. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  499. ms.StoreMessageInfo(mi)
  500. }
  501. func (x *AddOutboundRequest) String() string {
  502. return protoimpl.X.MessageStringOf(x)
  503. }
  504. func (*AddOutboundRequest) ProtoMessage() {}
  505. func (x *AddOutboundRequest) ProtoReflect() protoreflect.Message {
  506. mi := &file_app_proxyman_command_command_proto_msgTypes[13]
  507. if x != nil {
  508. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  509. if ms.LoadMessageInfo() == nil {
  510. ms.StoreMessageInfo(mi)
  511. }
  512. return ms
  513. }
  514. return mi.MessageOf(x)
  515. }
  516. // Deprecated: Use AddOutboundRequest.ProtoReflect.Descriptor instead.
  517. func (*AddOutboundRequest) Descriptor() ([]byte, []int) {
  518. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{13}
  519. }
  520. func (x *AddOutboundRequest) GetOutbound() *core.OutboundHandlerConfig {
  521. if x != nil {
  522. return x.Outbound
  523. }
  524. return nil
  525. }
  526. type AddOutboundResponse struct {
  527. state protoimpl.MessageState
  528. sizeCache protoimpl.SizeCache
  529. unknownFields protoimpl.UnknownFields
  530. }
  531. func (x *AddOutboundResponse) Reset() {
  532. *x = AddOutboundResponse{}
  533. mi := &file_app_proxyman_command_command_proto_msgTypes[14]
  534. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  535. ms.StoreMessageInfo(mi)
  536. }
  537. func (x *AddOutboundResponse) String() string {
  538. return protoimpl.X.MessageStringOf(x)
  539. }
  540. func (*AddOutboundResponse) ProtoMessage() {}
  541. func (x *AddOutboundResponse) ProtoReflect() protoreflect.Message {
  542. mi := &file_app_proxyman_command_command_proto_msgTypes[14]
  543. if x != nil {
  544. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  545. if ms.LoadMessageInfo() == nil {
  546. ms.StoreMessageInfo(mi)
  547. }
  548. return ms
  549. }
  550. return mi.MessageOf(x)
  551. }
  552. // Deprecated: Use AddOutboundResponse.ProtoReflect.Descriptor instead.
  553. func (*AddOutboundResponse) Descriptor() ([]byte, []int) {
  554. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{14}
  555. }
  556. type RemoveOutboundRequest struct {
  557. state protoimpl.MessageState
  558. sizeCache protoimpl.SizeCache
  559. unknownFields protoimpl.UnknownFields
  560. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  561. }
  562. func (x *RemoveOutboundRequest) Reset() {
  563. *x = RemoveOutboundRequest{}
  564. mi := &file_app_proxyman_command_command_proto_msgTypes[15]
  565. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  566. ms.StoreMessageInfo(mi)
  567. }
  568. func (x *RemoveOutboundRequest) String() string {
  569. return protoimpl.X.MessageStringOf(x)
  570. }
  571. func (*RemoveOutboundRequest) ProtoMessage() {}
  572. func (x *RemoveOutboundRequest) ProtoReflect() protoreflect.Message {
  573. mi := &file_app_proxyman_command_command_proto_msgTypes[15]
  574. if x != nil {
  575. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  576. if ms.LoadMessageInfo() == nil {
  577. ms.StoreMessageInfo(mi)
  578. }
  579. return ms
  580. }
  581. return mi.MessageOf(x)
  582. }
  583. // Deprecated: Use RemoveOutboundRequest.ProtoReflect.Descriptor instead.
  584. func (*RemoveOutboundRequest) Descriptor() ([]byte, []int) {
  585. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{15}
  586. }
  587. func (x *RemoveOutboundRequest) GetTag() string {
  588. if x != nil {
  589. return x.Tag
  590. }
  591. return ""
  592. }
  593. type RemoveOutboundResponse struct {
  594. state protoimpl.MessageState
  595. sizeCache protoimpl.SizeCache
  596. unknownFields protoimpl.UnknownFields
  597. }
  598. func (x *RemoveOutboundResponse) Reset() {
  599. *x = RemoveOutboundResponse{}
  600. mi := &file_app_proxyman_command_command_proto_msgTypes[16]
  601. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  602. ms.StoreMessageInfo(mi)
  603. }
  604. func (x *RemoveOutboundResponse) String() string {
  605. return protoimpl.X.MessageStringOf(x)
  606. }
  607. func (*RemoveOutboundResponse) ProtoMessage() {}
  608. func (x *RemoveOutboundResponse) ProtoReflect() protoreflect.Message {
  609. mi := &file_app_proxyman_command_command_proto_msgTypes[16]
  610. if x != nil {
  611. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  612. if ms.LoadMessageInfo() == nil {
  613. ms.StoreMessageInfo(mi)
  614. }
  615. return ms
  616. }
  617. return mi.MessageOf(x)
  618. }
  619. // Deprecated: Use RemoveOutboundResponse.ProtoReflect.Descriptor instead.
  620. func (*RemoveOutboundResponse) Descriptor() ([]byte, []int) {
  621. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{16}
  622. }
  623. type AlterOutboundRequest struct {
  624. state protoimpl.MessageState
  625. sizeCache protoimpl.SizeCache
  626. unknownFields protoimpl.UnknownFields
  627. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  628. Operation *serial.TypedMessage `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"`
  629. }
  630. func (x *AlterOutboundRequest) Reset() {
  631. *x = AlterOutboundRequest{}
  632. mi := &file_app_proxyman_command_command_proto_msgTypes[17]
  633. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  634. ms.StoreMessageInfo(mi)
  635. }
  636. func (x *AlterOutboundRequest) String() string {
  637. return protoimpl.X.MessageStringOf(x)
  638. }
  639. func (*AlterOutboundRequest) ProtoMessage() {}
  640. func (x *AlterOutboundRequest) ProtoReflect() protoreflect.Message {
  641. mi := &file_app_proxyman_command_command_proto_msgTypes[17]
  642. if x != nil {
  643. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  644. if ms.LoadMessageInfo() == nil {
  645. ms.StoreMessageInfo(mi)
  646. }
  647. return ms
  648. }
  649. return mi.MessageOf(x)
  650. }
  651. // Deprecated: Use AlterOutboundRequest.ProtoReflect.Descriptor instead.
  652. func (*AlterOutboundRequest) Descriptor() ([]byte, []int) {
  653. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{17}
  654. }
  655. func (x *AlterOutboundRequest) GetTag() string {
  656. if x != nil {
  657. return x.Tag
  658. }
  659. return ""
  660. }
  661. func (x *AlterOutboundRequest) GetOperation() *serial.TypedMessage {
  662. if x != nil {
  663. return x.Operation
  664. }
  665. return nil
  666. }
  667. type AlterOutboundResponse struct {
  668. state protoimpl.MessageState
  669. sizeCache protoimpl.SizeCache
  670. unknownFields protoimpl.UnknownFields
  671. }
  672. func (x *AlterOutboundResponse) Reset() {
  673. *x = AlterOutboundResponse{}
  674. mi := &file_app_proxyman_command_command_proto_msgTypes[18]
  675. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  676. ms.StoreMessageInfo(mi)
  677. }
  678. func (x *AlterOutboundResponse) String() string {
  679. return protoimpl.X.MessageStringOf(x)
  680. }
  681. func (*AlterOutboundResponse) ProtoMessage() {}
  682. func (x *AlterOutboundResponse) ProtoReflect() protoreflect.Message {
  683. mi := &file_app_proxyman_command_command_proto_msgTypes[18]
  684. if x != nil {
  685. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  686. if ms.LoadMessageInfo() == nil {
  687. ms.StoreMessageInfo(mi)
  688. }
  689. return ms
  690. }
  691. return mi.MessageOf(x)
  692. }
  693. // Deprecated: Use AlterOutboundResponse.ProtoReflect.Descriptor instead.
  694. func (*AlterOutboundResponse) Descriptor() ([]byte, []int) {
  695. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{18}
  696. }
  697. type ListOutboundsRequest struct {
  698. state protoimpl.MessageState
  699. sizeCache protoimpl.SizeCache
  700. unknownFields protoimpl.UnknownFields
  701. }
  702. func (x *ListOutboundsRequest) Reset() {
  703. *x = ListOutboundsRequest{}
  704. mi := &file_app_proxyman_command_command_proto_msgTypes[19]
  705. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  706. ms.StoreMessageInfo(mi)
  707. }
  708. func (x *ListOutboundsRequest) String() string {
  709. return protoimpl.X.MessageStringOf(x)
  710. }
  711. func (*ListOutboundsRequest) ProtoMessage() {}
  712. func (x *ListOutboundsRequest) ProtoReflect() protoreflect.Message {
  713. mi := &file_app_proxyman_command_command_proto_msgTypes[19]
  714. if x != nil {
  715. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  716. if ms.LoadMessageInfo() == nil {
  717. ms.StoreMessageInfo(mi)
  718. }
  719. return ms
  720. }
  721. return mi.MessageOf(x)
  722. }
  723. // Deprecated: Use ListOutboundsRequest.ProtoReflect.Descriptor instead.
  724. func (*ListOutboundsRequest) Descriptor() ([]byte, []int) {
  725. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{19}
  726. }
  727. type ListOutboundsResponse struct {
  728. state protoimpl.MessageState
  729. sizeCache protoimpl.SizeCache
  730. unknownFields protoimpl.UnknownFields
  731. Outbounds []*core.OutboundHandlerConfig `protobuf:"bytes,1,rep,name=outbounds,proto3" json:"outbounds,omitempty"`
  732. }
  733. func (x *ListOutboundsResponse) Reset() {
  734. *x = ListOutboundsResponse{}
  735. mi := &file_app_proxyman_command_command_proto_msgTypes[20]
  736. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  737. ms.StoreMessageInfo(mi)
  738. }
  739. func (x *ListOutboundsResponse) String() string {
  740. return protoimpl.X.MessageStringOf(x)
  741. }
  742. func (*ListOutboundsResponse) ProtoMessage() {}
  743. func (x *ListOutboundsResponse) ProtoReflect() protoreflect.Message {
  744. mi := &file_app_proxyman_command_command_proto_msgTypes[20]
  745. if x != nil {
  746. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  747. if ms.LoadMessageInfo() == nil {
  748. ms.StoreMessageInfo(mi)
  749. }
  750. return ms
  751. }
  752. return mi.MessageOf(x)
  753. }
  754. // Deprecated: Use ListOutboundsResponse.ProtoReflect.Descriptor instead.
  755. func (*ListOutboundsResponse) Descriptor() ([]byte, []int) {
  756. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{20}
  757. }
  758. func (x *ListOutboundsResponse) GetOutbounds() []*core.OutboundHandlerConfig {
  759. if x != nil {
  760. return x.Outbounds
  761. }
  762. return nil
  763. }
  764. type Config struct {
  765. state protoimpl.MessageState
  766. sizeCache protoimpl.SizeCache
  767. unknownFields protoimpl.UnknownFields
  768. }
  769. func (x *Config) Reset() {
  770. *x = Config{}
  771. mi := &file_app_proxyman_command_command_proto_msgTypes[21]
  772. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  773. ms.StoreMessageInfo(mi)
  774. }
  775. func (x *Config) String() string {
  776. return protoimpl.X.MessageStringOf(x)
  777. }
  778. func (*Config) ProtoMessage() {}
  779. func (x *Config) ProtoReflect() protoreflect.Message {
  780. mi := &file_app_proxyman_command_command_proto_msgTypes[21]
  781. if x != nil {
  782. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  783. if ms.LoadMessageInfo() == nil {
  784. ms.StoreMessageInfo(mi)
  785. }
  786. return ms
  787. }
  788. return mi.MessageOf(x)
  789. }
  790. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  791. func (*Config) Descriptor() ([]byte, []int) {
  792. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{21}
  793. }
  794. var File_app_proxyman_command_command_proto protoreflect.FileDescriptor
  795. var file_app_proxyman_command_command_proto_rawDesc = []byte{
  796. 0x0a, 0x22, 0x61, 0x70, 0x70, 0x2f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2f, 0x63,
  797. 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70,
  798. 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70,
  799. 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x1a,
  800. 0x1a, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
  801. 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x21, 0x63, 0x6f, 0x6d,
  802. 0x6d, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x64,
  803. 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x11,
  804. 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  805. 0x6f, 0x22, 0x42, 0x0a, 0x10, 0x41, 0x64, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x72,
  806. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20,
  807. 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  808. 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52,
  809. 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, 0x2b, 0x0a, 0x13, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x55,
  810. 0x73, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05,
  811. 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61,
  812. 0x69, 0x6c, 0x22, 0x4e, 0x0a, 0x11, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64,
  813. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x07, 0x69, 0x6e, 0x62, 0x6f, 0x75,
  814. 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  815. 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64,
  816. 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x07, 0x69, 0x6e, 0x62, 0x6f, 0x75,
  817. 0x6e, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64,
  818. 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x28, 0x0a, 0x14, 0x52, 0x65, 0x6d, 0x6f,
  819. 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  820. 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74,
  821. 0x61, 0x67, 0x22, 0x17, 0x0a, 0x15, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f,
  822. 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x67, 0x0a, 0x13, 0x41,
  823. 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
  824. 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  825. 0x03, 0x74, 0x61, 0x67, 0x12, 0x3e, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
  826. 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63,
  827. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2e, 0x54, 0x79, 0x70,
  828. 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61,
  829. 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x16, 0x0a, 0x14, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62,
  830. 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x15, 0x0a, 0x13,
  831. 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75,
  832. 0x65, 0x73, 0x74, 0x22, 0x53, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75,
  833. 0x6e, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3b, 0x0a, 0x08, 0x69,
  834. 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e,
  835. 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
  836. 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x08,
  837. 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x22, 0x3f, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x49,
  838. 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  839. 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
  840. 0x74, 0x61, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01,
  841. 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0x4a, 0x0a, 0x16, 0x47, 0x65, 0x74,
  842. 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f,
  843. 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03,
  844. 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  845. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x05,
  846. 0x75, 0x73, 0x65, 0x72, 0x73, 0x22, 0x34, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f,
  847. 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73,
  848. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01,
  849. 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x52, 0x0a, 0x12, 0x41,
  850. 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  851. 0x74, 0x12, 0x3c, 0x0a, 0x08, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x01, 0x20,
  852. 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
  853. 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x43,
  854. 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x08, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x22,
  855. 0x15, 0x0a, 0x13, 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65,
  856. 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x0a, 0x15, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65,
  857. 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  858. 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61,
  859. 0x67, 0x22, 0x18, 0x0a, 0x16, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f,
  860. 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x68, 0x0a, 0x14, 0x41,
  861. 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75,
  862. 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  863. 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x3e, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
  864. 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  865. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2e, 0x54, 0x79,
  866. 0x70, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72,
  867. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x17, 0x0a, 0x15, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75,
  868. 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x16,
  869. 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52,
  870. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x57, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x75,
  871. 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
  872. 0x3e, 0x0a, 0x09, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03,
  873. 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x4f,
  874. 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x43, 0x6f,
  875. 0x6e, 0x66, 0x69, 0x67, 0x52, 0x09, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x22,
  876. 0x08, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x32, 0xae, 0x09, 0x0a, 0x0e, 0x48, 0x61,
  877. 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6b, 0x0a, 0x0a,
  878. 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x2c, 0x2e, 0x78, 0x72, 0x61,
  879. 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63,
  880. 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
  881. 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  882. 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d,
  883. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52,
  884. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x0d, 0x52, 0x65, 0x6d,
  885. 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x2f, 0x2e, 0x78, 0x72, 0x61,
  886. 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63,
  887. 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62,
  888. 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x78, 0x72,
  889. 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e,
  890. 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e,
  891. 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
  892. 0x71, 0x0a, 0x0c, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12,
  893. 0x2e, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79,
  894. 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65,
  895. 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  896. 0x2f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79,
  897. 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65,
  898. 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  899. 0x22, 0x00, 0x12, 0x71, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
  900. 0x64, 0x73, 0x12, 0x2e, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72,
  901. 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4c,
  902. 0x69, 0x73, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
  903. 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72,
  904. 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4c,
  905. 0x69, 0x73, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
  906. 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x78, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f,
  907. 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x12, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  908. 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d,
  909. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55,
  910. 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x78, 0x72, 0x61,
  911. 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63,
  912. 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
  913. 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
  914. 0x83, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73,
  915. 0x65, 0x72, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  916. 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d,
  917. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55,
  918. 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x78, 0x72, 0x61,
  919. 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63,
  920. 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
  921. 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
  922. 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x6e, 0x0a, 0x0b, 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62,
  923. 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x2d, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e,
  924. 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64,
  925. 0x2e, 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75,
  926. 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70,
  927. 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e,
  928. 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
  929. 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x0e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f,
  930. 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61,
  931. 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  932. 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75,
  933. 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x78, 0x72, 0x61, 0x79,
  934. 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
  935. 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62,
  936. 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x74,
  937. 0x0a, 0x0d, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12,
  938. 0x2f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79,
  939. 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65,
  940. 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  941. 0x1a, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78,
  942. 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74,
  943. 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
  944. 0x73, 0x65, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x0d, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x75, 0x74, 0x62,
  945. 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x12, 0x2f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70,
  946. 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
  947. 0x64, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52,
  948. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70,
  949. 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61,
  950. 0x6e, 0x64, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73,
  951. 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x6d, 0x0a, 0x1d, 0x63, 0x6f,
  952. 0x6d, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79,
  953. 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x50, 0x01, 0x5a, 0x2e, 0x67,
  954. 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x78, 0x74, 0x6c, 0x73, 0x2f, 0x78,
  955. 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x70, 0x72, 0x6f,
  956. 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0xaa, 0x02, 0x19,
  957. 0x58, 0x72, 0x61, 0x79, 0x2e, 0x41, 0x70, 0x70, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61,
  958. 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  959. 0x33,
  960. }
  961. var (
  962. file_app_proxyman_command_command_proto_rawDescOnce sync.Once
  963. file_app_proxyman_command_command_proto_rawDescData = file_app_proxyman_command_command_proto_rawDesc
  964. )
  965. func file_app_proxyman_command_command_proto_rawDescGZIP() []byte {
  966. file_app_proxyman_command_command_proto_rawDescOnce.Do(func() {
  967. file_app_proxyman_command_command_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_proxyman_command_command_proto_rawDescData)
  968. })
  969. return file_app_proxyman_command_command_proto_rawDescData
  970. }
  971. var file_app_proxyman_command_command_proto_msgTypes = make([]protoimpl.MessageInfo, 22)
  972. var file_app_proxyman_command_command_proto_goTypes = []any{
  973. (*AddUserOperation)(nil), // 0: xray.app.proxyman.command.AddUserOperation
  974. (*RemoveUserOperation)(nil), // 1: xray.app.proxyman.command.RemoveUserOperation
  975. (*AddInboundRequest)(nil), // 2: xray.app.proxyman.command.AddInboundRequest
  976. (*AddInboundResponse)(nil), // 3: xray.app.proxyman.command.AddInboundResponse
  977. (*RemoveInboundRequest)(nil), // 4: xray.app.proxyman.command.RemoveInboundRequest
  978. (*RemoveInboundResponse)(nil), // 5: xray.app.proxyman.command.RemoveInboundResponse
  979. (*AlterInboundRequest)(nil), // 6: xray.app.proxyman.command.AlterInboundRequest
  980. (*AlterInboundResponse)(nil), // 7: xray.app.proxyman.command.AlterInboundResponse
  981. (*ListInboundsRequest)(nil), // 8: xray.app.proxyman.command.ListInboundsRequest
  982. (*ListInboundsResponse)(nil), // 9: xray.app.proxyman.command.ListInboundsResponse
  983. (*GetInboundUserRequest)(nil), // 10: xray.app.proxyman.command.GetInboundUserRequest
  984. (*GetInboundUserResponse)(nil), // 11: xray.app.proxyman.command.GetInboundUserResponse
  985. (*GetInboundUsersCountResponse)(nil), // 12: xray.app.proxyman.command.GetInboundUsersCountResponse
  986. (*AddOutboundRequest)(nil), // 13: xray.app.proxyman.command.AddOutboundRequest
  987. (*AddOutboundResponse)(nil), // 14: xray.app.proxyman.command.AddOutboundResponse
  988. (*RemoveOutboundRequest)(nil), // 15: xray.app.proxyman.command.RemoveOutboundRequest
  989. (*RemoveOutboundResponse)(nil), // 16: xray.app.proxyman.command.RemoveOutboundResponse
  990. (*AlterOutboundRequest)(nil), // 17: xray.app.proxyman.command.AlterOutboundRequest
  991. (*AlterOutboundResponse)(nil), // 18: xray.app.proxyman.command.AlterOutboundResponse
  992. (*ListOutboundsRequest)(nil), // 19: xray.app.proxyman.command.ListOutboundsRequest
  993. (*ListOutboundsResponse)(nil), // 20: xray.app.proxyman.command.ListOutboundsResponse
  994. (*Config)(nil), // 21: xray.app.proxyman.command.Config
  995. (*protocol.User)(nil), // 22: xray.common.protocol.User
  996. (*core.InboundHandlerConfig)(nil), // 23: xray.core.InboundHandlerConfig
  997. (*serial.TypedMessage)(nil), // 24: xray.common.serial.TypedMessage
  998. (*core.OutboundHandlerConfig)(nil), // 25: xray.core.OutboundHandlerConfig
  999. }
  1000. var file_app_proxyman_command_command_proto_depIdxs = []int32{
  1001. 22, // 0: xray.app.proxyman.command.AddUserOperation.user:type_name -> xray.common.protocol.User
  1002. 23, // 1: xray.app.proxyman.command.AddInboundRequest.inbound:type_name -> xray.core.InboundHandlerConfig
  1003. 24, // 2: xray.app.proxyman.command.AlterInboundRequest.operation:type_name -> xray.common.serial.TypedMessage
  1004. 23, // 3: xray.app.proxyman.command.ListInboundsResponse.inbounds:type_name -> xray.core.InboundHandlerConfig
  1005. 22, // 4: xray.app.proxyman.command.GetInboundUserResponse.users:type_name -> xray.common.protocol.User
  1006. 25, // 5: xray.app.proxyman.command.AddOutboundRequest.outbound:type_name -> xray.core.OutboundHandlerConfig
  1007. 24, // 6: xray.app.proxyman.command.AlterOutboundRequest.operation:type_name -> xray.common.serial.TypedMessage
  1008. 25, // 7: xray.app.proxyman.command.ListOutboundsResponse.outbounds:type_name -> xray.core.OutboundHandlerConfig
  1009. 2, // 8: xray.app.proxyman.command.HandlerService.AddInbound:input_type -> xray.app.proxyman.command.AddInboundRequest
  1010. 4, // 9: xray.app.proxyman.command.HandlerService.RemoveInbound:input_type -> xray.app.proxyman.command.RemoveInboundRequest
  1011. 6, // 10: xray.app.proxyman.command.HandlerService.AlterInbound:input_type -> xray.app.proxyman.command.AlterInboundRequest
  1012. 8, // 11: xray.app.proxyman.command.HandlerService.ListInbounds:input_type -> xray.app.proxyman.command.ListInboundsRequest
  1013. 10, // 12: xray.app.proxyman.command.HandlerService.GetInboundUsers:input_type -> xray.app.proxyman.command.GetInboundUserRequest
  1014. 10, // 13: xray.app.proxyman.command.HandlerService.GetInboundUsersCount:input_type -> xray.app.proxyman.command.GetInboundUserRequest
  1015. 13, // 14: xray.app.proxyman.command.HandlerService.AddOutbound:input_type -> xray.app.proxyman.command.AddOutboundRequest
  1016. 15, // 15: xray.app.proxyman.command.HandlerService.RemoveOutbound:input_type -> xray.app.proxyman.command.RemoveOutboundRequest
  1017. 17, // 16: xray.app.proxyman.command.HandlerService.AlterOutbound:input_type -> xray.app.proxyman.command.AlterOutboundRequest
  1018. 19, // 17: xray.app.proxyman.command.HandlerService.ListOutbounds:input_type -> xray.app.proxyman.command.ListOutboundsRequest
  1019. 3, // 18: xray.app.proxyman.command.HandlerService.AddInbound:output_type -> xray.app.proxyman.command.AddInboundResponse
  1020. 5, // 19: xray.app.proxyman.command.HandlerService.RemoveInbound:output_type -> xray.app.proxyman.command.RemoveInboundResponse
  1021. 7, // 20: xray.app.proxyman.command.HandlerService.AlterInbound:output_type -> xray.app.proxyman.command.AlterInboundResponse
  1022. 9, // 21: xray.app.proxyman.command.HandlerService.ListInbounds:output_type -> xray.app.proxyman.command.ListInboundsResponse
  1023. 11, // 22: xray.app.proxyman.command.HandlerService.GetInboundUsers:output_type -> xray.app.proxyman.command.GetInboundUserResponse
  1024. 12, // 23: xray.app.proxyman.command.HandlerService.GetInboundUsersCount:output_type -> xray.app.proxyman.command.GetInboundUsersCountResponse
  1025. 14, // 24: xray.app.proxyman.command.HandlerService.AddOutbound:output_type -> xray.app.proxyman.command.AddOutboundResponse
  1026. 16, // 25: xray.app.proxyman.command.HandlerService.RemoveOutbound:output_type -> xray.app.proxyman.command.RemoveOutboundResponse
  1027. 18, // 26: xray.app.proxyman.command.HandlerService.AlterOutbound:output_type -> xray.app.proxyman.command.AlterOutboundResponse
  1028. 20, // 27: xray.app.proxyman.command.HandlerService.ListOutbounds:output_type -> xray.app.proxyman.command.ListOutboundsResponse
  1029. 18, // [18:28] is the sub-list for method output_type
  1030. 8, // [8:18] is the sub-list for method input_type
  1031. 8, // [8:8] is the sub-list for extension type_name
  1032. 8, // [8:8] is the sub-list for extension extendee
  1033. 0, // [0:8] is the sub-list for field type_name
  1034. }
  1035. func init() { file_app_proxyman_command_command_proto_init() }
  1036. func file_app_proxyman_command_command_proto_init() {
  1037. if File_app_proxyman_command_command_proto != nil {
  1038. return
  1039. }
  1040. type x struct{}
  1041. out := protoimpl.TypeBuilder{
  1042. File: protoimpl.DescBuilder{
  1043. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1044. RawDescriptor: file_app_proxyman_command_command_proto_rawDesc,
  1045. NumEnums: 0,
  1046. NumMessages: 22,
  1047. NumExtensions: 0,
  1048. NumServices: 1,
  1049. },
  1050. GoTypes: file_app_proxyman_command_command_proto_goTypes,
  1051. DependencyIndexes: file_app_proxyman_command_command_proto_depIdxs,
  1052. MessageInfos: file_app_proxyman_command_command_proto_msgTypes,
  1053. }.Build()
  1054. File_app_proxyman_command_command_proto = out.File
  1055. file_app_proxyman_command_command_proto_rawDesc = nil
  1056. file_app_proxyman_command_command_proto_goTypes = nil
  1057. file_app_proxyman_command_command_proto_depIdxs = nil
  1058. }