blob: 63dc05785144e4655cac81565cae2226254e47a7 [file] [log] [blame]
khenaidoo43c52cc2019-01-15 21:32:26 -05001// Code generated by protoc-gen-go. DO NOT EDIT.
Andrea Campanella3614a922021-02-25 12:40:42 +01002// source: github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.proto
khenaidoo43c52cc2019-01-15 21:32:26 -05003
William Kurkiandaa6bb22019-03-07 12:26:28 -05004package descriptor
khenaidoo43c52cc2019-01-15 21:32:26 -05005
William Kurkiandaa6bb22019-03-07 12:26:28 -05006import (
Andrea Campanella3614a922021-02-25 12:40:42 +01007 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"
William Kurkiandaa6bb22019-03-07 12:26:28 -050011)
khenaidoo43c52cc2019-01-15 21:32:26 -050012
Andrea Campanella3614a922021-02-25 12:40:42 +010013// Symbols defined in public import of google/protobuf/descriptor.proto.
khenaidoo43c52cc2019-01-15 21:32:26 -050014
Andrea Campanella3614a922021-02-25 12:40:42 +010015type FieldDescriptorProto_Type = descriptorpb.FieldDescriptorProto_Type
khenaidoo43c52cc2019-01-15 21:32:26 -050016
Andrea Campanella3614a922021-02-25 12:40:42 +010017const 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
khenaidoo43c52cc2019-01-15 21:32:26 -050035
Andrea Campanella3614a922021-02-25 12:40:42 +010036var FieldDescriptorProto_Type_name = descriptorpb.FieldDescriptorProto_Type_name
37var FieldDescriptorProto_Type_value = descriptorpb.FieldDescriptorProto_Type_value
khenaidoo43c52cc2019-01-15 21:32:26 -050038
Andrea Campanella3614a922021-02-25 12:40:42 +010039type FieldDescriptorProto_Label = descriptorpb.FieldDescriptorProto_Label
William Kurkiandaa6bb22019-03-07 12:26:28 -050040
Andrea Campanella3614a922021-02-25 12:40:42 +010041const FieldDescriptorProto_LABEL_OPTIONAL = descriptorpb.FieldDescriptorProto_LABEL_OPTIONAL
42const FieldDescriptorProto_LABEL_REQUIRED = descriptorpb.FieldDescriptorProto_LABEL_REQUIRED
43const FieldDescriptorProto_LABEL_REPEATED = descriptorpb.FieldDescriptorProto_LABEL_REPEATED
khenaidoo43c52cc2019-01-15 21:32:26 -050044
Andrea Campanella3614a922021-02-25 12:40:42 +010045var FieldDescriptorProto_Label_name = descriptorpb.FieldDescriptorProto_Label_name
46var FieldDescriptorProto_Label_value = descriptorpb.FieldDescriptorProto_Label_value
William Kurkiandaa6bb22019-03-07 12:26:28 -050047
Andrea Campanella3614a922021-02-25 12:40:42 +010048type FileOptions_OptimizeMode = descriptorpb.FileOptions_OptimizeMode
William Kurkiandaa6bb22019-03-07 12:26:28 -050049
Andrea Campanella3614a922021-02-25 12:40:42 +010050const FileOptions_SPEED = descriptorpb.FileOptions_SPEED
51const FileOptions_CODE_SIZE = descriptorpb.FileOptions_CODE_SIZE
52const FileOptions_LITE_RUNTIME = descriptorpb.FileOptions_LITE_RUNTIME
William Kurkiandaa6bb22019-03-07 12:26:28 -050053
Andrea Campanella3614a922021-02-25 12:40:42 +010054var FileOptions_OptimizeMode_name = descriptorpb.FileOptions_OptimizeMode_name
55var FileOptions_OptimizeMode_value = descriptorpb.FileOptions_OptimizeMode_value
khenaidoo43c52cc2019-01-15 21:32:26 -050056
Andrea Campanella3614a922021-02-25 12:40:42 +010057type FieldOptions_CType = descriptorpb.FieldOptions_CType
khenaidoo43c52cc2019-01-15 21:32:26 -050058
Andrea Campanella3614a922021-02-25 12:40:42 +010059const FieldOptions_STRING = descriptorpb.FieldOptions_STRING
60const FieldOptions_CORD = descriptorpb.FieldOptions_CORD
61const FieldOptions_STRING_PIECE = descriptorpb.FieldOptions_STRING_PIECE
khenaidoo43c52cc2019-01-15 21:32:26 -050062
Andrea Campanella3614a922021-02-25 12:40:42 +010063var FieldOptions_CType_name = descriptorpb.FieldOptions_CType_name
64var FieldOptions_CType_value = descriptorpb.FieldOptions_CType_value
William Kurkiandaa6bb22019-03-07 12:26:28 -050065
Andrea Campanella3614a922021-02-25 12:40:42 +010066type FieldOptions_JSType = descriptorpb.FieldOptions_JSType
khenaidoo43c52cc2019-01-15 21:32:26 -050067
Andrea Campanella3614a922021-02-25 12:40:42 +010068const FieldOptions_JS_NORMAL = descriptorpb.FieldOptions_JS_NORMAL
69const FieldOptions_JS_STRING = descriptorpb.FieldOptions_JS_STRING
70const FieldOptions_JS_NUMBER = descriptorpb.FieldOptions_JS_NUMBER
William Kurkiandaa6bb22019-03-07 12:26:28 -050071
Andrea Campanella3614a922021-02-25 12:40:42 +010072var FieldOptions_JSType_name = descriptorpb.FieldOptions_JSType_name
73var FieldOptions_JSType_value = descriptorpb.FieldOptions_JSType_value
William Kurkiandaa6bb22019-03-07 12:26:28 -050074
Andrea Campanella3614a922021-02-25 12:40:42 +010075type MethodOptions_IdempotencyLevel = descriptorpb.MethodOptions_IdempotencyLevel
William Kurkiandaa6bb22019-03-07 12:26:28 -050076
Andrea Campanella3614a922021-02-25 12:40:42 +010077const MethodOptions_IDEMPOTENCY_UNKNOWN = descriptorpb.MethodOptions_IDEMPOTENCY_UNKNOWN
78const MethodOptions_NO_SIDE_EFFECTS = descriptorpb.MethodOptions_NO_SIDE_EFFECTS
79const MethodOptions_IDEMPOTENT = descriptorpb.MethodOptions_IDEMPOTENT
khenaidoo43c52cc2019-01-15 21:32:26 -050080
Andrea Campanella3614a922021-02-25 12:40:42 +010081var MethodOptions_IdempotencyLevel_name = descriptorpb.MethodOptions_IdempotencyLevel_name
82var MethodOptions_IdempotencyLevel_value = descriptorpb.MethodOptions_IdempotencyLevel_value
khenaidoo43c52cc2019-01-15 21:32:26 -050083
Andrea Campanella3614a922021-02-25 12:40:42 +010084type 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
William Kurkiandaa6bb22019-03-07 12:26:28 -050094
Andrea Campanella3614a922021-02-25 12:40:42 +010095const Default_MethodDescriptorProto_ClientStreaming = descriptorpb.Default_MethodDescriptorProto_ClientStreaming
96const Default_MethodDescriptorProto_ServerStreaming = descriptorpb.Default_MethodDescriptorProto_ServerStreaming
khenaidoo43c52cc2019-01-15 21:32:26 -050097
Andrea Campanella3614a922021-02-25 12:40:42 +010098type FileOptions = descriptorpb.FileOptions
William Kurkiandaa6bb22019-03-07 12:26:28 -050099
Andrea Campanella3614a922021-02-25 12:40:42 +0100100const 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
William Kurkiandaa6bb22019-03-07 12:26:28 -0500109
Andrea Campanella3614a922021-02-25 12:40:42 +0100110type MessageOptions = descriptorpb.MessageOptions
William Kurkiandaa6bb22019-03-07 12:26:28 -0500111
Andrea Campanella3614a922021-02-25 12:40:42 +0100112const Default_MessageOptions_MessageSetWireFormat = descriptorpb.Default_MessageOptions_MessageSetWireFormat
113const Default_MessageOptions_NoStandardDescriptorAccessor = descriptorpb.Default_MessageOptions_NoStandardDescriptorAccessor
114const Default_MessageOptions_Deprecated = descriptorpb.Default_MessageOptions_Deprecated
khenaidoo43c52cc2019-01-15 21:32:26 -0500115
Andrea Campanella3614a922021-02-25 12:40:42 +0100116type FieldOptions = descriptorpb.FieldOptions
khenaidoo43c52cc2019-01-15 21:32:26 -0500117
Andrea Campanella3614a922021-02-25 12:40:42 +0100118const 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
khenaidoo43c52cc2019-01-15 21:32:26 -0500123
Andrea Campanella3614a922021-02-25 12:40:42 +0100124type OneofOptions = descriptorpb.OneofOptions
125type EnumOptions = descriptorpb.EnumOptions
William Kurkiandaa6bb22019-03-07 12:26:28 -0500126
Andrea Campanella3614a922021-02-25 12:40:42 +0100127const Default_EnumOptions_Deprecated = descriptorpb.Default_EnumOptions_Deprecated
khenaidoo43c52cc2019-01-15 21:32:26 -0500128
Andrea Campanella3614a922021-02-25 12:40:42 +0100129type EnumValueOptions = descriptorpb.EnumValueOptions
William Kurkiandaa6bb22019-03-07 12:26:28 -0500130
Andrea Campanella3614a922021-02-25 12:40:42 +0100131const Default_EnumValueOptions_Deprecated = descriptorpb.Default_EnumValueOptions_Deprecated
William Kurkiandaa6bb22019-03-07 12:26:28 -0500132
Andrea Campanella3614a922021-02-25 12:40:42 +0100133type ServiceOptions = descriptorpb.ServiceOptions
William Kurkiandaa6bb22019-03-07 12:26:28 -0500134
Andrea Campanella3614a922021-02-25 12:40:42 +0100135const Default_ServiceOptions_Deprecated = descriptorpb.Default_ServiceOptions_Deprecated
khenaidoo43c52cc2019-01-15 21:32:26 -0500136
Andrea Campanella3614a922021-02-25 12:40:42 +0100137type MethodOptions = descriptorpb.MethodOptions
khenaidoo43c52cc2019-01-15 21:32:26 -0500138
Andrea Campanella3614a922021-02-25 12:40:42 +0100139const Default_MethodOptions_Deprecated = descriptorpb.Default_MethodOptions_Deprecated
140const Default_MethodOptions_IdempotencyLevel = descriptorpb.Default_MethodOptions_IdempotencyLevel
khenaidoo43c52cc2019-01-15 21:32:26 -0500141
Andrea Campanella3614a922021-02-25 12:40:42 +0100142type 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
William Kurkiandaa6bb22019-03-07 12:26:28 -0500151
Andrea Campanella3614a922021-02-25 12:40:42 +0100152var File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto protoreflect.FileDescriptor
khenaidoo43c52cc2019-01-15 21:32:26 -0500153
Andrea Campanella3614a922021-02-25 12:40:42 +0100154var 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,
khenaidoo43c52cc2019-01-15 21:32:26 -0500167}
William Kurkiandaa6bb22019-03-07 12:26:28 -0500168
Andrea Campanella3614a922021-02-25 12:40:42 +0100169var 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
khenaidoo43c52cc2019-01-15 21:32:26 -0500176}
William Kurkiandaa6bb22019-03-07 12:26:28 -0500177
Andrea Campanella3614a922021-02-25 12:40:42 +0100178func 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
khenaidoo43c52cc2019-01-15 21:32:26 -0500182 }
Andrea Campanella3614a922021-02-25 12:40:42 +0100183 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
khenaidoo43c52cc2019-01-15 21:32:26 -0500200}