blob: 63dc05785144e4655cac81565cae2226254e47a7 [file] [log] [blame]
Don Newton98fd8812019-09-23 15:15:02 -04001// Code generated by protoc-gen-go. DO NOT EDIT.
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +00002// source: github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.proto
Don Newton98fd8812019-09-23 15:15:02 -04003
4package descriptor
5
6import (
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +00007 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"
Don Newton98fd8812019-09-23 15:15:02 -040011)
12
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000013// Symbols defined in public import of google/protobuf/descriptor.proto.
Don Newton98fd8812019-09-23 15:15:02 -040014
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000015type FieldDescriptorProto_Type = descriptorpb.FieldDescriptorProto_Type
Don Newton98fd8812019-09-23 15:15:02 -040016
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000017const 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
Don Newton98fd8812019-09-23 15:15:02 -040035
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000036var FieldDescriptorProto_Type_name = descriptorpb.FieldDescriptorProto_Type_name
37var FieldDescriptorProto_Type_value = descriptorpb.FieldDescriptorProto_Type_value
Don Newton98fd8812019-09-23 15:15:02 -040038
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000039type FieldDescriptorProto_Label = descriptorpb.FieldDescriptorProto_Label
Don Newton98fd8812019-09-23 15:15:02 -040040
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000041const FieldDescriptorProto_LABEL_OPTIONAL = descriptorpb.FieldDescriptorProto_LABEL_OPTIONAL
42const FieldDescriptorProto_LABEL_REQUIRED = descriptorpb.FieldDescriptorProto_LABEL_REQUIRED
43const FieldDescriptorProto_LABEL_REPEATED = descriptorpb.FieldDescriptorProto_LABEL_REPEATED
Don Newton98fd8812019-09-23 15:15:02 -040044
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000045var FieldDescriptorProto_Label_name = descriptorpb.FieldDescriptorProto_Label_name
46var FieldDescriptorProto_Label_value = descriptorpb.FieldDescriptorProto_Label_value
Don Newton98fd8812019-09-23 15:15:02 -040047
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000048type FileOptions_OptimizeMode = descriptorpb.FileOptions_OptimizeMode
Don Newton98fd8812019-09-23 15:15:02 -040049
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000050const FileOptions_SPEED = descriptorpb.FileOptions_SPEED
51const FileOptions_CODE_SIZE = descriptorpb.FileOptions_CODE_SIZE
52const FileOptions_LITE_RUNTIME = descriptorpb.FileOptions_LITE_RUNTIME
Don Newton98fd8812019-09-23 15:15:02 -040053
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000054var FileOptions_OptimizeMode_name = descriptorpb.FileOptions_OptimizeMode_name
55var FileOptions_OptimizeMode_value = descriptorpb.FileOptions_OptimizeMode_value
Don Newton98fd8812019-09-23 15:15:02 -040056
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000057type FieldOptions_CType = descriptorpb.FieldOptions_CType
Don Newton98fd8812019-09-23 15:15:02 -040058
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000059const FieldOptions_STRING = descriptorpb.FieldOptions_STRING
60const FieldOptions_CORD = descriptorpb.FieldOptions_CORD
61const FieldOptions_STRING_PIECE = descriptorpb.FieldOptions_STRING_PIECE
Don Newton98fd8812019-09-23 15:15:02 -040062
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000063var FieldOptions_CType_name = descriptorpb.FieldOptions_CType_name
64var FieldOptions_CType_value = descriptorpb.FieldOptions_CType_value
Don Newton98fd8812019-09-23 15:15:02 -040065
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000066type FieldOptions_JSType = descriptorpb.FieldOptions_JSType
Don Newton98fd8812019-09-23 15:15:02 -040067
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000068const FieldOptions_JS_NORMAL = descriptorpb.FieldOptions_JS_NORMAL
69const FieldOptions_JS_STRING = descriptorpb.FieldOptions_JS_STRING
70const FieldOptions_JS_NUMBER = descriptorpb.FieldOptions_JS_NUMBER
Don Newton98fd8812019-09-23 15:15:02 -040071
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000072var FieldOptions_JSType_name = descriptorpb.FieldOptions_JSType_name
73var FieldOptions_JSType_value = descriptorpb.FieldOptions_JSType_value
Don Newton98fd8812019-09-23 15:15:02 -040074
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000075type MethodOptions_IdempotencyLevel = descriptorpb.MethodOptions_IdempotencyLevel
Don Newton98fd8812019-09-23 15:15:02 -040076
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000077const MethodOptions_IDEMPOTENCY_UNKNOWN = descriptorpb.MethodOptions_IDEMPOTENCY_UNKNOWN
78const MethodOptions_NO_SIDE_EFFECTS = descriptorpb.MethodOptions_NO_SIDE_EFFECTS
79const MethodOptions_IDEMPOTENT = descriptorpb.MethodOptions_IDEMPOTENT
Don Newton98fd8812019-09-23 15:15:02 -040080
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000081var MethodOptions_IdempotencyLevel_name = descriptorpb.MethodOptions_IdempotencyLevel_name
82var MethodOptions_IdempotencyLevel_value = descriptorpb.MethodOptions_IdempotencyLevel_value
Don Newton98fd8812019-09-23 15:15:02 -040083
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000084type 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
Don Newton98fd8812019-09-23 15:15:02 -040094
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000095const Default_MethodDescriptorProto_ClientStreaming = descriptorpb.Default_MethodDescriptorProto_ClientStreaming
96const Default_MethodDescriptorProto_ServerStreaming = descriptorpb.Default_MethodDescriptorProto_ServerStreaming
Don Newton98fd8812019-09-23 15:15:02 -040097
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000098type FileOptions = descriptorpb.FileOptions
Don Newton98fd8812019-09-23 15:15:02 -040099
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000100const 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
Don Newton98fd8812019-09-23 15:15:02 -0400109
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000110type MessageOptions = descriptorpb.MessageOptions
Don Newton98fd8812019-09-23 15:15:02 -0400111
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000112const Default_MessageOptions_MessageSetWireFormat = descriptorpb.Default_MessageOptions_MessageSetWireFormat
113const Default_MessageOptions_NoStandardDescriptorAccessor = descriptorpb.Default_MessageOptions_NoStandardDescriptorAccessor
114const Default_MessageOptions_Deprecated = descriptorpb.Default_MessageOptions_Deprecated
Don Newton98fd8812019-09-23 15:15:02 -0400115
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000116type FieldOptions = descriptorpb.FieldOptions
Don Newton98fd8812019-09-23 15:15:02 -0400117
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000118const 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
Don Newton98fd8812019-09-23 15:15:02 -0400123
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000124type OneofOptions = descriptorpb.OneofOptions
125type EnumOptions = descriptorpb.EnumOptions
Don Newton98fd8812019-09-23 15:15:02 -0400126
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000127const Default_EnumOptions_Deprecated = descriptorpb.Default_EnumOptions_Deprecated
Don Newton98fd8812019-09-23 15:15:02 -0400128
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000129type EnumValueOptions = descriptorpb.EnumValueOptions
Don Newton98fd8812019-09-23 15:15:02 -0400130
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000131const Default_EnumValueOptions_Deprecated = descriptorpb.Default_EnumValueOptions_Deprecated
Don Newton98fd8812019-09-23 15:15:02 -0400132
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000133type ServiceOptions = descriptorpb.ServiceOptions
Don Newton98fd8812019-09-23 15:15:02 -0400134
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000135const Default_ServiceOptions_Deprecated = descriptorpb.Default_ServiceOptions_Deprecated
Don Newton98fd8812019-09-23 15:15:02 -0400136
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000137type MethodOptions = descriptorpb.MethodOptions
Don Newton98fd8812019-09-23 15:15:02 -0400138
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000139const Default_MethodOptions_Deprecated = descriptorpb.Default_MethodOptions_Deprecated
140const Default_MethodOptions_IdempotencyLevel = descriptorpb.Default_MethodOptions_IdempotencyLevel
Don Newton98fd8812019-09-23 15:15:02 -0400141
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000142type 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
Don Newton98fd8812019-09-23 15:15:02 -0400151
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000152var File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto protoreflect.FileDescriptor
Don Newton98fd8812019-09-23 15:15:02 -0400153
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000154var 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,
Don Newton98fd8812019-09-23 15:15:02 -0400167}
168
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000169var 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
Don Newton98fd8812019-09-23 15:15:02 -0400176}
177
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000178func 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
Don Newton98fd8812019-09-23 15:15:02 -0400182 }
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +0000183 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
Don Newton98fd8812019-09-23 15:15:02 -0400200}