descriptor.pb.go 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.proto
  3. package descriptor
  4. import (
  5. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  6. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  7. descriptorpb "google.golang.org/protobuf/types/descriptorpb"
  8. reflect "reflect"
  9. )
  10. // Symbols defined in public import of google/protobuf/descriptor.proto.
  11. type FieldDescriptorProto_Type = descriptorpb.FieldDescriptorProto_Type
  12. const FieldDescriptorProto_TYPE_DOUBLE = descriptorpb.FieldDescriptorProto_TYPE_DOUBLE
  13. const FieldDescriptorProto_TYPE_FLOAT = descriptorpb.FieldDescriptorProto_TYPE_FLOAT
  14. const FieldDescriptorProto_TYPE_INT64 = descriptorpb.FieldDescriptorProto_TYPE_INT64
  15. const FieldDescriptorProto_TYPE_UINT64 = descriptorpb.FieldDescriptorProto_TYPE_UINT64
  16. const FieldDescriptorProto_TYPE_INT32 = descriptorpb.FieldDescriptorProto_TYPE_INT32
  17. const FieldDescriptorProto_TYPE_FIXED64 = descriptorpb.FieldDescriptorProto_TYPE_FIXED64
  18. const FieldDescriptorProto_TYPE_FIXED32 = descriptorpb.FieldDescriptorProto_TYPE_FIXED32
  19. const FieldDescriptorProto_TYPE_BOOL = descriptorpb.FieldDescriptorProto_TYPE_BOOL
  20. const FieldDescriptorProto_TYPE_STRING = descriptorpb.FieldDescriptorProto_TYPE_STRING
  21. const FieldDescriptorProto_TYPE_GROUP = descriptorpb.FieldDescriptorProto_TYPE_GROUP
  22. const FieldDescriptorProto_TYPE_MESSAGE = descriptorpb.FieldDescriptorProto_TYPE_MESSAGE
  23. const FieldDescriptorProto_TYPE_BYTES = descriptorpb.FieldDescriptorProto_TYPE_BYTES
  24. const FieldDescriptorProto_TYPE_UINT32 = descriptorpb.FieldDescriptorProto_TYPE_UINT32
  25. const FieldDescriptorProto_TYPE_ENUM = descriptorpb.FieldDescriptorProto_TYPE_ENUM
  26. const FieldDescriptorProto_TYPE_SFIXED32 = descriptorpb.FieldDescriptorProto_TYPE_SFIXED32
  27. const FieldDescriptorProto_TYPE_SFIXED64 = descriptorpb.FieldDescriptorProto_TYPE_SFIXED64
  28. const FieldDescriptorProto_TYPE_SINT32 = descriptorpb.FieldDescriptorProto_TYPE_SINT32
  29. const FieldDescriptorProto_TYPE_SINT64 = descriptorpb.FieldDescriptorProto_TYPE_SINT64
  30. var FieldDescriptorProto_Type_name = descriptorpb.FieldDescriptorProto_Type_name
  31. var FieldDescriptorProto_Type_value = descriptorpb.FieldDescriptorProto_Type_value
  32. type FieldDescriptorProto_Label = descriptorpb.FieldDescriptorProto_Label
  33. const FieldDescriptorProto_LABEL_OPTIONAL = descriptorpb.FieldDescriptorProto_LABEL_OPTIONAL
  34. const FieldDescriptorProto_LABEL_REQUIRED = descriptorpb.FieldDescriptorProto_LABEL_REQUIRED
  35. const FieldDescriptorProto_LABEL_REPEATED = descriptorpb.FieldDescriptorProto_LABEL_REPEATED
  36. var FieldDescriptorProto_Label_name = descriptorpb.FieldDescriptorProto_Label_name
  37. var FieldDescriptorProto_Label_value = descriptorpb.FieldDescriptorProto_Label_value
  38. type FileOptions_OptimizeMode = descriptorpb.FileOptions_OptimizeMode
  39. const FileOptions_SPEED = descriptorpb.FileOptions_SPEED
  40. const FileOptions_CODE_SIZE = descriptorpb.FileOptions_CODE_SIZE
  41. const FileOptions_LITE_RUNTIME = descriptorpb.FileOptions_LITE_RUNTIME
  42. var FileOptions_OptimizeMode_name = descriptorpb.FileOptions_OptimizeMode_name
  43. var FileOptions_OptimizeMode_value = descriptorpb.FileOptions_OptimizeMode_value
  44. type FieldOptions_CType = descriptorpb.FieldOptions_CType
  45. const FieldOptions_STRING = descriptorpb.FieldOptions_STRING
  46. const FieldOptions_CORD = descriptorpb.FieldOptions_CORD
  47. const FieldOptions_STRING_PIECE = descriptorpb.FieldOptions_STRING_PIECE
  48. var FieldOptions_CType_name = descriptorpb.FieldOptions_CType_name
  49. var FieldOptions_CType_value = descriptorpb.FieldOptions_CType_value
  50. type FieldOptions_JSType = descriptorpb.FieldOptions_JSType
  51. const FieldOptions_JS_NORMAL = descriptorpb.FieldOptions_JS_NORMAL
  52. const FieldOptions_JS_STRING = descriptorpb.FieldOptions_JS_STRING
  53. const FieldOptions_JS_NUMBER = descriptorpb.FieldOptions_JS_NUMBER
  54. var FieldOptions_JSType_name = descriptorpb.FieldOptions_JSType_name
  55. var FieldOptions_JSType_value = descriptorpb.FieldOptions_JSType_value
  56. type MethodOptions_IdempotencyLevel = descriptorpb.MethodOptions_IdempotencyLevel
  57. const MethodOptions_IDEMPOTENCY_UNKNOWN = descriptorpb.MethodOptions_IDEMPOTENCY_UNKNOWN
  58. const MethodOptions_NO_SIDE_EFFECTS = descriptorpb.MethodOptions_NO_SIDE_EFFECTS
  59. const MethodOptions_IDEMPOTENT = descriptorpb.MethodOptions_IDEMPOTENT
  60. var MethodOptions_IdempotencyLevel_name = descriptorpb.MethodOptions_IdempotencyLevel_name
  61. var MethodOptions_IdempotencyLevel_value = descriptorpb.MethodOptions_IdempotencyLevel_value
  62. type FileDescriptorSet = descriptorpb.FileDescriptorSet
  63. type FileDescriptorProto = descriptorpb.FileDescriptorProto
  64. type DescriptorProto = descriptorpb.DescriptorProto
  65. type ExtensionRangeOptions = descriptorpb.ExtensionRangeOptions
  66. type FieldDescriptorProto = descriptorpb.FieldDescriptorProto
  67. type OneofDescriptorProto = descriptorpb.OneofDescriptorProto
  68. type EnumDescriptorProto = descriptorpb.EnumDescriptorProto
  69. type EnumValueDescriptorProto = descriptorpb.EnumValueDescriptorProto
  70. type ServiceDescriptorProto = descriptorpb.ServiceDescriptorProto
  71. type MethodDescriptorProto = descriptorpb.MethodDescriptorProto
  72. const Default_MethodDescriptorProto_ClientStreaming = descriptorpb.Default_MethodDescriptorProto_ClientStreaming
  73. const Default_MethodDescriptorProto_ServerStreaming = descriptorpb.Default_MethodDescriptorProto_ServerStreaming
  74. type FileOptions = descriptorpb.FileOptions
  75. const Default_FileOptions_JavaMultipleFiles = descriptorpb.Default_FileOptions_JavaMultipleFiles
  76. const Default_FileOptions_JavaStringCheckUtf8 = descriptorpb.Default_FileOptions_JavaStringCheckUtf8
  77. const Default_FileOptions_OptimizeFor = descriptorpb.Default_FileOptions_OptimizeFor
  78. const Default_FileOptions_CcGenericServices = descriptorpb.Default_FileOptions_CcGenericServices
  79. const Default_FileOptions_JavaGenericServices = descriptorpb.Default_FileOptions_JavaGenericServices
  80. const Default_FileOptions_PyGenericServices = descriptorpb.Default_FileOptions_PyGenericServices
  81. const Default_FileOptions_PhpGenericServices = descriptorpb.Default_FileOptions_PhpGenericServices
  82. const Default_FileOptions_Deprecated = descriptorpb.Default_FileOptions_Deprecated
  83. const Default_FileOptions_CcEnableArenas = descriptorpb.Default_FileOptions_CcEnableArenas
  84. type MessageOptions = descriptorpb.MessageOptions
  85. const Default_MessageOptions_MessageSetWireFormat = descriptorpb.Default_MessageOptions_MessageSetWireFormat
  86. const Default_MessageOptions_NoStandardDescriptorAccessor = descriptorpb.Default_MessageOptions_NoStandardDescriptorAccessor
  87. const Default_MessageOptions_Deprecated = descriptorpb.Default_MessageOptions_Deprecated
  88. type FieldOptions = descriptorpb.FieldOptions
  89. const Default_FieldOptions_Ctype = descriptorpb.Default_FieldOptions_Ctype
  90. const Default_FieldOptions_Jstype = descriptorpb.Default_FieldOptions_Jstype
  91. const Default_FieldOptions_Lazy = descriptorpb.Default_FieldOptions_Lazy
  92. const Default_FieldOptions_Deprecated = descriptorpb.Default_FieldOptions_Deprecated
  93. const Default_FieldOptions_Weak = descriptorpb.Default_FieldOptions_Weak
  94. type OneofOptions = descriptorpb.OneofOptions
  95. type EnumOptions = descriptorpb.EnumOptions
  96. const Default_EnumOptions_Deprecated = descriptorpb.Default_EnumOptions_Deprecated
  97. type EnumValueOptions = descriptorpb.EnumValueOptions
  98. const Default_EnumValueOptions_Deprecated = descriptorpb.Default_EnumValueOptions_Deprecated
  99. type ServiceOptions = descriptorpb.ServiceOptions
  100. const Default_ServiceOptions_Deprecated = descriptorpb.Default_ServiceOptions_Deprecated
  101. type MethodOptions = descriptorpb.MethodOptions
  102. const Default_MethodOptions_Deprecated = descriptorpb.Default_MethodOptions_Deprecated
  103. const Default_MethodOptions_IdempotencyLevel = descriptorpb.Default_MethodOptions_IdempotencyLevel
  104. type UninterpretedOption = descriptorpb.UninterpretedOption
  105. type SourceCodeInfo = descriptorpb.SourceCodeInfo
  106. type GeneratedCodeInfo = descriptorpb.GeneratedCodeInfo
  107. type DescriptorProto_ExtensionRange = descriptorpb.DescriptorProto_ExtensionRange
  108. type DescriptorProto_ReservedRange = descriptorpb.DescriptorProto_ReservedRange
  109. type EnumDescriptorProto_EnumReservedRange = descriptorpb.EnumDescriptorProto_EnumReservedRange
  110. type UninterpretedOption_NamePart = descriptorpb.UninterpretedOption_NamePart
  111. type SourceCodeInfo_Location = descriptorpb.SourceCodeInfo_Location
  112. type GeneratedCodeInfo_Annotation = descriptorpb.GeneratedCodeInfo_Annotation
  113. var File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto protoreflect.FileDescriptor
  114. var file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_rawDesc = []byte{
  115. 0x0a, 0x44, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
  116. 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f,
  117. 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72,
  118. 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72,
  119. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
  120. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
  121. 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x40, 0x5a, 0x3e, 0x67, 0x69, 0x74, 0x68,
  122. 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72,
  123. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65,
  124. 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x3b,
  125. 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72,
  126. 0x6f, 0x74, 0x6f, 0x32,
  127. }
  128. var file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_goTypes = []interface{}{}
  129. var file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_depIdxs = []int32{
  130. 0, // [0:0] is the sub-list for method output_type
  131. 0, // [0:0] is the sub-list for method input_type
  132. 0, // [0:0] is the sub-list for extension type_name
  133. 0, // [0:0] is the sub-list for extension extendee
  134. 0, // [0:0] is the sub-list for field type_name
  135. }
  136. func init() { file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_init() }
  137. func file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_init() {
  138. if File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto != nil {
  139. return
  140. }
  141. type x struct{}
  142. out := protoimpl.TypeBuilder{
  143. File: protoimpl.DescBuilder{
  144. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  145. RawDescriptor: file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_rawDesc,
  146. NumEnums: 0,
  147. NumMessages: 0,
  148. NumExtensions: 0,
  149. NumServices: 0,
  150. },
  151. GoTypes: file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_goTypes,
  152. DependencyIndexes: file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_depIdxs,
  153. }.Build()
  154. File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto = out.File
  155. file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_rawDesc = nil
  156. file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_goTypes = nil
  157. file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_depIdxs = nil
  158. }