github.com/prysmaticlabs/prysm@v1.4.4/proto/eth/ext/options.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.15.8
     5  // source: proto/eth/ext/options.proto
     6  
     7  package ext
     8  
     9  import (
    10  	reflect "reflect"
    11  
    12  	proto "github.com/golang/protobuf/proto"
    13  	descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
    14  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    15  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    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  var file_proto_eth_ext_options_proto_extTypes = []protoimpl.ExtensionInfo{
    30  	{
    31  		ExtendedType:  (*descriptor.FieldOptions)(nil),
    32  		ExtensionType: (*string)(nil),
    33  		Field:         50000,
    34  		Name:          "ethereum.eth.ext.cast_type",
    35  		Tag:           "bytes,50000,opt,name=cast_type",
    36  		Filename:      "proto/eth/ext/options.proto",
    37  	},
    38  	{
    39  		ExtendedType:  (*descriptor.FieldOptions)(nil),
    40  		ExtensionType: (*string)(nil),
    41  		Field:         50001,
    42  		Name:          "ethereum.eth.ext.ssz_size",
    43  		Tag:           "bytes,50001,opt,name=ssz_size",
    44  		Filename:      "proto/eth/ext/options.proto",
    45  	},
    46  	{
    47  		ExtendedType:  (*descriptor.FieldOptions)(nil),
    48  		ExtensionType: (*string)(nil),
    49  		Field:         50002,
    50  		Name:          "ethereum.eth.ext.ssz_max",
    51  		Tag:           "bytes,50002,opt,name=ssz_max",
    52  		Filename:      "proto/eth/ext/options.proto",
    53  	},
    54  	{
    55  		ExtendedType:  (*descriptor.FieldOptions)(nil),
    56  		ExtensionType: (*string)(nil),
    57  		Field:         50003,
    58  		Name:          "ethereum.eth.ext.spec_name",
    59  		Tag:           "bytes,50003,opt,name=spec_name",
    60  		Filename:      "proto/eth/ext/options.proto",
    61  	},
    62  }
    63  
    64  // Extension fields to descriptor.FieldOptions.
    65  var (
    66  	// optional string cast_type = 50000;
    67  	E_CastType = &file_proto_eth_ext_options_proto_extTypes[0]
    68  	// optional string ssz_size = 50001;
    69  	E_SszSize = &file_proto_eth_ext_options_proto_extTypes[1]
    70  	// optional string ssz_max = 50002;
    71  	E_SszMax = &file_proto_eth_ext_options_proto_extTypes[2]
    72  	// optional string spec_name = 50003;
    73  	E_SpecName = &file_proto_eth_ext_options_proto_extTypes[3]
    74  )
    75  
    76  var File_proto_eth_ext_options_proto protoreflect.FileDescriptor
    77  
    78  var file_proto_eth_ext_options_proto_rawDesc = []byte{
    79  	0x0a, 0x1b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x65, 0x78, 0x74, 0x2f,
    80  	0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x10, 0x65,
    81  	0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x65, 0x74, 0x68, 0x2e, 0x65, 0x78, 0x74, 0x1a,
    82  	0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
    83  	0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74,
    84  	0x6f, 0x3a, 0x3c, 0x0a, 0x09, 0x63, 0x61, 0x73, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1d,
    85  	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
    86  	0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd0, 0x86,
    87  	0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x61, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x3a,
    88  	0x3a, 0x0a, 0x08, 0x73, 0x73, 0x7a, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f,
    89  	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69,
    90  	0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd1, 0x86, 0x03, 0x20, 0x01,
    91  	0x28, 0x09, 0x52, 0x07, 0x73, 0x73, 0x7a, 0x53, 0x69, 0x7a, 0x65, 0x3a, 0x38, 0x0a, 0x07, 0x73,
    92  	0x73, 0x7a, 0x5f, 0x6d, 0x61, 0x78, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
    93  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70,
    94  	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd2, 0x86, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73,
    95  	0x73, 0x7a, 0x4d, 0x61, 0x78, 0x3a, 0x3c, 0x0a, 0x09, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x6e, 0x61,
    96  	0x6d, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
    97  	0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
    98  	0x73, 0x18, 0xd3, 0x86, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x70, 0x65, 0x63, 0x4e,
    99  	0x61, 0x6d, 0x65, 0x42, 0x7a, 0x0a, 0x14, 0x6f, 0x72, 0x67, 0x2e, 0x65, 0x74, 0x68, 0x65, 0x72,
   100  	0x65, 0x75, 0x6d, 0x2e, 0x65, 0x74, 0x68, 0x2e, 0x65, 0x78, 0x74, 0x42, 0x0c, 0x4f, 0x70, 0x74,
   101  	0x69, 0x6f, 0x6e, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2c, 0x67, 0x69, 0x74,
   102  	0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x61, 0x74, 0x69,
   103  	0x63, 0x6c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74,
   104  	0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x65, 0x78, 0x74, 0xaa, 0x02, 0x10, 0x45, 0x74, 0x68, 0x65,
   105  	0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x65, 0x78, 0x74, 0xca, 0x02, 0x10, 0x45,
   106  	0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, 0x68, 0x5c, 0x65, 0x78, 0x74, 0x62,
   107  	0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   108  }
   109  
   110  var file_proto_eth_ext_options_proto_goTypes = []interface{}{
   111  	(*descriptor.FieldOptions)(nil), // 0: google.protobuf.FieldOptions
   112  }
   113  var file_proto_eth_ext_options_proto_depIdxs = []int32{
   114  	0, // 0: ethereum.eth.ext.cast_type:extendee -> google.protobuf.FieldOptions
   115  	0, // 1: ethereum.eth.ext.ssz_size:extendee -> google.protobuf.FieldOptions
   116  	0, // 2: ethereum.eth.ext.ssz_max:extendee -> google.protobuf.FieldOptions
   117  	0, // 3: ethereum.eth.ext.spec_name:extendee -> google.protobuf.FieldOptions
   118  	4, // [4:4] is the sub-list for method output_type
   119  	4, // [4:4] is the sub-list for method input_type
   120  	4, // [4:4] is the sub-list for extension type_name
   121  	0, // [0:4] is the sub-list for extension extendee
   122  	0, // [0:0] is the sub-list for field type_name
   123  }
   124  
   125  func init() { file_proto_eth_ext_options_proto_init() }
   126  func file_proto_eth_ext_options_proto_init() {
   127  	if File_proto_eth_ext_options_proto != nil {
   128  		return
   129  	}
   130  	type x struct{}
   131  	out := protoimpl.TypeBuilder{
   132  		File: protoimpl.DescBuilder{
   133  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   134  			RawDescriptor: file_proto_eth_ext_options_proto_rawDesc,
   135  			NumEnums:      0,
   136  			NumMessages:   0,
   137  			NumExtensions: 4,
   138  			NumServices:   0,
   139  		},
   140  		GoTypes:           file_proto_eth_ext_options_proto_goTypes,
   141  		DependencyIndexes: file_proto_eth_ext_options_proto_depIdxs,
   142  		ExtensionInfos:    file_proto_eth_ext_options_proto_extTypes,
   143  	}.Build()
   144  	File_proto_eth_ext_options_proto = out.File
   145  	file_proto_eth_ext_options_proto_rawDesc = nil
   146  	file_proto_eth_ext_options_proto_goTypes = nil
   147  	file_proto_eth_ext_options_proto_depIdxs = nil
   148  }