github.com/confluentinc/confluent-kafka-go@v1.9.2/schemaregistry/confluent/meta.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.28.0
     4  // 	protoc        v3.19.1
     5  // source: schemaregistry/confluent/meta.proto
     6  
     7  package confluent
     8  
     9  import (
    10  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    11  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    12  	descriptorpb "google.golang.org/protobuf/types/descriptorpb"
    13  	reflect "reflect"
    14  	sync "sync"
    15  )
    16  
    17  const (
    18  	// Verify that this generated code is sufficiently up-to-date.
    19  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    20  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    21  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    22  )
    23  
    24  type Meta struct {
    25  	state         protoimpl.MessageState
    26  	sizeCache     protoimpl.SizeCache
    27  	unknownFields protoimpl.UnknownFields
    28  
    29  	Doc    string            `protobuf:"bytes,1,opt,name=doc,proto3" json:"doc,omitempty"`
    30  	Params map[string]string `protobuf:"bytes,2,rep,name=params,proto3" json:"params,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
    31  }
    32  
    33  func (x *Meta) Reset() {
    34  	*x = Meta{}
    35  	if protoimpl.UnsafeEnabled {
    36  		mi := &file_schemaregistry_confluent_meta_proto_msgTypes[0]
    37  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    38  		ms.StoreMessageInfo(mi)
    39  	}
    40  }
    41  
    42  func (x *Meta) String() string {
    43  	return protoimpl.X.MessageStringOf(x)
    44  }
    45  
    46  func (*Meta) ProtoMessage() {}
    47  
    48  func (x *Meta) ProtoReflect() protoreflect.Message {
    49  	mi := &file_schemaregistry_confluent_meta_proto_msgTypes[0]
    50  	if protoimpl.UnsafeEnabled && x != nil {
    51  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    52  		if ms.LoadMessageInfo() == nil {
    53  			ms.StoreMessageInfo(mi)
    54  		}
    55  		return ms
    56  	}
    57  	return mi.MessageOf(x)
    58  }
    59  
    60  // Deprecated: Use Meta.ProtoReflect.Descriptor instead.
    61  func (*Meta) Descriptor() ([]byte, []int) {
    62  	return file_schemaregistry_confluent_meta_proto_rawDescGZIP(), []int{0}
    63  }
    64  
    65  func (x *Meta) GetDoc() string {
    66  	if x != nil {
    67  		return x.Doc
    68  	}
    69  	return ""
    70  }
    71  
    72  func (x *Meta) GetParams() map[string]string {
    73  	if x != nil {
    74  		return x.Params
    75  	}
    76  	return nil
    77  }
    78  
    79  var file_schemaregistry_confluent_meta_proto_extTypes = []protoimpl.ExtensionInfo{
    80  	{
    81  		ExtendedType:  (*descriptorpb.FileOptions)(nil),
    82  		ExtensionType: (*Meta)(nil),
    83  		Field:         1088,
    84  		Name:          "confluent.file_meta",
    85  		Tag:           "bytes,1088,opt,name=file_meta",
    86  		Filename:      "schemaregistry/confluent/meta.proto",
    87  	},
    88  	{
    89  		ExtendedType:  (*descriptorpb.MessageOptions)(nil),
    90  		ExtensionType: (*Meta)(nil),
    91  		Field:         1088,
    92  		Name:          "confluent.message_meta",
    93  		Tag:           "bytes,1088,opt,name=message_meta",
    94  		Filename:      "schemaregistry/confluent/meta.proto",
    95  	},
    96  	{
    97  		ExtendedType:  (*descriptorpb.FieldOptions)(nil),
    98  		ExtensionType: (*Meta)(nil),
    99  		Field:         1088,
   100  		Name:          "confluent.field_meta",
   101  		Tag:           "bytes,1088,opt,name=field_meta",
   102  		Filename:      "schemaregistry/confluent/meta.proto",
   103  	},
   104  	{
   105  		ExtendedType:  (*descriptorpb.EnumOptions)(nil),
   106  		ExtensionType: (*Meta)(nil),
   107  		Field:         1088,
   108  		Name:          "confluent.enum_meta",
   109  		Tag:           "bytes,1088,opt,name=enum_meta",
   110  		Filename:      "schemaregistry/confluent/meta.proto",
   111  	},
   112  	{
   113  		ExtendedType:  (*descriptorpb.EnumValueOptions)(nil),
   114  		ExtensionType: (*Meta)(nil),
   115  		Field:         1088,
   116  		Name:          "confluent.enum_value_meta",
   117  		Tag:           "bytes,1088,opt,name=enum_value_meta",
   118  		Filename:      "schemaregistry/confluent/meta.proto",
   119  	},
   120  }
   121  
   122  // Extension fields to descriptorpb.FileOptions.
   123  var (
   124  	// optional confluent.Meta file_meta = 1088;
   125  	E_FileMeta = &file_schemaregistry_confluent_meta_proto_extTypes[0]
   126  )
   127  
   128  // Extension fields to descriptorpb.MessageOptions.
   129  var (
   130  	// optional confluent.Meta message_meta = 1088;
   131  	E_MessageMeta = &file_schemaregistry_confluent_meta_proto_extTypes[1]
   132  )
   133  
   134  // Extension fields to descriptorpb.FieldOptions.
   135  var (
   136  	// optional confluent.Meta field_meta = 1088;
   137  	E_FieldMeta = &file_schemaregistry_confluent_meta_proto_extTypes[2]
   138  )
   139  
   140  // Extension fields to descriptorpb.EnumOptions.
   141  var (
   142  	// optional confluent.Meta enum_meta = 1088;
   143  	E_EnumMeta = &file_schemaregistry_confluent_meta_proto_extTypes[3]
   144  )
   145  
   146  // Extension fields to descriptorpb.EnumValueOptions.
   147  var (
   148  	// optional confluent.Meta enum_value_meta = 1088;
   149  	E_EnumValueMeta = &file_schemaregistry_confluent_meta_proto_extTypes[4]
   150  )
   151  
   152  var File_schemaregistry_confluent_meta_proto protoreflect.FileDescriptor
   153  
   154  var file_schemaregistry_confluent_meta_proto_rawDesc = []byte{
   155  	0x0a, 0x23, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79,
   156  	0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x75, 0x65, 0x6e, 0x74, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e,
   157  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x75, 0x65, 0x6e, 0x74,
   158  	0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
   159  	0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f,
   160  	0x74, 0x6f, 0x22, 0x88, 0x01, 0x0a, 0x04, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x64,
   161  	0x6f, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x64, 0x6f, 0x63, 0x12, 0x33, 0x0a,
   162  	0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
   163  	0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x75, 0x65, 0x6e, 0x74, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x2e, 0x50,
   164  	0x61, 0x72, 0x61, 0x6d, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61,
   165  	0x6d, 0x73, 0x1a, 0x39, 0x0a, 0x0b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x45, 0x6e, 0x74, 0x72,
   166  	0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
   167  	0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
   168  	0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x4b, 0x0a,
   169  	0x09, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x12, 0x1c, 0x2e, 0x67, 0x6f, 0x6f,
   170  	0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x6c,
   171  	0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xc0, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
   172  	0x0f, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x75, 0x65, 0x6e, 0x74, 0x2e, 0x4d, 0x65, 0x74, 0x61,
   173  	0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x3a, 0x54, 0x0a, 0x0c, 0x6d, 0x65,
   174  	0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f,
   175  	0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73,
   176  	0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xc0, 0x08, 0x20, 0x01,
   177  	0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x75, 0x65, 0x6e, 0x74, 0x2e, 0x4d,
   178  	0x65, 0x74, 0x61, 0x52, 0x0b, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4d, 0x65, 0x74, 0x61,
   179  	0x3a, 0x4e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x12, 0x1d,
   180  	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
   181  	0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xc0, 0x08,
   182  	0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x75, 0x65, 0x6e, 0x74,
   183  	0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x65, 0x74, 0x61,
   184  	0x3a, 0x4b, 0x0a, 0x09, 0x65, 0x6e, 0x75, 0x6d, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x12, 0x1c, 0x2e,
   185  	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
   186  	0x45, 0x6e, 0x75, 0x6d, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xc0, 0x08, 0x20, 0x01,
   187  	0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x75, 0x65, 0x6e, 0x74, 0x2e, 0x4d,
   188  	0x65, 0x74, 0x61, 0x52, 0x08, 0x65, 0x6e, 0x75, 0x6d, 0x4d, 0x65, 0x74, 0x61, 0x3a, 0x5b, 0x0a,
   189  	0x0f, 0x65, 0x6e, 0x75, 0x6d, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61,
   190  	0x12, 0x21, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
   191  	0x75, 0x66, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x4f, 0x70, 0x74, 0x69,
   192  	0x6f, 0x6e, 0x73, 0x18, 0xc0, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x6f, 0x6e,
   193  	0x66, 0x6c, 0x75, 0x65, 0x6e, 0x74, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x0d, 0x65, 0x6e, 0x75,
   194  	0x6d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x42, 0x0e, 0x5a, 0x0c, 0x2e, 0x2e,
   195  	0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x6c, 0x75, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
   196  	0x6f, 0x33,
   197  }
   198  
   199  var (
   200  	file_schemaregistry_confluent_meta_proto_rawDescOnce sync.Once
   201  	file_schemaregistry_confluent_meta_proto_rawDescData = file_schemaregistry_confluent_meta_proto_rawDesc
   202  )
   203  
   204  func file_schemaregistry_confluent_meta_proto_rawDescGZIP() []byte {
   205  	file_schemaregistry_confluent_meta_proto_rawDescOnce.Do(func() {
   206  		file_schemaregistry_confluent_meta_proto_rawDescData = protoimpl.X.CompressGZIP(file_schemaregistry_confluent_meta_proto_rawDescData)
   207  	})
   208  	return file_schemaregistry_confluent_meta_proto_rawDescData
   209  }
   210  
   211  var file_schemaregistry_confluent_meta_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
   212  var file_schemaregistry_confluent_meta_proto_goTypes = []interface{}{
   213  	(*Meta)(nil),                          // 0: confluent.Meta
   214  	nil,                                   // 1: confluent.Meta.ParamsEntry
   215  	(*descriptorpb.FileOptions)(nil),      // 2: google.protobuf.FileOptions
   216  	(*descriptorpb.MessageOptions)(nil),   // 3: google.protobuf.MessageOptions
   217  	(*descriptorpb.FieldOptions)(nil),     // 4: google.protobuf.FieldOptions
   218  	(*descriptorpb.EnumOptions)(nil),      // 5: google.protobuf.EnumOptions
   219  	(*descriptorpb.EnumValueOptions)(nil), // 6: google.protobuf.EnumValueOptions
   220  }
   221  var file_schemaregistry_confluent_meta_proto_depIdxs = []int32{
   222  	1,  // 0: confluent.Meta.params:type_name -> confluent.Meta.ParamsEntry
   223  	2,  // 1: confluent.file_meta:extendee -> google.protobuf.FileOptions
   224  	3,  // 2: confluent.message_meta:extendee -> google.protobuf.MessageOptions
   225  	4,  // 3: confluent.field_meta:extendee -> google.protobuf.FieldOptions
   226  	5,  // 4: confluent.enum_meta:extendee -> google.protobuf.EnumOptions
   227  	6,  // 5: confluent.enum_value_meta:extendee -> google.protobuf.EnumValueOptions
   228  	0,  // 6: confluent.file_meta:type_name -> confluent.Meta
   229  	0,  // 7: confluent.message_meta:type_name -> confluent.Meta
   230  	0,  // 8: confluent.field_meta:type_name -> confluent.Meta
   231  	0,  // 9: confluent.enum_meta:type_name -> confluent.Meta
   232  	0,  // 10: confluent.enum_value_meta:type_name -> confluent.Meta
   233  	11, // [11:11] is the sub-list for method output_type
   234  	11, // [11:11] is the sub-list for method input_type
   235  	6,  // [6:11] is the sub-list for extension type_name
   236  	1,  // [1:6] is the sub-list for extension extendee
   237  	0,  // [0:1] is the sub-list for field type_name
   238  }
   239  
   240  func init() { file_schemaregistry_confluent_meta_proto_init() }
   241  func file_schemaregistry_confluent_meta_proto_init() {
   242  	if File_schemaregistry_confluent_meta_proto != nil {
   243  		return
   244  	}
   245  	if !protoimpl.UnsafeEnabled {
   246  		file_schemaregistry_confluent_meta_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   247  			switch v := v.(*Meta); i {
   248  			case 0:
   249  				return &v.state
   250  			case 1:
   251  				return &v.sizeCache
   252  			case 2:
   253  				return &v.unknownFields
   254  			default:
   255  				return nil
   256  			}
   257  		}
   258  	}
   259  	type x struct{}
   260  	out := protoimpl.TypeBuilder{
   261  		File: protoimpl.DescBuilder{
   262  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   263  			RawDescriptor: file_schemaregistry_confluent_meta_proto_rawDesc,
   264  			NumEnums:      0,
   265  			NumMessages:   2,
   266  			NumExtensions: 5,
   267  			NumServices:   0,
   268  		},
   269  		GoTypes:           file_schemaregistry_confluent_meta_proto_goTypes,
   270  		DependencyIndexes: file_schemaregistry_confluent_meta_proto_depIdxs,
   271  		MessageInfos:      file_schemaregistry_confluent_meta_proto_msgTypes,
   272  		ExtensionInfos:    file_schemaregistry_confluent_meta_proto_extTypes,
   273  	}.Build()
   274  	File_schemaregistry_confluent_meta_proto = out.File
   275  	file_schemaregistry_confluent_meta_proto_rawDesc = nil
   276  	file_schemaregistry_confluent_meta_proto_goTypes = nil
   277  	file_schemaregistry_confluent_meta_proto_depIdxs = nil
   278  }