github.com/imannamdari/v2ray-core/v5@v5.0.5/app/proxyman/command/command.pb.go (about)

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