github.com/imannamdari/v2ray-core/v5@v5.0.5/transport/config.pb.go (about)

     1  package transport
     2  
     3  import (
     4  	reflect "reflect"
     5  	sync "sync"
     6  
     7  	internet "github.com/imannamdari/v2ray-core/v5/transport/internet"
     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  // Global transport settings. This affects all type of connections that go
    20  // through V2Ray. Deprecated. Use each settings in StreamConfig.
    21  //
    22  // Deprecated: Do not use.
    23  type Config struct {
    24  	state         protoimpl.MessageState
    25  	sizeCache     protoimpl.SizeCache
    26  	unknownFields protoimpl.UnknownFields
    27  
    28  	TransportSettings []*internet.TransportConfig `protobuf:"bytes,1,rep,name=transport_settings,json=transportSettings,proto3" json:"transport_settings,omitempty"`
    29  }
    30  
    31  func (x *Config) Reset() {
    32  	*x = Config{}
    33  	if protoimpl.UnsafeEnabled {
    34  		mi := &file_transport_config_proto_msgTypes[0]
    35  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    36  		ms.StoreMessageInfo(mi)
    37  	}
    38  }
    39  
    40  func (x *Config) String() string {
    41  	return protoimpl.X.MessageStringOf(x)
    42  }
    43  
    44  func (*Config) ProtoMessage() {}
    45  
    46  func (x *Config) ProtoReflect() protoreflect.Message {
    47  	mi := &file_transport_config_proto_msgTypes[0]
    48  	if protoimpl.UnsafeEnabled && x != nil {
    49  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    50  		if ms.LoadMessageInfo() == nil {
    51  			ms.StoreMessageInfo(mi)
    52  		}
    53  		return ms
    54  	}
    55  	return mi.MessageOf(x)
    56  }
    57  
    58  // Deprecated: Use Config.ProtoReflect.Descriptor instead.
    59  func (*Config) Descriptor() ([]byte, []int) {
    60  	return file_transport_config_proto_rawDescGZIP(), []int{0}
    61  }
    62  
    63  func (x *Config) GetTransportSettings() []*internet.TransportConfig {
    64  	if x != nil {
    65  		return x.TransportSettings
    66  	}
    67  	return nil
    68  }
    69  
    70  var File_transport_config_proto protoreflect.FileDescriptor
    71  
    72  var file_transport_config_proto_rawDesc = []byte{
    73  	0x0a, 0x16, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x63, 0x6f, 0x6e, 0x66,
    74  	0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
    75  	0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x1a, 0x1f,
    76  	0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e,
    77  	0x65, 0x74, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
    78  	0x6b, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x5d, 0x0a, 0x12, 0x74, 0x72, 0x61,
    79  	0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18,
    80  	0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f,
    81  	0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x69, 0x6e, 0x74,
    82  	0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x43,
    83  	0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x11, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74,
    84  	0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x42, 0x5d, 0x0a, 0x18,
    85  	0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74,
    86  	0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x01, 0x5a, 0x28, 0x67, 0x69, 0x74, 0x68,
    87  	0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c, 0x79, 0x2f, 0x76, 0x32, 0x72,
    88  	0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x35, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73,
    89  	0x70, 0x6f, 0x72, 0x74, 0xaa, 0x02, 0x14, 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72,
    90  	0x65, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f,
    91  	0x74, 0x6f, 0x33,
    92  }
    93  
    94  var (
    95  	file_transport_config_proto_rawDescOnce sync.Once
    96  	file_transport_config_proto_rawDescData = file_transport_config_proto_rawDesc
    97  )
    98  
    99  func file_transport_config_proto_rawDescGZIP() []byte {
   100  	file_transport_config_proto_rawDescOnce.Do(func() {
   101  		file_transport_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_transport_config_proto_rawDescData)
   102  	})
   103  	return file_transport_config_proto_rawDescData
   104  }
   105  
   106  var file_transport_config_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   107  var file_transport_config_proto_goTypes = []interface{}{
   108  	(*Config)(nil),                   // 0: v2ray.core.transport.Config
   109  	(*internet.TransportConfig)(nil), // 1: v2ray.core.transport.internet.TransportConfig
   110  }
   111  var file_transport_config_proto_depIdxs = []int32{
   112  	1, // 0: v2ray.core.transport.Config.transport_settings:type_name -> v2ray.core.transport.internet.TransportConfig
   113  	1, // [1:1] is the sub-list for method output_type
   114  	1, // [1:1] is the sub-list for method input_type
   115  	1, // [1:1] is the sub-list for extension type_name
   116  	1, // [1:1] is the sub-list for extension extendee
   117  	0, // [0:1] is the sub-list for field type_name
   118  }
   119  
   120  func init() { file_transport_config_proto_init() }
   121  func file_transport_config_proto_init() {
   122  	if File_transport_config_proto != nil {
   123  		return
   124  	}
   125  	if !protoimpl.UnsafeEnabled {
   126  		file_transport_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   127  			switch v := v.(*Config); i {
   128  			case 0:
   129  				return &v.state
   130  			case 1:
   131  				return &v.sizeCache
   132  			case 2:
   133  				return &v.unknownFields
   134  			default:
   135  				return nil
   136  			}
   137  		}
   138  	}
   139  	type x struct{}
   140  	out := protoimpl.TypeBuilder{
   141  		File: protoimpl.DescBuilder{
   142  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   143  			RawDescriptor: file_transport_config_proto_rawDesc,
   144  			NumEnums:      0,
   145  			NumMessages:   1,
   146  			NumExtensions: 0,
   147  			NumServices:   0,
   148  		},
   149  		GoTypes:           file_transport_config_proto_goTypes,
   150  		DependencyIndexes: file_transport_config_proto_depIdxs,
   151  		MessageInfos:      file_transport_config_proto_msgTypes,
   152  	}.Build()
   153  	File_transport_config_proto = out.File
   154  	file_transport_config_proto_rawDesc = nil
   155  	file_transport_config_proto_goTypes = nil
   156  	file_transport_config_proto_depIdxs = nil
   157  }