github.com/hxx258456/ccgo@v0.0.5-0.20230213014102-48b35f46f66f/go-control-plane/envoy/extensions/quic/crypto_stream/v3/crypto_stream.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.25.0
     4  // 	protoc        v3.16.0
     5  // source: envoy/extensions/quic/crypto_stream/v3/crypto_stream.proto
     6  
     7  package envoy_extensions_quic_crypto_stream_v3
     8  
     9  import (
    10  	_ "github.com/cncf/xds/go/udpa/annotations"
    11  	proto "github.com/golang/protobuf/proto"
    12  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    13  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    14  	reflect "reflect"
    15  	sync "sync"
    16  )
    17  
    18  const (
    19  	// Verify that this generated code is sufficiently up-to-date.
    20  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    21  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    22  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    23  )
    24  
    25  // This is a compile-time assertion that a sufficiently up-to-date version
    26  // of the legacy proto package is being used.
    27  const _ = proto.ProtoPackageIsVersion4
    28  
    29  // Configuration for the default QUIC server crypto stream provided by QUICHE.
    30  type CryptoServerStreamConfig struct {
    31  	state         protoimpl.MessageState
    32  	sizeCache     protoimpl.SizeCache
    33  	unknownFields protoimpl.UnknownFields
    34  }
    35  
    36  func (x *CryptoServerStreamConfig) Reset() {
    37  	*x = CryptoServerStreamConfig{}
    38  	if protoimpl.UnsafeEnabled {
    39  		mi := &file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_msgTypes[0]
    40  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    41  		ms.StoreMessageInfo(mi)
    42  	}
    43  }
    44  
    45  func (x *CryptoServerStreamConfig) String() string {
    46  	return protoimpl.X.MessageStringOf(x)
    47  }
    48  
    49  func (*CryptoServerStreamConfig) ProtoMessage() {}
    50  
    51  func (x *CryptoServerStreamConfig) ProtoReflect() protoreflect.Message {
    52  	mi := &file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_msgTypes[0]
    53  	if protoimpl.UnsafeEnabled && x != nil {
    54  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    55  		if ms.LoadMessageInfo() == nil {
    56  			ms.StoreMessageInfo(mi)
    57  		}
    58  		return ms
    59  	}
    60  	return mi.MessageOf(x)
    61  }
    62  
    63  // Deprecated: Use CryptoServerStreamConfig.ProtoReflect.Descriptor instead.
    64  func (*CryptoServerStreamConfig) Descriptor() ([]byte, []int) {
    65  	return file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDescGZIP(), []int{0}
    66  }
    67  
    68  var File_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto protoreflect.FileDescriptor
    69  
    70  var file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDesc = []byte{
    71  	0x0a, 0x3a, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
    72  	0x6e, 0x73, 0x2f, 0x71, 0x75, 0x69, 0x63, 0x2f, 0x63, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x5f, 0x73,
    73  	0x74, 0x72, 0x65, 0x61, 0x6d, 0x2f, 0x76, 0x33, 0x2f, 0x63, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x5f,
    74  	0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x26, 0x65, 0x6e,
    75  	0x76, 0x6f, 0x79, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x71,
    76  	0x75, 0x69, 0x63, 0x2e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x61,
    77  	0x6d, 0x2e, 0x76, 0x33, 0x1a, 0x1d, 0x75, 0x64, 0x70, 0x61, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
    78  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x70, 0x72,
    79  	0x6f, 0x74, 0x6f, 0x22, 0x1a, 0x0a, 0x18, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x53, 0x65, 0x72,
    80  	0x76, 0x65, 0x72, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42,
    81  	0x53, 0x0a, 0x34, 0x69, 0x6f, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x70, 0x72, 0x6f, 0x78, 0x79,
    82  	0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
    83  	0x73, 0x2e, 0x71, 0x75, 0x69, 0x63, 0x2e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x5f, 0x73, 0x74,
    84  	0x72, 0x65, 0x61, 0x6d, 0x2e, 0x76, 0x33, 0x42, 0x11, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x53,
    85  	0x74, 0x72, 0x65, 0x61, 0x6d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0xba, 0x80, 0xc8, 0xd1,
    86  	0x06, 0x02, 0x10, 0x02, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
    87  }
    88  
    89  var (
    90  	file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDescOnce sync.Once
    91  	file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDescData = file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDesc
    92  )
    93  
    94  func file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDescGZIP() []byte {
    95  	file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDescOnce.Do(func() {
    96  		file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDescData = protoimpl.X.CompressGZIP(file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDescData)
    97  	})
    98  	return file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDescData
    99  }
   100  
   101  var file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   102  var file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_goTypes = []interface{}{
   103  	(*CryptoServerStreamConfig)(nil), // 0: envoy.extensions.quic.crypto_stream.v3.CryptoServerStreamConfig
   104  }
   105  var file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_depIdxs = []int32{
   106  	0, // [0:0] is the sub-list for method output_type
   107  	0, // [0:0] is the sub-list for method input_type
   108  	0, // [0:0] is the sub-list for extension type_name
   109  	0, // [0:0] is the sub-list for extension extendee
   110  	0, // [0:0] is the sub-list for field type_name
   111  }
   112  
   113  func init() { file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_init() }
   114  func file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_init() {
   115  	if File_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto != nil {
   116  		return
   117  	}
   118  	if !protoimpl.UnsafeEnabled {
   119  		file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   120  			switch v := v.(*CryptoServerStreamConfig); i {
   121  			case 0:
   122  				return &v.state
   123  			case 1:
   124  				return &v.sizeCache
   125  			case 2:
   126  				return &v.unknownFields
   127  			default:
   128  				return nil
   129  			}
   130  		}
   131  	}
   132  	type x struct{}
   133  	out := protoimpl.TypeBuilder{
   134  		File: protoimpl.DescBuilder{
   135  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   136  			RawDescriptor: file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDesc,
   137  			NumEnums:      0,
   138  			NumMessages:   1,
   139  			NumExtensions: 0,
   140  			NumServices:   0,
   141  		},
   142  		GoTypes:           file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_goTypes,
   143  		DependencyIndexes: file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_depIdxs,
   144  		MessageInfos:      file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_msgTypes,
   145  	}.Build()
   146  	File_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto = out.File
   147  	file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_rawDesc = nil
   148  	file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_goTypes = nil
   149  	file_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto_depIdxs = nil
   150  }