blob: 63dc05785144e4655cac81565cae2226254e47a7 [file] [log] [blame]
Holger Hildebrandtfa074992020-03-27 15:42:06 +00001// Code generated by protoc-gen-go. DO NOT EDIT.
khenaidoo7d3c5582021-08-11 18:09:44 -04002// source: github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.proto
Holger Hildebrandtfa074992020-03-27 15:42:06 +00003
4package descriptor
5
6import (
khenaidoo7d3c5582021-08-11 18:09:44 -04007 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
8 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
9 descriptorpb "google.golang.org/protobuf/types/descriptorpb"
10 reflect "reflect"
Holger Hildebrandtfa074992020-03-27 15:42:06 +000011)
12
khenaidoo7d3c5582021-08-11 18:09:44 -040013// Symbols defined in public import of google/protobuf/descriptor.proto.
Holger Hildebrandtfa074992020-03-27 15:42:06 +000014
khenaidoo7d3c5582021-08-11 18:09:44 -040015type FieldDescriptorProto_Type = descriptorpb.FieldDescriptorProto_Type
Holger Hildebrandtfa074992020-03-27 15:42:06 +000016
khenaidoo7d3c5582021-08-11 18:09:44 -040017const FieldDescriptorProto_TYPE_DOUBLE = descriptorpb.FieldDescriptorProto_TYPE_DOUBLE
18const FieldDescriptorProto_TYPE_FLOAT = descriptorpb.FieldDescriptorProto_TYPE_FLOAT
19const FieldDescriptorProto_TYPE_INT64 = descriptorpb.FieldDescriptorProto_TYPE_INT64
20const FieldDescriptorProto_TYPE_UINT64 = descriptorpb.FieldDescriptorProto_TYPE_UINT64
21const FieldDescriptorProto_TYPE_INT32 = descriptorpb.FieldDescriptorProto_TYPE_INT32
22const FieldDescriptorProto_TYPE_FIXED64 = descriptorpb.FieldDescriptorProto_TYPE_FIXED64
23const FieldDescriptorProto_TYPE_FIXED32 = descriptorpb.FieldDescriptorProto_TYPE_FIXED32
24const FieldDescriptorProto_TYPE_BOOL = descriptorpb.FieldDescriptorProto_TYPE_BOOL
25const FieldDescriptorProto_TYPE_STRING = descriptorpb.FieldDescriptorProto_TYPE_STRING
26const FieldDescriptorProto_TYPE_GROUP = descriptorpb.FieldDescriptorProto_TYPE_GROUP
27const FieldDescriptorProto_TYPE_MESSAGE = descriptorpb.FieldDescriptorProto_TYPE_MESSAGE
28const FieldDescriptorProto_TYPE_BYTES = descriptorpb.FieldDescriptorProto_TYPE_BYTES
29const FieldDescriptorProto_TYPE_UINT32 = descriptorpb.FieldDescriptorProto_TYPE_UINT32
30const FieldDescriptorProto_TYPE_ENUM = descriptorpb.FieldDescriptorProto_TYPE_ENUM
31const FieldDescriptorProto_TYPE_SFIXED32 = descriptorpb.FieldDescriptorProto_TYPE_SFIXED32
32const FieldDescriptorProto_TYPE_SFIXED64 = descriptorpb.FieldDescriptorProto_TYPE_SFIXED64
33const FieldDescriptorProto_TYPE_SINT32 = descriptorpb.FieldDescriptorProto_TYPE_SINT32
34const FieldDescriptorProto_TYPE_SINT64 = descriptorpb.FieldDescriptorProto_TYPE_SINT64
Holger Hildebrandtfa074992020-03-27 15:42:06 +000035
khenaidoo7d3c5582021-08-11 18:09:44 -040036var FieldDescriptorProto_Type_name = descriptorpb.FieldDescriptorProto_Type_name
37var FieldDescriptorProto_Type_value = descriptorpb.FieldDescriptorProto_Type_value
Holger Hildebrandtfa074992020-03-27 15:42:06 +000038
khenaidoo7d3c5582021-08-11 18:09:44 -040039type FieldDescriptorProto_Label = descriptorpb.FieldDescriptorProto_Label
Holger Hildebrandtfa074992020-03-27 15:42:06 +000040
khenaidoo7d3c5582021-08-11 18:09:44 -040041const FieldDescriptorProto_LABEL_OPTIONAL = descriptorpb.FieldDescriptorProto_LABEL_OPTIONAL
42const FieldDescriptorProto_LABEL_REQUIRED = descriptorpb.FieldDescriptorProto_LABEL_REQUIRED
43const FieldDescriptorProto_LABEL_REPEATED = descriptorpb.FieldDescriptorProto_LABEL_REPEATED
Holger Hildebrandtfa074992020-03-27 15:42:06 +000044
khenaidoo7d3c5582021-08-11 18:09:44 -040045var FieldDescriptorProto_Label_name = descriptorpb.FieldDescriptorProto_Label_name
46var FieldDescriptorProto_Label_value = descriptorpb.FieldDescriptorProto_Label_value
mpagenko7d6bb022021-03-11 15:07:55 +000047
khenaidoo7d3c5582021-08-11 18:09:44 -040048type FileOptions_OptimizeMode = descriptorpb.FileOptions_OptimizeMode
mpagenko7d6bb022021-03-11 15:07:55 +000049
khenaidoo7d3c5582021-08-11 18:09:44 -040050const FileOptions_SPEED = descriptorpb.FileOptions_SPEED
51const FileOptions_CODE_SIZE = descriptorpb.FileOptions_CODE_SIZE
52const FileOptions_LITE_RUNTIME = descriptorpb.FileOptions_LITE_RUNTIME
mpagenko7d6bb022021-03-11 15:07:55 +000053
khenaidoo7d3c5582021-08-11 18:09:44 -040054var FileOptions_OptimizeMode_name = descriptorpb.FileOptions_OptimizeMode_name
55var FileOptions_OptimizeMode_value = descriptorpb.FileOptions_OptimizeMode_value
mpagenko7d6bb022021-03-11 15:07:55 +000056
khenaidoo7d3c5582021-08-11 18:09:44 -040057type FieldOptions_CType = descriptorpb.FieldOptions_CType
mpagenko7d6bb022021-03-11 15:07:55 +000058
khenaidoo7d3c5582021-08-11 18:09:44 -040059const FieldOptions_STRING = descriptorpb.FieldOptions_STRING
60const FieldOptions_CORD = descriptorpb.FieldOptions_CORD
61const FieldOptions_STRING_PIECE = descriptorpb.FieldOptions_STRING_PIECE
mpagenko7d6bb022021-03-11 15:07:55 +000062
khenaidoo7d3c5582021-08-11 18:09:44 -040063var FieldOptions_CType_name = descriptorpb.FieldOptions_CType_name
64var FieldOptions_CType_value = descriptorpb.FieldOptions_CType_value
mpagenko7d6bb022021-03-11 15:07:55 +000065
khenaidoo7d3c5582021-08-11 18:09:44 -040066type FieldOptions_JSType = descriptorpb.FieldOptions_JSType
mpagenko7d6bb022021-03-11 15:07:55 +000067
khenaidoo7d3c5582021-08-11 18:09:44 -040068const FieldOptions_JS_NORMAL = descriptorpb.FieldOptions_JS_NORMAL
69const FieldOptions_JS_STRING = descriptorpb.FieldOptions_JS_STRING
70const FieldOptions_JS_NUMBER = descriptorpb.FieldOptions_JS_NUMBER
mpagenko7d6bb022021-03-11 15:07:55 +000071
khenaidoo7d3c5582021-08-11 18:09:44 -040072var FieldOptions_JSType_name = descriptorpb.FieldOptions_JSType_name
73var FieldOptions_JSType_value = descriptorpb.FieldOptions_JSType_value
mpagenko7d6bb022021-03-11 15:07:55 +000074
khenaidoo7d3c5582021-08-11 18:09:44 -040075type MethodOptions_IdempotencyLevel = descriptorpb.MethodOptions_IdempotencyLevel
mpagenko7d6bb022021-03-11 15:07:55 +000076
khenaidoo7d3c5582021-08-11 18:09:44 -040077const MethodOptions_IDEMPOTENCY_UNKNOWN = descriptorpb.MethodOptions_IDEMPOTENCY_UNKNOWN
78const MethodOptions_NO_SIDE_EFFECTS = descriptorpb.MethodOptions_NO_SIDE_EFFECTS
79const MethodOptions_IDEMPOTENT = descriptorpb.MethodOptions_IDEMPOTENT
mpagenko7d6bb022021-03-11 15:07:55 +000080
khenaidoo7d3c5582021-08-11 18:09:44 -040081var MethodOptions_IdempotencyLevel_name = descriptorpb.MethodOptions_IdempotencyLevel_name
82var MethodOptions_IdempotencyLevel_value = descriptorpb.MethodOptions_IdempotencyLevel_value
mpagenko7d6bb022021-03-11 15:07:55 +000083
khenaidoo7d3c5582021-08-11 18:09:44 -040084type FileDescriptorSet = descriptorpb.FileDescriptorSet
85type FileDescriptorProto = descriptorpb.FileDescriptorProto
86type DescriptorProto = descriptorpb.DescriptorProto
87type ExtensionRangeOptions = descriptorpb.ExtensionRangeOptions
88type FieldDescriptorProto = descriptorpb.FieldDescriptorProto
89type OneofDescriptorProto = descriptorpb.OneofDescriptorProto
90type EnumDescriptorProto = descriptorpb.EnumDescriptorProto
91type EnumValueDescriptorProto = descriptorpb.EnumValueDescriptorProto
92type ServiceDescriptorProto = descriptorpb.ServiceDescriptorProto
93type MethodDescriptorProto = descriptorpb.MethodDescriptorProto
mpagenko7d6bb022021-03-11 15:07:55 +000094
khenaidoo7d3c5582021-08-11 18:09:44 -040095const Default_MethodDescriptorProto_ClientStreaming = descriptorpb.Default_MethodDescriptorProto_ClientStreaming
96const Default_MethodDescriptorProto_ServerStreaming = descriptorpb.Default_MethodDescriptorProto_ServerStreaming
mpagenko7d6bb022021-03-11 15:07:55 +000097
khenaidoo7d3c5582021-08-11 18:09:44 -040098type FileOptions = descriptorpb.FileOptions
mpagenko7d6bb022021-03-11 15:07:55 +000099
khenaidoo7d3c5582021-08-11 18:09:44 -0400100const Default_FileOptions_JavaMultipleFiles = descriptorpb.Default_FileOptions_JavaMultipleFiles
101const Default_FileOptions_JavaStringCheckUtf8 = descriptorpb.Default_FileOptions_JavaStringCheckUtf8
102const Default_FileOptions_OptimizeFor = descriptorpb.Default_FileOptions_OptimizeFor
103const Default_FileOptions_CcGenericServices = descriptorpb.Default_FileOptions_CcGenericServices
104const Default_FileOptions_JavaGenericServices = descriptorpb.Default_FileOptions_JavaGenericServices
105const Default_FileOptions_PyGenericServices = descriptorpb.Default_FileOptions_PyGenericServices
106const Default_FileOptions_PhpGenericServices = descriptorpb.Default_FileOptions_PhpGenericServices
107const Default_FileOptions_Deprecated = descriptorpb.Default_FileOptions_Deprecated
108const Default_FileOptions_CcEnableArenas = descriptorpb.Default_FileOptions_CcEnableArenas
mpagenko7d6bb022021-03-11 15:07:55 +0000109
khenaidoo7d3c5582021-08-11 18:09:44 -0400110type MessageOptions = descriptorpb.MessageOptions
mpagenko7d6bb022021-03-11 15:07:55 +0000111
khenaidoo7d3c5582021-08-11 18:09:44 -0400112const Default_MessageOptions_MessageSetWireFormat = descriptorpb.Default_MessageOptions_MessageSetWireFormat
113const Default_MessageOptions_NoStandardDescriptorAccessor = descriptorpb.Default_MessageOptions_NoStandardDescriptorAccessor
114const Default_MessageOptions_Deprecated = descriptorpb.Default_MessageOptions_Deprecated
mpagenko7d6bb022021-03-11 15:07:55 +0000115
khenaidoo7d3c5582021-08-11 18:09:44 -0400116type FieldOptions = descriptorpb.FieldOptions
mpagenko7d6bb022021-03-11 15:07:55 +0000117
khenaidoo7d3c5582021-08-11 18:09:44 -0400118const Default_FieldOptions_Ctype = descriptorpb.Default_FieldOptions_Ctype
119const Default_FieldOptions_Jstype = descriptorpb.Default_FieldOptions_Jstype
120const Default_FieldOptions_Lazy = descriptorpb.Default_FieldOptions_Lazy
121const Default_FieldOptions_Deprecated = descriptorpb.Default_FieldOptions_Deprecated
122const Default_FieldOptions_Weak = descriptorpb.Default_FieldOptions_Weak
mpagenko7d6bb022021-03-11 15:07:55 +0000123
khenaidoo7d3c5582021-08-11 18:09:44 -0400124type OneofOptions = descriptorpb.OneofOptions
125type EnumOptions = descriptorpb.EnumOptions
mpagenko7d6bb022021-03-11 15:07:55 +0000126
khenaidoo7d3c5582021-08-11 18:09:44 -0400127const Default_EnumOptions_Deprecated = descriptorpb.Default_EnumOptions_Deprecated
mpagenko7d6bb022021-03-11 15:07:55 +0000128
khenaidoo7d3c5582021-08-11 18:09:44 -0400129type EnumValueOptions = descriptorpb.EnumValueOptions
mpagenko7d6bb022021-03-11 15:07:55 +0000130
khenaidoo7d3c5582021-08-11 18:09:44 -0400131const Default_EnumValueOptions_Deprecated = descriptorpb.Default_EnumValueOptions_Deprecated
mpagenko7d6bb022021-03-11 15:07:55 +0000132
khenaidoo7d3c5582021-08-11 18:09:44 -0400133type ServiceOptions = descriptorpb.ServiceOptions
mpagenko7d6bb022021-03-11 15:07:55 +0000134
khenaidoo7d3c5582021-08-11 18:09:44 -0400135const Default_ServiceOptions_Deprecated = descriptorpb.Default_ServiceOptions_Deprecated
mpagenko7d6bb022021-03-11 15:07:55 +0000136
khenaidoo7d3c5582021-08-11 18:09:44 -0400137type MethodOptions = descriptorpb.MethodOptions
mpagenko7d6bb022021-03-11 15:07:55 +0000138
khenaidoo7d3c5582021-08-11 18:09:44 -0400139const Default_MethodOptions_Deprecated = descriptorpb.Default_MethodOptions_Deprecated
140const Default_MethodOptions_IdempotencyLevel = descriptorpb.Default_MethodOptions_IdempotencyLevel
mpagenko7d6bb022021-03-11 15:07:55 +0000141
khenaidoo7d3c5582021-08-11 18:09:44 -0400142type UninterpretedOption = descriptorpb.UninterpretedOption
143type SourceCodeInfo = descriptorpb.SourceCodeInfo
144type GeneratedCodeInfo = descriptorpb.GeneratedCodeInfo
145type DescriptorProto_ExtensionRange = descriptorpb.DescriptorProto_ExtensionRange
146type DescriptorProto_ReservedRange = descriptorpb.DescriptorProto_ReservedRange
147type EnumDescriptorProto_EnumReservedRange = descriptorpb.EnumDescriptorProto_EnumReservedRange
148type UninterpretedOption_NamePart = descriptorpb.UninterpretedOption_NamePart
149type SourceCodeInfo_Location = descriptorpb.SourceCodeInfo_Location
150type GeneratedCodeInfo_Annotation = descriptorpb.GeneratedCodeInfo_Annotation
mpagenko7d6bb022021-03-11 15:07:55 +0000151
khenaidoo7d3c5582021-08-11 18:09:44 -0400152var File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto protoreflect.FileDescriptor
mpagenko7d6bb022021-03-11 15:07:55 +0000153
khenaidoo7d3c5582021-08-11 18:09:44 -0400154var file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_rawDesc = []byte{
155 0x0a, 0x44, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
156 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f,
157 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72,
158 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72,
159 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
160 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
161 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x40, 0x5a, 0x3e, 0x67, 0x69, 0x74, 0x68,
162 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72,
163 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65,
164 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x3b,
165 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72,
166 0x6f, 0x74, 0x6f, 0x32,
mpagenko7d6bb022021-03-11 15:07:55 +0000167}
168
khenaidoo7d3c5582021-08-11 18:09:44 -0400169var file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_goTypes = []interface{}{}
170var file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_depIdxs = []int32{
171 0, // [0:0] is the sub-list for method output_type
172 0, // [0:0] is the sub-list for method input_type
173 0, // [0:0] is the sub-list for extension type_name
174 0, // [0:0] is the sub-list for extension extendee
175 0, // [0:0] is the sub-list for field type_name
mpagenko7d6bb022021-03-11 15:07:55 +0000176}
177
khenaidoo7d3c5582021-08-11 18:09:44 -0400178func init() { file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_init() }
179func file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_init() {
180 if File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto != nil {
181 return
mpagenko7d6bb022021-03-11 15:07:55 +0000182 }
khenaidoo7d3c5582021-08-11 18:09:44 -0400183 type x struct{}
184 out := protoimpl.TypeBuilder{
185 File: protoimpl.DescBuilder{
186 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
187 RawDescriptor: file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_rawDesc,
188 NumEnums: 0,
189 NumMessages: 0,
190 NumExtensions: 0,
191 NumServices: 0,
192 },
193 GoTypes: file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_goTypes,
194 DependencyIndexes: file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_depIdxs,
195 }.Build()
196 File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto = out.File
197 file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_rawDesc = nil
198 file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_goTypes = nil
199 file_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto_depIdxs = nil
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000200}