blob: 63dc05785144e4655cac81565cae2226254e47a7 [file] [log] [blame]
Girish Gowdra64503432020-01-07 10:59:10 +05301// Code generated by protoc-gen-go. DO NOT EDIT.
Girish Gowdra390f12f2021-07-01 15:53:49 -07002// source: github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.proto
Girish Gowdra64503432020-01-07 10:59:10 +05303
4package descriptor
5
6import (
Girish Gowdra390f12f2021-07-01 15:53:49 -07007 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"
Girish Gowdra64503432020-01-07 10:59:10 +053011)
12
Girish Gowdra390f12f2021-07-01 15:53:49 -070013// Symbols defined in public import of google/protobuf/descriptor.proto.
Girish Gowdra64503432020-01-07 10:59:10 +053014
Girish Gowdra390f12f2021-07-01 15:53:49 -070015type FieldDescriptorProto_Type = descriptorpb.FieldDescriptorProto_Type
Girish Gowdra64503432020-01-07 10:59:10 +053016
Girish Gowdra390f12f2021-07-01 15:53:49 -070017const 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
Girish Gowdra64503432020-01-07 10:59:10 +053035
Girish Gowdra390f12f2021-07-01 15:53:49 -070036var FieldDescriptorProto_Type_name = descriptorpb.FieldDescriptorProto_Type_name
37var FieldDescriptorProto_Type_value = descriptorpb.FieldDescriptorProto_Type_value
Girish Gowdra64503432020-01-07 10:59:10 +053038
Girish Gowdra390f12f2021-07-01 15:53:49 -070039type FieldDescriptorProto_Label = descriptorpb.FieldDescriptorProto_Label
Girish Gowdra64503432020-01-07 10:59:10 +053040
Girish Gowdra390f12f2021-07-01 15:53:49 -070041const FieldDescriptorProto_LABEL_OPTIONAL = descriptorpb.FieldDescriptorProto_LABEL_OPTIONAL
42const FieldDescriptorProto_LABEL_REQUIRED = descriptorpb.FieldDescriptorProto_LABEL_REQUIRED
43const FieldDescriptorProto_LABEL_REPEATED = descriptorpb.FieldDescriptorProto_LABEL_REPEATED
Girish Gowdra64503432020-01-07 10:59:10 +053044
Girish Gowdra390f12f2021-07-01 15:53:49 -070045var FieldDescriptorProto_Label_name = descriptorpb.FieldDescriptorProto_Label_name
46var FieldDescriptorProto_Label_value = descriptorpb.FieldDescriptorProto_Label_value
Girish Gowdra64503432020-01-07 10:59:10 +053047
Girish Gowdra390f12f2021-07-01 15:53:49 -070048type FileOptions_OptimizeMode = descriptorpb.FileOptions_OptimizeMode
Girish Gowdra64503432020-01-07 10:59:10 +053049
Girish Gowdra390f12f2021-07-01 15:53:49 -070050const FileOptions_SPEED = descriptorpb.FileOptions_SPEED
51const FileOptions_CODE_SIZE = descriptorpb.FileOptions_CODE_SIZE
52const FileOptions_LITE_RUNTIME = descriptorpb.FileOptions_LITE_RUNTIME
Girish Gowdra64503432020-01-07 10:59:10 +053053
Girish Gowdra390f12f2021-07-01 15:53:49 -070054var FileOptions_OptimizeMode_name = descriptorpb.FileOptions_OptimizeMode_name
55var FileOptions_OptimizeMode_value = descriptorpb.FileOptions_OptimizeMode_value
Girish Gowdra64503432020-01-07 10:59:10 +053056
Girish Gowdra390f12f2021-07-01 15:53:49 -070057type FieldOptions_CType = descriptorpb.FieldOptions_CType
Girish Gowdra64503432020-01-07 10:59:10 +053058
Girish Gowdra390f12f2021-07-01 15:53:49 -070059const FieldOptions_STRING = descriptorpb.FieldOptions_STRING
60const FieldOptions_CORD = descriptorpb.FieldOptions_CORD
61const FieldOptions_STRING_PIECE = descriptorpb.FieldOptions_STRING_PIECE
Girish Gowdra64503432020-01-07 10:59:10 +053062
Girish Gowdra390f12f2021-07-01 15:53:49 -070063var FieldOptions_CType_name = descriptorpb.FieldOptions_CType_name
64var FieldOptions_CType_value = descriptorpb.FieldOptions_CType_value
Girish Gowdra64503432020-01-07 10:59:10 +053065
Girish Gowdra390f12f2021-07-01 15:53:49 -070066type FieldOptions_JSType = descriptorpb.FieldOptions_JSType
Girish Gowdra64503432020-01-07 10:59:10 +053067
Girish Gowdra390f12f2021-07-01 15:53:49 -070068const FieldOptions_JS_NORMAL = descriptorpb.FieldOptions_JS_NORMAL
69const FieldOptions_JS_STRING = descriptorpb.FieldOptions_JS_STRING
70const FieldOptions_JS_NUMBER = descriptorpb.FieldOptions_JS_NUMBER
Girish Gowdra64503432020-01-07 10:59:10 +053071
Girish Gowdra390f12f2021-07-01 15:53:49 -070072var FieldOptions_JSType_name = descriptorpb.FieldOptions_JSType_name
73var FieldOptions_JSType_value = descriptorpb.FieldOptions_JSType_value
Girish Gowdra64503432020-01-07 10:59:10 +053074
Girish Gowdra390f12f2021-07-01 15:53:49 -070075type MethodOptions_IdempotencyLevel = descriptorpb.MethodOptions_IdempotencyLevel
Girish Gowdra64503432020-01-07 10:59:10 +053076
Girish Gowdra390f12f2021-07-01 15:53:49 -070077const MethodOptions_IDEMPOTENCY_UNKNOWN = descriptorpb.MethodOptions_IDEMPOTENCY_UNKNOWN
78const MethodOptions_NO_SIDE_EFFECTS = descriptorpb.MethodOptions_NO_SIDE_EFFECTS
79const MethodOptions_IDEMPOTENT = descriptorpb.MethodOptions_IDEMPOTENT
Girish Gowdra64503432020-01-07 10:59:10 +053080
Girish Gowdra390f12f2021-07-01 15:53:49 -070081var MethodOptions_IdempotencyLevel_name = descriptorpb.MethodOptions_IdempotencyLevel_name
82var MethodOptions_IdempotencyLevel_value = descriptorpb.MethodOptions_IdempotencyLevel_value
Girish Gowdra64503432020-01-07 10:59:10 +053083
Girish Gowdra390f12f2021-07-01 15:53:49 -070084type 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
Girish Gowdra64503432020-01-07 10:59:10 +053094
Girish Gowdra390f12f2021-07-01 15:53:49 -070095const Default_MethodDescriptorProto_ClientStreaming = descriptorpb.Default_MethodDescriptorProto_ClientStreaming
96const Default_MethodDescriptorProto_ServerStreaming = descriptorpb.Default_MethodDescriptorProto_ServerStreaming
Girish Gowdra64503432020-01-07 10:59:10 +053097
Girish Gowdra390f12f2021-07-01 15:53:49 -070098type FileOptions = descriptorpb.FileOptions
Girish Gowdra64503432020-01-07 10:59:10 +053099
Girish Gowdra390f12f2021-07-01 15:53:49 -0700100const 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
Girish Gowdra64503432020-01-07 10:59:10 +0530109
Girish Gowdra390f12f2021-07-01 15:53:49 -0700110type MessageOptions = descriptorpb.MessageOptions
Girish Gowdra64503432020-01-07 10:59:10 +0530111
Girish Gowdra390f12f2021-07-01 15:53:49 -0700112const Default_MessageOptions_MessageSetWireFormat = descriptorpb.Default_MessageOptions_MessageSetWireFormat
113const Default_MessageOptions_NoStandardDescriptorAccessor = descriptorpb.Default_MessageOptions_NoStandardDescriptorAccessor
114const Default_MessageOptions_Deprecated = descriptorpb.Default_MessageOptions_Deprecated
Girish Gowdra64503432020-01-07 10:59:10 +0530115
Girish Gowdra390f12f2021-07-01 15:53:49 -0700116type FieldOptions = descriptorpb.FieldOptions
Girish Gowdra64503432020-01-07 10:59:10 +0530117
Girish Gowdra390f12f2021-07-01 15:53:49 -0700118const 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
Girish Gowdra64503432020-01-07 10:59:10 +0530123
Girish Gowdra390f12f2021-07-01 15:53:49 -0700124type OneofOptions = descriptorpb.OneofOptions
125type EnumOptions = descriptorpb.EnumOptions
Girish Gowdra64503432020-01-07 10:59:10 +0530126
Girish Gowdra390f12f2021-07-01 15:53:49 -0700127const Default_EnumOptions_Deprecated = descriptorpb.Default_EnumOptions_Deprecated
Girish Gowdra64503432020-01-07 10:59:10 +0530128
Girish Gowdra390f12f2021-07-01 15:53:49 -0700129type EnumValueOptions = descriptorpb.EnumValueOptions
Girish Gowdra64503432020-01-07 10:59:10 +0530130
Girish Gowdra390f12f2021-07-01 15:53:49 -0700131const Default_EnumValueOptions_Deprecated = descriptorpb.Default_EnumValueOptions_Deprecated
Girish Gowdra64503432020-01-07 10:59:10 +0530132
Girish Gowdra390f12f2021-07-01 15:53:49 -0700133type ServiceOptions = descriptorpb.ServiceOptions
Girish Gowdra64503432020-01-07 10:59:10 +0530134
Girish Gowdra390f12f2021-07-01 15:53:49 -0700135const Default_ServiceOptions_Deprecated = descriptorpb.Default_ServiceOptions_Deprecated
Girish Gowdra64503432020-01-07 10:59:10 +0530136
Girish Gowdra390f12f2021-07-01 15:53:49 -0700137type MethodOptions = descriptorpb.MethodOptions
Girish Gowdra64503432020-01-07 10:59:10 +0530138
Girish Gowdra390f12f2021-07-01 15:53:49 -0700139const Default_MethodOptions_Deprecated = descriptorpb.Default_MethodOptions_Deprecated
140const Default_MethodOptions_IdempotencyLevel = descriptorpb.Default_MethodOptions_IdempotencyLevel
Girish Gowdra64503432020-01-07 10:59:10 +0530141
Girish Gowdra390f12f2021-07-01 15:53:49 -0700142type 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
Girish Gowdra64503432020-01-07 10:59:10 +0530151
Girish Gowdra390f12f2021-07-01 15:53:49 -0700152var File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto protoreflect.FileDescriptor
Girish Gowdra64503432020-01-07 10:59:10 +0530153
Girish Gowdra390f12f2021-07-01 15:53:49 -0700154var 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,
Girish Gowdra64503432020-01-07 10:59:10 +0530167}
168
Girish Gowdra390f12f2021-07-01 15:53:49 -0700169var 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
Girish Gowdra64503432020-01-07 10:59:10 +0530176}
177
Girish Gowdra390f12f2021-07-01 15:53:49 -0700178func 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
Girish Gowdra64503432020-01-07 10:59:10 +0530182 }
Girish Gowdra390f12f2021-07-01 15:53:49 -0700183 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
Girish Gowdra64503432020-01-07 10:59:10 +0530200}