descriptor_gen.go 71 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270
  1. // Copyright 2019 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Code generated by generate-protos. DO NOT EDIT.
  5. package genid
  6. import (
  7. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  8. )
  9. const File_google_protobuf_descriptor_proto = "google/protobuf/descriptor.proto"
  10. // Full and short names for google.protobuf.Edition.
  11. const (
  12. Edition_enum_fullname = "google.protobuf.Edition"
  13. Edition_enum_name = "Edition"
  14. )
  15. // Enum values for google.protobuf.Edition.
  16. const (
  17. Edition_EDITION_UNKNOWN_enum_value = 0
  18. Edition_EDITION_LEGACY_enum_value = 900
  19. Edition_EDITION_PROTO2_enum_value = 998
  20. Edition_EDITION_PROTO3_enum_value = 999
  21. Edition_EDITION_2023_enum_value = 1000
  22. Edition_EDITION_2024_enum_value = 1001
  23. Edition_EDITION_1_TEST_ONLY_enum_value = 1
  24. Edition_EDITION_2_TEST_ONLY_enum_value = 2
  25. Edition_EDITION_99997_TEST_ONLY_enum_value = 99997
  26. Edition_EDITION_99998_TEST_ONLY_enum_value = 99998
  27. Edition_EDITION_99999_TEST_ONLY_enum_value = 99999
  28. Edition_EDITION_MAX_enum_value = 2147483647
  29. )
  30. // Names for google.protobuf.FileDescriptorSet.
  31. const (
  32. FileDescriptorSet_message_name protoreflect.Name = "FileDescriptorSet"
  33. FileDescriptorSet_message_fullname protoreflect.FullName = "google.protobuf.FileDescriptorSet"
  34. )
  35. // Field names for google.protobuf.FileDescriptorSet.
  36. const (
  37. FileDescriptorSet_File_field_name protoreflect.Name = "file"
  38. FileDescriptorSet_File_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorSet.file"
  39. )
  40. // Field numbers for google.protobuf.FileDescriptorSet.
  41. const (
  42. FileDescriptorSet_File_field_number protoreflect.FieldNumber = 1
  43. )
  44. // Names for google.protobuf.FileDescriptorProto.
  45. const (
  46. FileDescriptorProto_message_name protoreflect.Name = "FileDescriptorProto"
  47. FileDescriptorProto_message_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto"
  48. )
  49. // Field names for google.protobuf.FileDescriptorProto.
  50. const (
  51. FileDescriptorProto_Name_field_name protoreflect.Name = "name"
  52. FileDescriptorProto_Package_field_name protoreflect.Name = "package"
  53. FileDescriptorProto_Dependency_field_name protoreflect.Name = "dependency"
  54. FileDescriptorProto_PublicDependency_field_name protoreflect.Name = "public_dependency"
  55. FileDescriptorProto_WeakDependency_field_name protoreflect.Name = "weak_dependency"
  56. FileDescriptorProto_MessageType_field_name protoreflect.Name = "message_type"
  57. FileDescriptorProto_EnumType_field_name protoreflect.Name = "enum_type"
  58. FileDescriptorProto_Service_field_name protoreflect.Name = "service"
  59. FileDescriptorProto_Extension_field_name protoreflect.Name = "extension"
  60. FileDescriptorProto_Options_field_name protoreflect.Name = "options"
  61. FileDescriptorProto_SourceCodeInfo_field_name protoreflect.Name = "source_code_info"
  62. FileDescriptorProto_Syntax_field_name protoreflect.Name = "syntax"
  63. FileDescriptorProto_Edition_field_name protoreflect.Name = "edition"
  64. FileDescriptorProto_Name_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.name"
  65. FileDescriptorProto_Package_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.package"
  66. FileDescriptorProto_Dependency_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.dependency"
  67. FileDescriptorProto_PublicDependency_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.public_dependency"
  68. FileDescriptorProto_WeakDependency_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.weak_dependency"
  69. FileDescriptorProto_MessageType_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.message_type"
  70. FileDescriptorProto_EnumType_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.enum_type"
  71. FileDescriptorProto_Service_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.service"
  72. FileDescriptorProto_Extension_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.extension"
  73. FileDescriptorProto_Options_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.options"
  74. FileDescriptorProto_SourceCodeInfo_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.source_code_info"
  75. FileDescriptorProto_Syntax_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.syntax"
  76. FileDescriptorProto_Edition_field_fullname protoreflect.FullName = "google.protobuf.FileDescriptorProto.edition"
  77. )
  78. // Field numbers for google.protobuf.FileDescriptorProto.
  79. const (
  80. FileDescriptorProto_Name_field_number protoreflect.FieldNumber = 1
  81. FileDescriptorProto_Package_field_number protoreflect.FieldNumber = 2
  82. FileDescriptorProto_Dependency_field_number protoreflect.FieldNumber = 3
  83. FileDescriptorProto_PublicDependency_field_number protoreflect.FieldNumber = 10
  84. FileDescriptorProto_WeakDependency_field_number protoreflect.FieldNumber = 11
  85. FileDescriptorProto_MessageType_field_number protoreflect.FieldNumber = 4
  86. FileDescriptorProto_EnumType_field_number protoreflect.FieldNumber = 5
  87. FileDescriptorProto_Service_field_number protoreflect.FieldNumber = 6
  88. FileDescriptorProto_Extension_field_number protoreflect.FieldNumber = 7
  89. FileDescriptorProto_Options_field_number protoreflect.FieldNumber = 8
  90. FileDescriptorProto_SourceCodeInfo_field_number protoreflect.FieldNumber = 9
  91. FileDescriptorProto_Syntax_field_number protoreflect.FieldNumber = 12
  92. FileDescriptorProto_Edition_field_number protoreflect.FieldNumber = 14
  93. )
  94. // Names for google.protobuf.DescriptorProto.
  95. const (
  96. DescriptorProto_message_name protoreflect.Name = "DescriptorProto"
  97. DescriptorProto_message_fullname protoreflect.FullName = "google.protobuf.DescriptorProto"
  98. )
  99. // Field names for google.protobuf.DescriptorProto.
  100. const (
  101. DescriptorProto_Name_field_name protoreflect.Name = "name"
  102. DescriptorProto_Field_field_name protoreflect.Name = "field"
  103. DescriptorProto_Extension_field_name protoreflect.Name = "extension"
  104. DescriptorProto_NestedType_field_name protoreflect.Name = "nested_type"
  105. DescriptorProto_EnumType_field_name protoreflect.Name = "enum_type"
  106. DescriptorProto_ExtensionRange_field_name protoreflect.Name = "extension_range"
  107. DescriptorProto_OneofDecl_field_name protoreflect.Name = "oneof_decl"
  108. DescriptorProto_Options_field_name protoreflect.Name = "options"
  109. DescriptorProto_ReservedRange_field_name protoreflect.Name = "reserved_range"
  110. DescriptorProto_ReservedName_field_name protoreflect.Name = "reserved_name"
  111. DescriptorProto_Name_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.name"
  112. DescriptorProto_Field_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.field"
  113. DescriptorProto_Extension_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.extension"
  114. DescriptorProto_NestedType_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.nested_type"
  115. DescriptorProto_EnumType_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.enum_type"
  116. DescriptorProto_ExtensionRange_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.extension_range"
  117. DescriptorProto_OneofDecl_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.oneof_decl"
  118. DescriptorProto_Options_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.options"
  119. DescriptorProto_ReservedRange_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.reserved_range"
  120. DescriptorProto_ReservedName_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.reserved_name"
  121. )
  122. // Field numbers for google.protobuf.DescriptorProto.
  123. const (
  124. DescriptorProto_Name_field_number protoreflect.FieldNumber = 1
  125. DescriptorProto_Field_field_number protoreflect.FieldNumber = 2
  126. DescriptorProto_Extension_field_number protoreflect.FieldNumber = 6
  127. DescriptorProto_NestedType_field_number protoreflect.FieldNumber = 3
  128. DescriptorProto_EnumType_field_number protoreflect.FieldNumber = 4
  129. DescriptorProto_ExtensionRange_field_number protoreflect.FieldNumber = 5
  130. DescriptorProto_OneofDecl_field_number protoreflect.FieldNumber = 8
  131. DescriptorProto_Options_field_number protoreflect.FieldNumber = 7
  132. DescriptorProto_ReservedRange_field_number protoreflect.FieldNumber = 9
  133. DescriptorProto_ReservedName_field_number protoreflect.FieldNumber = 10
  134. )
  135. // Names for google.protobuf.DescriptorProto.ExtensionRange.
  136. const (
  137. DescriptorProto_ExtensionRange_message_name protoreflect.Name = "ExtensionRange"
  138. DescriptorProto_ExtensionRange_message_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.ExtensionRange"
  139. )
  140. // Field names for google.protobuf.DescriptorProto.ExtensionRange.
  141. const (
  142. DescriptorProto_ExtensionRange_Start_field_name protoreflect.Name = "start"
  143. DescriptorProto_ExtensionRange_End_field_name protoreflect.Name = "end"
  144. DescriptorProto_ExtensionRange_Options_field_name protoreflect.Name = "options"
  145. DescriptorProto_ExtensionRange_Start_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.ExtensionRange.start"
  146. DescriptorProto_ExtensionRange_End_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.ExtensionRange.end"
  147. DescriptorProto_ExtensionRange_Options_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.ExtensionRange.options"
  148. )
  149. // Field numbers for google.protobuf.DescriptorProto.ExtensionRange.
  150. const (
  151. DescriptorProto_ExtensionRange_Start_field_number protoreflect.FieldNumber = 1
  152. DescriptorProto_ExtensionRange_End_field_number protoreflect.FieldNumber = 2
  153. DescriptorProto_ExtensionRange_Options_field_number protoreflect.FieldNumber = 3
  154. )
  155. // Names for google.protobuf.DescriptorProto.ReservedRange.
  156. const (
  157. DescriptorProto_ReservedRange_message_name protoreflect.Name = "ReservedRange"
  158. DescriptorProto_ReservedRange_message_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.ReservedRange"
  159. )
  160. // Field names for google.protobuf.DescriptorProto.ReservedRange.
  161. const (
  162. DescriptorProto_ReservedRange_Start_field_name protoreflect.Name = "start"
  163. DescriptorProto_ReservedRange_End_field_name protoreflect.Name = "end"
  164. DescriptorProto_ReservedRange_Start_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.ReservedRange.start"
  165. DescriptorProto_ReservedRange_End_field_fullname protoreflect.FullName = "google.protobuf.DescriptorProto.ReservedRange.end"
  166. )
  167. // Field numbers for google.protobuf.DescriptorProto.ReservedRange.
  168. const (
  169. DescriptorProto_ReservedRange_Start_field_number protoreflect.FieldNumber = 1
  170. DescriptorProto_ReservedRange_End_field_number protoreflect.FieldNumber = 2
  171. )
  172. // Names for google.protobuf.ExtensionRangeOptions.
  173. const (
  174. ExtensionRangeOptions_message_name protoreflect.Name = "ExtensionRangeOptions"
  175. ExtensionRangeOptions_message_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions"
  176. )
  177. // Field names for google.protobuf.ExtensionRangeOptions.
  178. const (
  179. ExtensionRangeOptions_UninterpretedOption_field_name protoreflect.Name = "uninterpreted_option"
  180. ExtensionRangeOptions_Declaration_field_name protoreflect.Name = "declaration"
  181. ExtensionRangeOptions_Features_field_name protoreflect.Name = "features"
  182. ExtensionRangeOptions_Verification_field_name protoreflect.Name = "verification"
  183. ExtensionRangeOptions_UninterpretedOption_field_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions.uninterpreted_option"
  184. ExtensionRangeOptions_Declaration_field_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions.declaration"
  185. ExtensionRangeOptions_Features_field_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions.features"
  186. ExtensionRangeOptions_Verification_field_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions.verification"
  187. )
  188. // Field numbers for google.protobuf.ExtensionRangeOptions.
  189. const (
  190. ExtensionRangeOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999
  191. ExtensionRangeOptions_Declaration_field_number protoreflect.FieldNumber = 2
  192. ExtensionRangeOptions_Features_field_number protoreflect.FieldNumber = 50
  193. ExtensionRangeOptions_Verification_field_number protoreflect.FieldNumber = 3
  194. )
  195. // Full and short names for google.protobuf.ExtensionRangeOptions.VerificationState.
  196. const (
  197. ExtensionRangeOptions_VerificationState_enum_fullname = "google.protobuf.ExtensionRangeOptions.VerificationState"
  198. ExtensionRangeOptions_VerificationState_enum_name = "VerificationState"
  199. )
  200. // Enum values for google.protobuf.ExtensionRangeOptions.VerificationState.
  201. const (
  202. ExtensionRangeOptions_DECLARATION_enum_value = 0
  203. ExtensionRangeOptions_UNVERIFIED_enum_value = 1
  204. )
  205. // Names for google.protobuf.ExtensionRangeOptions.Declaration.
  206. const (
  207. ExtensionRangeOptions_Declaration_message_name protoreflect.Name = "Declaration"
  208. ExtensionRangeOptions_Declaration_message_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions.Declaration"
  209. )
  210. // Field names for google.protobuf.ExtensionRangeOptions.Declaration.
  211. const (
  212. ExtensionRangeOptions_Declaration_Number_field_name protoreflect.Name = "number"
  213. ExtensionRangeOptions_Declaration_FullName_field_name protoreflect.Name = "full_name"
  214. ExtensionRangeOptions_Declaration_Type_field_name protoreflect.Name = "type"
  215. ExtensionRangeOptions_Declaration_Reserved_field_name protoreflect.Name = "reserved"
  216. ExtensionRangeOptions_Declaration_Repeated_field_name protoreflect.Name = "repeated"
  217. ExtensionRangeOptions_Declaration_Number_field_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions.Declaration.number"
  218. ExtensionRangeOptions_Declaration_FullName_field_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions.Declaration.full_name"
  219. ExtensionRangeOptions_Declaration_Type_field_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions.Declaration.type"
  220. ExtensionRangeOptions_Declaration_Reserved_field_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions.Declaration.reserved"
  221. ExtensionRangeOptions_Declaration_Repeated_field_fullname protoreflect.FullName = "google.protobuf.ExtensionRangeOptions.Declaration.repeated"
  222. )
  223. // Field numbers for google.protobuf.ExtensionRangeOptions.Declaration.
  224. const (
  225. ExtensionRangeOptions_Declaration_Number_field_number protoreflect.FieldNumber = 1
  226. ExtensionRangeOptions_Declaration_FullName_field_number protoreflect.FieldNumber = 2
  227. ExtensionRangeOptions_Declaration_Type_field_number protoreflect.FieldNumber = 3
  228. ExtensionRangeOptions_Declaration_Reserved_field_number protoreflect.FieldNumber = 5
  229. ExtensionRangeOptions_Declaration_Repeated_field_number protoreflect.FieldNumber = 6
  230. )
  231. // Names for google.protobuf.FieldDescriptorProto.
  232. const (
  233. FieldDescriptorProto_message_name protoreflect.Name = "FieldDescriptorProto"
  234. FieldDescriptorProto_message_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto"
  235. )
  236. // Field names for google.protobuf.FieldDescriptorProto.
  237. const (
  238. FieldDescriptorProto_Name_field_name protoreflect.Name = "name"
  239. FieldDescriptorProto_Number_field_name protoreflect.Name = "number"
  240. FieldDescriptorProto_Label_field_name protoreflect.Name = "label"
  241. FieldDescriptorProto_Type_field_name protoreflect.Name = "type"
  242. FieldDescriptorProto_TypeName_field_name protoreflect.Name = "type_name"
  243. FieldDescriptorProto_Extendee_field_name protoreflect.Name = "extendee"
  244. FieldDescriptorProto_DefaultValue_field_name protoreflect.Name = "default_value"
  245. FieldDescriptorProto_OneofIndex_field_name protoreflect.Name = "oneof_index"
  246. FieldDescriptorProto_JsonName_field_name protoreflect.Name = "json_name"
  247. FieldDescriptorProto_Options_field_name protoreflect.Name = "options"
  248. FieldDescriptorProto_Proto3Optional_field_name protoreflect.Name = "proto3_optional"
  249. FieldDescriptorProto_Name_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.name"
  250. FieldDescriptorProto_Number_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.number"
  251. FieldDescriptorProto_Label_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.label"
  252. FieldDescriptorProto_Type_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.type"
  253. FieldDescriptorProto_TypeName_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.type_name"
  254. FieldDescriptorProto_Extendee_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.extendee"
  255. FieldDescriptorProto_DefaultValue_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.default_value"
  256. FieldDescriptorProto_OneofIndex_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.oneof_index"
  257. FieldDescriptorProto_JsonName_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.json_name"
  258. FieldDescriptorProto_Options_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.options"
  259. FieldDescriptorProto_Proto3Optional_field_fullname protoreflect.FullName = "google.protobuf.FieldDescriptorProto.proto3_optional"
  260. )
  261. // Field numbers for google.protobuf.FieldDescriptorProto.
  262. const (
  263. FieldDescriptorProto_Name_field_number protoreflect.FieldNumber = 1
  264. FieldDescriptorProto_Number_field_number protoreflect.FieldNumber = 3
  265. FieldDescriptorProto_Label_field_number protoreflect.FieldNumber = 4
  266. FieldDescriptorProto_Type_field_number protoreflect.FieldNumber = 5
  267. FieldDescriptorProto_TypeName_field_number protoreflect.FieldNumber = 6
  268. FieldDescriptorProto_Extendee_field_number protoreflect.FieldNumber = 2
  269. FieldDescriptorProto_DefaultValue_field_number protoreflect.FieldNumber = 7
  270. FieldDescriptorProto_OneofIndex_field_number protoreflect.FieldNumber = 9
  271. FieldDescriptorProto_JsonName_field_number protoreflect.FieldNumber = 10
  272. FieldDescriptorProto_Options_field_number protoreflect.FieldNumber = 8
  273. FieldDescriptorProto_Proto3Optional_field_number protoreflect.FieldNumber = 17
  274. )
  275. // Full and short names for google.protobuf.FieldDescriptorProto.Type.
  276. const (
  277. FieldDescriptorProto_Type_enum_fullname = "google.protobuf.FieldDescriptorProto.Type"
  278. FieldDescriptorProto_Type_enum_name = "Type"
  279. )
  280. // Enum values for google.protobuf.FieldDescriptorProto.Type.
  281. const (
  282. FieldDescriptorProto_TYPE_DOUBLE_enum_value = 1
  283. FieldDescriptorProto_TYPE_FLOAT_enum_value = 2
  284. FieldDescriptorProto_TYPE_INT64_enum_value = 3
  285. FieldDescriptorProto_TYPE_UINT64_enum_value = 4
  286. FieldDescriptorProto_TYPE_INT32_enum_value = 5
  287. FieldDescriptorProto_TYPE_FIXED64_enum_value = 6
  288. FieldDescriptorProto_TYPE_FIXED32_enum_value = 7
  289. FieldDescriptorProto_TYPE_BOOL_enum_value = 8
  290. FieldDescriptorProto_TYPE_STRING_enum_value = 9
  291. FieldDescriptorProto_TYPE_GROUP_enum_value = 10
  292. FieldDescriptorProto_TYPE_MESSAGE_enum_value = 11
  293. FieldDescriptorProto_TYPE_BYTES_enum_value = 12
  294. FieldDescriptorProto_TYPE_UINT32_enum_value = 13
  295. FieldDescriptorProto_TYPE_ENUM_enum_value = 14
  296. FieldDescriptorProto_TYPE_SFIXED32_enum_value = 15
  297. FieldDescriptorProto_TYPE_SFIXED64_enum_value = 16
  298. FieldDescriptorProto_TYPE_SINT32_enum_value = 17
  299. FieldDescriptorProto_TYPE_SINT64_enum_value = 18
  300. )
  301. // Full and short names for google.protobuf.FieldDescriptorProto.Label.
  302. const (
  303. FieldDescriptorProto_Label_enum_fullname = "google.protobuf.FieldDescriptorProto.Label"
  304. FieldDescriptorProto_Label_enum_name = "Label"
  305. )
  306. // Enum values for google.protobuf.FieldDescriptorProto.Label.
  307. const (
  308. FieldDescriptorProto_LABEL_OPTIONAL_enum_value = 1
  309. FieldDescriptorProto_LABEL_REPEATED_enum_value = 3
  310. FieldDescriptorProto_LABEL_REQUIRED_enum_value = 2
  311. )
  312. // Names for google.protobuf.OneofDescriptorProto.
  313. const (
  314. OneofDescriptorProto_message_name protoreflect.Name = "OneofDescriptorProto"
  315. OneofDescriptorProto_message_fullname protoreflect.FullName = "google.protobuf.OneofDescriptorProto"
  316. )
  317. // Field names for google.protobuf.OneofDescriptorProto.
  318. const (
  319. OneofDescriptorProto_Name_field_name protoreflect.Name = "name"
  320. OneofDescriptorProto_Options_field_name protoreflect.Name = "options"
  321. OneofDescriptorProto_Name_field_fullname protoreflect.FullName = "google.protobuf.OneofDescriptorProto.name"
  322. OneofDescriptorProto_Options_field_fullname protoreflect.FullName = "google.protobuf.OneofDescriptorProto.options"
  323. )
  324. // Field numbers for google.protobuf.OneofDescriptorProto.
  325. const (
  326. OneofDescriptorProto_Name_field_number protoreflect.FieldNumber = 1
  327. OneofDescriptorProto_Options_field_number protoreflect.FieldNumber = 2
  328. )
  329. // Names for google.protobuf.EnumDescriptorProto.
  330. const (
  331. EnumDescriptorProto_message_name protoreflect.Name = "EnumDescriptorProto"
  332. EnumDescriptorProto_message_fullname protoreflect.FullName = "google.protobuf.EnumDescriptorProto"
  333. )
  334. // Field names for google.protobuf.EnumDescriptorProto.
  335. const (
  336. EnumDescriptorProto_Name_field_name protoreflect.Name = "name"
  337. EnumDescriptorProto_Value_field_name protoreflect.Name = "value"
  338. EnumDescriptorProto_Options_field_name protoreflect.Name = "options"
  339. EnumDescriptorProto_ReservedRange_field_name protoreflect.Name = "reserved_range"
  340. EnumDescriptorProto_ReservedName_field_name protoreflect.Name = "reserved_name"
  341. EnumDescriptorProto_Name_field_fullname protoreflect.FullName = "google.protobuf.EnumDescriptorProto.name"
  342. EnumDescriptorProto_Value_field_fullname protoreflect.FullName = "google.protobuf.EnumDescriptorProto.value"
  343. EnumDescriptorProto_Options_field_fullname protoreflect.FullName = "google.protobuf.EnumDescriptorProto.options"
  344. EnumDescriptorProto_ReservedRange_field_fullname protoreflect.FullName = "google.protobuf.EnumDescriptorProto.reserved_range"
  345. EnumDescriptorProto_ReservedName_field_fullname protoreflect.FullName = "google.protobuf.EnumDescriptorProto.reserved_name"
  346. )
  347. // Field numbers for google.protobuf.EnumDescriptorProto.
  348. const (
  349. EnumDescriptorProto_Name_field_number protoreflect.FieldNumber = 1
  350. EnumDescriptorProto_Value_field_number protoreflect.FieldNumber = 2
  351. EnumDescriptorProto_Options_field_number protoreflect.FieldNumber = 3
  352. EnumDescriptorProto_ReservedRange_field_number protoreflect.FieldNumber = 4
  353. EnumDescriptorProto_ReservedName_field_number protoreflect.FieldNumber = 5
  354. )
  355. // Names for google.protobuf.EnumDescriptorProto.EnumReservedRange.
  356. const (
  357. EnumDescriptorProto_EnumReservedRange_message_name protoreflect.Name = "EnumReservedRange"
  358. EnumDescriptorProto_EnumReservedRange_message_fullname protoreflect.FullName = "google.protobuf.EnumDescriptorProto.EnumReservedRange"
  359. )
  360. // Field names for google.protobuf.EnumDescriptorProto.EnumReservedRange.
  361. const (
  362. EnumDescriptorProto_EnumReservedRange_Start_field_name protoreflect.Name = "start"
  363. EnumDescriptorProto_EnumReservedRange_End_field_name protoreflect.Name = "end"
  364. EnumDescriptorProto_EnumReservedRange_Start_field_fullname protoreflect.FullName = "google.protobuf.EnumDescriptorProto.EnumReservedRange.start"
  365. EnumDescriptorProto_EnumReservedRange_End_field_fullname protoreflect.FullName = "google.protobuf.EnumDescriptorProto.EnumReservedRange.end"
  366. )
  367. // Field numbers for google.protobuf.EnumDescriptorProto.EnumReservedRange.
  368. const (
  369. EnumDescriptorProto_EnumReservedRange_Start_field_number protoreflect.FieldNumber = 1
  370. EnumDescriptorProto_EnumReservedRange_End_field_number protoreflect.FieldNumber = 2
  371. )
  372. // Names for google.protobuf.EnumValueDescriptorProto.
  373. const (
  374. EnumValueDescriptorProto_message_name protoreflect.Name = "EnumValueDescriptorProto"
  375. EnumValueDescriptorProto_message_fullname protoreflect.FullName = "google.protobuf.EnumValueDescriptorProto"
  376. )
  377. // Field names for google.protobuf.EnumValueDescriptorProto.
  378. const (
  379. EnumValueDescriptorProto_Name_field_name protoreflect.Name = "name"
  380. EnumValueDescriptorProto_Number_field_name protoreflect.Name = "number"
  381. EnumValueDescriptorProto_Options_field_name protoreflect.Name = "options"
  382. EnumValueDescriptorProto_Name_field_fullname protoreflect.FullName = "google.protobuf.EnumValueDescriptorProto.name"
  383. EnumValueDescriptorProto_Number_field_fullname protoreflect.FullName = "google.protobuf.EnumValueDescriptorProto.number"
  384. EnumValueDescriptorProto_Options_field_fullname protoreflect.FullName = "google.protobuf.EnumValueDescriptorProto.options"
  385. )
  386. // Field numbers for google.protobuf.EnumValueDescriptorProto.
  387. const (
  388. EnumValueDescriptorProto_Name_field_number protoreflect.FieldNumber = 1
  389. EnumValueDescriptorProto_Number_field_number protoreflect.FieldNumber = 2
  390. EnumValueDescriptorProto_Options_field_number protoreflect.FieldNumber = 3
  391. )
  392. // Names for google.protobuf.ServiceDescriptorProto.
  393. const (
  394. ServiceDescriptorProto_message_name protoreflect.Name = "ServiceDescriptorProto"
  395. ServiceDescriptorProto_message_fullname protoreflect.FullName = "google.protobuf.ServiceDescriptorProto"
  396. )
  397. // Field names for google.protobuf.ServiceDescriptorProto.
  398. const (
  399. ServiceDescriptorProto_Name_field_name protoreflect.Name = "name"
  400. ServiceDescriptorProto_Method_field_name protoreflect.Name = "method"
  401. ServiceDescriptorProto_Options_field_name protoreflect.Name = "options"
  402. ServiceDescriptorProto_Name_field_fullname protoreflect.FullName = "google.protobuf.ServiceDescriptorProto.name"
  403. ServiceDescriptorProto_Method_field_fullname protoreflect.FullName = "google.protobuf.ServiceDescriptorProto.method"
  404. ServiceDescriptorProto_Options_field_fullname protoreflect.FullName = "google.protobuf.ServiceDescriptorProto.options"
  405. )
  406. // Field numbers for google.protobuf.ServiceDescriptorProto.
  407. const (
  408. ServiceDescriptorProto_Name_field_number protoreflect.FieldNumber = 1
  409. ServiceDescriptorProto_Method_field_number protoreflect.FieldNumber = 2
  410. ServiceDescriptorProto_Options_field_number protoreflect.FieldNumber = 3
  411. )
  412. // Names for google.protobuf.MethodDescriptorProto.
  413. const (
  414. MethodDescriptorProto_message_name protoreflect.Name = "MethodDescriptorProto"
  415. MethodDescriptorProto_message_fullname protoreflect.FullName = "google.protobuf.MethodDescriptorProto"
  416. )
  417. // Field names for google.protobuf.MethodDescriptorProto.
  418. const (
  419. MethodDescriptorProto_Name_field_name protoreflect.Name = "name"
  420. MethodDescriptorProto_InputType_field_name protoreflect.Name = "input_type"
  421. MethodDescriptorProto_OutputType_field_name protoreflect.Name = "output_type"
  422. MethodDescriptorProto_Options_field_name protoreflect.Name = "options"
  423. MethodDescriptorProto_ClientStreaming_field_name protoreflect.Name = "client_streaming"
  424. MethodDescriptorProto_ServerStreaming_field_name protoreflect.Name = "server_streaming"
  425. MethodDescriptorProto_Name_field_fullname protoreflect.FullName = "google.protobuf.MethodDescriptorProto.name"
  426. MethodDescriptorProto_InputType_field_fullname protoreflect.FullName = "google.protobuf.MethodDescriptorProto.input_type"
  427. MethodDescriptorProto_OutputType_field_fullname protoreflect.FullName = "google.protobuf.MethodDescriptorProto.output_type"
  428. MethodDescriptorProto_Options_field_fullname protoreflect.FullName = "google.protobuf.MethodDescriptorProto.options"
  429. MethodDescriptorProto_ClientStreaming_field_fullname protoreflect.FullName = "google.protobuf.MethodDescriptorProto.client_streaming"
  430. MethodDescriptorProto_ServerStreaming_field_fullname protoreflect.FullName = "google.protobuf.MethodDescriptorProto.server_streaming"
  431. )
  432. // Field numbers for google.protobuf.MethodDescriptorProto.
  433. const (
  434. MethodDescriptorProto_Name_field_number protoreflect.FieldNumber = 1
  435. MethodDescriptorProto_InputType_field_number protoreflect.FieldNumber = 2
  436. MethodDescriptorProto_OutputType_field_number protoreflect.FieldNumber = 3
  437. MethodDescriptorProto_Options_field_number protoreflect.FieldNumber = 4
  438. MethodDescriptorProto_ClientStreaming_field_number protoreflect.FieldNumber = 5
  439. MethodDescriptorProto_ServerStreaming_field_number protoreflect.FieldNumber = 6
  440. )
  441. // Names for google.protobuf.FileOptions.
  442. const (
  443. FileOptions_message_name protoreflect.Name = "FileOptions"
  444. FileOptions_message_fullname protoreflect.FullName = "google.protobuf.FileOptions"
  445. )
  446. // Field names for google.protobuf.FileOptions.
  447. const (
  448. FileOptions_JavaPackage_field_name protoreflect.Name = "java_package"
  449. FileOptions_JavaOuterClassname_field_name protoreflect.Name = "java_outer_classname"
  450. FileOptions_JavaMultipleFiles_field_name protoreflect.Name = "java_multiple_files"
  451. FileOptions_JavaGenerateEqualsAndHash_field_name protoreflect.Name = "java_generate_equals_and_hash"
  452. FileOptions_JavaStringCheckUtf8_field_name protoreflect.Name = "java_string_check_utf8"
  453. FileOptions_OptimizeFor_field_name protoreflect.Name = "optimize_for"
  454. FileOptions_GoPackage_field_name protoreflect.Name = "go_package"
  455. FileOptions_CcGenericServices_field_name protoreflect.Name = "cc_generic_services"
  456. FileOptions_JavaGenericServices_field_name protoreflect.Name = "java_generic_services"
  457. FileOptions_PyGenericServices_field_name protoreflect.Name = "py_generic_services"
  458. FileOptions_Deprecated_field_name protoreflect.Name = "deprecated"
  459. FileOptions_CcEnableArenas_field_name protoreflect.Name = "cc_enable_arenas"
  460. FileOptions_ObjcClassPrefix_field_name protoreflect.Name = "objc_class_prefix"
  461. FileOptions_CsharpNamespace_field_name protoreflect.Name = "csharp_namespace"
  462. FileOptions_SwiftPrefix_field_name protoreflect.Name = "swift_prefix"
  463. FileOptions_PhpClassPrefix_field_name protoreflect.Name = "php_class_prefix"
  464. FileOptions_PhpNamespace_field_name protoreflect.Name = "php_namespace"
  465. FileOptions_PhpMetadataNamespace_field_name protoreflect.Name = "php_metadata_namespace"
  466. FileOptions_RubyPackage_field_name protoreflect.Name = "ruby_package"
  467. FileOptions_Features_field_name protoreflect.Name = "features"
  468. FileOptions_UninterpretedOption_field_name protoreflect.Name = "uninterpreted_option"
  469. FileOptions_JavaPackage_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.java_package"
  470. FileOptions_JavaOuterClassname_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.java_outer_classname"
  471. FileOptions_JavaMultipleFiles_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.java_multiple_files"
  472. FileOptions_JavaGenerateEqualsAndHash_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.java_generate_equals_and_hash"
  473. FileOptions_JavaStringCheckUtf8_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.java_string_check_utf8"
  474. FileOptions_OptimizeFor_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.optimize_for"
  475. FileOptions_GoPackage_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.go_package"
  476. FileOptions_CcGenericServices_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.cc_generic_services"
  477. FileOptions_JavaGenericServices_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.java_generic_services"
  478. FileOptions_PyGenericServices_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.py_generic_services"
  479. FileOptions_Deprecated_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.deprecated"
  480. FileOptions_CcEnableArenas_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.cc_enable_arenas"
  481. FileOptions_ObjcClassPrefix_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.objc_class_prefix"
  482. FileOptions_CsharpNamespace_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.csharp_namespace"
  483. FileOptions_SwiftPrefix_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.swift_prefix"
  484. FileOptions_PhpClassPrefix_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.php_class_prefix"
  485. FileOptions_PhpNamespace_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.php_namespace"
  486. FileOptions_PhpMetadataNamespace_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.php_metadata_namespace"
  487. FileOptions_RubyPackage_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.ruby_package"
  488. FileOptions_Features_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.features"
  489. FileOptions_UninterpretedOption_field_fullname protoreflect.FullName = "google.protobuf.FileOptions.uninterpreted_option"
  490. )
  491. // Field numbers for google.protobuf.FileOptions.
  492. const (
  493. FileOptions_JavaPackage_field_number protoreflect.FieldNumber = 1
  494. FileOptions_JavaOuterClassname_field_number protoreflect.FieldNumber = 8
  495. FileOptions_JavaMultipleFiles_field_number protoreflect.FieldNumber = 10
  496. FileOptions_JavaGenerateEqualsAndHash_field_number protoreflect.FieldNumber = 20
  497. FileOptions_JavaStringCheckUtf8_field_number protoreflect.FieldNumber = 27
  498. FileOptions_OptimizeFor_field_number protoreflect.FieldNumber = 9
  499. FileOptions_GoPackage_field_number protoreflect.FieldNumber = 11
  500. FileOptions_CcGenericServices_field_number protoreflect.FieldNumber = 16
  501. FileOptions_JavaGenericServices_field_number protoreflect.FieldNumber = 17
  502. FileOptions_PyGenericServices_field_number protoreflect.FieldNumber = 18
  503. FileOptions_Deprecated_field_number protoreflect.FieldNumber = 23
  504. FileOptions_CcEnableArenas_field_number protoreflect.FieldNumber = 31
  505. FileOptions_ObjcClassPrefix_field_number protoreflect.FieldNumber = 36
  506. FileOptions_CsharpNamespace_field_number protoreflect.FieldNumber = 37
  507. FileOptions_SwiftPrefix_field_number protoreflect.FieldNumber = 39
  508. FileOptions_PhpClassPrefix_field_number protoreflect.FieldNumber = 40
  509. FileOptions_PhpNamespace_field_number protoreflect.FieldNumber = 41
  510. FileOptions_PhpMetadataNamespace_field_number protoreflect.FieldNumber = 44
  511. FileOptions_RubyPackage_field_number protoreflect.FieldNumber = 45
  512. FileOptions_Features_field_number protoreflect.FieldNumber = 50
  513. FileOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999
  514. )
  515. // Full and short names for google.protobuf.FileOptions.OptimizeMode.
  516. const (
  517. FileOptions_OptimizeMode_enum_fullname = "google.protobuf.FileOptions.OptimizeMode"
  518. FileOptions_OptimizeMode_enum_name = "OptimizeMode"
  519. )
  520. // Enum values for google.protobuf.FileOptions.OptimizeMode.
  521. const (
  522. FileOptions_SPEED_enum_value = 1
  523. FileOptions_CODE_SIZE_enum_value = 2
  524. FileOptions_LITE_RUNTIME_enum_value = 3
  525. )
  526. // Names for google.protobuf.MessageOptions.
  527. const (
  528. MessageOptions_message_name protoreflect.Name = "MessageOptions"
  529. MessageOptions_message_fullname protoreflect.FullName = "google.protobuf.MessageOptions"
  530. )
  531. // Field names for google.protobuf.MessageOptions.
  532. const (
  533. MessageOptions_MessageSetWireFormat_field_name protoreflect.Name = "message_set_wire_format"
  534. MessageOptions_NoStandardDescriptorAccessor_field_name protoreflect.Name = "no_standard_descriptor_accessor"
  535. MessageOptions_Deprecated_field_name protoreflect.Name = "deprecated"
  536. MessageOptions_MapEntry_field_name protoreflect.Name = "map_entry"
  537. MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_name protoreflect.Name = "deprecated_legacy_json_field_conflicts"
  538. MessageOptions_Features_field_name protoreflect.Name = "features"
  539. MessageOptions_UninterpretedOption_field_name protoreflect.Name = "uninterpreted_option"
  540. MessageOptions_MessageSetWireFormat_field_fullname protoreflect.FullName = "google.protobuf.MessageOptions.message_set_wire_format"
  541. MessageOptions_NoStandardDescriptorAccessor_field_fullname protoreflect.FullName = "google.protobuf.MessageOptions.no_standard_descriptor_accessor"
  542. MessageOptions_Deprecated_field_fullname protoreflect.FullName = "google.protobuf.MessageOptions.deprecated"
  543. MessageOptions_MapEntry_field_fullname protoreflect.FullName = "google.protobuf.MessageOptions.map_entry"
  544. MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_fullname protoreflect.FullName = "google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts"
  545. MessageOptions_Features_field_fullname protoreflect.FullName = "google.protobuf.MessageOptions.features"
  546. MessageOptions_UninterpretedOption_field_fullname protoreflect.FullName = "google.protobuf.MessageOptions.uninterpreted_option"
  547. )
  548. // Field numbers for google.protobuf.MessageOptions.
  549. const (
  550. MessageOptions_MessageSetWireFormat_field_number protoreflect.FieldNumber = 1
  551. MessageOptions_NoStandardDescriptorAccessor_field_number protoreflect.FieldNumber = 2
  552. MessageOptions_Deprecated_field_number protoreflect.FieldNumber = 3
  553. MessageOptions_MapEntry_field_number protoreflect.FieldNumber = 7
  554. MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_number protoreflect.FieldNumber = 11
  555. MessageOptions_Features_field_number protoreflect.FieldNumber = 12
  556. MessageOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999
  557. )
  558. // Names for google.protobuf.FieldOptions.
  559. const (
  560. FieldOptions_message_name protoreflect.Name = "FieldOptions"
  561. FieldOptions_message_fullname protoreflect.FullName = "google.protobuf.FieldOptions"
  562. )
  563. // Field names for google.protobuf.FieldOptions.
  564. const (
  565. FieldOptions_Ctype_field_name protoreflect.Name = "ctype"
  566. FieldOptions_Packed_field_name protoreflect.Name = "packed"
  567. FieldOptions_Jstype_field_name protoreflect.Name = "jstype"
  568. FieldOptions_Lazy_field_name protoreflect.Name = "lazy"
  569. FieldOptions_UnverifiedLazy_field_name protoreflect.Name = "unverified_lazy"
  570. FieldOptions_Deprecated_field_name protoreflect.Name = "deprecated"
  571. FieldOptions_Weak_field_name protoreflect.Name = "weak"
  572. FieldOptions_DebugRedact_field_name protoreflect.Name = "debug_redact"
  573. FieldOptions_Retention_field_name protoreflect.Name = "retention"
  574. FieldOptions_Targets_field_name protoreflect.Name = "targets"
  575. FieldOptions_EditionDefaults_field_name protoreflect.Name = "edition_defaults"
  576. FieldOptions_Features_field_name protoreflect.Name = "features"
  577. FieldOptions_FeatureSupport_field_name protoreflect.Name = "feature_support"
  578. FieldOptions_UninterpretedOption_field_name protoreflect.Name = "uninterpreted_option"
  579. FieldOptions_Ctype_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.ctype"
  580. FieldOptions_Packed_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.packed"
  581. FieldOptions_Jstype_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.jstype"
  582. FieldOptions_Lazy_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.lazy"
  583. FieldOptions_UnverifiedLazy_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.unverified_lazy"
  584. FieldOptions_Deprecated_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.deprecated"
  585. FieldOptions_Weak_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.weak"
  586. FieldOptions_DebugRedact_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.debug_redact"
  587. FieldOptions_Retention_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.retention"
  588. FieldOptions_Targets_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.targets"
  589. FieldOptions_EditionDefaults_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.edition_defaults"
  590. FieldOptions_Features_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.features"
  591. FieldOptions_FeatureSupport_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.feature_support"
  592. FieldOptions_UninterpretedOption_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.uninterpreted_option"
  593. )
  594. // Field numbers for google.protobuf.FieldOptions.
  595. const (
  596. FieldOptions_Ctype_field_number protoreflect.FieldNumber = 1
  597. FieldOptions_Packed_field_number protoreflect.FieldNumber = 2
  598. FieldOptions_Jstype_field_number protoreflect.FieldNumber = 6
  599. FieldOptions_Lazy_field_number protoreflect.FieldNumber = 5
  600. FieldOptions_UnverifiedLazy_field_number protoreflect.FieldNumber = 15
  601. FieldOptions_Deprecated_field_number protoreflect.FieldNumber = 3
  602. FieldOptions_Weak_field_number protoreflect.FieldNumber = 10
  603. FieldOptions_DebugRedact_field_number protoreflect.FieldNumber = 16
  604. FieldOptions_Retention_field_number protoreflect.FieldNumber = 17
  605. FieldOptions_Targets_field_number protoreflect.FieldNumber = 19
  606. FieldOptions_EditionDefaults_field_number protoreflect.FieldNumber = 20
  607. FieldOptions_Features_field_number protoreflect.FieldNumber = 21
  608. FieldOptions_FeatureSupport_field_number protoreflect.FieldNumber = 22
  609. FieldOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999
  610. )
  611. // Full and short names for google.protobuf.FieldOptions.CType.
  612. const (
  613. FieldOptions_CType_enum_fullname = "google.protobuf.FieldOptions.CType"
  614. FieldOptions_CType_enum_name = "CType"
  615. )
  616. // Enum values for google.protobuf.FieldOptions.CType.
  617. const (
  618. FieldOptions_STRING_enum_value = 0
  619. FieldOptions_CORD_enum_value = 1
  620. FieldOptions_STRING_PIECE_enum_value = 2
  621. )
  622. // Full and short names for google.protobuf.FieldOptions.JSType.
  623. const (
  624. FieldOptions_JSType_enum_fullname = "google.protobuf.FieldOptions.JSType"
  625. FieldOptions_JSType_enum_name = "JSType"
  626. )
  627. // Enum values for google.protobuf.FieldOptions.JSType.
  628. const (
  629. FieldOptions_JS_NORMAL_enum_value = 0
  630. FieldOptions_JS_STRING_enum_value = 1
  631. FieldOptions_JS_NUMBER_enum_value = 2
  632. )
  633. // Full and short names for google.protobuf.FieldOptions.OptionRetention.
  634. const (
  635. FieldOptions_OptionRetention_enum_fullname = "google.protobuf.FieldOptions.OptionRetention"
  636. FieldOptions_OptionRetention_enum_name = "OptionRetention"
  637. )
  638. // Enum values for google.protobuf.FieldOptions.OptionRetention.
  639. const (
  640. FieldOptions_RETENTION_UNKNOWN_enum_value = 0
  641. FieldOptions_RETENTION_RUNTIME_enum_value = 1
  642. FieldOptions_RETENTION_SOURCE_enum_value = 2
  643. )
  644. // Full and short names for google.protobuf.FieldOptions.OptionTargetType.
  645. const (
  646. FieldOptions_OptionTargetType_enum_fullname = "google.protobuf.FieldOptions.OptionTargetType"
  647. FieldOptions_OptionTargetType_enum_name = "OptionTargetType"
  648. )
  649. // Enum values for google.protobuf.FieldOptions.OptionTargetType.
  650. const (
  651. FieldOptions_TARGET_TYPE_UNKNOWN_enum_value = 0
  652. FieldOptions_TARGET_TYPE_FILE_enum_value = 1
  653. FieldOptions_TARGET_TYPE_EXTENSION_RANGE_enum_value = 2
  654. FieldOptions_TARGET_TYPE_MESSAGE_enum_value = 3
  655. FieldOptions_TARGET_TYPE_FIELD_enum_value = 4
  656. FieldOptions_TARGET_TYPE_ONEOF_enum_value = 5
  657. FieldOptions_TARGET_TYPE_ENUM_enum_value = 6
  658. FieldOptions_TARGET_TYPE_ENUM_ENTRY_enum_value = 7
  659. FieldOptions_TARGET_TYPE_SERVICE_enum_value = 8
  660. FieldOptions_TARGET_TYPE_METHOD_enum_value = 9
  661. )
  662. // Names for google.protobuf.FieldOptions.EditionDefault.
  663. const (
  664. FieldOptions_EditionDefault_message_name protoreflect.Name = "EditionDefault"
  665. FieldOptions_EditionDefault_message_fullname protoreflect.FullName = "google.protobuf.FieldOptions.EditionDefault"
  666. )
  667. // Field names for google.protobuf.FieldOptions.EditionDefault.
  668. const (
  669. FieldOptions_EditionDefault_Edition_field_name protoreflect.Name = "edition"
  670. FieldOptions_EditionDefault_Value_field_name protoreflect.Name = "value"
  671. FieldOptions_EditionDefault_Edition_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.EditionDefault.edition"
  672. FieldOptions_EditionDefault_Value_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.EditionDefault.value"
  673. )
  674. // Field numbers for google.protobuf.FieldOptions.EditionDefault.
  675. const (
  676. FieldOptions_EditionDefault_Edition_field_number protoreflect.FieldNumber = 3
  677. FieldOptions_EditionDefault_Value_field_number protoreflect.FieldNumber = 2
  678. )
  679. // Names for google.protobuf.FieldOptions.FeatureSupport.
  680. const (
  681. FieldOptions_FeatureSupport_message_name protoreflect.Name = "FeatureSupport"
  682. FieldOptions_FeatureSupport_message_fullname protoreflect.FullName = "google.protobuf.FieldOptions.FeatureSupport"
  683. )
  684. // Field names for google.protobuf.FieldOptions.FeatureSupport.
  685. const (
  686. FieldOptions_FeatureSupport_EditionIntroduced_field_name protoreflect.Name = "edition_introduced"
  687. FieldOptions_FeatureSupport_EditionDeprecated_field_name protoreflect.Name = "edition_deprecated"
  688. FieldOptions_FeatureSupport_DeprecationWarning_field_name protoreflect.Name = "deprecation_warning"
  689. FieldOptions_FeatureSupport_EditionRemoved_field_name protoreflect.Name = "edition_removed"
  690. FieldOptions_FeatureSupport_EditionIntroduced_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.FeatureSupport.edition_introduced"
  691. FieldOptions_FeatureSupport_EditionDeprecated_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.FeatureSupport.edition_deprecated"
  692. FieldOptions_FeatureSupport_DeprecationWarning_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.FeatureSupport.deprecation_warning"
  693. FieldOptions_FeatureSupport_EditionRemoved_field_fullname protoreflect.FullName = "google.protobuf.FieldOptions.FeatureSupport.edition_removed"
  694. )
  695. // Field numbers for google.protobuf.FieldOptions.FeatureSupport.
  696. const (
  697. FieldOptions_FeatureSupport_EditionIntroduced_field_number protoreflect.FieldNumber = 1
  698. FieldOptions_FeatureSupport_EditionDeprecated_field_number protoreflect.FieldNumber = 2
  699. FieldOptions_FeatureSupport_DeprecationWarning_field_number protoreflect.FieldNumber = 3
  700. FieldOptions_FeatureSupport_EditionRemoved_field_number protoreflect.FieldNumber = 4
  701. )
  702. // Names for google.protobuf.OneofOptions.
  703. const (
  704. OneofOptions_message_name protoreflect.Name = "OneofOptions"
  705. OneofOptions_message_fullname protoreflect.FullName = "google.protobuf.OneofOptions"
  706. )
  707. // Field names for google.protobuf.OneofOptions.
  708. const (
  709. OneofOptions_Features_field_name protoreflect.Name = "features"
  710. OneofOptions_UninterpretedOption_field_name protoreflect.Name = "uninterpreted_option"
  711. OneofOptions_Features_field_fullname protoreflect.FullName = "google.protobuf.OneofOptions.features"
  712. OneofOptions_UninterpretedOption_field_fullname protoreflect.FullName = "google.protobuf.OneofOptions.uninterpreted_option"
  713. )
  714. // Field numbers for google.protobuf.OneofOptions.
  715. const (
  716. OneofOptions_Features_field_number protoreflect.FieldNumber = 1
  717. OneofOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999
  718. )
  719. // Names for google.protobuf.EnumOptions.
  720. const (
  721. EnumOptions_message_name protoreflect.Name = "EnumOptions"
  722. EnumOptions_message_fullname protoreflect.FullName = "google.protobuf.EnumOptions"
  723. )
  724. // Field names for google.protobuf.EnumOptions.
  725. const (
  726. EnumOptions_AllowAlias_field_name protoreflect.Name = "allow_alias"
  727. EnumOptions_Deprecated_field_name protoreflect.Name = "deprecated"
  728. EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_name protoreflect.Name = "deprecated_legacy_json_field_conflicts"
  729. EnumOptions_Features_field_name protoreflect.Name = "features"
  730. EnumOptions_UninterpretedOption_field_name protoreflect.Name = "uninterpreted_option"
  731. EnumOptions_AllowAlias_field_fullname protoreflect.FullName = "google.protobuf.EnumOptions.allow_alias"
  732. EnumOptions_Deprecated_field_fullname protoreflect.FullName = "google.protobuf.EnumOptions.deprecated"
  733. EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_fullname protoreflect.FullName = "google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts"
  734. EnumOptions_Features_field_fullname protoreflect.FullName = "google.protobuf.EnumOptions.features"
  735. EnumOptions_UninterpretedOption_field_fullname protoreflect.FullName = "google.protobuf.EnumOptions.uninterpreted_option"
  736. )
  737. // Field numbers for google.protobuf.EnumOptions.
  738. const (
  739. EnumOptions_AllowAlias_field_number protoreflect.FieldNumber = 2
  740. EnumOptions_Deprecated_field_number protoreflect.FieldNumber = 3
  741. EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_number protoreflect.FieldNumber = 6
  742. EnumOptions_Features_field_number protoreflect.FieldNumber = 7
  743. EnumOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999
  744. )
  745. // Names for google.protobuf.EnumValueOptions.
  746. const (
  747. EnumValueOptions_message_name protoreflect.Name = "EnumValueOptions"
  748. EnumValueOptions_message_fullname protoreflect.FullName = "google.protobuf.EnumValueOptions"
  749. )
  750. // Field names for google.protobuf.EnumValueOptions.
  751. const (
  752. EnumValueOptions_Deprecated_field_name protoreflect.Name = "deprecated"
  753. EnumValueOptions_Features_field_name protoreflect.Name = "features"
  754. EnumValueOptions_DebugRedact_field_name protoreflect.Name = "debug_redact"
  755. EnumValueOptions_FeatureSupport_field_name protoreflect.Name = "feature_support"
  756. EnumValueOptions_UninterpretedOption_field_name protoreflect.Name = "uninterpreted_option"
  757. EnumValueOptions_Deprecated_field_fullname protoreflect.FullName = "google.protobuf.EnumValueOptions.deprecated"
  758. EnumValueOptions_Features_field_fullname protoreflect.FullName = "google.protobuf.EnumValueOptions.features"
  759. EnumValueOptions_DebugRedact_field_fullname protoreflect.FullName = "google.protobuf.EnumValueOptions.debug_redact"
  760. EnumValueOptions_FeatureSupport_field_fullname protoreflect.FullName = "google.protobuf.EnumValueOptions.feature_support"
  761. EnumValueOptions_UninterpretedOption_field_fullname protoreflect.FullName = "google.protobuf.EnumValueOptions.uninterpreted_option"
  762. )
  763. // Field numbers for google.protobuf.EnumValueOptions.
  764. const (
  765. EnumValueOptions_Deprecated_field_number protoreflect.FieldNumber = 1
  766. EnumValueOptions_Features_field_number protoreflect.FieldNumber = 2
  767. EnumValueOptions_DebugRedact_field_number protoreflect.FieldNumber = 3
  768. EnumValueOptions_FeatureSupport_field_number protoreflect.FieldNumber = 4
  769. EnumValueOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999
  770. )
  771. // Names for google.protobuf.ServiceOptions.
  772. const (
  773. ServiceOptions_message_name protoreflect.Name = "ServiceOptions"
  774. ServiceOptions_message_fullname protoreflect.FullName = "google.protobuf.ServiceOptions"
  775. )
  776. // Field names for google.protobuf.ServiceOptions.
  777. const (
  778. ServiceOptions_Features_field_name protoreflect.Name = "features"
  779. ServiceOptions_Deprecated_field_name protoreflect.Name = "deprecated"
  780. ServiceOptions_UninterpretedOption_field_name protoreflect.Name = "uninterpreted_option"
  781. ServiceOptions_Features_field_fullname protoreflect.FullName = "google.protobuf.ServiceOptions.features"
  782. ServiceOptions_Deprecated_field_fullname protoreflect.FullName = "google.protobuf.ServiceOptions.deprecated"
  783. ServiceOptions_UninterpretedOption_field_fullname protoreflect.FullName = "google.protobuf.ServiceOptions.uninterpreted_option"
  784. )
  785. // Field numbers for google.protobuf.ServiceOptions.
  786. const (
  787. ServiceOptions_Features_field_number protoreflect.FieldNumber = 34
  788. ServiceOptions_Deprecated_field_number protoreflect.FieldNumber = 33
  789. ServiceOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999
  790. )
  791. // Names for google.protobuf.MethodOptions.
  792. const (
  793. MethodOptions_message_name protoreflect.Name = "MethodOptions"
  794. MethodOptions_message_fullname protoreflect.FullName = "google.protobuf.MethodOptions"
  795. )
  796. // Field names for google.protobuf.MethodOptions.
  797. const (
  798. MethodOptions_Deprecated_field_name protoreflect.Name = "deprecated"
  799. MethodOptions_IdempotencyLevel_field_name protoreflect.Name = "idempotency_level"
  800. MethodOptions_Features_field_name protoreflect.Name = "features"
  801. MethodOptions_UninterpretedOption_field_name protoreflect.Name = "uninterpreted_option"
  802. MethodOptions_Deprecated_field_fullname protoreflect.FullName = "google.protobuf.MethodOptions.deprecated"
  803. MethodOptions_IdempotencyLevel_field_fullname protoreflect.FullName = "google.protobuf.MethodOptions.idempotency_level"
  804. MethodOptions_Features_field_fullname protoreflect.FullName = "google.protobuf.MethodOptions.features"
  805. MethodOptions_UninterpretedOption_field_fullname protoreflect.FullName = "google.protobuf.MethodOptions.uninterpreted_option"
  806. )
  807. // Field numbers for google.protobuf.MethodOptions.
  808. const (
  809. MethodOptions_Deprecated_field_number protoreflect.FieldNumber = 33
  810. MethodOptions_IdempotencyLevel_field_number protoreflect.FieldNumber = 34
  811. MethodOptions_Features_field_number protoreflect.FieldNumber = 35
  812. MethodOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999
  813. )
  814. // Full and short names for google.protobuf.MethodOptions.IdempotencyLevel.
  815. const (
  816. MethodOptions_IdempotencyLevel_enum_fullname = "google.protobuf.MethodOptions.IdempotencyLevel"
  817. MethodOptions_IdempotencyLevel_enum_name = "IdempotencyLevel"
  818. )
  819. // Enum values for google.protobuf.MethodOptions.IdempotencyLevel.
  820. const (
  821. MethodOptions_IDEMPOTENCY_UNKNOWN_enum_value = 0
  822. MethodOptions_NO_SIDE_EFFECTS_enum_value = 1
  823. MethodOptions_IDEMPOTENT_enum_value = 2
  824. )
  825. // Names for google.protobuf.UninterpretedOption.
  826. const (
  827. UninterpretedOption_message_name protoreflect.Name = "UninterpretedOption"
  828. UninterpretedOption_message_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption"
  829. )
  830. // Field names for google.protobuf.UninterpretedOption.
  831. const (
  832. UninterpretedOption_Name_field_name protoreflect.Name = "name"
  833. UninterpretedOption_IdentifierValue_field_name protoreflect.Name = "identifier_value"
  834. UninterpretedOption_PositiveIntValue_field_name protoreflect.Name = "positive_int_value"
  835. UninterpretedOption_NegativeIntValue_field_name protoreflect.Name = "negative_int_value"
  836. UninterpretedOption_DoubleValue_field_name protoreflect.Name = "double_value"
  837. UninterpretedOption_StringValue_field_name protoreflect.Name = "string_value"
  838. UninterpretedOption_AggregateValue_field_name protoreflect.Name = "aggregate_value"
  839. UninterpretedOption_Name_field_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption.name"
  840. UninterpretedOption_IdentifierValue_field_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption.identifier_value"
  841. UninterpretedOption_PositiveIntValue_field_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption.positive_int_value"
  842. UninterpretedOption_NegativeIntValue_field_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption.negative_int_value"
  843. UninterpretedOption_DoubleValue_field_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption.double_value"
  844. UninterpretedOption_StringValue_field_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption.string_value"
  845. UninterpretedOption_AggregateValue_field_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption.aggregate_value"
  846. )
  847. // Field numbers for google.protobuf.UninterpretedOption.
  848. const (
  849. UninterpretedOption_Name_field_number protoreflect.FieldNumber = 2
  850. UninterpretedOption_IdentifierValue_field_number protoreflect.FieldNumber = 3
  851. UninterpretedOption_PositiveIntValue_field_number protoreflect.FieldNumber = 4
  852. UninterpretedOption_NegativeIntValue_field_number protoreflect.FieldNumber = 5
  853. UninterpretedOption_DoubleValue_field_number protoreflect.FieldNumber = 6
  854. UninterpretedOption_StringValue_field_number protoreflect.FieldNumber = 7
  855. UninterpretedOption_AggregateValue_field_number protoreflect.FieldNumber = 8
  856. )
  857. // Names for google.protobuf.UninterpretedOption.NamePart.
  858. const (
  859. UninterpretedOption_NamePart_message_name protoreflect.Name = "NamePart"
  860. UninterpretedOption_NamePart_message_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption.NamePart"
  861. )
  862. // Field names for google.protobuf.UninterpretedOption.NamePart.
  863. const (
  864. UninterpretedOption_NamePart_NamePart_field_name protoreflect.Name = "name_part"
  865. UninterpretedOption_NamePart_IsExtension_field_name protoreflect.Name = "is_extension"
  866. UninterpretedOption_NamePart_NamePart_field_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption.NamePart.name_part"
  867. UninterpretedOption_NamePart_IsExtension_field_fullname protoreflect.FullName = "google.protobuf.UninterpretedOption.NamePart.is_extension"
  868. )
  869. // Field numbers for google.protobuf.UninterpretedOption.NamePart.
  870. const (
  871. UninterpretedOption_NamePart_NamePart_field_number protoreflect.FieldNumber = 1
  872. UninterpretedOption_NamePart_IsExtension_field_number protoreflect.FieldNumber = 2
  873. )
  874. // Names for google.protobuf.FeatureSet.
  875. const (
  876. FeatureSet_message_name protoreflect.Name = "FeatureSet"
  877. FeatureSet_message_fullname protoreflect.FullName = "google.protobuf.FeatureSet"
  878. )
  879. // Field names for google.protobuf.FeatureSet.
  880. const (
  881. FeatureSet_FieldPresence_field_name protoreflect.Name = "field_presence"
  882. FeatureSet_EnumType_field_name protoreflect.Name = "enum_type"
  883. FeatureSet_RepeatedFieldEncoding_field_name protoreflect.Name = "repeated_field_encoding"
  884. FeatureSet_Utf8Validation_field_name protoreflect.Name = "utf8_validation"
  885. FeatureSet_MessageEncoding_field_name protoreflect.Name = "message_encoding"
  886. FeatureSet_JsonFormat_field_name protoreflect.Name = "json_format"
  887. FeatureSet_FieldPresence_field_fullname protoreflect.FullName = "google.protobuf.FeatureSet.field_presence"
  888. FeatureSet_EnumType_field_fullname protoreflect.FullName = "google.protobuf.FeatureSet.enum_type"
  889. FeatureSet_RepeatedFieldEncoding_field_fullname protoreflect.FullName = "google.protobuf.FeatureSet.repeated_field_encoding"
  890. FeatureSet_Utf8Validation_field_fullname protoreflect.FullName = "google.protobuf.FeatureSet.utf8_validation"
  891. FeatureSet_MessageEncoding_field_fullname protoreflect.FullName = "google.protobuf.FeatureSet.message_encoding"
  892. FeatureSet_JsonFormat_field_fullname protoreflect.FullName = "google.protobuf.FeatureSet.json_format"
  893. )
  894. // Field numbers for google.protobuf.FeatureSet.
  895. const (
  896. FeatureSet_FieldPresence_field_number protoreflect.FieldNumber = 1
  897. FeatureSet_EnumType_field_number protoreflect.FieldNumber = 2
  898. FeatureSet_RepeatedFieldEncoding_field_number protoreflect.FieldNumber = 3
  899. FeatureSet_Utf8Validation_field_number protoreflect.FieldNumber = 4
  900. FeatureSet_MessageEncoding_field_number protoreflect.FieldNumber = 5
  901. FeatureSet_JsonFormat_field_number protoreflect.FieldNumber = 6
  902. )
  903. // Full and short names for google.protobuf.FeatureSet.FieldPresence.
  904. const (
  905. FeatureSet_FieldPresence_enum_fullname = "google.protobuf.FeatureSet.FieldPresence"
  906. FeatureSet_FieldPresence_enum_name = "FieldPresence"
  907. )
  908. // Enum values for google.protobuf.FeatureSet.FieldPresence.
  909. const (
  910. FeatureSet_FIELD_PRESENCE_UNKNOWN_enum_value = 0
  911. FeatureSet_EXPLICIT_enum_value = 1
  912. FeatureSet_IMPLICIT_enum_value = 2
  913. FeatureSet_LEGACY_REQUIRED_enum_value = 3
  914. )
  915. // Full and short names for google.protobuf.FeatureSet.EnumType.
  916. const (
  917. FeatureSet_EnumType_enum_fullname = "google.protobuf.FeatureSet.EnumType"
  918. FeatureSet_EnumType_enum_name = "EnumType"
  919. )
  920. // Enum values for google.protobuf.FeatureSet.EnumType.
  921. const (
  922. FeatureSet_ENUM_TYPE_UNKNOWN_enum_value = 0
  923. FeatureSet_OPEN_enum_value = 1
  924. FeatureSet_CLOSED_enum_value = 2
  925. )
  926. // Full and short names for google.protobuf.FeatureSet.RepeatedFieldEncoding.
  927. const (
  928. FeatureSet_RepeatedFieldEncoding_enum_fullname = "google.protobuf.FeatureSet.RepeatedFieldEncoding"
  929. FeatureSet_RepeatedFieldEncoding_enum_name = "RepeatedFieldEncoding"
  930. )
  931. // Enum values for google.protobuf.FeatureSet.RepeatedFieldEncoding.
  932. const (
  933. FeatureSet_REPEATED_FIELD_ENCODING_UNKNOWN_enum_value = 0
  934. FeatureSet_PACKED_enum_value = 1
  935. FeatureSet_EXPANDED_enum_value = 2
  936. )
  937. // Full and short names for google.protobuf.FeatureSet.Utf8Validation.
  938. const (
  939. FeatureSet_Utf8Validation_enum_fullname = "google.protobuf.FeatureSet.Utf8Validation"
  940. FeatureSet_Utf8Validation_enum_name = "Utf8Validation"
  941. )
  942. // Enum values for google.protobuf.FeatureSet.Utf8Validation.
  943. const (
  944. FeatureSet_UTF8_VALIDATION_UNKNOWN_enum_value = 0
  945. FeatureSet_VERIFY_enum_value = 2
  946. FeatureSet_NONE_enum_value = 3
  947. )
  948. // Full and short names for google.protobuf.FeatureSet.MessageEncoding.
  949. const (
  950. FeatureSet_MessageEncoding_enum_fullname = "google.protobuf.FeatureSet.MessageEncoding"
  951. FeatureSet_MessageEncoding_enum_name = "MessageEncoding"
  952. )
  953. // Enum values for google.protobuf.FeatureSet.MessageEncoding.
  954. const (
  955. FeatureSet_MESSAGE_ENCODING_UNKNOWN_enum_value = 0
  956. FeatureSet_LENGTH_PREFIXED_enum_value = 1
  957. FeatureSet_DELIMITED_enum_value = 2
  958. )
  959. // Full and short names for google.protobuf.FeatureSet.JsonFormat.
  960. const (
  961. FeatureSet_JsonFormat_enum_fullname = "google.protobuf.FeatureSet.JsonFormat"
  962. FeatureSet_JsonFormat_enum_name = "JsonFormat"
  963. )
  964. // Enum values for google.protobuf.FeatureSet.JsonFormat.
  965. const (
  966. FeatureSet_JSON_FORMAT_UNKNOWN_enum_value = 0
  967. FeatureSet_ALLOW_enum_value = 1
  968. FeatureSet_LEGACY_BEST_EFFORT_enum_value = 2
  969. )
  970. // Names for google.protobuf.FeatureSetDefaults.
  971. const (
  972. FeatureSetDefaults_message_name protoreflect.Name = "FeatureSetDefaults"
  973. FeatureSetDefaults_message_fullname protoreflect.FullName = "google.protobuf.FeatureSetDefaults"
  974. )
  975. // Field names for google.protobuf.FeatureSetDefaults.
  976. const (
  977. FeatureSetDefaults_Defaults_field_name protoreflect.Name = "defaults"
  978. FeatureSetDefaults_MinimumEdition_field_name protoreflect.Name = "minimum_edition"
  979. FeatureSetDefaults_MaximumEdition_field_name protoreflect.Name = "maximum_edition"
  980. FeatureSetDefaults_Defaults_field_fullname protoreflect.FullName = "google.protobuf.FeatureSetDefaults.defaults"
  981. FeatureSetDefaults_MinimumEdition_field_fullname protoreflect.FullName = "google.protobuf.FeatureSetDefaults.minimum_edition"
  982. FeatureSetDefaults_MaximumEdition_field_fullname protoreflect.FullName = "google.protobuf.FeatureSetDefaults.maximum_edition"
  983. )
  984. // Field numbers for google.protobuf.FeatureSetDefaults.
  985. const (
  986. FeatureSetDefaults_Defaults_field_number protoreflect.FieldNumber = 1
  987. FeatureSetDefaults_MinimumEdition_field_number protoreflect.FieldNumber = 4
  988. FeatureSetDefaults_MaximumEdition_field_number protoreflect.FieldNumber = 5
  989. )
  990. // Names for google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.
  991. const (
  992. FeatureSetDefaults_FeatureSetEditionDefault_message_name protoreflect.Name = "FeatureSetEditionDefault"
  993. FeatureSetDefaults_FeatureSetEditionDefault_message_fullname protoreflect.FullName = "google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault"
  994. )
  995. // Field names for google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.
  996. const (
  997. FeatureSetDefaults_FeatureSetEditionDefault_Edition_field_name protoreflect.Name = "edition"
  998. FeatureSetDefaults_FeatureSetEditionDefault_OverridableFeatures_field_name protoreflect.Name = "overridable_features"
  999. FeatureSetDefaults_FeatureSetEditionDefault_FixedFeatures_field_name protoreflect.Name = "fixed_features"
  1000. FeatureSetDefaults_FeatureSetEditionDefault_Edition_field_fullname protoreflect.FullName = "google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.edition"
  1001. FeatureSetDefaults_FeatureSetEditionDefault_OverridableFeatures_field_fullname protoreflect.FullName = "google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.overridable_features"
  1002. FeatureSetDefaults_FeatureSetEditionDefault_FixedFeatures_field_fullname protoreflect.FullName = "google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.fixed_features"
  1003. )
  1004. // Field numbers for google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.
  1005. const (
  1006. FeatureSetDefaults_FeatureSetEditionDefault_Edition_field_number protoreflect.FieldNumber = 3
  1007. FeatureSetDefaults_FeatureSetEditionDefault_OverridableFeatures_field_number protoreflect.FieldNumber = 4
  1008. FeatureSetDefaults_FeatureSetEditionDefault_FixedFeatures_field_number protoreflect.FieldNumber = 5
  1009. )
  1010. // Names for google.protobuf.SourceCodeInfo.
  1011. const (
  1012. SourceCodeInfo_message_name protoreflect.Name = "SourceCodeInfo"
  1013. SourceCodeInfo_message_fullname protoreflect.FullName = "google.protobuf.SourceCodeInfo"
  1014. )
  1015. // Field names for google.protobuf.SourceCodeInfo.
  1016. const (
  1017. SourceCodeInfo_Location_field_name protoreflect.Name = "location"
  1018. SourceCodeInfo_Location_field_fullname protoreflect.FullName = "google.protobuf.SourceCodeInfo.location"
  1019. )
  1020. // Field numbers for google.protobuf.SourceCodeInfo.
  1021. const (
  1022. SourceCodeInfo_Location_field_number protoreflect.FieldNumber = 1
  1023. )
  1024. // Names for google.protobuf.SourceCodeInfo.Location.
  1025. const (
  1026. SourceCodeInfo_Location_message_name protoreflect.Name = "Location"
  1027. SourceCodeInfo_Location_message_fullname protoreflect.FullName = "google.protobuf.SourceCodeInfo.Location"
  1028. )
  1029. // Field names for google.protobuf.SourceCodeInfo.Location.
  1030. const (
  1031. SourceCodeInfo_Location_Path_field_name protoreflect.Name = "path"
  1032. SourceCodeInfo_Location_Span_field_name protoreflect.Name = "span"
  1033. SourceCodeInfo_Location_LeadingComments_field_name protoreflect.Name = "leading_comments"
  1034. SourceCodeInfo_Location_TrailingComments_field_name protoreflect.Name = "trailing_comments"
  1035. SourceCodeInfo_Location_LeadingDetachedComments_field_name protoreflect.Name = "leading_detached_comments"
  1036. SourceCodeInfo_Location_Path_field_fullname protoreflect.FullName = "google.protobuf.SourceCodeInfo.Location.path"
  1037. SourceCodeInfo_Location_Span_field_fullname protoreflect.FullName = "google.protobuf.SourceCodeInfo.Location.span"
  1038. SourceCodeInfo_Location_LeadingComments_field_fullname protoreflect.FullName = "google.protobuf.SourceCodeInfo.Location.leading_comments"
  1039. SourceCodeInfo_Location_TrailingComments_field_fullname protoreflect.FullName = "google.protobuf.SourceCodeInfo.Location.trailing_comments"
  1040. SourceCodeInfo_Location_LeadingDetachedComments_field_fullname protoreflect.FullName = "google.protobuf.SourceCodeInfo.Location.leading_detached_comments"
  1041. )
  1042. // Field numbers for google.protobuf.SourceCodeInfo.Location.
  1043. const (
  1044. SourceCodeInfo_Location_Path_field_number protoreflect.FieldNumber = 1
  1045. SourceCodeInfo_Location_Span_field_number protoreflect.FieldNumber = 2
  1046. SourceCodeInfo_Location_LeadingComments_field_number protoreflect.FieldNumber = 3
  1047. SourceCodeInfo_Location_TrailingComments_field_number protoreflect.FieldNumber = 4
  1048. SourceCodeInfo_Location_LeadingDetachedComments_field_number protoreflect.FieldNumber = 6
  1049. )
  1050. // Names for google.protobuf.GeneratedCodeInfo.
  1051. const (
  1052. GeneratedCodeInfo_message_name protoreflect.Name = "GeneratedCodeInfo"
  1053. GeneratedCodeInfo_message_fullname protoreflect.FullName = "google.protobuf.GeneratedCodeInfo"
  1054. )
  1055. // Field names for google.protobuf.GeneratedCodeInfo.
  1056. const (
  1057. GeneratedCodeInfo_Annotation_field_name protoreflect.Name = "annotation"
  1058. GeneratedCodeInfo_Annotation_field_fullname protoreflect.FullName = "google.protobuf.GeneratedCodeInfo.annotation"
  1059. )
  1060. // Field numbers for google.protobuf.GeneratedCodeInfo.
  1061. const (
  1062. GeneratedCodeInfo_Annotation_field_number protoreflect.FieldNumber = 1
  1063. )
  1064. // Names for google.protobuf.GeneratedCodeInfo.Annotation.
  1065. const (
  1066. GeneratedCodeInfo_Annotation_message_name protoreflect.Name = "Annotation"
  1067. GeneratedCodeInfo_Annotation_message_fullname protoreflect.FullName = "google.protobuf.GeneratedCodeInfo.Annotation"
  1068. )
  1069. // Field names for google.protobuf.GeneratedCodeInfo.Annotation.
  1070. const (
  1071. GeneratedCodeInfo_Annotation_Path_field_name protoreflect.Name = "path"
  1072. GeneratedCodeInfo_Annotation_SourceFile_field_name protoreflect.Name = "source_file"
  1073. GeneratedCodeInfo_Annotation_Begin_field_name protoreflect.Name = "begin"
  1074. GeneratedCodeInfo_Annotation_End_field_name protoreflect.Name = "end"
  1075. GeneratedCodeInfo_Annotation_Semantic_field_name protoreflect.Name = "semantic"
  1076. GeneratedCodeInfo_Annotation_Path_field_fullname protoreflect.FullName = "google.protobuf.GeneratedCodeInfo.Annotation.path"
  1077. GeneratedCodeInfo_Annotation_SourceFile_field_fullname protoreflect.FullName = "google.protobuf.GeneratedCodeInfo.Annotation.source_file"
  1078. GeneratedCodeInfo_Annotation_Begin_field_fullname protoreflect.FullName = "google.protobuf.GeneratedCodeInfo.Annotation.begin"
  1079. GeneratedCodeInfo_Annotation_End_field_fullname protoreflect.FullName = "google.protobuf.GeneratedCodeInfo.Annotation.end"
  1080. GeneratedCodeInfo_Annotation_Semantic_field_fullname protoreflect.FullName = "google.protobuf.GeneratedCodeInfo.Annotation.semantic"
  1081. )
  1082. // Field numbers for google.protobuf.GeneratedCodeInfo.Annotation.
  1083. const (
  1084. GeneratedCodeInfo_Annotation_Path_field_number protoreflect.FieldNumber = 1
  1085. GeneratedCodeInfo_Annotation_SourceFile_field_number protoreflect.FieldNumber = 2
  1086. GeneratedCodeInfo_Annotation_Begin_field_number protoreflect.FieldNumber = 3
  1087. GeneratedCodeInfo_Annotation_End_field_number protoreflect.FieldNumber = 4
  1088. GeneratedCodeInfo_Annotation_Semantic_field_number protoreflect.FieldNumber = 5
  1089. )
  1090. // Full and short names for google.protobuf.GeneratedCodeInfo.Annotation.Semantic.
  1091. const (
  1092. GeneratedCodeInfo_Annotation_Semantic_enum_fullname = "google.protobuf.GeneratedCodeInfo.Annotation.Semantic"
  1093. GeneratedCodeInfo_Annotation_Semantic_enum_name = "Semantic"
  1094. )
  1095. // Enum values for google.protobuf.GeneratedCodeInfo.Annotation.Semantic.
  1096. const (
  1097. GeneratedCodeInfo_Annotation_NONE_enum_value = 0
  1098. GeneratedCodeInfo_Annotation_SET_enum_value = 1
  1099. GeneratedCodeInfo_Annotation_ALIAS_enum_value = 2
  1100. )