1
2
3
4 package descriptor
5
6 import (
7 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
8 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
9 descriptorpb "google.golang.org/protobuf/types/descriptorpb"
10 reflect "reflect"
11 )
12
13
14
15 type Edition = descriptorpb.Edition
16
17 const Edition_EDITION_UNKNOWN = descriptorpb.Edition_EDITION_UNKNOWN
18 const Edition_EDITION_PROTO2 = descriptorpb.Edition_EDITION_PROTO2
19 const Edition_EDITION_PROTO3 = descriptorpb.Edition_EDITION_PROTO3
20 const Edition_EDITION_2023 = descriptorpb.Edition_EDITION_2023
21 const Edition_EDITION_2024 = descriptorpb.Edition_EDITION_2024
22 const Edition_EDITION_1_TEST_ONLY = descriptorpb.Edition_EDITION_1_TEST_ONLY
23 const Edition_EDITION_2_TEST_ONLY = descriptorpb.Edition_EDITION_2_TEST_ONLY
24 const Edition_EDITION_99997_TEST_ONLY = descriptorpb.Edition_EDITION_99997_TEST_ONLY
25 const Edition_EDITION_99998_TEST_ONLY = descriptorpb.Edition_EDITION_99998_TEST_ONLY
26 const Edition_EDITION_99999_TEST_ONLY = descriptorpb.Edition_EDITION_99999_TEST_ONLY
27 const Edition_EDITION_MAX = descriptorpb.Edition_EDITION_MAX
28
29 var Edition_name = descriptorpb.Edition_name
30 var Edition_value = descriptorpb.Edition_value
31
32 type ExtensionRangeOptions_VerificationState = descriptorpb.ExtensionRangeOptions_VerificationState
33
34 const ExtensionRangeOptions_DECLARATION = descriptorpb.ExtensionRangeOptions_DECLARATION
35 const ExtensionRangeOptions_UNVERIFIED = descriptorpb.ExtensionRangeOptions_UNVERIFIED
36
37 var ExtensionRangeOptions_VerificationState_name = descriptorpb.ExtensionRangeOptions_VerificationState_name
38 var ExtensionRangeOptions_VerificationState_value = descriptorpb.ExtensionRangeOptions_VerificationState_value
39
40 type FieldDescriptorProto_Type = descriptorpb.FieldDescriptorProto_Type
41
42 const FieldDescriptorProto_TYPE_DOUBLE = descriptorpb.FieldDescriptorProto_TYPE_DOUBLE
43 const FieldDescriptorProto_TYPE_FLOAT = descriptorpb.FieldDescriptorProto_TYPE_FLOAT
44 const FieldDescriptorProto_TYPE_INT64 = descriptorpb.FieldDescriptorProto_TYPE_INT64
45 const FieldDescriptorProto_TYPE_UINT64 = descriptorpb.FieldDescriptorProto_TYPE_UINT64
46 const FieldDescriptorProto_TYPE_INT32 = descriptorpb.FieldDescriptorProto_TYPE_INT32
47 const FieldDescriptorProto_TYPE_FIXED64 = descriptorpb.FieldDescriptorProto_TYPE_FIXED64
48 const FieldDescriptorProto_TYPE_FIXED32 = descriptorpb.FieldDescriptorProto_TYPE_FIXED32
49 const FieldDescriptorProto_TYPE_BOOL = descriptorpb.FieldDescriptorProto_TYPE_BOOL
50 const FieldDescriptorProto_TYPE_STRING = descriptorpb.FieldDescriptorProto_TYPE_STRING
51 const FieldDescriptorProto_TYPE_GROUP = descriptorpb.FieldDescriptorProto_TYPE_GROUP
52 const FieldDescriptorProto_TYPE_MESSAGE = descriptorpb.FieldDescriptorProto_TYPE_MESSAGE
53 const FieldDescriptorProto_TYPE_BYTES = descriptorpb.FieldDescriptorProto_TYPE_BYTES
54 const FieldDescriptorProto_TYPE_UINT32 = descriptorpb.FieldDescriptorProto_TYPE_UINT32
55 const FieldDescriptorProto_TYPE_ENUM = descriptorpb.FieldDescriptorProto_TYPE_ENUM
56 const FieldDescriptorProto_TYPE_SFIXED32 = descriptorpb.FieldDescriptorProto_TYPE_SFIXED32
57 const FieldDescriptorProto_TYPE_SFIXED64 = descriptorpb.FieldDescriptorProto_TYPE_SFIXED64
58 const FieldDescriptorProto_TYPE_SINT32 = descriptorpb.FieldDescriptorProto_TYPE_SINT32
59 const FieldDescriptorProto_TYPE_SINT64 = descriptorpb.FieldDescriptorProto_TYPE_SINT64
60
61 var FieldDescriptorProto_Type_name = descriptorpb.FieldDescriptorProto_Type_name
62 var FieldDescriptorProto_Type_value = descriptorpb.FieldDescriptorProto_Type_value
63
64 type FieldDescriptorProto_Label = descriptorpb.FieldDescriptorProto_Label
65
66 const FieldDescriptorProto_LABEL_OPTIONAL = descriptorpb.FieldDescriptorProto_LABEL_OPTIONAL
67 const FieldDescriptorProto_LABEL_REPEATED = descriptorpb.FieldDescriptorProto_LABEL_REPEATED
68 const FieldDescriptorProto_LABEL_REQUIRED = descriptorpb.FieldDescriptorProto_LABEL_REQUIRED
69
70 var FieldDescriptorProto_Label_name = descriptorpb.FieldDescriptorProto_Label_name
71 var FieldDescriptorProto_Label_value = descriptorpb.FieldDescriptorProto_Label_value
72
73 type FileOptions_OptimizeMode = descriptorpb.FileOptions_OptimizeMode
74
75 const FileOptions_SPEED = descriptorpb.FileOptions_SPEED
76 const FileOptions_CODE_SIZE = descriptorpb.FileOptions_CODE_SIZE
77 const FileOptions_LITE_RUNTIME = descriptorpb.FileOptions_LITE_RUNTIME
78
79 var FileOptions_OptimizeMode_name = descriptorpb.FileOptions_OptimizeMode_name
80 var FileOptions_OptimizeMode_value = descriptorpb.FileOptions_OptimizeMode_value
81
82 type FieldOptions_CType = descriptorpb.FieldOptions_CType
83
84 const FieldOptions_STRING = descriptorpb.FieldOptions_STRING
85 const FieldOptions_CORD = descriptorpb.FieldOptions_CORD
86 const FieldOptions_STRING_PIECE = descriptorpb.FieldOptions_STRING_PIECE
87
88 var FieldOptions_CType_name = descriptorpb.FieldOptions_CType_name
89 var FieldOptions_CType_value = descriptorpb.FieldOptions_CType_value
90
91 type FieldOptions_JSType = descriptorpb.FieldOptions_JSType
92
93 const FieldOptions_JS_NORMAL = descriptorpb.FieldOptions_JS_NORMAL
94 const FieldOptions_JS_STRING = descriptorpb.FieldOptions_JS_STRING
95 const FieldOptions_JS_NUMBER = descriptorpb.FieldOptions_JS_NUMBER
96
97 var FieldOptions_JSType_name = descriptorpb.FieldOptions_JSType_name
98 var FieldOptions_JSType_value = descriptorpb.FieldOptions_JSType_value
99
100 type FieldOptions_OptionRetention = descriptorpb.FieldOptions_OptionRetention
101
102 const FieldOptions_RETENTION_UNKNOWN = descriptorpb.FieldOptions_RETENTION_UNKNOWN
103 const FieldOptions_RETENTION_RUNTIME = descriptorpb.FieldOptions_RETENTION_RUNTIME
104 const FieldOptions_RETENTION_SOURCE = descriptorpb.FieldOptions_RETENTION_SOURCE
105
106 var FieldOptions_OptionRetention_name = descriptorpb.FieldOptions_OptionRetention_name
107 var FieldOptions_OptionRetention_value = descriptorpb.FieldOptions_OptionRetention_value
108
109 type FieldOptions_OptionTargetType = descriptorpb.FieldOptions_OptionTargetType
110
111 const FieldOptions_TARGET_TYPE_UNKNOWN = descriptorpb.FieldOptions_TARGET_TYPE_UNKNOWN
112 const FieldOptions_TARGET_TYPE_FILE = descriptorpb.FieldOptions_TARGET_TYPE_FILE
113 const FieldOptions_TARGET_TYPE_EXTENSION_RANGE = descriptorpb.FieldOptions_TARGET_TYPE_EXTENSION_RANGE
114 const FieldOptions_TARGET_TYPE_MESSAGE = descriptorpb.FieldOptions_TARGET_TYPE_MESSAGE
115 const FieldOptions_TARGET_TYPE_FIELD = descriptorpb.FieldOptions_TARGET_TYPE_FIELD
116 const FieldOptions_TARGET_TYPE_ONEOF = descriptorpb.FieldOptions_TARGET_TYPE_ONEOF
117 const FieldOptions_TARGET_TYPE_ENUM = descriptorpb.FieldOptions_TARGET_TYPE_ENUM
118 const FieldOptions_TARGET_TYPE_ENUM_ENTRY = descriptorpb.FieldOptions_TARGET_TYPE_ENUM_ENTRY
119 const FieldOptions_TARGET_TYPE_SERVICE = descriptorpb.FieldOptions_TARGET_TYPE_SERVICE
120 const FieldOptions_TARGET_TYPE_METHOD = descriptorpb.FieldOptions_TARGET_TYPE_METHOD
121
122 var FieldOptions_OptionTargetType_name = descriptorpb.FieldOptions_OptionTargetType_name
123 var FieldOptions_OptionTargetType_value = descriptorpb.FieldOptions_OptionTargetType_value
124
125 type MethodOptions_IdempotencyLevel = descriptorpb.MethodOptions_IdempotencyLevel
126
127 const MethodOptions_IDEMPOTENCY_UNKNOWN = descriptorpb.MethodOptions_IDEMPOTENCY_UNKNOWN
128 const MethodOptions_NO_SIDE_EFFECTS = descriptorpb.MethodOptions_NO_SIDE_EFFECTS
129 const MethodOptions_IDEMPOTENT = descriptorpb.MethodOptions_IDEMPOTENT
130
131 var MethodOptions_IdempotencyLevel_name = descriptorpb.MethodOptions_IdempotencyLevel_name
132 var MethodOptions_IdempotencyLevel_value = descriptorpb.MethodOptions_IdempotencyLevel_value
133
134 type FeatureSet_FieldPresence = descriptorpb.FeatureSet_FieldPresence
135
136 const FeatureSet_FIELD_PRESENCE_UNKNOWN = descriptorpb.FeatureSet_FIELD_PRESENCE_UNKNOWN
137 const FeatureSet_EXPLICIT = descriptorpb.FeatureSet_EXPLICIT
138 const FeatureSet_IMPLICIT = descriptorpb.FeatureSet_IMPLICIT
139 const FeatureSet_LEGACY_REQUIRED = descriptorpb.FeatureSet_LEGACY_REQUIRED
140
141 var FeatureSet_FieldPresence_name = descriptorpb.FeatureSet_FieldPresence_name
142 var FeatureSet_FieldPresence_value = descriptorpb.FeatureSet_FieldPresence_value
143
144 type FeatureSet_EnumType = descriptorpb.FeatureSet_EnumType
145
146 const FeatureSet_ENUM_TYPE_UNKNOWN = descriptorpb.FeatureSet_ENUM_TYPE_UNKNOWN
147 const FeatureSet_OPEN = descriptorpb.FeatureSet_OPEN
148 const FeatureSet_CLOSED = descriptorpb.FeatureSet_CLOSED
149
150 var FeatureSet_EnumType_name = descriptorpb.FeatureSet_EnumType_name
151 var FeatureSet_EnumType_value = descriptorpb.FeatureSet_EnumType_value
152
153 type FeatureSet_RepeatedFieldEncoding = descriptorpb.FeatureSet_RepeatedFieldEncoding
154
155 const FeatureSet_REPEATED_FIELD_ENCODING_UNKNOWN = descriptorpb.FeatureSet_REPEATED_FIELD_ENCODING_UNKNOWN
156 const FeatureSet_PACKED = descriptorpb.FeatureSet_PACKED
157 const FeatureSet_EXPANDED = descriptorpb.FeatureSet_EXPANDED
158
159 var FeatureSet_RepeatedFieldEncoding_name = descriptorpb.FeatureSet_RepeatedFieldEncoding_name
160 var FeatureSet_RepeatedFieldEncoding_value = descriptorpb.FeatureSet_RepeatedFieldEncoding_value
161
162 type FeatureSet_Utf8Validation = descriptorpb.FeatureSet_Utf8Validation
163
164 const FeatureSet_UTF8_VALIDATION_UNKNOWN = descriptorpb.FeatureSet_UTF8_VALIDATION_UNKNOWN
165 const FeatureSet_VERIFY = descriptorpb.FeatureSet_VERIFY
166 const FeatureSet_NONE = descriptorpb.FeatureSet_NONE
167
168 var FeatureSet_Utf8Validation_name = descriptorpb.FeatureSet_Utf8Validation_name
169 var FeatureSet_Utf8Validation_value = descriptorpb.FeatureSet_Utf8Validation_value
170
171 type FeatureSet_MessageEncoding = descriptorpb.FeatureSet_MessageEncoding
172
173 const FeatureSet_MESSAGE_ENCODING_UNKNOWN = descriptorpb.FeatureSet_MESSAGE_ENCODING_UNKNOWN
174 const FeatureSet_LENGTH_PREFIXED = descriptorpb.FeatureSet_LENGTH_PREFIXED
175 const FeatureSet_DELIMITED = descriptorpb.FeatureSet_DELIMITED
176
177 var FeatureSet_MessageEncoding_name = descriptorpb.FeatureSet_MessageEncoding_name
178 var FeatureSet_MessageEncoding_value = descriptorpb.FeatureSet_MessageEncoding_value
179
180 type FeatureSet_JsonFormat = descriptorpb.FeatureSet_JsonFormat
181
182 const FeatureSet_JSON_FORMAT_UNKNOWN = descriptorpb.FeatureSet_JSON_FORMAT_UNKNOWN
183 const FeatureSet_ALLOW = descriptorpb.FeatureSet_ALLOW
184 const FeatureSet_LEGACY_BEST_EFFORT = descriptorpb.FeatureSet_LEGACY_BEST_EFFORT
185
186 var FeatureSet_JsonFormat_name = descriptorpb.FeatureSet_JsonFormat_name
187 var FeatureSet_JsonFormat_value = descriptorpb.FeatureSet_JsonFormat_value
188
189 type GeneratedCodeInfo_Annotation_Semantic = descriptorpb.GeneratedCodeInfo_Annotation_Semantic
190
191 const GeneratedCodeInfo_Annotation_NONE = descriptorpb.GeneratedCodeInfo_Annotation_NONE
192 const GeneratedCodeInfo_Annotation_SET = descriptorpb.GeneratedCodeInfo_Annotation_SET
193 const GeneratedCodeInfo_Annotation_ALIAS = descriptorpb.GeneratedCodeInfo_Annotation_ALIAS
194
195 var GeneratedCodeInfo_Annotation_Semantic_name = descriptorpb.GeneratedCodeInfo_Annotation_Semantic_name
196 var GeneratedCodeInfo_Annotation_Semantic_value = descriptorpb.GeneratedCodeInfo_Annotation_Semantic_value
197
198 type FileDescriptorSet = descriptorpb.FileDescriptorSet
199 type FileDescriptorProto = descriptorpb.FileDescriptorProto
200 type DescriptorProto = descriptorpb.DescriptorProto
201 type ExtensionRangeOptions = descriptorpb.ExtensionRangeOptions
202
203 const Default_ExtensionRangeOptions_Verification = descriptorpb.Default_ExtensionRangeOptions_Verification
204
205 type FieldDescriptorProto = descriptorpb.FieldDescriptorProto
206 type OneofDescriptorProto = descriptorpb.OneofDescriptorProto
207 type EnumDescriptorProto = descriptorpb.EnumDescriptorProto
208 type EnumValueDescriptorProto = descriptorpb.EnumValueDescriptorProto
209 type ServiceDescriptorProto = descriptorpb.ServiceDescriptorProto
210 type MethodDescriptorProto = descriptorpb.MethodDescriptorProto
211
212 const Default_MethodDescriptorProto_ClientStreaming = descriptorpb.Default_MethodDescriptorProto_ClientStreaming
213 const Default_MethodDescriptorProto_ServerStreaming = descriptorpb.Default_MethodDescriptorProto_ServerStreaming
214
215 type FileOptions = descriptorpb.FileOptions
216
217 const Default_FileOptions_JavaMultipleFiles = descriptorpb.Default_FileOptions_JavaMultipleFiles
218 const Default_FileOptions_JavaStringCheckUtf8 = descriptorpb.Default_FileOptions_JavaStringCheckUtf8
219 const Default_FileOptions_OptimizeFor = descriptorpb.Default_FileOptions_OptimizeFor
220 const Default_FileOptions_CcGenericServices = descriptorpb.Default_FileOptions_CcGenericServices
221 const Default_FileOptions_JavaGenericServices = descriptorpb.Default_FileOptions_JavaGenericServices
222 const Default_FileOptions_PyGenericServices = descriptorpb.Default_FileOptions_PyGenericServices
223 const Default_FileOptions_Deprecated = descriptorpb.Default_FileOptions_Deprecated
224 const Default_FileOptions_CcEnableArenas = descriptorpb.Default_FileOptions_CcEnableArenas
225
226 type MessageOptions = descriptorpb.MessageOptions
227
228 const Default_MessageOptions_MessageSetWireFormat = descriptorpb.Default_MessageOptions_MessageSetWireFormat
229 const Default_MessageOptions_NoStandardDescriptorAccessor = descriptorpb.Default_MessageOptions_NoStandardDescriptorAccessor
230 const Default_MessageOptions_Deprecated = descriptorpb.Default_MessageOptions_Deprecated
231
232 type FieldOptions = descriptorpb.FieldOptions
233
234 const Default_FieldOptions_Ctype = descriptorpb.Default_FieldOptions_Ctype
235 const Default_FieldOptions_Jstype = descriptorpb.Default_FieldOptions_Jstype
236 const Default_FieldOptions_Lazy = descriptorpb.Default_FieldOptions_Lazy
237 const Default_FieldOptions_UnverifiedLazy = descriptorpb.Default_FieldOptions_UnverifiedLazy
238 const Default_FieldOptions_Deprecated = descriptorpb.Default_FieldOptions_Deprecated
239 const Default_FieldOptions_Weak = descriptorpb.Default_FieldOptions_Weak
240 const Default_FieldOptions_DebugRedact = descriptorpb.Default_FieldOptions_DebugRedact
241
242 type OneofOptions = descriptorpb.OneofOptions
243 type EnumOptions = descriptorpb.EnumOptions
244
245 const Default_EnumOptions_Deprecated = descriptorpb.Default_EnumOptions_Deprecated
246
247 type EnumValueOptions = descriptorpb.EnumValueOptions
248
249 const Default_EnumValueOptions_Deprecated = descriptorpb.Default_EnumValueOptions_Deprecated
250 const Default_EnumValueOptions_DebugRedact = descriptorpb.Default_EnumValueOptions_DebugRedact
251
252 type ServiceOptions = descriptorpb.ServiceOptions
253
254 const Default_ServiceOptions_Deprecated = descriptorpb.Default_ServiceOptions_Deprecated
255
256 type MethodOptions = descriptorpb.MethodOptions
257
258 const Default_MethodOptions_Deprecated = descriptorpb.Default_MethodOptions_Deprecated
259 const Default_MethodOptions_IdempotencyLevel = descriptorpb.Default_MethodOptions_IdempotencyLevel
260
261 type UninterpretedOption = descriptorpb.UninterpretedOption
262 type FeatureSet = descriptorpb.FeatureSet
263 type FeatureSetDefaults = descriptorpb.FeatureSetDefaults
264 type SourceCodeInfo = descriptorpb.SourceCodeInfo
265 type GeneratedCodeInfo = descriptorpb.GeneratedCodeInfo
266 type DescriptorProto_ExtensionRange = descriptorpb.DescriptorProto_ExtensionRange
267 type DescriptorProto_ReservedRange = descriptorpb.DescriptorProto_ReservedRange
268 type ExtensionRangeOptions_Declaration = descriptorpb.ExtensionRangeOptions_Declaration
269 type EnumDescriptorProto_EnumReservedRange = descriptorpb.EnumDescriptorProto_EnumReservedRange
270 type FieldOptions_EditionDefault = descriptorpb.FieldOptions_EditionDefault
271 type UninterpretedOption_NamePart = descriptorpb.UninterpretedOption_NamePart
272 type FeatureSetDefaults_FeatureSetEditionDefault = descriptorpb.FeatureSetDefaults_FeatureSetEditionDefault
273 type SourceCodeInfo_Location = descriptorpb.SourceCodeInfo_Location
274 type GeneratedCodeInfo_Annotation = descriptorpb.GeneratedCodeInfo_Annotation
275
276 var File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto protoreflect.FileDescriptor
277
278 var file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_rawDesc = []byte{
279 0x0a, 0x44, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
280 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f,
281 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72,
282 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72,
283 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
284 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
285 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x40, 0x5a, 0x3e, 0x67, 0x69, 0x74, 0x68,
286 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72,
287 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65,
288 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x3b,
289 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72,
290 0x6f, 0x74, 0x6f, 0x32,
291 }
292
293 var file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_goTypes = []interface{}{}
294 var file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_depIdxs = []int32{
295 0,
296 0,
297 0,
298 0,
299 0,
300 }
301
302 func init() { file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_init() }
303 func file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_init() {
304 if File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto != nil {
305 return
306 }
307 type x struct{}
308 out := protoimpl.TypeBuilder{
309 File: protoimpl.DescBuilder{
310 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
311 RawDescriptor: file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_rawDesc,
312 NumEnums: 0,
313 NumMessages: 0,
314 NumExtensions: 0,
315 NumServices: 0,
316 },
317 GoTypes: file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_goTypes,
318 DependencyIndexes: file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_depIdxs,
319 }.Build()
320 File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto = out.File
321 file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_rawDesc = nil
322 file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_goTypes = nil
323 file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_depIdxs = nil
324 }
325
View as plain text