...

Source file src/google.golang.org/protobuf/internal/genid/descriptor_gen.go

Documentation: google.golang.org/protobuf/internal/genid

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

View as plain text