kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/proto/generated_message_info_go_proto/generated_message_info.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.31.0 4 // protoc v4.25.2 5 // source: kythe/proto/generated_message_info.proto 6 7 package generated_message_info_go_proto 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 GeneratedProtoInfo struct { 25 state protoimpl.MessageState 26 sizeCache protoimpl.SizeCache 27 unknownFields protoimpl.UnknownFields 28 29 GeneratedCodeInfo *descriptorpb.GeneratedCodeInfo `protobuf:"bytes,1,opt,name=generated_code_info,json=generatedCodeInfo,proto3" json:"generated_code_info,omitempty"` 30 } 31 32 func (x *GeneratedProtoInfo) Reset() { 33 *x = GeneratedProtoInfo{} 34 if protoimpl.UnsafeEnabled { 35 mi := &file_kythe_proto_generated_message_info_proto_msgTypes[0] 36 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 37 ms.StoreMessageInfo(mi) 38 } 39 } 40 41 func (x *GeneratedProtoInfo) String() string { 42 return protoimpl.X.MessageStringOf(x) 43 } 44 45 func (*GeneratedProtoInfo) ProtoMessage() {} 46 47 func (x *GeneratedProtoInfo) ProtoReflect() protoreflect.Message { 48 mi := &file_kythe_proto_generated_message_info_proto_msgTypes[0] 49 if protoimpl.UnsafeEnabled && x != nil { 50 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 51 if ms.LoadMessageInfo() == nil { 52 ms.StoreMessageInfo(mi) 53 } 54 return ms 55 } 56 return mi.MessageOf(x) 57 } 58 59 // Deprecated: Use GeneratedProtoInfo.ProtoReflect.Descriptor instead. 60 func (*GeneratedProtoInfo) Descriptor() ([]byte, []int) { 61 return file_kythe_proto_generated_message_info_proto_rawDescGZIP(), []int{0} 62 } 63 64 func (x *GeneratedProtoInfo) GetGeneratedCodeInfo() *descriptorpb.GeneratedCodeInfo { 65 if x != nil { 66 return x.GeneratedCodeInfo 67 } 68 return nil 69 } 70 71 var file_kythe_proto_generated_message_info_proto_extTypes = []protoimpl.ExtensionInfo{ 72 { 73 ExtendedType: (*descriptorpb.FileOptions)(nil), 74 ExtensionType: (*GeneratedProtoInfo)(nil), 75 Field: 379882011, 76 Name: "kythe.proto.generated_proto_info", 77 Tag: "bytes,379882011,opt,name=generated_proto_info", 78 Filename: "kythe/proto/generated_message_info.proto", 79 }, 80 } 81 82 // Extension fields to descriptorpb.FileOptions. 83 var ( 84 // optional kythe.proto.GeneratedProtoInfo generated_proto_info = 379882011; 85 E_GeneratedProtoInfo = &file_kythe_proto_generated_message_info_proto_extTypes[0] 86 ) 87 88 var File_kythe_proto_generated_message_info_proto protoreflect.FileDescriptor 89 90 var file_kythe_proto_generated_message_info_proto_rawDesc = []byte{ 91 0x0a, 0x28, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x65, 92 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 93 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x6b, 0x79, 0x74, 0x68, 94 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 95 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 96 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x68, 0x0a, 0x12, 0x47, 0x65, 0x6e, 97 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x12, 98 0x52, 0x0a, 0x13, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x63, 0x6f, 0x64, 99 0x65, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x67, 100 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x47, 101 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, 102 0x52, 0x11, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x49, 103 0x6e, 0x66, 0x6f, 0x3a, 0x73, 0x0a, 0x14, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 104 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x2e, 0x67, 0x6f, 105 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 106 0x6c, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x9b, 0x94, 0x92, 0xb5, 0x01, 0x20, 107 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 108 0x6f, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x74, 0x6f, 109 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x12, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x50, 110 0x72, 0x6f, 0x74, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x5a, 0x0a, 0x1f, 0x63, 0x6f, 0x6d, 0x2e, 111 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 112 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5a, 0x34, 0x6b, 0x79, 0x74, 113 0x68, 0x65, 0x2e, 0x69, 0x6f, 0x2f, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 114 0x6f, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 115 0x61, 0x67, 0x65, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x5f, 0x67, 0x6f, 0x5f, 0x70, 0x72, 0x6f, 0x74, 116 0x6f, 0xf8, 0x01, 0x01, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 117 } 118 119 var ( 120 file_kythe_proto_generated_message_info_proto_rawDescOnce sync.Once 121 file_kythe_proto_generated_message_info_proto_rawDescData = file_kythe_proto_generated_message_info_proto_rawDesc 122 ) 123 124 func file_kythe_proto_generated_message_info_proto_rawDescGZIP() []byte { 125 file_kythe_proto_generated_message_info_proto_rawDescOnce.Do(func() { 126 file_kythe_proto_generated_message_info_proto_rawDescData = protoimpl.X.CompressGZIP(file_kythe_proto_generated_message_info_proto_rawDescData) 127 }) 128 return file_kythe_proto_generated_message_info_proto_rawDescData 129 } 130 131 var file_kythe_proto_generated_message_info_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 132 var file_kythe_proto_generated_message_info_proto_goTypes = []interface{}{ 133 (*GeneratedProtoInfo)(nil), // 0: kythe.proto.GeneratedProtoInfo 134 (*descriptorpb.GeneratedCodeInfo)(nil), // 1: google.protobuf.GeneratedCodeInfo 135 (*descriptorpb.FileOptions)(nil), // 2: google.protobuf.FileOptions 136 } 137 var file_kythe_proto_generated_message_info_proto_depIdxs = []int32{ 138 1, // 0: kythe.proto.GeneratedProtoInfo.generated_code_info:type_name -> google.protobuf.GeneratedCodeInfo 139 2, // 1: kythe.proto.generated_proto_info:extendee -> google.protobuf.FileOptions 140 0, // 2: kythe.proto.generated_proto_info:type_name -> kythe.proto.GeneratedProtoInfo 141 3, // [3:3] is the sub-list for method output_type 142 3, // [3:3] is the sub-list for method input_type 143 2, // [2:3] is the sub-list for extension type_name 144 1, // [1:2] is the sub-list for extension extendee 145 0, // [0:1] is the sub-list for field type_name 146 } 147 148 func init() { file_kythe_proto_generated_message_info_proto_init() } 149 func file_kythe_proto_generated_message_info_proto_init() { 150 if File_kythe_proto_generated_message_info_proto != nil { 151 return 152 } 153 if !protoimpl.UnsafeEnabled { 154 file_kythe_proto_generated_message_info_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 155 switch v := v.(*GeneratedProtoInfo); i { 156 case 0: 157 return &v.state 158 case 1: 159 return &v.sizeCache 160 case 2: 161 return &v.unknownFields 162 default: 163 return nil 164 } 165 } 166 } 167 type x struct{} 168 out := protoimpl.TypeBuilder{ 169 File: protoimpl.DescBuilder{ 170 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 171 RawDescriptor: file_kythe_proto_generated_message_info_proto_rawDesc, 172 NumEnums: 0, 173 NumMessages: 1, 174 NumExtensions: 1, 175 NumServices: 0, 176 }, 177 GoTypes: file_kythe_proto_generated_message_info_proto_goTypes, 178 DependencyIndexes: file_kythe_proto_generated_message_info_proto_depIdxs, 179 MessageInfos: file_kythe_proto_generated_message_info_proto_msgTypes, 180 ExtensionInfos: file_kythe_proto_generated_message_info_proto_extTypes, 181 }.Build() 182 File_kythe_proto_generated_message_info_proto = out.File 183 file_kythe_proto_generated_message_info_proto_rawDesc = nil 184 file_kythe_proto_generated_message_info_proto_goTypes = nil 185 file_kythe_proto_generated_message_info_proto_depIdxs = nil 186 }