blob: 63dc05785144e4655cac81565cae2226254e47a7 [file] [log] [blame]
khenaidoo5fc5cea2021-08-11 17:39:16 -04001// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.proto
3
4package descriptor
5
6import (
7 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"
11)
12
13// Symbols defined in public import of google/protobuf/descriptor.proto.
14
15type FieldDescriptorProto_Type = descriptorpb.FieldDescriptorProto_Type
16
17const 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
35
36var FieldDescriptorProto_Type_name = descriptorpb.FieldDescriptorProto_Type_name
37var FieldDescriptorProto_Type_value = descriptorpb.FieldDescriptorProto_Type_value
38
39type FieldDescriptorProto_Label = descriptorpb.FieldDescriptorProto_Label
40
41const FieldDescriptorProto_LABEL_OPTIONAL = descriptorpb.FieldDescriptorProto_LABEL_OPTIONAL
42const FieldDescriptorProto_LABEL_REQUIRED = descriptorpb.FieldDescriptorProto_LABEL_REQUIRED
43const FieldDescriptorProto_LABEL_REPEATED = descriptorpb.FieldDescriptorProto_LABEL_REPEATED
44
45var FieldDescriptorProto_Label_name = descriptorpb.FieldDescriptorProto_Label_name
46var FieldDescriptorProto_Label_value = descriptorpb.FieldDescriptorProto_Label_value
47
48type FileOptions_OptimizeMode = descriptorpb.FileOptions_OptimizeMode
49
50const FileOptions_SPEED = descriptorpb.FileOptions_SPEED
51const FileOptions_CODE_SIZE = descriptorpb.FileOptions_CODE_SIZE
52const FileOptions_LITE_RUNTIME = descriptorpb.FileOptions_LITE_RUNTIME
53
54var FileOptions_OptimizeMode_name = descriptorpb.FileOptions_OptimizeMode_name
55var FileOptions_OptimizeMode_value = descriptorpb.FileOptions_OptimizeMode_value
56
57type FieldOptions_CType = descriptorpb.FieldOptions_CType
58
59const FieldOptions_STRING = descriptorpb.FieldOptions_STRING
60const FieldOptions_CORD = descriptorpb.FieldOptions_CORD
61const FieldOptions_STRING_PIECE = descriptorpb.FieldOptions_STRING_PIECE
62
63var FieldOptions_CType_name = descriptorpb.FieldOptions_CType_name
64var FieldOptions_CType_value = descriptorpb.FieldOptions_CType_value
65
66type FieldOptions_JSType = descriptorpb.FieldOptions_JSType
67
68const FieldOptions_JS_NORMAL = descriptorpb.FieldOptions_JS_NORMAL
69const FieldOptions_JS_STRING = descriptorpb.FieldOptions_JS_STRING
70const FieldOptions_JS_NUMBER = descriptorpb.FieldOptions_JS_NUMBER
71
72var FieldOptions_JSType_name = descriptorpb.FieldOptions_JSType_name
73var FieldOptions_JSType_value = descriptorpb.FieldOptions_JSType_value
74
75type MethodOptions_IdempotencyLevel = descriptorpb.MethodOptions_IdempotencyLevel
76
77const MethodOptions_IDEMPOTENCY_UNKNOWN = descriptorpb.MethodOptions_IDEMPOTENCY_UNKNOWN
78const MethodOptions_NO_SIDE_EFFECTS = descriptorpb.MethodOptions_NO_SIDE_EFFECTS
79const MethodOptions_IDEMPOTENT = descriptorpb.MethodOptions_IDEMPOTENT
80
81var MethodOptions_IdempotencyLevel_name = descriptorpb.MethodOptions_IdempotencyLevel_name
82var MethodOptions_IdempotencyLevel_value = descriptorpb.MethodOptions_IdempotencyLevel_value
83
84type 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
94
95const Default_MethodDescriptorProto_ClientStreaming = descriptorpb.Default_MethodDescriptorProto_ClientStreaming
96const Default_MethodDescriptorProto_ServerStreaming = descriptorpb.Default_MethodDescriptorProto_ServerStreaming
97
98type FileOptions = descriptorpb.FileOptions
99
100const 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
109
110type MessageOptions = descriptorpb.MessageOptions
111
112const Default_MessageOptions_MessageSetWireFormat = descriptorpb.Default_MessageOptions_MessageSetWireFormat
113const Default_MessageOptions_NoStandardDescriptorAccessor = descriptorpb.Default_MessageOptions_NoStandardDescriptorAccessor
114const Default_MessageOptions_Deprecated = descriptorpb.Default_MessageOptions_Deprecated
115
116type FieldOptions = descriptorpb.FieldOptions
117
118const 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
123
124type OneofOptions = descriptorpb.OneofOptions
125type EnumOptions = descriptorpb.EnumOptions
126
127const Default_EnumOptions_Deprecated = descriptorpb.Default_EnumOptions_Deprecated
128
129type EnumValueOptions = descriptorpb.EnumValueOptions
130
131const Default_EnumValueOptions_Deprecated = descriptorpb.Default_EnumValueOptions_Deprecated
132
133type ServiceOptions = descriptorpb.ServiceOptions
134
135const Default_ServiceOptions_Deprecated = descriptorpb.Default_ServiceOptions_Deprecated
136
137type MethodOptions = descriptorpb.MethodOptions
138
139const Default_MethodOptions_Deprecated = descriptorpb.Default_MethodOptions_Deprecated
140const Default_MethodOptions_IdempotencyLevel = descriptorpb.Default_MethodOptions_IdempotencyLevel
141
142type 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
151
152var File_github_com_golang_protobuf_protoc_gen_go_descriptor_descriptor_proto protoreflect.FileDescriptor
153
154var 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,
167}
168
169var 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
176}
177
178func 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
182 }
183 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
200}