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

     1  package command
     2  
     3  import (
     4  	reflect "reflect"
     5  	sync "sync"
     6  
     7  	_ "github.com/imannamdari/v2ray-core/v5/common/protoext"
     8  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
     9  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    10  )
    11  
    12  const (
    13  	// Verify that this generated code is sufficiently up-to-date.
    14  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    15  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    16  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    17  )
    18  
    19  type ListInstanceReq struct {
    20  	state         protoimpl.MessageState
    21  	sizeCache     protoimpl.SizeCache
    22  	unknownFields protoimpl.UnknownFields
    23  }
    24  
    25  func (x *ListInstanceReq) Reset() {
    26  	*x = ListInstanceReq{}
    27  	if protoimpl.UnsafeEnabled {
    28  		mi := &file_app_instman_command_command_proto_msgTypes[0]
    29  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    30  		ms.StoreMessageInfo(mi)
    31  	}
    32  }
    33  
    34  func (x *ListInstanceReq) String() string {
    35  	return protoimpl.X.MessageStringOf(x)
    36  }
    37  
    38  func (*ListInstanceReq) ProtoMessage() {}
    39  
    40  func (x *ListInstanceReq) ProtoReflect() protoreflect.Message {
    41  	mi := &file_app_instman_command_command_proto_msgTypes[0]
    42  	if protoimpl.UnsafeEnabled && x != nil {
    43  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    44  		if ms.LoadMessageInfo() == nil {
    45  			ms.StoreMessageInfo(mi)
    46  		}
    47  		return ms
    48  	}
    49  	return mi.MessageOf(x)
    50  }
    51  
    52  // Deprecated: Use ListInstanceReq.ProtoReflect.Descriptor instead.
    53  func (*ListInstanceReq) Descriptor() ([]byte, []int) {
    54  	return file_app_instman_command_command_proto_rawDescGZIP(), []int{0}
    55  }
    56  
    57  type ListInstanceResp struct {
    58  	state         protoimpl.MessageState
    59  	sizeCache     protoimpl.SizeCache
    60  	unknownFields protoimpl.UnknownFields
    61  
    62  	Name []string `protobuf:"bytes,1,rep,name=name,proto3" json:"name,omitempty"`
    63  }
    64  
    65  func (x *ListInstanceResp) Reset() {
    66  	*x = ListInstanceResp{}
    67  	if protoimpl.UnsafeEnabled {
    68  		mi := &file_app_instman_command_command_proto_msgTypes[1]
    69  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    70  		ms.StoreMessageInfo(mi)
    71  	}
    72  }
    73  
    74  func (x *ListInstanceResp) String() string {
    75  	return protoimpl.X.MessageStringOf(x)
    76  }
    77  
    78  func (*ListInstanceResp) ProtoMessage() {}
    79  
    80  func (x *ListInstanceResp) ProtoReflect() protoreflect.Message {
    81  	mi := &file_app_instman_command_command_proto_msgTypes[1]
    82  	if protoimpl.UnsafeEnabled && x != nil {
    83  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    84  		if ms.LoadMessageInfo() == nil {
    85  			ms.StoreMessageInfo(mi)
    86  		}
    87  		return ms
    88  	}
    89  	return mi.MessageOf(x)
    90  }
    91  
    92  // Deprecated: Use ListInstanceResp.ProtoReflect.Descriptor instead.
    93  func (*ListInstanceResp) Descriptor() ([]byte, []int) {
    94  	return file_app_instman_command_command_proto_rawDescGZIP(), []int{1}
    95  }
    96  
    97  func (x *ListInstanceResp) GetName() []string {
    98  	if x != nil {
    99  		return x.Name
   100  	}
   101  	return nil
   102  }
   103  
   104  type AddInstanceReq struct {
   105  	state         protoimpl.MessageState
   106  	sizeCache     protoimpl.SizeCache
   107  	unknownFields protoimpl.UnknownFields
   108  
   109  	Name             string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
   110  	ConfigType       string `protobuf:"bytes,2,opt,name=configType,proto3" json:"configType,omitempty"`
   111  	ConfigContentB64 string `protobuf:"bytes,3,opt,name=configContentB64,proto3" json:"configContentB64,omitempty"`
   112  }
   113  
   114  func (x *AddInstanceReq) Reset() {
   115  	*x = AddInstanceReq{}
   116  	if protoimpl.UnsafeEnabled {
   117  		mi := &file_app_instman_command_command_proto_msgTypes[2]
   118  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   119  		ms.StoreMessageInfo(mi)
   120  	}
   121  }
   122  
   123  func (x *AddInstanceReq) String() string {
   124  	return protoimpl.X.MessageStringOf(x)
   125  }
   126  
   127  func (*AddInstanceReq) ProtoMessage() {}
   128  
   129  func (x *AddInstanceReq) ProtoReflect() protoreflect.Message {
   130  	mi := &file_app_instman_command_command_proto_msgTypes[2]
   131  	if protoimpl.UnsafeEnabled && x != nil {
   132  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   133  		if ms.LoadMessageInfo() == nil {
   134  			ms.StoreMessageInfo(mi)
   135  		}
   136  		return ms
   137  	}
   138  	return mi.MessageOf(x)
   139  }
   140  
   141  // Deprecated: Use AddInstanceReq.ProtoReflect.Descriptor instead.
   142  func (*AddInstanceReq) Descriptor() ([]byte, []int) {
   143  	return file_app_instman_command_command_proto_rawDescGZIP(), []int{2}
   144  }
   145  
   146  func (x *AddInstanceReq) GetName() string {
   147  	if x != nil {
   148  		return x.Name
   149  	}
   150  	return ""
   151  }
   152  
   153  func (x *AddInstanceReq) GetConfigType() string {
   154  	if x != nil {
   155  		return x.ConfigType
   156  	}
   157  	return ""
   158  }
   159  
   160  func (x *AddInstanceReq) GetConfigContentB64() string {
   161  	if x != nil {
   162  		return x.ConfigContentB64
   163  	}
   164  	return ""
   165  }
   166  
   167  type AddInstanceResp struct {
   168  	state         protoimpl.MessageState
   169  	sizeCache     protoimpl.SizeCache
   170  	unknownFields protoimpl.UnknownFields
   171  }
   172  
   173  func (x *AddInstanceResp) Reset() {
   174  	*x = AddInstanceResp{}
   175  	if protoimpl.UnsafeEnabled {
   176  		mi := &file_app_instman_command_command_proto_msgTypes[3]
   177  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   178  		ms.StoreMessageInfo(mi)
   179  	}
   180  }
   181  
   182  func (x *AddInstanceResp) String() string {
   183  	return protoimpl.X.MessageStringOf(x)
   184  }
   185  
   186  func (*AddInstanceResp) ProtoMessage() {}
   187  
   188  func (x *AddInstanceResp) ProtoReflect() protoreflect.Message {
   189  	mi := &file_app_instman_command_command_proto_msgTypes[3]
   190  	if protoimpl.UnsafeEnabled && x != nil {
   191  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   192  		if ms.LoadMessageInfo() == nil {
   193  			ms.StoreMessageInfo(mi)
   194  		}
   195  		return ms
   196  	}
   197  	return mi.MessageOf(x)
   198  }
   199  
   200  // Deprecated: Use AddInstanceResp.ProtoReflect.Descriptor instead.
   201  func (*AddInstanceResp) Descriptor() ([]byte, []int) {
   202  	return file_app_instman_command_command_proto_rawDescGZIP(), []int{3}
   203  }
   204  
   205  type StartInstanceReq struct {
   206  	state         protoimpl.MessageState
   207  	sizeCache     protoimpl.SizeCache
   208  	unknownFields protoimpl.UnknownFields
   209  
   210  	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
   211  }
   212  
   213  func (x *StartInstanceReq) Reset() {
   214  	*x = StartInstanceReq{}
   215  	if protoimpl.UnsafeEnabled {
   216  		mi := &file_app_instman_command_command_proto_msgTypes[4]
   217  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   218  		ms.StoreMessageInfo(mi)
   219  	}
   220  }
   221  
   222  func (x *StartInstanceReq) String() string {
   223  	return protoimpl.X.MessageStringOf(x)
   224  }
   225  
   226  func (*StartInstanceReq) ProtoMessage() {}
   227  
   228  func (x *StartInstanceReq) ProtoReflect() protoreflect.Message {
   229  	mi := &file_app_instman_command_command_proto_msgTypes[4]
   230  	if protoimpl.UnsafeEnabled && x != nil {
   231  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   232  		if ms.LoadMessageInfo() == nil {
   233  			ms.StoreMessageInfo(mi)
   234  		}
   235  		return ms
   236  	}
   237  	return mi.MessageOf(x)
   238  }
   239  
   240  // Deprecated: Use StartInstanceReq.ProtoReflect.Descriptor instead.
   241  func (*StartInstanceReq) Descriptor() ([]byte, []int) {
   242  	return file_app_instman_command_command_proto_rawDescGZIP(), []int{4}
   243  }
   244  
   245  func (x *StartInstanceReq) GetName() string {
   246  	if x != nil {
   247  		return x.Name
   248  	}
   249  	return ""
   250  }
   251  
   252  type StartInstanceResp struct {
   253  	state         protoimpl.MessageState
   254  	sizeCache     protoimpl.SizeCache
   255  	unknownFields protoimpl.UnknownFields
   256  }
   257  
   258  func (x *StartInstanceResp) Reset() {
   259  	*x = StartInstanceResp{}
   260  	if protoimpl.UnsafeEnabled {
   261  		mi := &file_app_instman_command_command_proto_msgTypes[5]
   262  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   263  		ms.StoreMessageInfo(mi)
   264  	}
   265  }
   266  
   267  func (x *StartInstanceResp) String() string {
   268  	return protoimpl.X.MessageStringOf(x)
   269  }
   270  
   271  func (*StartInstanceResp) ProtoMessage() {}
   272  
   273  func (x *StartInstanceResp) ProtoReflect() protoreflect.Message {
   274  	mi := &file_app_instman_command_command_proto_msgTypes[5]
   275  	if protoimpl.UnsafeEnabled && x != nil {
   276  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   277  		if ms.LoadMessageInfo() == nil {
   278  			ms.StoreMessageInfo(mi)
   279  		}
   280  		return ms
   281  	}
   282  	return mi.MessageOf(x)
   283  }
   284  
   285  // Deprecated: Use StartInstanceResp.ProtoReflect.Descriptor instead.
   286  func (*StartInstanceResp) Descriptor() ([]byte, []int) {
   287  	return file_app_instman_command_command_proto_rawDescGZIP(), []int{5}
   288  }
   289  
   290  type Config struct {
   291  	state         protoimpl.MessageState
   292  	sizeCache     protoimpl.SizeCache
   293  	unknownFields protoimpl.UnknownFields
   294  }
   295  
   296  func (x *Config) Reset() {
   297  	*x = Config{}
   298  	if protoimpl.UnsafeEnabled {
   299  		mi := &file_app_instman_command_command_proto_msgTypes[6]
   300  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   301  		ms.StoreMessageInfo(mi)
   302  	}
   303  }
   304  
   305  func (x *Config) String() string {
   306  	return protoimpl.X.MessageStringOf(x)
   307  }
   308  
   309  func (*Config) ProtoMessage() {}
   310  
   311  func (x *Config) ProtoReflect() protoreflect.Message {
   312  	mi := &file_app_instman_command_command_proto_msgTypes[6]
   313  	if protoimpl.UnsafeEnabled && x != nil {
   314  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   315  		if ms.LoadMessageInfo() == nil {
   316  			ms.StoreMessageInfo(mi)
   317  		}
   318  		return ms
   319  	}
   320  	return mi.MessageOf(x)
   321  }
   322  
   323  // Deprecated: Use Config.ProtoReflect.Descriptor instead.
   324  func (*Config) Descriptor() ([]byte, []int) {
   325  	return file_app_instman_command_command_proto_rawDescGZIP(), []int{6}
   326  }
   327  
   328  var File_app_instman_command_command_proto protoreflect.FileDescriptor
   329  
   330  var file_app_instman_command_command_proto_rawDesc = []byte{
   331  	0x0a, 0x21, 0x61, 0x70, 0x70, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2f, 0x63, 0x6f,
   332  	0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70, 0x72,
   333  	0x6f, 0x74, 0x6f, 0x12, 0x1e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
   334  	0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
   335  	0x61, 0x6e, 0x64, 0x1a, 0x20, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74,
   336  	0x6f, 0x65, 0x78, 0x74, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2e,
   337  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x11, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x73,
   338  	0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x22, 0x26, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74,
   339  	0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04,
   340  	0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
   341  	0x22, 0x70, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52,
   342  	0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
   343  	0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
   344  	0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66,
   345  	0x69, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
   346  	0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x42, 0x36, 0x34, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
   347  	0x52, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x42,
   348  	0x36, 0x34, 0x22, 0x11, 0x0a, 0x0f, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63,
   349  	0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x26, 0x0a, 0x10, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e,
   350  	0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
   351  	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x13, 0x0a,
   352  	0x11, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65,
   353  	0x73, 0x70, 0x22, 0x28, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x1e, 0x82, 0xb5,
   354  	0x18, 0x0d, 0x0a, 0x0b, 0x67, 0x72, 0x70, 0x63, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x82,
   355  	0xb5, 0x18, 0x09, 0x12, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x32, 0xf4, 0x02, 0x0a,
   356  	0x19, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d,
   357  	0x65, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x71, 0x0a, 0x0c, 0x4c, 0x69,
   358  	0x73, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x2f, 0x2e, 0x76, 0x32, 0x72,
   359  	0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e, 0x73, 0x74,
   360  	0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4c, 0x69, 0x73, 0x74,
   361  	0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x30, 0x2e, 0x76, 0x32,
   362  	0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e, 0x73,
   363  	0x74, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4c, 0x69, 0x73,
   364  	0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x6e, 0x0a,
   365  	0x0b, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x2e, 0x2e, 0x76,
   366  	0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e,
   367  	0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64,
   368  	0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x76,
   369  	0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x69, 0x6e,
   370  	0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64,
   371  	0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x74, 0x0a,
   372  	0x0d, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x30,
   373  	0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e,
   374  	0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e,
   375  	0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71,
   376  	0x1a, 0x31, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70,
   377  	0x70, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
   378  	0x64, 0x2e, 0x53, 0x74, 0x61, 0x72, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52,
   379  	0x65, 0x73, 0x70, 0x42, 0x7f, 0x0a, 0x26, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
   380  	0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76,
   381  	0x61, 0x74, 0x6f, 0x72, 0x79, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x50, 0x01, 0x5a,
   382  	0x32, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c,
   383  	0x79, 0x2f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x35, 0x2f,
   384  	0x61, 0x70, 0x70, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
   385  	0x61, 0x6e, 0x64, 0xaa, 0x02, 0x1e, 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65,
   386  	0x2e, 0x41, 0x70, 0x70, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x6d, 0x61, 0x6e, 0x2e, 0x43, 0x6f, 0x6d,
   387  	0x6d, 0x61, 0x6e, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   388  }
   389  
   390  var (
   391  	file_app_instman_command_command_proto_rawDescOnce sync.Once
   392  	file_app_instman_command_command_proto_rawDescData = file_app_instman_command_command_proto_rawDesc
   393  )
   394  
   395  func file_app_instman_command_command_proto_rawDescGZIP() []byte {
   396  	file_app_instman_command_command_proto_rawDescOnce.Do(func() {
   397  		file_app_instman_command_command_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_instman_command_command_proto_rawDescData)
   398  	})
   399  	return file_app_instman_command_command_proto_rawDescData
   400  }
   401  
   402  var file_app_instman_command_command_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
   403  var file_app_instman_command_command_proto_goTypes = []interface{}{
   404  	(*ListInstanceReq)(nil),   // 0: v2ray.core.app.instman.command.ListInstanceReq
   405  	(*ListInstanceResp)(nil),  // 1: v2ray.core.app.instman.command.ListInstanceResp
   406  	(*AddInstanceReq)(nil),    // 2: v2ray.core.app.instman.command.AddInstanceReq
   407  	(*AddInstanceResp)(nil),   // 3: v2ray.core.app.instman.command.AddInstanceResp
   408  	(*StartInstanceReq)(nil),  // 4: v2ray.core.app.instman.command.StartInstanceReq
   409  	(*StartInstanceResp)(nil), // 5: v2ray.core.app.instman.command.StartInstanceResp
   410  	(*Config)(nil),            // 6: v2ray.core.app.instman.command.Config
   411  }
   412  var file_app_instman_command_command_proto_depIdxs = []int32{
   413  	0, // 0: v2ray.core.app.instman.command.InstanceManagementService.ListInstance:input_type -> v2ray.core.app.instman.command.ListInstanceReq
   414  	2, // 1: v2ray.core.app.instman.command.InstanceManagementService.AddInstance:input_type -> v2ray.core.app.instman.command.AddInstanceReq
   415  	4, // 2: v2ray.core.app.instman.command.InstanceManagementService.StartInstance:input_type -> v2ray.core.app.instman.command.StartInstanceReq
   416  	1, // 3: v2ray.core.app.instman.command.InstanceManagementService.ListInstance:output_type -> v2ray.core.app.instman.command.ListInstanceResp
   417  	3, // 4: v2ray.core.app.instman.command.InstanceManagementService.AddInstance:output_type -> v2ray.core.app.instman.command.AddInstanceResp
   418  	5, // 5: v2ray.core.app.instman.command.InstanceManagementService.StartInstance:output_type -> v2ray.core.app.instman.command.StartInstanceResp
   419  	3, // [3:6] is the sub-list for method output_type
   420  	0, // [0:3] is the sub-list for method input_type
   421  	0, // [0:0] is the sub-list for extension type_name
   422  	0, // [0:0] is the sub-list for extension extendee
   423  	0, // [0:0] is the sub-list for field type_name
   424  }
   425  
   426  func init() { file_app_instman_command_command_proto_init() }
   427  func file_app_instman_command_command_proto_init() {
   428  	if File_app_instman_command_command_proto != nil {
   429  		return
   430  	}
   431  	if !protoimpl.UnsafeEnabled {
   432  		file_app_instman_command_command_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   433  			switch v := v.(*ListInstanceReq); i {
   434  			case 0:
   435  				return &v.state
   436  			case 1:
   437  				return &v.sizeCache
   438  			case 2:
   439  				return &v.unknownFields
   440  			default:
   441  				return nil
   442  			}
   443  		}
   444  		file_app_instman_command_command_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   445  			switch v := v.(*ListInstanceResp); i {
   446  			case 0:
   447  				return &v.state
   448  			case 1:
   449  				return &v.sizeCache
   450  			case 2:
   451  				return &v.unknownFields
   452  			default:
   453  				return nil
   454  			}
   455  		}
   456  		file_app_instman_command_command_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   457  			switch v := v.(*AddInstanceReq); i {
   458  			case 0:
   459  				return &v.state
   460  			case 1:
   461  				return &v.sizeCache
   462  			case 2:
   463  				return &v.unknownFields
   464  			default:
   465  				return nil
   466  			}
   467  		}
   468  		file_app_instman_command_command_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   469  			switch v := v.(*AddInstanceResp); i {
   470  			case 0:
   471  				return &v.state
   472  			case 1:
   473  				return &v.sizeCache
   474  			case 2:
   475  				return &v.unknownFields
   476  			default:
   477  				return nil
   478  			}
   479  		}
   480  		file_app_instman_command_command_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
   481  			switch v := v.(*StartInstanceReq); i {
   482  			case 0:
   483  				return &v.state
   484  			case 1:
   485  				return &v.sizeCache
   486  			case 2:
   487  				return &v.unknownFields
   488  			default:
   489  				return nil
   490  			}
   491  		}
   492  		file_app_instman_command_command_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
   493  			switch v := v.(*StartInstanceResp); i {
   494  			case 0:
   495  				return &v.state
   496  			case 1:
   497  				return &v.sizeCache
   498  			case 2:
   499  				return &v.unknownFields
   500  			default:
   501  				return nil
   502  			}
   503  		}
   504  		file_app_instman_command_command_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
   505  			switch v := v.(*Config); i {
   506  			case 0:
   507  				return &v.state
   508  			case 1:
   509  				return &v.sizeCache
   510  			case 2:
   511  				return &v.unknownFields
   512  			default:
   513  				return nil
   514  			}
   515  		}
   516  	}
   517  	type x struct{}
   518  	out := protoimpl.TypeBuilder{
   519  		File: protoimpl.DescBuilder{
   520  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   521  			RawDescriptor: file_app_instman_command_command_proto_rawDesc,
   522  			NumEnums:      0,
   523  			NumMessages:   7,
   524  			NumExtensions: 0,
   525  			NumServices:   1,
   526  		},
   527  		GoTypes:           file_app_instman_command_command_proto_goTypes,
   528  		DependencyIndexes: file_app_instman_command_command_proto_depIdxs,
   529  		MessageInfos:      file_app_instman_command_command_proto_msgTypes,
   530  	}.Build()
   531  	File_app_instman_command_command_proto = out.File
   532  	file_app_instman_command_command_proto_rawDesc = nil
   533  	file_app_instman_command_command_proto_goTypes = nil
   534  	file_app_instman_command_command_proto_depIdxs = nil
   535  }