gitee.com/ks-custle/core-gm@v0.0.0-20230922171213-b83bdd97b62c/go-control-plane/envoy/extensions/stat_sinks/wasm/v3/wasm.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/stat_sinks/wasm/v3/wasm.proto
     6  
     7  package envoy_extensions_stat_sinks_wasm_v3
     8  
     9  import (
    10  	_ "github.com/cncf/xds/go/udpa/annotations"
    11  	v3 "gitee.com/ks-custle/core-gm/go-control-plane/envoy/extensions/wasm/v3"
    12  	proto "github.com/golang/protobuf/proto"
    13  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    14  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    15  	reflect "reflect"
    16  	sync "sync"
    17  )
    18  
    19  const (
    20  	// Verify that this generated code is sufficiently up-to-date.
    21  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    22  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    23  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    24  )
    25  
    26  // This is a compile-time assertion that a sufficiently up-to-date version
    27  // of the legacy proto package is being used.
    28  const _ = proto.ProtoPackageIsVersion4
    29  
    30  type Wasm struct {
    31  	state         protoimpl.MessageState
    32  	sizeCache     protoimpl.SizeCache
    33  	unknownFields protoimpl.UnknownFields
    34  
    35  	// General Plugin configuration.
    36  	Config *v3.PluginConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
    37  }
    38  
    39  func (x *Wasm) Reset() {
    40  	*x = Wasm{}
    41  	if protoimpl.UnsafeEnabled {
    42  		mi := &file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_msgTypes[0]
    43  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    44  		ms.StoreMessageInfo(mi)
    45  	}
    46  }
    47  
    48  func (x *Wasm) String() string {
    49  	return protoimpl.X.MessageStringOf(x)
    50  }
    51  
    52  func (*Wasm) ProtoMessage() {}
    53  
    54  func (x *Wasm) ProtoReflect() protoreflect.Message {
    55  	mi := &file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_msgTypes[0]
    56  	if protoimpl.UnsafeEnabled && x != nil {
    57  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    58  		if ms.LoadMessageInfo() == nil {
    59  			ms.StoreMessageInfo(mi)
    60  		}
    61  		return ms
    62  	}
    63  	return mi.MessageOf(x)
    64  }
    65  
    66  // Deprecated: Use Wasm.ProtoReflect.Descriptor instead.
    67  func (*Wasm) Descriptor() ([]byte, []int) {
    68  	return file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDescGZIP(), []int{0}
    69  }
    70  
    71  func (x *Wasm) GetConfig() *v3.PluginConfig {
    72  	if x != nil {
    73  		return x.Config
    74  	}
    75  	return nil
    76  }
    77  
    78  var File_envoy_extensions_stat_sinks_wasm_v3_wasm_proto protoreflect.FileDescriptor
    79  
    80  var file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDesc = []byte{
    81  	0x0a, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
    82  	0x6e, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x5f, 0x73, 0x69, 0x6e, 0x6b, 0x73, 0x2f, 0x77, 0x61,
    83  	0x73, 0x6d, 0x2f, 0x76, 0x33, 0x2f, 0x77, 0x61, 0x73, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
    84  	0x12, 0x23, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
    85  	0x6e, 0x73, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x5f, 0x73, 0x69, 0x6e, 0x6b, 0x73, 0x2e, 0x77, 0x61,
    86  	0x73, 0x6d, 0x2e, 0x76, 0x33, 0x1a, 0x23, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2f, 0x65, 0x78, 0x74,
    87  	0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x77, 0x61, 0x73, 0x6d, 0x2f, 0x76, 0x33, 0x2f,
    88  	0x77, 0x61, 0x73, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x75, 0x64, 0x70, 0x61,
    89  	0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x61,
    90  	0x74, 0x75, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x46, 0x0a, 0x04, 0x57, 0x61, 0x73,
    91  	0x6d, 0x12, 0x3e, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28,
    92  	0x0b, 0x32, 0x26, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
    93  	0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x77, 0x61, 0x73, 0x6d, 0x2e, 0x76, 0x33, 0x2e, 0x50, 0x6c, 0x75,
    94  	0x67, 0x69, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69,
    95  	0x67, 0x42, 0x48, 0x0a, 0x31, 0x69, 0x6f, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x70, 0x72, 0x6f,
    96  	0x78, 0x79, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
    97  	0x6f, 0x6e, 0x73, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x5f, 0x73, 0x69, 0x6e, 0x6b, 0x73, 0x2e, 0x77,
    98  	0x61, 0x73, 0x6d, 0x2e, 0x76, 0x33, 0x42, 0x09, 0x57, 0x61, 0x73, 0x6d, 0x50, 0x72, 0x6f, 0x74,
    99  	0x6f, 0x50, 0x01, 0xba, 0x80, 0xc8, 0xd1, 0x06, 0x02, 0x10, 0x02, 0x62, 0x06, 0x70, 0x72, 0x6f,
   100  	0x74, 0x6f, 0x33,
   101  }
   102  
   103  var (
   104  	file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDescOnce sync.Once
   105  	file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDescData = file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDesc
   106  )
   107  
   108  func file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDescGZIP() []byte {
   109  	file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDescOnce.Do(func() {
   110  		file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDescData = protoimpl.X.CompressGZIP(file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDescData)
   111  	})
   112  	return file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDescData
   113  }
   114  
   115  var file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   116  var file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_goTypes = []interface{}{
   117  	(*Wasm)(nil),            // 0: envoy.extensions.stat_sinks.wasm.v3.Wasm
   118  	(*v3.PluginConfig)(nil), // 1: envoy.extensions.wasm.v3.PluginConfig
   119  }
   120  var file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_depIdxs = []int32{
   121  	1, // 0: envoy.extensions.stat_sinks.wasm.v3.Wasm.config:type_name -> envoy.extensions.wasm.v3.PluginConfig
   122  	1, // [1:1] is the sub-list for method output_type
   123  	1, // [1:1] is the sub-list for method input_type
   124  	1, // [1:1] is the sub-list for extension type_name
   125  	1, // [1:1] is the sub-list for extension extendee
   126  	0, // [0:1] is the sub-list for field type_name
   127  }
   128  
   129  func init() { file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_init() }
   130  func file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_init() {
   131  	if File_envoy_extensions_stat_sinks_wasm_v3_wasm_proto != nil {
   132  		return
   133  	}
   134  	if !protoimpl.UnsafeEnabled {
   135  		file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   136  			switch v := v.(*Wasm); i {
   137  			case 0:
   138  				return &v.state
   139  			case 1:
   140  				return &v.sizeCache
   141  			case 2:
   142  				return &v.unknownFields
   143  			default:
   144  				return nil
   145  			}
   146  		}
   147  	}
   148  	type x struct{}
   149  	out := protoimpl.TypeBuilder{
   150  		File: protoimpl.DescBuilder{
   151  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   152  			RawDescriptor: file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDesc,
   153  			NumEnums:      0,
   154  			NumMessages:   1,
   155  			NumExtensions: 0,
   156  			NumServices:   0,
   157  		},
   158  		GoTypes:           file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_goTypes,
   159  		DependencyIndexes: file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_depIdxs,
   160  		MessageInfos:      file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_msgTypes,
   161  	}.Build()
   162  	File_envoy_extensions_stat_sinks_wasm_v3_wasm_proto = out.File
   163  	file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_rawDesc = nil
   164  	file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_goTypes = nil
   165  	file_envoy_extensions_stat_sinks_wasm_v3_wasm_proto_depIdxs = nil
   166  }