@otonoma/paranet-client 2.15.0-rc.7 → 2.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/cjs/client.d.ts +169 -0
  2. package/dist/cjs/client.d.ts.map +1 -0
  3. package/dist/cjs/graphql.d.ts +8 -0
  4. package/dist/cjs/graphql.d.ts.map +1 -0
  5. package/dist/cjs/index.cjs +7920 -0
  6. package/dist/cjs/index.cjs.map +1 -0
  7. package/dist/cjs/index.d.ts +13 -0
  8. package/dist/cjs/index.d.ts.map +1 -0
  9. package/dist/cjs/pncp.d.ts +130 -0
  10. package/dist/cjs/pncp.d.ts.map +1 -0
  11. package/dist/cjs/proto/broker.grpc.client.d.ts +154 -0
  12. package/dist/cjs/proto/broker.grpc.client.d.ts.map +1 -0
  13. package/dist/cjs/proto/broker.grpc.d.ts +6 -0
  14. package/dist/cjs/proto/broker.grpc.d.ts.map +1 -0
  15. package/dist/cjs/proto/broker_api.d.ts +333 -0
  16. package/dist/cjs/proto/broker_api.d.ts.map +1 -0
  17. package/dist/cjs/proto/google/protobuf/descriptor.d.ts +2507 -0
  18. package/dist/cjs/proto/google/protobuf/descriptor.d.ts.map +1 -0
  19. package/dist/cjs/proto/google/protobuf/timestamp.d.ts +157 -0
  20. package/dist/cjs/proto/google/protobuf/timestamp.d.ts.map +1 -0
  21. package/dist/cjs/proto/grpc/health/v1/health.client.d.ts +79 -0
  22. package/dist/cjs/proto/grpc/health/v1/health.client.d.ts.map +1 -0
  23. package/dist/cjs/proto/grpc/health/v1/health.d.ts +74 -0
  24. package/dist/cjs/proto/grpc/health/v1/health.d.ts.map +1 -0
  25. package/dist/cjs/proto/identifiers.d.ts +82 -0
  26. package/dist/cjs/proto/identifiers.d.ts.map +1 -0
  27. package/dist/cjs/proto/mediums.d.ts +71 -0
  28. package/dist/cjs/proto/mediums.d.ts.map +1 -0
  29. package/dist/cjs/proto/observation.d.ts +287 -0
  30. package/dist/cjs/proto/observation.d.ts.map +1 -0
  31. package/dist/cjs/proto/otonoma/common/value.d.ts +127 -0
  32. package/dist/cjs/proto/otonoma/common/value.d.ts.map +1 -0
  33. package/dist/cjs/proto/pncp.d.ts +596 -0
  34. package/dist/cjs/proto/pncp.d.ts.map +1 -0
  35. package/dist/cjs/schema/paranet.d.ts +337 -0
  36. package/dist/cjs/schema/paranet.d.ts.map +1 -0
  37. package/dist/cjs/util.d.ts +5 -0
  38. package/dist/cjs/util.d.ts.map +1 -0
  39. package/dist/esm/client.d.ts +169 -0
  40. package/dist/esm/client.d.ts.map +1 -0
  41. package/dist/esm/graphql.d.ts +8 -0
  42. package/dist/esm/graphql.d.ts.map +1 -0
  43. package/dist/esm/index.d.ts +13 -0
  44. package/dist/esm/index.d.ts.map +1 -0
  45. package/dist/esm/index.mjs +7868 -0
  46. package/dist/esm/index.mjs.map +1 -0
  47. package/dist/esm/pncp.d.ts +130 -0
  48. package/dist/esm/pncp.d.ts.map +1 -0
  49. package/dist/esm/proto/broker.grpc.client.d.ts +154 -0
  50. package/dist/esm/proto/broker.grpc.client.d.ts.map +1 -0
  51. package/dist/esm/proto/broker.grpc.d.ts +6 -0
  52. package/dist/esm/proto/broker.grpc.d.ts.map +1 -0
  53. package/dist/esm/proto/broker_api.d.ts +333 -0
  54. package/dist/esm/proto/broker_api.d.ts.map +1 -0
  55. package/dist/esm/proto/google/protobuf/descriptor.d.ts +2507 -0
  56. package/dist/esm/proto/google/protobuf/descriptor.d.ts.map +1 -0
  57. package/dist/esm/proto/google/protobuf/timestamp.d.ts +157 -0
  58. package/dist/esm/proto/google/protobuf/timestamp.d.ts.map +1 -0
  59. package/dist/esm/proto/grpc/health/v1/health.client.d.ts +79 -0
  60. package/dist/esm/proto/grpc/health/v1/health.client.d.ts.map +1 -0
  61. package/dist/esm/proto/grpc/health/v1/health.d.ts +74 -0
  62. package/dist/esm/proto/grpc/health/v1/health.d.ts.map +1 -0
  63. package/dist/esm/proto/identifiers.d.ts +82 -0
  64. package/dist/esm/proto/identifiers.d.ts.map +1 -0
  65. package/dist/esm/proto/mediums.d.ts +71 -0
  66. package/dist/esm/proto/mediums.d.ts.map +1 -0
  67. package/dist/esm/proto/observation.d.ts +287 -0
  68. package/dist/esm/proto/observation.d.ts.map +1 -0
  69. package/dist/esm/proto/otonoma/common/value.d.ts +127 -0
  70. package/dist/esm/proto/otonoma/common/value.d.ts.map +1 -0
  71. package/dist/esm/proto/pncp.d.ts +596 -0
  72. package/dist/esm/proto/pncp.d.ts.map +1 -0
  73. package/dist/esm/schema/paranet.d.ts +337 -0
  74. package/dist/esm/schema/paranet.d.ts.map +1 -0
  75. package/dist/esm/util.d.ts +5 -0
  76. package/dist/esm/util.d.ts.map +1 -0
  77. package/dist/index.d.cts +2349 -0
  78. package/dist/index.d.mts +2349 -0
  79. package/dist/proto/google/protobuf/descriptor.d.ts +9 -1
  80. package/dist/proto/google/protobuf/descriptor.d.ts.map +1 -1
  81. package/dist/proto/google/protobuf/descriptor.js +8 -0
  82. package/package.json +2 -2
@@ -0,0 +1,2507 @@
1
+ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
+ import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
+ import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
+ import type { IBinaryReader } from "@protobuf-ts/runtime";
5
+ import type { PartialMessage } from "@protobuf-ts/runtime";
6
+ import { MessageType } from "@protobuf-ts/runtime";
7
+ /**
8
+ * The protocol compiler can output a FileDescriptorSet containing the .proto
9
+ * files it parses.
10
+ *
11
+ * @generated from protobuf message google.protobuf.FileDescriptorSet
12
+ */
13
+ export interface FileDescriptorSet {
14
+ /**
15
+ * @generated from protobuf field: repeated google.protobuf.FileDescriptorProto file = 1;
16
+ */
17
+ file: FileDescriptorProto[];
18
+ }
19
+ /**
20
+ * Describes a complete .proto file.
21
+ *
22
+ * @generated from protobuf message google.protobuf.FileDescriptorProto
23
+ */
24
+ export interface FileDescriptorProto {
25
+ /**
26
+ * @generated from protobuf field: optional string name = 1;
27
+ */
28
+ name?: string;
29
+ /**
30
+ * @generated from protobuf field: optional string package = 2;
31
+ */
32
+ package?: string;
33
+ /**
34
+ * Names of files imported by this file.
35
+ *
36
+ * @generated from protobuf field: repeated string dependency = 3;
37
+ */
38
+ dependency: string[];
39
+ /**
40
+ * Indexes of the public imported files in the dependency list above.
41
+ *
42
+ * @generated from protobuf field: repeated int32 public_dependency = 10;
43
+ */
44
+ publicDependency: number[];
45
+ /**
46
+ * Indexes of the weak imported files in the dependency list.
47
+ * For Google-internal migration only. Do not use.
48
+ *
49
+ * @generated from protobuf field: repeated int32 weak_dependency = 11;
50
+ */
51
+ weakDependency: number[];
52
+ /**
53
+ * Names of files imported by this file purely for the purpose of providing
54
+ * option extensions. These are excluded from the dependency list above.
55
+ *
56
+ * @generated from protobuf field: repeated string option_dependency = 15;
57
+ */
58
+ optionDependency: string[];
59
+ /**
60
+ * All top-level definitions in this file.
61
+ *
62
+ * @generated from protobuf field: repeated google.protobuf.DescriptorProto message_type = 4;
63
+ */
64
+ messageType: DescriptorProto[];
65
+ /**
66
+ * @generated from protobuf field: repeated google.protobuf.EnumDescriptorProto enum_type = 5;
67
+ */
68
+ enumType: EnumDescriptorProto[];
69
+ /**
70
+ * @generated from protobuf field: repeated google.protobuf.ServiceDescriptorProto service = 6;
71
+ */
72
+ service: ServiceDescriptorProto[];
73
+ /**
74
+ * @generated from protobuf field: repeated google.protobuf.FieldDescriptorProto extension = 7;
75
+ */
76
+ extension: FieldDescriptorProto[];
77
+ /**
78
+ * @generated from protobuf field: optional google.protobuf.FileOptions options = 8;
79
+ */
80
+ options?: FileOptions;
81
+ /**
82
+ * This field contains optional information about the original source code.
83
+ * You may safely remove this entire field without harming runtime
84
+ * functionality of the descriptors -- the information is needed only by
85
+ * development tools.
86
+ *
87
+ * @generated from protobuf field: optional google.protobuf.SourceCodeInfo source_code_info = 9;
88
+ */
89
+ sourceCodeInfo?: SourceCodeInfo;
90
+ /**
91
+ * The syntax of the proto file.
92
+ * The supported values are "proto2", "proto3", and "editions".
93
+ *
94
+ * If `edition` is present, this value must be "editions".
95
+ * WARNING: This field should only be used by protobuf plugins or special
96
+ * cases like the proto compiler. Other uses are discouraged and
97
+ * developers should rely on the protoreflect APIs for their client language.
98
+ *
99
+ * @generated from protobuf field: optional string syntax = 12;
100
+ */
101
+ syntax?: string;
102
+ /**
103
+ * The edition of the proto file.
104
+ * WARNING: This field should only be used by protobuf plugins or special
105
+ * cases like the proto compiler. Other uses are discouraged and
106
+ * developers should rely on the protoreflect APIs for their client language.
107
+ *
108
+ * @generated from protobuf field: optional google.protobuf.Edition edition = 14;
109
+ */
110
+ edition?: Edition;
111
+ }
112
+ /**
113
+ * Describes a message type.
114
+ *
115
+ * @generated from protobuf message google.protobuf.DescriptorProto
116
+ */
117
+ export interface DescriptorProto {
118
+ /**
119
+ * @generated from protobuf field: optional string name = 1;
120
+ */
121
+ name?: string;
122
+ /**
123
+ * @generated from protobuf field: repeated google.protobuf.FieldDescriptorProto field = 2;
124
+ */
125
+ field: FieldDescriptorProto[];
126
+ /**
127
+ * @generated from protobuf field: repeated google.protobuf.FieldDescriptorProto extension = 6;
128
+ */
129
+ extension: FieldDescriptorProto[];
130
+ /**
131
+ * @generated from protobuf field: repeated google.protobuf.DescriptorProto nested_type = 3;
132
+ */
133
+ nestedType: DescriptorProto[];
134
+ /**
135
+ * @generated from protobuf field: repeated google.protobuf.EnumDescriptorProto enum_type = 4;
136
+ */
137
+ enumType: EnumDescriptorProto[];
138
+ /**
139
+ * @generated from protobuf field: repeated google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
140
+ */
141
+ extensionRange: DescriptorProto_ExtensionRange[];
142
+ /**
143
+ * @generated from protobuf field: repeated google.protobuf.OneofDescriptorProto oneof_decl = 8;
144
+ */
145
+ oneofDecl: OneofDescriptorProto[];
146
+ /**
147
+ * @generated from protobuf field: optional google.protobuf.MessageOptions options = 7;
148
+ */
149
+ options?: MessageOptions;
150
+ /**
151
+ * @generated from protobuf field: repeated google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
152
+ */
153
+ reservedRange: DescriptorProto_ReservedRange[];
154
+ /**
155
+ * Reserved field names, which may not be used by fields in the same message.
156
+ * A given name may only be reserved once.
157
+ *
158
+ * @generated from protobuf field: repeated string reserved_name = 10;
159
+ */
160
+ reservedName: string[];
161
+ /**
162
+ * Support for `export` and `local` keywords on enums.
163
+ *
164
+ * @generated from protobuf field: optional google.protobuf.SymbolVisibility visibility = 11;
165
+ */
166
+ visibility?: SymbolVisibility;
167
+ }
168
+ /**
169
+ * @generated from protobuf message google.protobuf.DescriptorProto.ExtensionRange
170
+ */
171
+ export interface DescriptorProto_ExtensionRange {
172
+ /**
173
+ * @generated from protobuf field: optional int32 start = 1;
174
+ */
175
+ start?: number;
176
+ /**
177
+ * @generated from protobuf field: optional int32 end = 2;
178
+ */
179
+ end?: number;
180
+ /**
181
+ * @generated from protobuf field: optional google.protobuf.ExtensionRangeOptions options = 3;
182
+ */
183
+ options?: ExtensionRangeOptions;
184
+ }
185
+ /**
186
+ * Range of reserved tag numbers. Reserved tag numbers may not be used by
187
+ * fields or extension ranges in the same message. Reserved ranges may
188
+ * not overlap.
189
+ *
190
+ * @generated from protobuf message google.protobuf.DescriptorProto.ReservedRange
191
+ */
192
+ export interface DescriptorProto_ReservedRange {
193
+ /**
194
+ * @generated from protobuf field: optional int32 start = 1;
195
+ */
196
+ start?: number;
197
+ /**
198
+ * @generated from protobuf field: optional int32 end = 2;
199
+ */
200
+ end?: number;
201
+ }
202
+ /**
203
+ * @generated from protobuf message google.protobuf.ExtensionRangeOptions
204
+ */
205
+ export interface ExtensionRangeOptions {
206
+ /**
207
+ * The parser stores options it doesn't recognize here. See above.
208
+ *
209
+ * @generated from protobuf field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
210
+ */
211
+ uninterpretedOption: UninterpretedOption[];
212
+ /**
213
+ * For external users: DO NOT USE. We are in the process of open sourcing
214
+ * extension declaration and executing internal cleanups before it can be
215
+ * used externally.
216
+ *
217
+ * @generated from protobuf field: repeated google.protobuf.ExtensionRangeOptions.Declaration declaration = 2;
218
+ */
219
+ declaration: ExtensionRangeOptions_Declaration[];
220
+ /**
221
+ * Any features defined in the specific edition.
222
+ *
223
+ * @generated from protobuf field: optional google.protobuf.FeatureSet features = 50;
224
+ */
225
+ features?: FeatureSet;
226
+ /**
227
+ * The verification state of the range.
228
+ * TODO: flip the default to DECLARATION once all empty ranges
229
+ * are marked as UNVERIFIED.
230
+ *
231
+ * @generated from protobuf field: optional google.protobuf.ExtensionRangeOptions.VerificationState verification = 3;
232
+ */
233
+ verification?: ExtensionRangeOptions_VerificationState;
234
+ }
235
+ /**
236
+ * @generated from protobuf message google.protobuf.ExtensionRangeOptions.Declaration
237
+ */
238
+ export interface ExtensionRangeOptions_Declaration {
239
+ /**
240
+ * The extension number declared within the extension range.
241
+ *
242
+ * @generated from protobuf field: optional int32 number = 1;
243
+ */
244
+ number?: number;
245
+ /**
246
+ * The fully-qualified name of the extension field. There must be a leading
247
+ * dot in front of the full name.
248
+ *
249
+ * @generated from protobuf field: optional string full_name = 2;
250
+ */
251
+ fullName?: string;
252
+ /**
253
+ * The fully-qualified type name of the extension field. Unlike
254
+ * Metadata.type, Declaration.type must have a leading dot for messages
255
+ * and enums.
256
+ *
257
+ * @generated from protobuf field: optional string type = 3;
258
+ */
259
+ type?: string;
260
+ /**
261
+ * If true, indicates that the number is reserved in the extension range,
262
+ * and any extension field with the number will fail to compile. Set this
263
+ * when a declared extension field is deleted.
264
+ *
265
+ * @generated from protobuf field: optional bool reserved = 5;
266
+ */
267
+ reserved?: boolean;
268
+ /**
269
+ * If true, indicates that the extension must be defined as repeated.
270
+ * Otherwise the extension must be defined as optional.
271
+ *
272
+ * @generated from protobuf field: optional bool repeated = 6;
273
+ */
274
+ repeated?: boolean;
275
+ }
276
+ /**
277
+ * The verification state of the extension range.
278
+ *
279
+ * @generated from protobuf enum google.protobuf.ExtensionRangeOptions.VerificationState
280
+ */
281
+ export declare enum ExtensionRangeOptions_VerificationState {
282
+ /**
283
+ * All the extensions of the range must be declared.
284
+ *
285
+ * @generated from protobuf enum value: DECLARATION = 0;
286
+ */
287
+ DECLARATION = 0,
288
+ /**
289
+ * @generated from protobuf enum value: UNVERIFIED = 1;
290
+ */
291
+ UNVERIFIED = 1
292
+ }
293
+ /**
294
+ * Describes a field within a message.
295
+ *
296
+ * @generated from protobuf message google.protobuf.FieldDescriptorProto
297
+ */
298
+ export interface FieldDescriptorProto {
299
+ /**
300
+ * @generated from protobuf field: optional string name = 1;
301
+ */
302
+ name?: string;
303
+ /**
304
+ * @generated from protobuf field: optional int32 number = 3;
305
+ */
306
+ number?: number;
307
+ /**
308
+ * @generated from protobuf field: optional google.protobuf.FieldDescriptorProto.Label label = 4;
309
+ */
310
+ label?: FieldDescriptorProto_Label;
311
+ /**
312
+ * If type_name is set, this need not be set. If both this and type_name
313
+ * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
314
+ *
315
+ * @generated from protobuf field: optional google.protobuf.FieldDescriptorProto.Type type = 5;
316
+ */
317
+ type?: FieldDescriptorProto_Type;
318
+ /**
319
+ * For message and enum types, this is the name of the type. If the name
320
+ * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
321
+ * rules are used to find the type (i.e. first the nested types within this
322
+ * message are searched, then within the parent, on up to the root
323
+ * namespace).
324
+ *
325
+ * @generated from protobuf field: optional string type_name = 6;
326
+ */
327
+ typeName?: string;
328
+ /**
329
+ * For extensions, this is the name of the type being extended. It is
330
+ * resolved in the same manner as type_name.
331
+ *
332
+ * @generated from protobuf field: optional string extendee = 2;
333
+ */
334
+ extendee?: string;
335
+ /**
336
+ * For numeric types, contains the original text representation of the value.
337
+ * For booleans, "true" or "false".
338
+ * For strings, contains the default text contents (not escaped in any way).
339
+ * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
340
+ *
341
+ * @generated from protobuf field: optional string default_value = 7;
342
+ */
343
+ defaultValue?: string;
344
+ /**
345
+ * If set, gives the index of a oneof in the containing type's oneof_decl
346
+ * list. This field is a member of that oneof.
347
+ *
348
+ * @generated from protobuf field: optional int32 oneof_index = 9;
349
+ */
350
+ oneofIndex?: number;
351
+ /**
352
+ * JSON name of this field. The value is set by protocol compiler. If the
353
+ * user has set a "json_name" option on this field, that option's value
354
+ * will be used. Otherwise, it's deduced from the field's name by converting
355
+ * it to camelCase.
356
+ *
357
+ * @generated from protobuf field: optional string json_name = 10;
358
+ */
359
+ jsonName?: string;
360
+ /**
361
+ * @generated from protobuf field: optional google.protobuf.FieldOptions options = 8;
362
+ */
363
+ options?: FieldOptions;
364
+ /**
365
+ * If true, this is a proto3 "optional". When a proto3 field is optional, it
366
+ * tracks presence regardless of field type.
367
+ *
368
+ * When proto3_optional is true, this field must belong to a oneof to signal
369
+ * to old proto3 clients that presence is tracked for this field. This oneof
370
+ * is known as a "synthetic" oneof, and this field must be its sole member
371
+ * (each proto3 optional field gets its own synthetic oneof). Synthetic oneofs
372
+ * exist in the descriptor only, and do not generate any API. Synthetic oneofs
373
+ * must be ordered after all "real" oneofs.
374
+ *
375
+ * For message fields, proto3_optional doesn't create any semantic change,
376
+ * since non-repeated message fields always track presence. However it still
377
+ * indicates the semantic detail of whether the user wrote "optional" or not.
378
+ * This can be useful for round-tripping the .proto file. For consistency we
379
+ * give message fields a synthetic oneof also, even though it is not required
380
+ * to track presence. This is especially important because the parser can't
381
+ * tell if a field is a message or an enum, so it must always create a
382
+ * synthetic oneof.
383
+ *
384
+ * Proto2 optional fields do not set this flag, because they already indicate
385
+ * optional with `LABEL_OPTIONAL`.
386
+ *
387
+ * @generated from protobuf field: optional bool proto3_optional = 17;
388
+ */
389
+ proto3Optional?: boolean;
390
+ }
391
+ /**
392
+ * @generated from protobuf enum google.protobuf.FieldDescriptorProto.Type
393
+ */
394
+ export declare enum FieldDescriptorProto_Type {
395
+ /**
396
+ * @generated synthetic value - protobuf-ts requires all enums to have a 0 value
397
+ */
398
+ UNSPECIFIED$ = 0,
399
+ /**
400
+ * 0 is reserved for errors.
401
+ * Order is weird for historical reasons.
402
+ *
403
+ * @generated from protobuf enum value: TYPE_DOUBLE = 1;
404
+ */
405
+ DOUBLE = 1,
406
+ /**
407
+ * @generated from protobuf enum value: TYPE_FLOAT = 2;
408
+ */
409
+ FLOAT = 2,
410
+ /**
411
+ * Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
412
+ * negative values are likely.
413
+ *
414
+ * @generated from protobuf enum value: TYPE_INT64 = 3;
415
+ */
416
+ INT64 = 3,
417
+ /**
418
+ * @generated from protobuf enum value: TYPE_UINT64 = 4;
419
+ */
420
+ UINT64 = 4,
421
+ /**
422
+ * Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
423
+ * negative values are likely.
424
+ *
425
+ * @generated from protobuf enum value: TYPE_INT32 = 5;
426
+ */
427
+ INT32 = 5,
428
+ /**
429
+ * @generated from protobuf enum value: TYPE_FIXED64 = 6;
430
+ */
431
+ FIXED64 = 6,
432
+ /**
433
+ * @generated from protobuf enum value: TYPE_FIXED32 = 7;
434
+ */
435
+ FIXED32 = 7,
436
+ /**
437
+ * @generated from protobuf enum value: TYPE_BOOL = 8;
438
+ */
439
+ BOOL = 8,
440
+ /**
441
+ * @generated from protobuf enum value: TYPE_STRING = 9;
442
+ */
443
+ STRING = 9,
444
+ /**
445
+ * Tag-delimited aggregate.
446
+ * Group type is deprecated and not supported after google.protobuf. However, Proto3
447
+ * implementations should still be able to parse the group wire format and
448
+ * treat group fields as unknown fields. In Editions, the group wire format
449
+ * can be enabled via the `message_encoding` feature.
450
+ *
451
+ * @generated from protobuf enum value: TYPE_GROUP = 10;
452
+ */
453
+ GROUP = 10,
454
+ /**
455
+ * Length-delimited aggregate.
456
+ *
457
+ * @generated from protobuf enum value: TYPE_MESSAGE = 11;
458
+ */
459
+ MESSAGE = 11,
460
+ /**
461
+ * New in version 2.
462
+ *
463
+ * @generated from protobuf enum value: TYPE_BYTES = 12;
464
+ */
465
+ BYTES = 12,
466
+ /**
467
+ * @generated from protobuf enum value: TYPE_UINT32 = 13;
468
+ */
469
+ UINT32 = 13,
470
+ /**
471
+ * @generated from protobuf enum value: TYPE_ENUM = 14;
472
+ */
473
+ ENUM = 14,
474
+ /**
475
+ * @generated from protobuf enum value: TYPE_SFIXED32 = 15;
476
+ */
477
+ SFIXED32 = 15,
478
+ /**
479
+ * @generated from protobuf enum value: TYPE_SFIXED64 = 16;
480
+ */
481
+ SFIXED64 = 16,
482
+ /**
483
+ * Uses ZigZag encoding.
484
+ *
485
+ * @generated from protobuf enum value: TYPE_SINT32 = 17;
486
+ */
487
+ SINT32 = 17,
488
+ /**
489
+ * Uses ZigZag encoding.
490
+ *
491
+ * @generated from protobuf enum value: TYPE_SINT64 = 18;
492
+ */
493
+ SINT64 = 18
494
+ }
495
+ /**
496
+ * @generated from protobuf enum google.protobuf.FieldDescriptorProto.Label
497
+ */
498
+ export declare enum FieldDescriptorProto_Label {
499
+ /**
500
+ * @generated synthetic value - protobuf-ts requires all enums to have a 0 value
501
+ */
502
+ UNSPECIFIED$ = 0,
503
+ /**
504
+ * 0 is reserved for errors
505
+ *
506
+ * @generated from protobuf enum value: LABEL_OPTIONAL = 1;
507
+ */
508
+ OPTIONAL = 1,
509
+ /**
510
+ * @generated from protobuf enum value: LABEL_REPEATED = 3;
511
+ */
512
+ REPEATED = 3,
513
+ /**
514
+ * The required label is only allowed in google.protobuf. In proto3 and Editions
515
+ * it's explicitly prohibited. In Editions, the `field_presence` feature
516
+ * can be used to get this behavior.
517
+ *
518
+ * @generated from protobuf enum value: LABEL_REQUIRED = 2;
519
+ */
520
+ REQUIRED = 2
521
+ }
522
+ /**
523
+ * Describes a oneof.
524
+ *
525
+ * @generated from protobuf message google.protobuf.OneofDescriptorProto
526
+ */
527
+ export interface OneofDescriptorProto {
528
+ /**
529
+ * @generated from protobuf field: optional string name = 1;
530
+ */
531
+ name?: string;
532
+ /**
533
+ * @generated from protobuf field: optional google.protobuf.OneofOptions options = 2;
534
+ */
535
+ options?: OneofOptions;
536
+ }
537
+ /**
538
+ * Describes an enum type.
539
+ *
540
+ * @generated from protobuf message google.protobuf.EnumDescriptorProto
541
+ */
542
+ export interface EnumDescriptorProto {
543
+ /**
544
+ * @generated from protobuf field: optional string name = 1;
545
+ */
546
+ name?: string;
547
+ /**
548
+ * @generated from protobuf field: repeated google.protobuf.EnumValueDescriptorProto value = 2;
549
+ */
550
+ value: EnumValueDescriptorProto[];
551
+ /**
552
+ * @generated from protobuf field: optional google.protobuf.EnumOptions options = 3;
553
+ */
554
+ options?: EnumOptions;
555
+ /**
556
+ * Range of reserved numeric values. Reserved numeric values may not be used
557
+ * by enum values in the same enum declaration. Reserved ranges may not
558
+ * overlap.
559
+ *
560
+ * @generated from protobuf field: repeated google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4;
561
+ */
562
+ reservedRange: EnumDescriptorProto_EnumReservedRange[];
563
+ /**
564
+ * Reserved enum value names, which may not be reused. A given name may only
565
+ * be reserved once.
566
+ *
567
+ * @generated from protobuf field: repeated string reserved_name = 5;
568
+ */
569
+ reservedName: string[];
570
+ /**
571
+ * Support for `export` and `local` keywords on enums.
572
+ *
573
+ * @generated from protobuf field: optional google.protobuf.SymbolVisibility visibility = 6;
574
+ */
575
+ visibility?: SymbolVisibility;
576
+ }
577
+ /**
578
+ * Range of reserved numeric values. Reserved values may not be used by
579
+ * entries in the same enum. Reserved ranges may not overlap.
580
+ *
581
+ * Note that this is distinct from DescriptorProto.ReservedRange in that it
582
+ * is inclusive such that it can appropriately represent the entire int32
583
+ * domain.
584
+ *
585
+ * @generated from protobuf message google.protobuf.EnumDescriptorProto.EnumReservedRange
586
+ */
587
+ export interface EnumDescriptorProto_EnumReservedRange {
588
+ /**
589
+ * @generated from protobuf field: optional int32 start = 1;
590
+ */
591
+ start?: number;
592
+ /**
593
+ * @generated from protobuf field: optional int32 end = 2;
594
+ */
595
+ end?: number;
596
+ }
597
+ /**
598
+ * Describes a value within an enum.
599
+ *
600
+ * @generated from protobuf message google.protobuf.EnumValueDescriptorProto
601
+ */
602
+ export interface EnumValueDescriptorProto {
603
+ /**
604
+ * @generated from protobuf field: optional string name = 1;
605
+ */
606
+ name?: string;
607
+ /**
608
+ * @generated from protobuf field: optional int32 number = 2;
609
+ */
610
+ number?: number;
611
+ /**
612
+ * @generated from protobuf field: optional google.protobuf.EnumValueOptions options = 3;
613
+ */
614
+ options?: EnumValueOptions;
615
+ }
616
+ /**
617
+ * Describes a service.
618
+ *
619
+ * @generated from protobuf message google.protobuf.ServiceDescriptorProto
620
+ */
621
+ export interface ServiceDescriptorProto {
622
+ /**
623
+ * @generated from protobuf field: optional string name = 1;
624
+ */
625
+ name?: string;
626
+ /**
627
+ * @generated from protobuf field: repeated google.protobuf.MethodDescriptorProto method = 2;
628
+ */
629
+ method: MethodDescriptorProto[];
630
+ /**
631
+ * @generated from protobuf field: optional google.protobuf.ServiceOptions options = 3;
632
+ */
633
+ options?: ServiceOptions;
634
+ }
635
+ /**
636
+ * Describes a method of a service.
637
+ *
638
+ * @generated from protobuf message google.protobuf.MethodDescriptorProto
639
+ */
640
+ export interface MethodDescriptorProto {
641
+ /**
642
+ * @generated from protobuf field: optional string name = 1;
643
+ */
644
+ name?: string;
645
+ /**
646
+ * Input and output type names. These are resolved in the same way as
647
+ * FieldDescriptorProto.type_name, but must refer to a message type.
648
+ *
649
+ * @generated from protobuf field: optional string input_type = 2;
650
+ */
651
+ inputType?: string;
652
+ /**
653
+ * @generated from protobuf field: optional string output_type = 3;
654
+ */
655
+ outputType?: string;
656
+ /**
657
+ * @generated from protobuf field: optional google.protobuf.MethodOptions options = 4;
658
+ */
659
+ options?: MethodOptions;
660
+ /**
661
+ * Identifies if client streams multiple client messages
662
+ *
663
+ * @generated from protobuf field: optional bool client_streaming = 5;
664
+ */
665
+ clientStreaming?: boolean;
666
+ /**
667
+ * Identifies if server streams multiple server messages
668
+ *
669
+ * @generated from protobuf field: optional bool server_streaming = 6;
670
+ */
671
+ serverStreaming?: boolean;
672
+ }
673
+ /**
674
+ * @generated from protobuf message google.protobuf.FileOptions
675
+ */
676
+ export interface FileOptions {
677
+ /**
678
+ * Sets the Java package where classes generated from this .proto will be
679
+ * placed. By default, the proto package is used, but this is often
680
+ * inappropriate because proto packages do not normally start with backwards
681
+ * domain names.
682
+ *
683
+ * @generated from protobuf field: optional string java_package = 1;
684
+ */
685
+ javaPackage?: string;
686
+ /**
687
+ * Controls the name of the wrapper Java class generated for the .proto file.
688
+ * That class will always contain the .proto file's getDescriptor() method as
689
+ * well as any top-level extensions defined in the .proto file.
690
+ * If java_multiple_files is disabled, then all the other classes from the
691
+ * .proto file will be nested inside the single wrapper outer class.
692
+ *
693
+ * @generated from protobuf field: optional string java_outer_classname = 8;
694
+ */
695
+ javaOuterClassname?: string;
696
+ /**
697
+ * If enabled, then the Java code generator will generate a separate .java
698
+ * file for each top-level message, enum, and service defined in the .proto
699
+ * file. Thus, these types will *not* be nested inside the wrapper class
700
+ * named by java_outer_classname. However, the wrapper class will still be
701
+ * generated to contain the file's getDescriptor() method as well as any
702
+ * top-level extensions defined in the file.
703
+ *
704
+ * @generated from protobuf field: optional bool java_multiple_files = 10;
705
+ */
706
+ javaMultipleFiles?: boolean;
707
+ /**
708
+ * This option does nothing.
709
+ *
710
+ * @deprecated
711
+ * @generated from protobuf field: optional bool java_generate_equals_and_hash = 20 [deprecated = true];
712
+ */
713
+ javaGenerateEqualsAndHash?: boolean;
714
+ /**
715
+ * A proto2 file can set this to true to opt in to UTF-8 checking for Java,
716
+ * which will throw an exception if invalid UTF-8 is parsed from the wire or
717
+ * assigned to a string field.
718
+ *
719
+ * TODO: clarify exactly what kinds of field types this option
720
+ * applies to, and update these docs accordingly.
721
+ *
722
+ * Proto3 files already perform these checks. Setting the option explicitly to
723
+ * false has no effect: it cannot be used to opt proto3 files out of UTF-8
724
+ * checks.
725
+ *
726
+ * @generated from protobuf field: optional bool java_string_check_utf8 = 27;
727
+ */
728
+ javaStringCheckUtf8?: boolean;
729
+ /**
730
+ * @generated from protobuf field: optional google.protobuf.FileOptions.OptimizeMode optimize_for = 9;
731
+ */
732
+ optimizeFor?: FileOptions_OptimizeMode;
733
+ /**
734
+ * Sets the Go package where structs generated from this .proto will be
735
+ * placed. If omitted, the Go package will be derived from the following:
736
+ * - The basename of the package import path, if provided.
737
+ * - Otherwise, the package statement in the .proto file, if present.
738
+ * - Otherwise, the basename of the .proto file, without extension.
739
+ *
740
+ * @generated from protobuf field: optional string go_package = 11;
741
+ */
742
+ goPackage?: string;
743
+ /**
744
+ * Should generic services be generated in each language? "Generic" services
745
+ * are not specific to any particular RPC system. They are generated by the
746
+ * main code generators in each language (without additional plugins).
747
+ * Generic services were the only kind of service generation supported by
748
+ * early versions of google.protobuf.
749
+ *
750
+ * Generic services are now considered deprecated in favor of using plugins
751
+ * that generate code specific to your particular RPC system. Therefore,
752
+ * these default to false. Old code which depends on generic services should
753
+ * explicitly set them to true.
754
+ *
755
+ * @generated from protobuf field: optional bool cc_generic_services = 16;
756
+ */
757
+ ccGenericServices?: boolean;
758
+ /**
759
+ * @generated from protobuf field: optional bool java_generic_services = 17;
760
+ */
761
+ javaGenericServices?: boolean;
762
+ /**
763
+ * @generated from protobuf field: optional bool py_generic_services = 18;
764
+ */
765
+ pyGenericServices?: boolean;
766
+ /**
767
+ * Is this file deprecated?
768
+ * Depending on the target platform, this can emit Deprecated annotations
769
+ * for everything in the file, or it will be completely ignored; in the very
770
+ * least, this is a formalization for deprecating files.
771
+ *
772
+ * @generated from protobuf field: optional bool deprecated = 23;
773
+ */
774
+ deprecated?: boolean;
775
+ /**
776
+ * Enables the use of arenas for the proto messages in this file. This applies
777
+ * only to generated classes for C++.
778
+ *
779
+ * @generated from protobuf field: optional bool cc_enable_arenas = 31;
780
+ */
781
+ ccEnableArenas?: boolean;
782
+ /**
783
+ * Sets the objective c class prefix which is prepended to all objective c
784
+ * generated classes from this .proto. There is no default.
785
+ *
786
+ * @generated from protobuf field: optional string objc_class_prefix = 36;
787
+ */
788
+ objcClassPrefix?: string;
789
+ /**
790
+ * Namespace for generated classes; defaults to the package.
791
+ *
792
+ * @generated from protobuf field: optional string csharp_namespace = 37;
793
+ */
794
+ csharpNamespace?: string;
795
+ /**
796
+ * By default Swift generators will take the proto package and CamelCase it
797
+ * replacing '.' with underscore and use that to prefix the types/symbols
798
+ * defined. When this options is provided, they will use this value instead
799
+ * to prefix the types/symbols defined.
800
+ *
801
+ * @generated from protobuf field: optional string swift_prefix = 39;
802
+ */
803
+ swiftPrefix?: string;
804
+ /**
805
+ * Sets the php class prefix which is prepended to all php generated classes
806
+ * from this .proto. Default is empty.
807
+ *
808
+ * @generated from protobuf field: optional string php_class_prefix = 40;
809
+ */
810
+ phpClassPrefix?: string;
811
+ /**
812
+ * Use this option to change the namespace of php generated classes. Default
813
+ * is empty. When this option is empty, the package name will be used for
814
+ * determining the namespace.
815
+ *
816
+ * @generated from protobuf field: optional string php_namespace = 41;
817
+ */
818
+ phpNamespace?: string;
819
+ /**
820
+ * Use this option to change the namespace of php generated metadata classes.
821
+ * Default is empty. When this option is empty, the proto file name will be
822
+ * used for determining the namespace.
823
+ *
824
+ * @generated from protobuf field: optional string php_metadata_namespace = 44;
825
+ */
826
+ phpMetadataNamespace?: string;
827
+ /**
828
+ * Use this option to change the package of ruby generated classes. Default
829
+ * is empty. When this option is not set, the package name will be used for
830
+ * determining the ruby package.
831
+ *
832
+ * @generated from protobuf field: optional string ruby_package = 45;
833
+ */
834
+ rubyPackage?: string;
835
+ /**
836
+ * Any features defined in the specific edition.
837
+ * WARNING: This field should only be used by protobuf plugins or special
838
+ * cases like the proto compiler. Other uses are discouraged and
839
+ * developers should rely on the protoreflect APIs for their client language.
840
+ *
841
+ * @generated from protobuf field: optional google.protobuf.FeatureSet features = 50;
842
+ */
843
+ features?: FeatureSet;
844
+ /**
845
+ * The parser stores options it doesn't recognize here.
846
+ * See the documentation for the "Options" section above.
847
+ *
848
+ * @generated from protobuf field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
849
+ */
850
+ uninterpretedOption: UninterpretedOption[];
851
+ }
852
+ /**
853
+ * Generated classes can be optimized for speed or code size.
854
+ *
855
+ * @generated from protobuf enum google.protobuf.FileOptions.OptimizeMode
856
+ */
857
+ export declare enum FileOptions_OptimizeMode {
858
+ /**
859
+ * @generated synthetic value - protobuf-ts requires all enums to have a 0 value
860
+ */
861
+ UNSPECIFIED$ = 0,
862
+ /**
863
+ * Generate complete code for parsing, serialization,
864
+ *
865
+ * @generated from protobuf enum value: SPEED = 1;
866
+ */
867
+ SPEED = 1,
868
+ /**
869
+ * etc.
870
+ *
871
+ * Use ReflectionOps to implement these methods.
872
+ *
873
+ * @generated from protobuf enum value: CODE_SIZE = 2;
874
+ */
875
+ CODE_SIZE = 2,
876
+ /**
877
+ * Generate code using MessageLite and the lite runtime.
878
+ *
879
+ * @generated from protobuf enum value: LITE_RUNTIME = 3;
880
+ */
881
+ LITE_RUNTIME = 3
882
+ }
883
+ /**
884
+ * @generated from protobuf message google.protobuf.MessageOptions
885
+ */
886
+ export interface MessageOptions {
887
+ /**
888
+ * Set true to use the old proto1 MessageSet wire format for extensions.
889
+ * This is provided for backwards-compatibility with the MessageSet wire
890
+ * format. You should not use this for any other reason: It's less
891
+ * efficient, has fewer features, and is more complicated.
892
+ *
893
+ * The message must be defined exactly as follows:
894
+ * message Foo {
895
+ * option message_set_wire_format = true;
896
+ * extensions 4 to max;
897
+ * }
898
+ * Note that the message cannot have any defined fields; MessageSets only
899
+ * have extensions.
900
+ *
901
+ * All extensions of your type must be singular messages; e.g. they cannot
902
+ * be int32s, enums, or repeated messages.
903
+ *
904
+ * Because this is an option, the above two restrictions are not enforced by
905
+ * the protocol compiler.
906
+ *
907
+ * @generated from protobuf field: optional bool message_set_wire_format = 1;
908
+ */
909
+ messageSetWireFormat?: boolean;
910
+ /**
911
+ * Disables the generation of the standard "descriptor()" accessor, which can
912
+ * conflict with a field of the same name. This is meant to make migration
913
+ * from proto1 easier; new code should avoid fields named "descriptor".
914
+ *
915
+ * @generated from protobuf field: optional bool no_standard_descriptor_accessor = 2;
916
+ */
917
+ noStandardDescriptorAccessor?: boolean;
918
+ /**
919
+ * Is this message deprecated?
920
+ * Depending on the target platform, this can emit Deprecated annotations
921
+ * for the message, or it will be completely ignored; in the very least,
922
+ * this is a formalization for deprecating messages.
923
+ *
924
+ * @generated from protobuf field: optional bool deprecated = 3;
925
+ */
926
+ deprecated?: boolean;
927
+ /**
928
+ * Whether the message is an automatically generated map entry type for the
929
+ * maps field.
930
+ *
931
+ * For maps fields:
932
+ * map<KeyType, ValueType> map_field = 1;
933
+ * The parsed descriptor looks like:
934
+ * message MapFieldEntry {
935
+ * option map_entry = true;
936
+ * optional KeyType key = 1;
937
+ * optional ValueType value = 2;
938
+ * }
939
+ * repeated MapFieldEntry map_field = 1;
940
+ *
941
+ * Implementations may choose not to generate the map_entry=true message, but
942
+ * use a native map in the target language to hold the keys and values.
943
+ * The reflection APIs in such implementations still need to work as
944
+ * if the field is a repeated message field.
945
+ *
946
+ * NOTE: Do not set the option in .proto files. Always use the maps syntax
947
+ * instead. The option should only be implicitly set by the proto compiler
948
+ * parser.
949
+ *
950
+ * @generated from protobuf field: optional bool map_entry = 7;
951
+ */
952
+ mapEntry?: boolean;
953
+ /**
954
+ * Enable the legacy handling of JSON field name conflicts. This lowercases
955
+ * and strips underscored from the fields before comparison in proto3 only.
956
+ * The new behavior takes `json_name` into account and applies to proto2 as
957
+ * well.
958
+ *
959
+ * This should only be used as a temporary measure against broken builds due
960
+ * to the change in behavior for JSON field name conflicts.
961
+ *
962
+ * TODO This is legacy behavior we plan to remove once downstream
963
+ * teams have had time to migrate.
964
+ *
965
+ * @deprecated
966
+ * @generated from protobuf field: optional bool deprecated_legacy_json_field_conflicts = 11 [deprecated = true];
967
+ */
968
+ deprecatedLegacyJsonFieldConflicts?: boolean;
969
+ /**
970
+ * Any features defined in the specific edition.
971
+ * WARNING: This field should only be used by protobuf plugins or special
972
+ * cases like the proto compiler. Other uses are discouraged and
973
+ * developers should rely on the protoreflect APIs for their client language.
974
+ *
975
+ * @generated from protobuf field: optional google.protobuf.FeatureSet features = 12;
976
+ */
977
+ features?: FeatureSet;
978
+ /**
979
+ * The parser stores options it doesn't recognize here. See above.
980
+ *
981
+ * @generated from protobuf field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
982
+ */
983
+ uninterpretedOption: UninterpretedOption[];
984
+ }
985
+ /**
986
+ * @generated from protobuf message google.protobuf.FieldOptions
987
+ */
988
+ export interface FieldOptions {
989
+ /**
990
+ * NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
991
+ * The ctype option instructs the C++ code generator to use a different
992
+ * representation of the field than it normally would. See the specific
993
+ * options below. This option is only implemented to support use of
994
+ * [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
995
+ * type "bytes" in the open source release.
996
+ * TODO: make ctype actually deprecated.
997
+ *
998
+ * @generated from protobuf field: optional google.protobuf.FieldOptions.CType ctype = 1;
999
+ */
1000
+ ctype?: FieldOptions_CType;
1001
+ /**
1002
+ * The packed option can be enabled for repeated primitive fields to enable
1003
+ * a more efficient representation on the wire. Rather than repeatedly
1004
+ * writing the tag and type for each element, the entire array is encoded as
1005
+ * a single length-delimited blob. In proto3, only explicit setting it to
1006
+ * false will avoid using packed encoding. This option is prohibited in
1007
+ * Editions, but the `repeated_field_encoding` feature can be used to control
1008
+ * the behavior.
1009
+ *
1010
+ * @generated from protobuf field: optional bool packed = 2;
1011
+ */
1012
+ packed?: boolean;
1013
+ /**
1014
+ * The jstype option determines the JavaScript type used for values of the
1015
+ * field. The option is permitted only for 64 bit integral and fixed types
1016
+ * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
1017
+ * is represented as JavaScript string, which avoids loss of precision that
1018
+ * can happen when a large value is converted to a floating point JavaScript.
1019
+ * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
1020
+ * use the JavaScript "number" type. The behavior of the default option
1021
+ * JS_NORMAL is implementation dependent.
1022
+ *
1023
+ * This option is an enum to permit additional types to be added, e.g.
1024
+ * goog.math.Integer.
1025
+ *
1026
+ * @generated from protobuf field: optional google.protobuf.FieldOptions.JSType jstype = 6;
1027
+ */
1028
+ jstype?: FieldOptions_JSType;
1029
+ /**
1030
+ * Should this field be parsed lazily? Lazy applies only to message-type
1031
+ * fields. It means that when the outer message is initially parsed, the
1032
+ * inner message's contents will not be parsed but instead stored in encoded
1033
+ * form. The inner message will actually be parsed when it is first accessed.
1034
+ *
1035
+ * This is only a hint. Implementations are free to choose whether to use
1036
+ * eager or lazy parsing regardless of the value of this option. However,
1037
+ * setting this option true suggests that the protocol author believes that
1038
+ * using lazy parsing on this field is worth the additional bookkeeping
1039
+ * overhead typically needed to implement it.
1040
+ *
1041
+ * This option does not affect the public interface of any generated code;
1042
+ * all method signatures remain the same. Furthermore, thread-safety of the
1043
+ * interface is not affected by this option; const methods remain safe to
1044
+ * call from multiple threads concurrently, while non-const methods continue
1045
+ * to require exclusive access.
1046
+ *
1047
+ * Note that lazy message fields are still eagerly verified to check
1048
+ * ill-formed wireformat or missing required fields. Calling IsInitialized()
1049
+ * on the outer message would fail if the inner message has missing required
1050
+ * fields. Failed verification would result in parsing failure (except when
1051
+ * uninitialized messages are acceptable).
1052
+ *
1053
+ * @generated from protobuf field: optional bool lazy = 5;
1054
+ */
1055
+ lazy?: boolean;
1056
+ /**
1057
+ * unverified_lazy does no correctness checks on the byte stream. This should
1058
+ * only be used where lazy with verification is prohibitive for performance
1059
+ * reasons.
1060
+ *
1061
+ * @generated from protobuf field: optional bool unverified_lazy = 15;
1062
+ */
1063
+ unverifiedLazy?: boolean;
1064
+ /**
1065
+ * Is this field deprecated?
1066
+ * Depending on the target platform, this can emit Deprecated annotations
1067
+ * for accessors, or it will be completely ignored; in the very least, this
1068
+ * is a formalization for deprecating fields.
1069
+ *
1070
+ * @generated from protobuf field: optional bool deprecated = 3;
1071
+ */
1072
+ deprecated?: boolean;
1073
+ /**
1074
+ * DEPRECATED. DO NOT USE!
1075
+ * For Google-internal migration only. Do not use.
1076
+ *
1077
+ * @deprecated
1078
+ * @generated from protobuf field: optional bool weak = 10 [deprecated = true];
1079
+ */
1080
+ weak?: boolean;
1081
+ /**
1082
+ * Indicate that the field value should not be printed out when using debug
1083
+ * formats, e.g. when the field contains sensitive credentials.
1084
+ *
1085
+ * @generated from protobuf field: optional bool debug_redact = 16;
1086
+ */
1087
+ debugRedact?: boolean;
1088
+ /**
1089
+ * @generated from protobuf field: optional google.protobuf.FieldOptions.OptionRetention retention = 17;
1090
+ */
1091
+ retention?: FieldOptions_OptionRetention;
1092
+ /**
1093
+ * @generated from protobuf field: repeated google.protobuf.FieldOptions.OptionTargetType targets = 19;
1094
+ */
1095
+ targets: FieldOptions_OptionTargetType[];
1096
+ /**
1097
+ * @generated from protobuf field: repeated google.protobuf.FieldOptions.EditionDefault edition_defaults = 20;
1098
+ */
1099
+ editionDefaults: FieldOptions_EditionDefault[];
1100
+ /**
1101
+ * Any features defined in the specific edition.
1102
+ * WARNING: This field should only be used by protobuf plugins or special
1103
+ * cases like the proto compiler. Other uses are discouraged and
1104
+ * developers should rely on the protoreflect APIs for their client language.
1105
+ *
1106
+ * @generated from protobuf field: optional google.protobuf.FeatureSet features = 21;
1107
+ */
1108
+ features?: FeatureSet;
1109
+ /**
1110
+ * @generated from protobuf field: optional google.protobuf.FieldOptions.FeatureSupport feature_support = 22;
1111
+ */
1112
+ featureSupport?: FieldOptions_FeatureSupport;
1113
+ /**
1114
+ * The parser stores options it doesn't recognize here. See above.
1115
+ *
1116
+ * @generated from protobuf field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
1117
+ */
1118
+ uninterpretedOption: UninterpretedOption[];
1119
+ }
1120
+ /**
1121
+ * @generated from protobuf message google.protobuf.FieldOptions.EditionDefault
1122
+ */
1123
+ export interface FieldOptions_EditionDefault {
1124
+ /**
1125
+ * @generated from protobuf field: optional google.protobuf.Edition edition = 3;
1126
+ */
1127
+ edition?: Edition;
1128
+ /**
1129
+ * @generated from protobuf field: optional string value = 2;
1130
+ */
1131
+ value?: string;
1132
+ }
1133
+ /**
1134
+ * Information about the support window of a feature.
1135
+ *
1136
+ * @generated from protobuf message google.protobuf.FieldOptions.FeatureSupport
1137
+ */
1138
+ export interface FieldOptions_FeatureSupport {
1139
+ /**
1140
+ * The edition that this feature was first available in. In editions
1141
+ * earlier than this one, the default assigned to EDITION_LEGACY will be
1142
+ * used, and proto files will not be able to override it.
1143
+ *
1144
+ * @generated from protobuf field: optional google.protobuf.Edition edition_introduced = 1;
1145
+ */
1146
+ editionIntroduced?: Edition;
1147
+ /**
1148
+ * The edition this feature becomes deprecated in. Using this after this
1149
+ * edition may trigger warnings.
1150
+ *
1151
+ * @generated from protobuf field: optional google.protobuf.Edition edition_deprecated = 2;
1152
+ */
1153
+ editionDeprecated?: Edition;
1154
+ /**
1155
+ * The deprecation warning text if this feature is used after the edition it
1156
+ * was marked deprecated in.
1157
+ *
1158
+ * @generated from protobuf field: optional string deprecation_warning = 3;
1159
+ */
1160
+ deprecationWarning?: string;
1161
+ /**
1162
+ * The edition this feature is no longer available in. In editions after
1163
+ * this one, the last default assigned will be used, and proto files will
1164
+ * not be able to override it.
1165
+ *
1166
+ * @generated from protobuf field: optional google.protobuf.Edition edition_removed = 4;
1167
+ */
1168
+ editionRemoved?: Edition;
1169
+ /**
1170
+ * The removal error text if this feature is used after the edition it was
1171
+ * removed in.
1172
+ *
1173
+ * @generated from protobuf field: optional string removal_error = 5;
1174
+ */
1175
+ removalError?: string;
1176
+ }
1177
+ /**
1178
+ * @generated from protobuf enum google.protobuf.FieldOptions.CType
1179
+ */
1180
+ export declare enum FieldOptions_CType {
1181
+ /**
1182
+ * Default mode.
1183
+ *
1184
+ * @generated from protobuf enum value: STRING = 0;
1185
+ */
1186
+ STRING = 0,
1187
+ /**
1188
+ * The option [ctype=CORD] may be applied to a non-repeated field of type
1189
+ * "bytes". It indicates that in C++, the data should be stored in a Cord
1190
+ * instead of a string. For very large strings, this may reduce memory
1191
+ * fragmentation. It may also allow better performance when parsing from a
1192
+ * Cord, or when parsing with aliasing enabled, as the parsed Cord may then
1193
+ * alias the original buffer.
1194
+ *
1195
+ * @generated from protobuf enum value: CORD = 1;
1196
+ */
1197
+ CORD = 1,
1198
+ /**
1199
+ * @generated from protobuf enum value: STRING_PIECE = 2;
1200
+ */
1201
+ STRING_PIECE = 2
1202
+ }
1203
+ /**
1204
+ * @generated from protobuf enum google.protobuf.FieldOptions.JSType
1205
+ */
1206
+ export declare enum FieldOptions_JSType {
1207
+ /**
1208
+ * Use the default type.
1209
+ *
1210
+ * @generated from protobuf enum value: JS_NORMAL = 0;
1211
+ */
1212
+ JS_NORMAL = 0,
1213
+ /**
1214
+ * Use JavaScript strings.
1215
+ *
1216
+ * @generated from protobuf enum value: JS_STRING = 1;
1217
+ */
1218
+ JS_STRING = 1,
1219
+ /**
1220
+ * Use JavaScript numbers.
1221
+ *
1222
+ * @generated from protobuf enum value: JS_NUMBER = 2;
1223
+ */
1224
+ JS_NUMBER = 2
1225
+ }
1226
+ /**
1227
+ * If set to RETENTION_SOURCE, the option will be omitted from the binary.
1228
+ *
1229
+ * @generated from protobuf enum google.protobuf.FieldOptions.OptionRetention
1230
+ */
1231
+ export declare enum FieldOptions_OptionRetention {
1232
+ /**
1233
+ * @generated from protobuf enum value: RETENTION_UNKNOWN = 0;
1234
+ */
1235
+ RETENTION_UNKNOWN = 0,
1236
+ /**
1237
+ * @generated from protobuf enum value: RETENTION_RUNTIME = 1;
1238
+ */
1239
+ RETENTION_RUNTIME = 1,
1240
+ /**
1241
+ * @generated from protobuf enum value: RETENTION_SOURCE = 2;
1242
+ */
1243
+ RETENTION_SOURCE = 2
1244
+ }
1245
+ /**
1246
+ * This indicates the types of entities that the field may apply to when used
1247
+ * as an option. If it is unset, then the field may be freely used as an
1248
+ * option on any kind of entity.
1249
+ *
1250
+ * @generated from protobuf enum google.protobuf.FieldOptions.OptionTargetType
1251
+ */
1252
+ export declare enum FieldOptions_OptionTargetType {
1253
+ /**
1254
+ * @generated from protobuf enum value: TARGET_TYPE_UNKNOWN = 0;
1255
+ */
1256
+ TARGET_TYPE_UNKNOWN = 0,
1257
+ /**
1258
+ * @generated from protobuf enum value: TARGET_TYPE_FILE = 1;
1259
+ */
1260
+ TARGET_TYPE_FILE = 1,
1261
+ /**
1262
+ * @generated from protobuf enum value: TARGET_TYPE_EXTENSION_RANGE = 2;
1263
+ */
1264
+ TARGET_TYPE_EXTENSION_RANGE = 2,
1265
+ /**
1266
+ * @generated from protobuf enum value: TARGET_TYPE_MESSAGE = 3;
1267
+ */
1268
+ TARGET_TYPE_MESSAGE = 3,
1269
+ /**
1270
+ * @generated from protobuf enum value: TARGET_TYPE_FIELD = 4;
1271
+ */
1272
+ TARGET_TYPE_FIELD = 4,
1273
+ /**
1274
+ * @generated from protobuf enum value: TARGET_TYPE_ONEOF = 5;
1275
+ */
1276
+ TARGET_TYPE_ONEOF = 5,
1277
+ /**
1278
+ * @generated from protobuf enum value: TARGET_TYPE_ENUM = 6;
1279
+ */
1280
+ TARGET_TYPE_ENUM = 6,
1281
+ /**
1282
+ * @generated from protobuf enum value: TARGET_TYPE_ENUM_ENTRY = 7;
1283
+ */
1284
+ TARGET_TYPE_ENUM_ENTRY = 7,
1285
+ /**
1286
+ * @generated from protobuf enum value: TARGET_TYPE_SERVICE = 8;
1287
+ */
1288
+ TARGET_TYPE_SERVICE = 8,
1289
+ /**
1290
+ * @generated from protobuf enum value: TARGET_TYPE_METHOD = 9;
1291
+ */
1292
+ TARGET_TYPE_METHOD = 9
1293
+ }
1294
+ /**
1295
+ * @generated from protobuf message google.protobuf.OneofOptions
1296
+ */
1297
+ export interface OneofOptions {
1298
+ /**
1299
+ * Any features defined in the specific edition.
1300
+ * WARNING: This field should only be used by protobuf plugins or special
1301
+ * cases like the proto compiler. Other uses are discouraged and
1302
+ * developers should rely on the protoreflect APIs for their client language.
1303
+ *
1304
+ * @generated from protobuf field: optional google.protobuf.FeatureSet features = 1;
1305
+ */
1306
+ features?: FeatureSet;
1307
+ /**
1308
+ * The parser stores options it doesn't recognize here. See above.
1309
+ *
1310
+ * @generated from protobuf field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
1311
+ */
1312
+ uninterpretedOption: UninterpretedOption[];
1313
+ }
1314
+ /**
1315
+ * @generated from protobuf message google.protobuf.EnumOptions
1316
+ */
1317
+ export interface EnumOptions {
1318
+ /**
1319
+ * Set this option to true to allow mapping different tag names to the same
1320
+ * value.
1321
+ *
1322
+ * @generated from protobuf field: optional bool allow_alias = 2;
1323
+ */
1324
+ allowAlias?: boolean;
1325
+ /**
1326
+ * Is this enum deprecated?
1327
+ * Depending on the target platform, this can emit Deprecated annotations
1328
+ * for the enum, or it will be completely ignored; in the very least, this
1329
+ * is a formalization for deprecating enums.
1330
+ *
1331
+ * @generated from protobuf field: optional bool deprecated = 3;
1332
+ */
1333
+ deprecated?: boolean;
1334
+ /**
1335
+ * Enable the legacy handling of JSON field name conflicts. This lowercases
1336
+ * and strips underscored from the fields before comparison in proto3 only.
1337
+ * The new behavior takes `json_name` into account and applies to proto2 as
1338
+ * well.
1339
+ * TODO Remove this legacy behavior once downstream teams have
1340
+ * had time to migrate.
1341
+ *
1342
+ * @deprecated
1343
+ * @generated from protobuf field: optional bool deprecated_legacy_json_field_conflicts = 6 [deprecated = true];
1344
+ */
1345
+ deprecatedLegacyJsonFieldConflicts?: boolean;
1346
+ /**
1347
+ * Any features defined in the specific edition.
1348
+ * WARNING: This field should only be used by protobuf plugins or special
1349
+ * cases like the proto compiler. Other uses are discouraged and
1350
+ * developers should rely on the protoreflect APIs for their client language.
1351
+ *
1352
+ * @generated from protobuf field: optional google.protobuf.FeatureSet features = 7;
1353
+ */
1354
+ features?: FeatureSet;
1355
+ /**
1356
+ * The parser stores options it doesn't recognize here. See above.
1357
+ *
1358
+ * @generated from protobuf field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
1359
+ */
1360
+ uninterpretedOption: UninterpretedOption[];
1361
+ }
1362
+ /**
1363
+ * @generated from protobuf message google.protobuf.EnumValueOptions
1364
+ */
1365
+ export interface EnumValueOptions {
1366
+ /**
1367
+ * Is this enum value deprecated?
1368
+ * Depending on the target platform, this can emit Deprecated annotations
1369
+ * for the enum value, or it will be completely ignored; in the very least,
1370
+ * this is a formalization for deprecating enum values.
1371
+ *
1372
+ * @generated from protobuf field: optional bool deprecated = 1;
1373
+ */
1374
+ deprecated?: boolean;
1375
+ /**
1376
+ * Any features defined in the specific edition.
1377
+ * WARNING: This field should only be used by protobuf plugins or special
1378
+ * cases like the proto compiler. Other uses are discouraged and
1379
+ * developers should rely on the protoreflect APIs for their client language.
1380
+ *
1381
+ * @generated from protobuf field: optional google.protobuf.FeatureSet features = 2;
1382
+ */
1383
+ features?: FeatureSet;
1384
+ /**
1385
+ * Indicate that fields annotated with this enum value should not be printed
1386
+ * out when using debug formats, e.g. when the field contains sensitive
1387
+ * credentials.
1388
+ *
1389
+ * @generated from protobuf field: optional bool debug_redact = 3;
1390
+ */
1391
+ debugRedact?: boolean;
1392
+ /**
1393
+ * Information about the support window of a feature value.
1394
+ *
1395
+ * @generated from protobuf field: optional google.protobuf.FieldOptions.FeatureSupport feature_support = 4;
1396
+ */
1397
+ featureSupport?: FieldOptions_FeatureSupport;
1398
+ /**
1399
+ * The parser stores options it doesn't recognize here. See above.
1400
+ *
1401
+ * @generated from protobuf field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
1402
+ */
1403
+ uninterpretedOption: UninterpretedOption[];
1404
+ }
1405
+ /**
1406
+ * @generated from protobuf message google.protobuf.ServiceOptions
1407
+ */
1408
+ export interface ServiceOptions {
1409
+ /**
1410
+ * Any features defined in the specific edition.
1411
+ * WARNING: This field should only be used by protobuf plugins or special
1412
+ * cases like the proto compiler. Other uses are discouraged and
1413
+ * developers should rely on the protoreflect APIs for their client language.
1414
+ *
1415
+ * @generated from protobuf field: optional google.protobuf.FeatureSet features = 34;
1416
+ */
1417
+ features?: FeatureSet;
1418
+ /**
1419
+ * Is this service deprecated?
1420
+ * Depending on the target platform, this can emit Deprecated annotations
1421
+ * for the service, or it will be completely ignored; in the very least,
1422
+ * this is a formalization for deprecating services.
1423
+ *
1424
+ * @generated from protobuf field: optional bool deprecated = 33;
1425
+ */
1426
+ deprecated?: boolean;
1427
+ /**
1428
+ * The parser stores options it doesn't recognize here. See above.
1429
+ *
1430
+ * @generated from protobuf field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
1431
+ */
1432
+ uninterpretedOption: UninterpretedOption[];
1433
+ }
1434
+ /**
1435
+ * @generated from protobuf message google.protobuf.MethodOptions
1436
+ */
1437
+ export interface MethodOptions {
1438
+ /**
1439
+ * Is this method deprecated?
1440
+ * Depending on the target platform, this can emit Deprecated annotations
1441
+ * for the method, or it will be completely ignored; in the very least,
1442
+ * this is a formalization for deprecating methods.
1443
+ *
1444
+ * @generated from protobuf field: optional bool deprecated = 33;
1445
+ */
1446
+ deprecated?: boolean;
1447
+ /**
1448
+ * @generated from protobuf field: optional google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34;
1449
+ */
1450
+ idempotencyLevel?: MethodOptions_IdempotencyLevel;
1451
+ /**
1452
+ * Any features defined in the specific edition.
1453
+ * WARNING: This field should only be used by protobuf plugins or special
1454
+ * cases like the proto compiler. Other uses are discouraged and
1455
+ * developers should rely on the protoreflect APIs for their client language.
1456
+ *
1457
+ * @generated from protobuf field: optional google.protobuf.FeatureSet features = 35;
1458
+ */
1459
+ features?: FeatureSet;
1460
+ /**
1461
+ * The parser stores options it doesn't recognize here. See above.
1462
+ *
1463
+ * @generated from protobuf field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
1464
+ */
1465
+ uninterpretedOption: UninterpretedOption[];
1466
+ }
1467
+ /**
1468
+ * Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
1469
+ * or neither? HTTP based RPC implementation may choose GET verb for safe
1470
+ * methods, and PUT verb for idempotent methods instead of the default POST.
1471
+ *
1472
+ * @generated from protobuf enum google.protobuf.MethodOptions.IdempotencyLevel
1473
+ */
1474
+ export declare enum MethodOptions_IdempotencyLevel {
1475
+ /**
1476
+ * @generated from protobuf enum value: IDEMPOTENCY_UNKNOWN = 0;
1477
+ */
1478
+ IDEMPOTENCY_UNKNOWN = 0,
1479
+ /**
1480
+ * implies idempotent
1481
+ *
1482
+ * @generated from protobuf enum value: NO_SIDE_EFFECTS = 1;
1483
+ */
1484
+ NO_SIDE_EFFECTS = 1,
1485
+ /**
1486
+ * idempotent, but may have side effects
1487
+ *
1488
+ * @generated from protobuf enum value: IDEMPOTENT = 2;
1489
+ */
1490
+ IDEMPOTENT = 2
1491
+ }
1492
+ /**
1493
+ * A message representing a option the parser does not recognize. This only
1494
+ * appears in options protos created by the compiler::Parser class.
1495
+ * DescriptorPool resolves these when building Descriptor objects. Therefore,
1496
+ * options protos in descriptor objects (e.g. returned by Descriptor::options(),
1497
+ * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
1498
+ * in them.
1499
+ *
1500
+ * @generated from protobuf message google.protobuf.UninterpretedOption
1501
+ */
1502
+ export interface UninterpretedOption {
1503
+ /**
1504
+ * @generated from protobuf field: repeated google.protobuf.UninterpretedOption.NamePart name = 2;
1505
+ */
1506
+ name: UninterpretedOption_NamePart[];
1507
+ /**
1508
+ * The value of the uninterpreted option, in whatever type the tokenizer
1509
+ * identified it as during parsing. Exactly one of these should be set.
1510
+ *
1511
+ * @generated from protobuf field: optional string identifier_value = 3;
1512
+ */
1513
+ identifierValue?: string;
1514
+ /**
1515
+ * @generated from protobuf field: optional uint64 positive_int_value = 4;
1516
+ */
1517
+ positiveIntValue?: bigint;
1518
+ /**
1519
+ * @generated from protobuf field: optional int64 negative_int_value = 5;
1520
+ */
1521
+ negativeIntValue?: bigint;
1522
+ /**
1523
+ * @generated from protobuf field: optional double double_value = 6;
1524
+ */
1525
+ doubleValue?: number;
1526
+ /**
1527
+ * @generated from protobuf field: optional bytes string_value = 7;
1528
+ */
1529
+ stringValue?: Uint8Array;
1530
+ /**
1531
+ * @generated from protobuf field: optional string aggregate_value = 8;
1532
+ */
1533
+ aggregateValue?: string;
1534
+ }
1535
+ /**
1536
+ * The name of the uninterpreted option. Each string represents a segment in
1537
+ * a dot-separated name. is_extension is true iff a segment represents an
1538
+ * extension (denoted with parentheses in options specs in .proto files).
1539
+ * E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
1540
+ * "foo.(bar.baz).moo".
1541
+ *
1542
+ * @generated from protobuf message google.protobuf.UninterpretedOption.NamePart
1543
+ */
1544
+ export interface UninterpretedOption_NamePart {
1545
+ /**
1546
+ * @generated from protobuf field: string name_part = 1;
1547
+ */
1548
+ namePart: string;
1549
+ /**
1550
+ * @generated from protobuf field: bool is_extension = 2;
1551
+ */
1552
+ isExtension: boolean;
1553
+ }
1554
+ /**
1555
+ * TODO Enums in C++ gencode (and potentially other languages) are
1556
+ * not well scoped. This means that each of the feature enums below can clash
1557
+ * with each other. The short names we've chosen maximize call-site
1558
+ * readability, but leave us very open to this scenario. A future feature will
1559
+ * be designed and implemented to handle this, hopefully before we ever hit a
1560
+ * conflict here.
1561
+ *
1562
+ * @generated from protobuf message google.protobuf.FeatureSet
1563
+ */
1564
+ export interface FeatureSet {
1565
+ /**
1566
+ * @generated from protobuf field: optional google.protobuf.FeatureSet.FieldPresence field_presence = 1;
1567
+ */
1568
+ fieldPresence?: FeatureSet_FieldPresence;
1569
+ /**
1570
+ * @generated from protobuf field: optional google.protobuf.FeatureSet.EnumType enum_type = 2;
1571
+ */
1572
+ enumType?: FeatureSet_EnumType;
1573
+ /**
1574
+ * @generated from protobuf field: optional google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3;
1575
+ */
1576
+ repeatedFieldEncoding?: FeatureSet_RepeatedFieldEncoding;
1577
+ /**
1578
+ * @generated from protobuf field: optional google.protobuf.FeatureSet.Utf8Validation utf8_validation = 4;
1579
+ */
1580
+ utf8Validation?: FeatureSet_Utf8Validation;
1581
+ /**
1582
+ * @generated from protobuf field: optional google.protobuf.FeatureSet.MessageEncoding message_encoding = 5;
1583
+ */
1584
+ messageEncoding?: FeatureSet_MessageEncoding;
1585
+ /**
1586
+ * @generated from protobuf field: optional google.protobuf.FeatureSet.JsonFormat json_format = 6;
1587
+ */
1588
+ jsonFormat?: FeatureSet_JsonFormat;
1589
+ /**
1590
+ * @generated from protobuf field: optional google.protobuf.FeatureSet.EnforceNamingStyle enforce_naming_style = 7;
1591
+ */
1592
+ enforceNamingStyle?: FeatureSet_EnforceNamingStyle;
1593
+ /**
1594
+ * @generated from protobuf field: optional google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility default_symbol_visibility = 8;
1595
+ */
1596
+ defaultSymbolVisibility?: FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
1597
+ }
1598
+ /**
1599
+ * @generated from protobuf message google.protobuf.FeatureSet.VisibilityFeature
1600
+ */
1601
+ export interface FeatureSet_VisibilityFeature {
1602
+ }
1603
+ /**
1604
+ * @generated from protobuf enum google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility
1605
+ */
1606
+ export declare enum FeatureSet_VisibilityFeature_DefaultSymbolVisibility {
1607
+ /**
1608
+ * @generated from protobuf enum value: DEFAULT_SYMBOL_VISIBILITY_UNKNOWN = 0;
1609
+ */
1610
+ DEFAULT_SYMBOL_VISIBILITY_UNKNOWN = 0,
1611
+ /**
1612
+ * Default pre-EDITION_2024, all UNSET visibility are export.
1613
+ *
1614
+ * @generated from protobuf enum value: EXPORT_ALL = 1;
1615
+ */
1616
+ EXPORT_ALL = 1,
1617
+ /**
1618
+ * All top-level symbols default to export, nested default to local.
1619
+ *
1620
+ * @generated from protobuf enum value: EXPORT_TOP_LEVEL = 2;
1621
+ */
1622
+ EXPORT_TOP_LEVEL = 2,
1623
+ /**
1624
+ * All symbols default to local.
1625
+ *
1626
+ * @generated from protobuf enum value: LOCAL_ALL = 3;
1627
+ */
1628
+ LOCAL_ALL = 3,
1629
+ /**
1630
+ * All symbols local by default. Nested types cannot be exported.
1631
+ * With special case caveat for message { enum {} reserved 1 to max; }
1632
+ * This is the recommended setting for new protos.
1633
+ *
1634
+ * @generated from protobuf enum value: STRICT = 4;
1635
+ */
1636
+ STRICT = 4
1637
+ }
1638
+ /**
1639
+ * @generated from protobuf enum google.protobuf.FeatureSet.FieldPresence
1640
+ */
1641
+ export declare enum FeatureSet_FieldPresence {
1642
+ /**
1643
+ * @generated from protobuf enum value: FIELD_PRESENCE_UNKNOWN = 0;
1644
+ */
1645
+ FIELD_PRESENCE_UNKNOWN = 0,
1646
+ /**
1647
+ * @generated from protobuf enum value: EXPLICIT = 1;
1648
+ */
1649
+ EXPLICIT = 1,
1650
+ /**
1651
+ * @generated from protobuf enum value: IMPLICIT = 2;
1652
+ */
1653
+ IMPLICIT = 2,
1654
+ /**
1655
+ * @generated from protobuf enum value: LEGACY_REQUIRED = 3;
1656
+ */
1657
+ LEGACY_REQUIRED = 3
1658
+ }
1659
+ /**
1660
+ * @generated from protobuf enum google.protobuf.FeatureSet.EnumType
1661
+ */
1662
+ export declare enum FeatureSet_EnumType {
1663
+ /**
1664
+ * @generated from protobuf enum value: ENUM_TYPE_UNKNOWN = 0;
1665
+ */
1666
+ ENUM_TYPE_UNKNOWN = 0,
1667
+ /**
1668
+ * @generated from protobuf enum value: OPEN = 1;
1669
+ */
1670
+ OPEN = 1,
1671
+ /**
1672
+ * @generated from protobuf enum value: CLOSED = 2;
1673
+ */
1674
+ CLOSED = 2
1675
+ }
1676
+ /**
1677
+ * @generated from protobuf enum google.protobuf.FeatureSet.RepeatedFieldEncoding
1678
+ */
1679
+ export declare enum FeatureSet_RepeatedFieldEncoding {
1680
+ /**
1681
+ * @generated from protobuf enum value: REPEATED_FIELD_ENCODING_UNKNOWN = 0;
1682
+ */
1683
+ REPEATED_FIELD_ENCODING_UNKNOWN = 0,
1684
+ /**
1685
+ * @generated from protobuf enum value: PACKED = 1;
1686
+ */
1687
+ PACKED = 1,
1688
+ /**
1689
+ * @generated from protobuf enum value: EXPANDED = 2;
1690
+ */
1691
+ EXPANDED = 2
1692
+ }
1693
+ /**
1694
+ * @generated from protobuf enum google.protobuf.FeatureSet.Utf8Validation
1695
+ */
1696
+ export declare enum FeatureSet_Utf8Validation {
1697
+ /**
1698
+ * @generated from protobuf enum value: UTF8_VALIDATION_UNKNOWN = 0;
1699
+ */
1700
+ UTF8_VALIDATION_UNKNOWN = 0,
1701
+ /**
1702
+ * @generated from protobuf enum value: VERIFY = 2;
1703
+ */
1704
+ VERIFY = 2,
1705
+ /**
1706
+ * @generated from protobuf enum value: NONE = 3;
1707
+ */
1708
+ NONE = 3
1709
+ }
1710
+ /**
1711
+ * @generated from protobuf enum google.protobuf.FeatureSet.MessageEncoding
1712
+ */
1713
+ export declare enum FeatureSet_MessageEncoding {
1714
+ /**
1715
+ * @generated from protobuf enum value: MESSAGE_ENCODING_UNKNOWN = 0;
1716
+ */
1717
+ MESSAGE_ENCODING_UNKNOWN = 0,
1718
+ /**
1719
+ * @generated from protobuf enum value: LENGTH_PREFIXED = 1;
1720
+ */
1721
+ LENGTH_PREFIXED = 1,
1722
+ /**
1723
+ * @generated from protobuf enum value: DELIMITED = 2;
1724
+ */
1725
+ DELIMITED = 2
1726
+ }
1727
+ /**
1728
+ * @generated from protobuf enum google.protobuf.FeatureSet.JsonFormat
1729
+ */
1730
+ export declare enum FeatureSet_JsonFormat {
1731
+ /**
1732
+ * @generated from protobuf enum value: JSON_FORMAT_UNKNOWN = 0;
1733
+ */
1734
+ JSON_FORMAT_UNKNOWN = 0,
1735
+ /**
1736
+ * @generated from protobuf enum value: ALLOW = 1;
1737
+ */
1738
+ ALLOW = 1,
1739
+ /**
1740
+ * @generated from protobuf enum value: LEGACY_BEST_EFFORT = 2;
1741
+ */
1742
+ LEGACY_BEST_EFFORT = 2
1743
+ }
1744
+ /**
1745
+ * @generated from protobuf enum google.protobuf.FeatureSet.EnforceNamingStyle
1746
+ */
1747
+ export declare enum FeatureSet_EnforceNamingStyle {
1748
+ /**
1749
+ * @generated from protobuf enum value: ENFORCE_NAMING_STYLE_UNKNOWN = 0;
1750
+ */
1751
+ ENFORCE_NAMING_STYLE_UNKNOWN = 0,
1752
+ /**
1753
+ * @generated from protobuf enum value: STYLE2024 = 1;
1754
+ */
1755
+ STYLE2024 = 1,
1756
+ /**
1757
+ * @generated from protobuf enum value: STYLE_LEGACY = 2;
1758
+ */
1759
+ STYLE_LEGACY = 2,
1760
+ /**
1761
+ * @generated from protobuf enum value: STYLE2026 = 3;
1762
+ */
1763
+ STYLE2026 = 3
1764
+ }
1765
+ /**
1766
+ * A compiled specification for the defaults of a set of features. These
1767
+ * messages are generated from FeatureSet extensions and can be used to seed
1768
+ * feature resolution. The resolution with this object becomes a simple search
1769
+ * for the closest matching edition, followed by proto merges.
1770
+ *
1771
+ * @generated from protobuf message google.protobuf.FeatureSetDefaults
1772
+ */
1773
+ export interface FeatureSetDefaults {
1774
+ /**
1775
+ * @generated from protobuf field: repeated google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault defaults = 1;
1776
+ */
1777
+ defaults: FeatureSetDefaults_FeatureSetEditionDefault[];
1778
+ /**
1779
+ * The minimum supported edition (inclusive) when this was constructed.
1780
+ * Editions before this will not have defaults.
1781
+ *
1782
+ * @generated from protobuf field: optional google.protobuf.Edition minimum_edition = 4;
1783
+ */
1784
+ minimumEdition?: Edition;
1785
+ /**
1786
+ * The maximum known edition (inclusive) when this was constructed. Editions
1787
+ * after this will not have reliable defaults.
1788
+ *
1789
+ * @generated from protobuf field: optional google.protobuf.Edition maximum_edition = 5;
1790
+ */
1791
+ maximumEdition?: Edition;
1792
+ }
1793
+ /**
1794
+ * A map from every known edition with a unique set of defaults to its
1795
+ * defaults. Not all editions may be contained here. For a given edition,
1796
+ * the defaults at the closest matching edition ordered at or before it should
1797
+ * be used. This field must be in strict ascending order by edition.
1798
+ *
1799
+ * @generated from protobuf message google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault
1800
+ */
1801
+ export interface FeatureSetDefaults_FeatureSetEditionDefault {
1802
+ /**
1803
+ * @generated from protobuf field: optional google.protobuf.Edition edition = 3;
1804
+ */
1805
+ edition?: Edition;
1806
+ /**
1807
+ * Defaults of features that can be overridden in this edition.
1808
+ *
1809
+ * @generated from protobuf field: optional google.protobuf.FeatureSet overridable_features = 4;
1810
+ */
1811
+ overridableFeatures?: FeatureSet;
1812
+ /**
1813
+ * Defaults of features that can't be overridden in this edition.
1814
+ *
1815
+ * @generated from protobuf field: optional google.protobuf.FeatureSet fixed_features = 5;
1816
+ */
1817
+ fixedFeatures?: FeatureSet;
1818
+ }
1819
+ /**
1820
+ * Encapsulates information about the original source file from which a
1821
+ * FileDescriptorProto was generated.
1822
+ *
1823
+ * @generated from protobuf message google.protobuf.SourceCodeInfo
1824
+ */
1825
+ export interface SourceCodeInfo {
1826
+ /**
1827
+ * A Location identifies a piece of source code in a .proto file which
1828
+ * corresponds to a particular definition. This information is intended
1829
+ * to be useful to IDEs, code indexers, documentation generators, and similar
1830
+ * tools.
1831
+ *
1832
+ * For example, say we have a file like:
1833
+ * message Foo {
1834
+ * optional string foo = 1;
1835
+ * }
1836
+ * Let's look at just the field definition:
1837
+ * optional string foo = 1;
1838
+ * ^ ^^ ^^ ^ ^^^
1839
+ * a bc de f ghi
1840
+ * We have the following locations:
1841
+ * span path represents
1842
+ * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
1843
+ * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
1844
+ * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
1845
+ * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
1846
+ * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
1847
+ *
1848
+ * Notes:
1849
+ * - A location may refer to a repeated field itself (i.e. not to any
1850
+ * particular index within it). This is used whenever a set of elements are
1851
+ * logically enclosed in a single code segment. For example, an entire
1852
+ * extend block (possibly containing multiple extension definitions) will
1853
+ * have an outer location whose path refers to the "extensions" repeated
1854
+ * field without an index.
1855
+ * - Multiple locations may have the same path. This happens when a single
1856
+ * logical declaration is spread out across multiple places. The most
1857
+ * obvious example is the "extend" block again -- there may be multiple
1858
+ * extend blocks in the same scope, each of which will have the same path.
1859
+ * - A location's span is not always a subset of its parent's span. For
1860
+ * example, the "extendee" of an extension declaration appears at the
1861
+ * beginning of the "extend" block and is shared by all extensions within
1862
+ * the block.
1863
+ * - Just because a location's span is a subset of some other location's span
1864
+ * does not mean that it is a descendant. For example, a "group" defines
1865
+ * both a type and a field in a single declaration. Thus, the locations
1866
+ * corresponding to the type and field and their components will overlap.
1867
+ * - Code which tries to interpret locations should probably be designed to
1868
+ * ignore those that it doesn't understand, as more types of locations could
1869
+ * be recorded in the future.
1870
+ *
1871
+ * @generated from protobuf field: repeated google.protobuf.SourceCodeInfo.Location location = 1;
1872
+ */
1873
+ location: SourceCodeInfo_Location[];
1874
+ }
1875
+ /**
1876
+ * @generated from protobuf message google.protobuf.SourceCodeInfo.Location
1877
+ */
1878
+ export interface SourceCodeInfo_Location {
1879
+ /**
1880
+ * Identifies which part of the FileDescriptorProto was defined at this
1881
+ * location.
1882
+ *
1883
+ * Each element is a field number or an index. They form a path from
1884
+ * the root FileDescriptorProto to the place where the definition appears.
1885
+ * For example, this path:
1886
+ * [ 4, 3, 2, 7, 1 ]
1887
+ * refers to:
1888
+ * file.message_type(3) // 4, 3
1889
+ * .field(7) // 2, 7
1890
+ * .name() // 1
1891
+ * This is because FileDescriptorProto.message_type has field number 4:
1892
+ * repeated DescriptorProto message_type = 4;
1893
+ * and DescriptorProto.field has field number 2:
1894
+ * repeated FieldDescriptorProto field = 2;
1895
+ * and FieldDescriptorProto.name has field number 1:
1896
+ * optional string name = 1;
1897
+ *
1898
+ * Thus, the above path gives the location of a field name. If we removed
1899
+ * the last element:
1900
+ * [ 4, 3, 2, 7 ]
1901
+ * this path refers to the whole field declaration (from the beginning
1902
+ * of the label to the terminating semicolon).
1903
+ *
1904
+ * @generated from protobuf field: repeated int32 path = 1 [packed = true];
1905
+ */
1906
+ path: number[];
1907
+ /**
1908
+ * Always has exactly three or four elements: start line, start column,
1909
+ * end line (optional, otherwise assumed same as start line), end column.
1910
+ * These are packed into a single field for efficiency. Note that line
1911
+ * and column numbers are zero-based -- typically you will want to add
1912
+ * 1 to each before displaying to a user.
1913
+ *
1914
+ * @generated from protobuf field: repeated int32 span = 2 [packed = true];
1915
+ */
1916
+ span: number[];
1917
+ /**
1918
+ * If this SourceCodeInfo represents a complete declaration, these are any
1919
+ * comments appearing before and after the declaration which appear to be
1920
+ * attached to the declaration.
1921
+ *
1922
+ * A series of line comments appearing on consecutive lines, with no other
1923
+ * tokens appearing on those lines, will be treated as a single comment.
1924
+ *
1925
+ * leading_detached_comments will keep paragraphs of comments that appear
1926
+ * before (but not connected to) the current element. Each paragraph,
1927
+ * separated by empty lines, will be one comment element in the repeated
1928
+ * field.
1929
+ *
1930
+ * Only the comment content is provided; comment markers (e.g. //) are
1931
+ * stripped out. For block comments, leading whitespace and an asterisk
1932
+ * will be stripped from the beginning of each line other than the first.
1933
+ * Newlines are included in the output.
1934
+ *
1935
+ * Examples:
1936
+ *
1937
+ * optional int32 foo = 1; // Comment attached to foo.
1938
+ * // Comment attached to bar.
1939
+ * optional int32 bar = 2;
1940
+ *
1941
+ * optional string baz = 3;
1942
+ * // Comment attached to baz.
1943
+ * // Another line attached to baz.
1944
+ *
1945
+ * // Comment attached to moo.
1946
+ * //
1947
+ * // Another line attached to moo.
1948
+ * optional double moo = 4;
1949
+ *
1950
+ * // Detached comment for corge. This is not leading or trailing comments
1951
+ * // to moo or corge because there are blank lines separating it from
1952
+ * // both.
1953
+ *
1954
+ * // Detached comment for corge paragraph 2.
1955
+ *
1956
+ * optional string corge = 5;
1957
+ * /* Block comment attached
1958
+ * * to corge. Leading asterisks
1959
+ * * will be removed. *\/
1960
+ * /* Block comment attached to
1961
+ * * grault. *\/
1962
+ * optional int32 grault = 6;
1963
+ *
1964
+ * // ignored detached comments.
1965
+ *
1966
+ * @generated from protobuf field: optional string leading_comments = 3;
1967
+ */
1968
+ leadingComments?: string;
1969
+ /**
1970
+ * @generated from protobuf field: optional string trailing_comments = 4;
1971
+ */
1972
+ trailingComments?: string;
1973
+ /**
1974
+ * @generated from protobuf field: repeated string leading_detached_comments = 6;
1975
+ */
1976
+ leadingDetachedComments: string[];
1977
+ }
1978
+ /**
1979
+ * Describes the relationship between generated code and its original source
1980
+ * file. A GeneratedCodeInfo message is associated with only one generated
1981
+ * source file, but may contain references to different source .proto files.
1982
+ *
1983
+ * @generated from protobuf message google.protobuf.GeneratedCodeInfo
1984
+ */
1985
+ export interface GeneratedCodeInfo {
1986
+ /**
1987
+ * An Annotation connects some span of text in generated code to an element
1988
+ * of its generating .proto file.
1989
+ *
1990
+ * @generated from protobuf field: repeated google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
1991
+ */
1992
+ annotation: GeneratedCodeInfo_Annotation[];
1993
+ }
1994
+ /**
1995
+ * @generated from protobuf message google.protobuf.GeneratedCodeInfo.Annotation
1996
+ */
1997
+ export interface GeneratedCodeInfo_Annotation {
1998
+ /**
1999
+ * Identifies the element in the original source .proto file. This field
2000
+ * is formatted the same as SourceCodeInfo.Location.path.
2001
+ *
2002
+ * @generated from protobuf field: repeated int32 path = 1 [packed = true];
2003
+ */
2004
+ path: number[];
2005
+ /**
2006
+ * Identifies the filesystem path to the original source .proto.
2007
+ *
2008
+ * @generated from protobuf field: optional string source_file = 2;
2009
+ */
2010
+ sourceFile?: string;
2011
+ /**
2012
+ * Identifies the starting offset in bytes in the generated code
2013
+ * that relates to the identified object.
2014
+ *
2015
+ * @generated from protobuf field: optional int32 begin = 3;
2016
+ */
2017
+ begin?: number;
2018
+ /**
2019
+ * Identifies the ending offset in bytes in the generated code that
2020
+ * relates to the identified object. The end offset should be one past
2021
+ * the last relevant byte (so the length of the text = end - begin).
2022
+ *
2023
+ * @generated from protobuf field: optional int32 end = 4;
2024
+ */
2025
+ end?: number;
2026
+ /**
2027
+ * @generated from protobuf field: optional google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5;
2028
+ */
2029
+ semantic?: GeneratedCodeInfo_Annotation_Semantic;
2030
+ }
2031
+ /**
2032
+ * Represents the identified object's effect on the element in the original
2033
+ * .proto file.
2034
+ *
2035
+ * @generated from protobuf enum google.protobuf.GeneratedCodeInfo.Annotation.Semantic
2036
+ */
2037
+ export declare enum GeneratedCodeInfo_Annotation_Semantic {
2038
+ /**
2039
+ * There is no effect or the effect is indescribable.
2040
+ *
2041
+ * @generated from protobuf enum value: NONE = 0;
2042
+ */
2043
+ NONE = 0,
2044
+ /**
2045
+ * The element is set or otherwise mutated.
2046
+ *
2047
+ * @generated from protobuf enum value: SET = 1;
2048
+ */
2049
+ SET = 1,
2050
+ /**
2051
+ * An alias to the element is returned.
2052
+ *
2053
+ * @generated from protobuf enum value: ALIAS = 2;
2054
+ */
2055
+ ALIAS = 2
2056
+ }
2057
+ /**
2058
+ * The full set of known editions.
2059
+ *
2060
+ * @generated from protobuf enum google.protobuf.Edition
2061
+ */
2062
+ export declare enum Edition {
2063
+ /**
2064
+ * A placeholder for an unknown edition value.
2065
+ *
2066
+ * @generated from protobuf enum value: EDITION_UNKNOWN = 0;
2067
+ */
2068
+ EDITION_UNKNOWN = 0,
2069
+ /**
2070
+ * A placeholder edition for specifying default behaviors *before* a feature
2071
+ * was first introduced. This is effectively an "infinite past".
2072
+ *
2073
+ * @generated from protobuf enum value: EDITION_LEGACY = 900;
2074
+ */
2075
+ EDITION_LEGACY = 900,
2076
+ /**
2077
+ * Legacy syntax "editions". These pre-date editions, but behave much like
2078
+ * distinct editions. These can't be used to specify the edition of proto
2079
+ * files, but feature definitions must supply proto2/proto3 defaults for
2080
+ * backwards compatibility.
2081
+ *
2082
+ * @generated from protobuf enum value: EDITION_PROTO2 = 998;
2083
+ */
2084
+ EDITION_PROTO2 = 998,
2085
+ /**
2086
+ * @generated from protobuf enum value: EDITION_PROTO3 = 999;
2087
+ */
2088
+ EDITION_PROTO3 = 999,
2089
+ /**
2090
+ * Editions that have been released. The specific values are arbitrary and
2091
+ * should not be depended on, but they will always be time-ordered for easy
2092
+ * comparison.
2093
+ *
2094
+ * @generated from protobuf enum value: EDITION_2023 = 1000;
2095
+ */
2096
+ EDITION_2023 = 1000,
2097
+ /**
2098
+ * @generated from protobuf enum value: EDITION_2024 = 1001;
2099
+ */
2100
+ EDITION_2024 = 1001,
2101
+ /**
2102
+ * @generated from protobuf enum value: EDITION_2026 = 1002;
2103
+ */
2104
+ EDITION_2026 = 1002,
2105
+ /**
2106
+ * A placeholder edition for developing and testing unscheduled features.
2107
+ *
2108
+ * @generated from protobuf enum value: EDITION_UNSTABLE = 9999;
2109
+ */
2110
+ EDITION_UNSTABLE = 9999,
2111
+ /**
2112
+ * Placeholder editions for testing feature resolution. These should not be
2113
+ * used or relied on outside of tests.
2114
+ *
2115
+ * @generated from protobuf enum value: EDITION_1_TEST_ONLY = 1;
2116
+ */
2117
+ EDITION_1_TEST_ONLY = 1,
2118
+ /**
2119
+ * @generated from protobuf enum value: EDITION_2_TEST_ONLY = 2;
2120
+ */
2121
+ EDITION_2_TEST_ONLY = 2,
2122
+ /**
2123
+ * @generated from protobuf enum value: EDITION_99997_TEST_ONLY = 99997;
2124
+ */
2125
+ EDITION_99997_TEST_ONLY = 99997,
2126
+ /**
2127
+ * @generated from protobuf enum value: EDITION_99998_TEST_ONLY = 99998;
2128
+ */
2129
+ EDITION_99998_TEST_ONLY = 99998,
2130
+ /**
2131
+ * @generated from protobuf enum value: EDITION_99999_TEST_ONLY = 99999;
2132
+ */
2133
+ EDITION_99999_TEST_ONLY = 99999,
2134
+ /**
2135
+ * Placeholder for specifying unbounded edition support. This should only
2136
+ * ever be used by plugins that can expect to never require any changes to
2137
+ * support a new edition.
2138
+ *
2139
+ * @generated from protobuf enum value: EDITION_MAX = 2147483647;
2140
+ */
2141
+ EDITION_MAX = 2147483647
2142
+ }
2143
+ /**
2144
+ * Describes the 'visibility' of a symbol with respect to the proto import
2145
+ * system. Symbols can only be imported when the visibility rules do not prevent
2146
+ * it (ex: local symbols cannot be imported). Visibility modifiers can only set
2147
+ * on `message` and `enum` as they are the only types available to be referenced
2148
+ * from other files.
2149
+ *
2150
+ * @generated from protobuf enum google.protobuf.SymbolVisibility
2151
+ */
2152
+ export declare enum SymbolVisibility {
2153
+ /**
2154
+ * @generated from protobuf enum value: VISIBILITY_UNSET = 0;
2155
+ */
2156
+ VISIBILITY_UNSET = 0,
2157
+ /**
2158
+ * @generated from protobuf enum value: VISIBILITY_LOCAL = 1;
2159
+ */
2160
+ VISIBILITY_LOCAL = 1,
2161
+ /**
2162
+ * @generated from protobuf enum value: VISIBILITY_EXPORT = 2;
2163
+ */
2164
+ VISIBILITY_EXPORT = 2
2165
+ }
2166
+ declare class FileDescriptorSet$Type extends MessageType<FileDescriptorSet> {
2167
+ constructor();
2168
+ create(value?: PartialMessage<FileDescriptorSet>): FileDescriptorSet;
2169
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FileDescriptorSet): FileDescriptorSet;
2170
+ internalBinaryWrite(message: FileDescriptorSet, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2171
+ }
2172
+ /**
2173
+ * @generated MessageType for protobuf message google.protobuf.FileDescriptorSet
2174
+ */
2175
+ export declare const FileDescriptorSet: FileDescriptorSet$Type;
2176
+ declare class FileDescriptorProto$Type extends MessageType<FileDescriptorProto> {
2177
+ constructor();
2178
+ create(value?: PartialMessage<FileDescriptorProto>): FileDescriptorProto;
2179
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FileDescriptorProto): FileDescriptorProto;
2180
+ internalBinaryWrite(message: FileDescriptorProto, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2181
+ }
2182
+ /**
2183
+ * @generated MessageType for protobuf message google.protobuf.FileDescriptorProto
2184
+ */
2185
+ export declare const FileDescriptorProto: FileDescriptorProto$Type;
2186
+ declare class DescriptorProto$Type extends MessageType<DescriptorProto> {
2187
+ constructor();
2188
+ create(value?: PartialMessage<DescriptorProto>): DescriptorProto;
2189
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DescriptorProto): DescriptorProto;
2190
+ internalBinaryWrite(message: DescriptorProto, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2191
+ }
2192
+ /**
2193
+ * @generated MessageType for protobuf message google.protobuf.DescriptorProto
2194
+ */
2195
+ export declare const DescriptorProto: DescriptorProto$Type;
2196
+ declare class DescriptorProto_ExtensionRange$Type extends MessageType<DescriptorProto_ExtensionRange> {
2197
+ constructor();
2198
+ create(value?: PartialMessage<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
2199
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DescriptorProto_ExtensionRange): DescriptorProto_ExtensionRange;
2200
+ internalBinaryWrite(message: DescriptorProto_ExtensionRange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2201
+ }
2202
+ /**
2203
+ * @generated MessageType for protobuf message google.protobuf.DescriptorProto.ExtensionRange
2204
+ */
2205
+ export declare const DescriptorProto_ExtensionRange: DescriptorProto_ExtensionRange$Type;
2206
+ declare class DescriptorProto_ReservedRange$Type extends MessageType<DescriptorProto_ReservedRange> {
2207
+ constructor();
2208
+ create(value?: PartialMessage<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
2209
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DescriptorProto_ReservedRange): DescriptorProto_ReservedRange;
2210
+ internalBinaryWrite(message: DescriptorProto_ReservedRange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2211
+ }
2212
+ /**
2213
+ * @generated MessageType for protobuf message google.protobuf.DescriptorProto.ReservedRange
2214
+ */
2215
+ export declare const DescriptorProto_ReservedRange: DescriptorProto_ReservedRange$Type;
2216
+ declare class ExtensionRangeOptions$Type extends MessageType<ExtensionRangeOptions> {
2217
+ constructor();
2218
+ create(value?: PartialMessage<ExtensionRangeOptions>): ExtensionRangeOptions;
2219
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExtensionRangeOptions): ExtensionRangeOptions;
2220
+ internalBinaryWrite(message: ExtensionRangeOptions, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2221
+ }
2222
+ /**
2223
+ * @generated MessageType for protobuf message google.protobuf.ExtensionRangeOptions
2224
+ */
2225
+ export declare const ExtensionRangeOptions: ExtensionRangeOptions$Type;
2226
+ declare class ExtensionRangeOptions_Declaration$Type extends MessageType<ExtensionRangeOptions_Declaration> {
2227
+ constructor();
2228
+ create(value?: PartialMessage<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
2229
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExtensionRangeOptions_Declaration): ExtensionRangeOptions_Declaration;
2230
+ internalBinaryWrite(message: ExtensionRangeOptions_Declaration, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2231
+ }
2232
+ /**
2233
+ * @generated MessageType for protobuf message google.protobuf.ExtensionRangeOptions.Declaration
2234
+ */
2235
+ export declare const ExtensionRangeOptions_Declaration: ExtensionRangeOptions_Declaration$Type;
2236
+ declare class FieldDescriptorProto$Type extends MessageType<FieldDescriptorProto> {
2237
+ constructor();
2238
+ create(value?: PartialMessage<FieldDescriptorProto>): FieldDescriptorProto;
2239
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FieldDescriptorProto): FieldDescriptorProto;
2240
+ internalBinaryWrite(message: FieldDescriptorProto, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2241
+ }
2242
+ /**
2243
+ * @generated MessageType for protobuf message google.protobuf.FieldDescriptorProto
2244
+ */
2245
+ export declare const FieldDescriptorProto: FieldDescriptorProto$Type;
2246
+ declare class OneofDescriptorProto$Type extends MessageType<OneofDescriptorProto> {
2247
+ constructor();
2248
+ create(value?: PartialMessage<OneofDescriptorProto>): OneofDescriptorProto;
2249
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: OneofDescriptorProto): OneofDescriptorProto;
2250
+ internalBinaryWrite(message: OneofDescriptorProto, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2251
+ }
2252
+ /**
2253
+ * @generated MessageType for protobuf message google.protobuf.OneofDescriptorProto
2254
+ */
2255
+ export declare const OneofDescriptorProto: OneofDescriptorProto$Type;
2256
+ declare class EnumDescriptorProto$Type extends MessageType<EnumDescriptorProto> {
2257
+ constructor();
2258
+ create(value?: PartialMessage<EnumDescriptorProto>): EnumDescriptorProto;
2259
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: EnumDescriptorProto): EnumDescriptorProto;
2260
+ internalBinaryWrite(message: EnumDescriptorProto, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2261
+ }
2262
+ /**
2263
+ * @generated MessageType for protobuf message google.protobuf.EnumDescriptorProto
2264
+ */
2265
+ export declare const EnumDescriptorProto: EnumDescriptorProto$Type;
2266
+ declare class EnumDescriptorProto_EnumReservedRange$Type extends MessageType<EnumDescriptorProto_EnumReservedRange> {
2267
+ constructor();
2268
+ create(value?: PartialMessage<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
2269
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: EnumDescriptorProto_EnumReservedRange): EnumDescriptorProto_EnumReservedRange;
2270
+ internalBinaryWrite(message: EnumDescriptorProto_EnumReservedRange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2271
+ }
2272
+ /**
2273
+ * @generated MessageType for protobuf message google.protobuf.EnumDescriptorProto.EnumReservedRange
2274
+ */
2275
+ export declare const EnumDescriptorProto_EnumReservedRange: EnumDescriptorProto_EnumReservedRange$Type;
2276
+ declare class EnumValueDescriptorProto$Type extends MessageType<EnumValueDescriptorProto> {
2277
+ constructor();
2278
+ create(value?: PartialMessage<EnumValueDescriptorProto>): EnumValueDescriptorProto;
2279
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: EnumValueDescriptorProto): EnumValueDescriptorProto;
2280
+ internalBinaryWrite(message: EnumValueDescriptorProto, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2281
+ }
2282
+ /**
2283
+ * @generated MessageType for protobuf message google.protobuf.EnumValueDescriptorProto
2284
+ */
2285
+ export declare const EnumValueDescriptorProto: EnumValueDescriptorProto$Type;
2286
+ declare class ServiceDescriptorProto$Type extends MessageType<ServiceDescriptorProto> {
2287
+ constructor();
2288
+ create(value?: PartialMessage<ServiceDescriptorProto>): ServiceDescriptorProto;
2289
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ServiceDescriptorProto): ServiceDescriptorProto;
2290
+ internalBinaryWrite(message: ServiceDescriptorProto, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2291
+ }
2292
+ /**
2293
+ * @generated MessageType for protobuf message google.protobuf.ServiceDescriptorProto
2294
+ */
2295
+ export declare const ServiceDescriptorProto: ServiceDescriptorProto$Type;
2296
+ declare class MethodDescriptorProto$Type extends MessageType<MethodDescriptorProto> {
2297
+ constructor();
2298
+ create(value?: PartialMessage<MethodDescriptorProto>): MethodDescriptorProto;
2299
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: MethodDescriptorProto): MethodDescriptorProto;
2300
+ internalBinaryWrite(message: MethodDescriptorProto, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2301
+ }
2302
+ /**
2303
+ * @generated MessageType for protobuf message google.protobuf.MethodDescriptorProto
2304
+ */
2305
+ export declare const MethodDescriptorProto: MethodDescriptorProto$Type;
2306
+ declare class FileOptions$Type extends MessageType<FileOptions> {
2307
+ constructor();
2308
+ create(value?: PartialMessage<FileOptions>): FileOptions;
2309
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FileOptions): FileOptions;
2310
+ internalBinaryWrite(message: FileOptions, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2311
+ }
2312
+ /**
2313
+ * @generated MessageType for protobuf message google.protobuf.FileOptions
2314
+ */
2315
+ export declare const FileOptions: FileOptions$Type;
2316
+ declare class MessageOptions$Type extends MessageType<MessageOptions> {
2317
+ constructor();
2318
+ create(value?: PartialMessage<MessageOptions>): MessageOptions;
2319
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: MessageOptions): MessageOptions;
2320
+ internalBinaryWrite(message: MessageOptions, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2321
+ }
2322
+ /**
2323
+ * @generated MessageType for protobuf message google.protobuf.MessageOptions
2324
+ */
2325
+ export declare const MessageOptions: MessageOptions$Type;
2326
+ declare class FieldOptions$Type extends MessageType<FieldOptions> {
2327
+ constructor();
2328
+ create(value?: PartialMessage<FieldOptions>): FieldOptions;
2329
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FieldOptions): FieldOptions;
2330
+ internalBinaryWrite(message: FieldOptions, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2331
+ }
2332
+ /**
2333
+ * @generated MessageType for protobuf message google.protobuf.FieldOptions
2334
+ */
2335
+ export declare const FieldOptions: FieldOptions$Type;
2336
+ declare class FieldOptions_EditionDefault$Type extends MessageType<FieldOptions_EditionDefault> {
2337
+ constructor();
2338
+ create(value?: PartialMessage<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
2339
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FieldOptions_EditionDefault): FieldOptions_EditionDefault;
2340
+ internalBinaryWrite(message: FieldOptions_EditionDefault, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2341
+ }
2342
+ /**
2343
+ * @generated MessageType for protobuf message google.protobuf.FieldOptions.EditionDefault
2344
+ */
2345
+ export declare const FieldOptions_EditionDefault: FieldOptions_EditionDefault$Type;
2346
+ declare class FieldOptions_FeatureSupport$Type extends MessageType<FieldOptions_FeatureSupport> {
2347
+ constructor();
2348
+ create(value?: PartialMessage<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
2349
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FieldOptions_FeatureSupport): FieldOptions_FeatureSupport;
2350
+ internalBinaryWrite(message: FieldOptions_FeatureSupport, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2351
+ }
2352
+ /**
2353
+ * @generated MessageType for protobuf message google.protobuf.FieldOptions.FeatureSupport
2354
+ */
2355
+ export declare const FieldOptions_FeatureSupport: FieldOptions_FeatureSupport$Type;
2356
+ declare class OneofOptions$Type extends MessageType<OneofOptions> {
2357
+ constructor();
2358
+ create(value?: PartialMessage<OneofOptions>): OneofOptions;
2359
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: OneofOptions): OneofOptions;
2360
+ internalBinaryWrite(message: OneofOptions, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2361
+ }
2362
+ /**
2363
+ * @generated MessageType for protobuf message google.protobuf.OneofOptions
2364
+ */
2365
+ export declare const OneofOptions: OneofOptions$Type;
2366
+ declare class EnumOptions$Type extends MessageType<EnumOptions> {
2367
+ constructor();
2368
+ create(value?: PartialMessage<EnumOptions>): EnumOptions;
2369
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: EnumOptions): EnumOptions;
2370
+ internalBinaryWrite(message: EnumOptions, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2371
+ }
2372
+ /**
2373
+ * @generated MessageType for protobuf message google.protobuf.EnumOptions
2374
+ */
2375
+ export declare const EnumOptions: EnumOptions$Type;
2376
+ declare class EnumValueOptions$Type extends MessageType<EnumValueOptions> {
2377
+ constructor();
2378
+ create(value?: PartialMessage<EnumValueOptions>): EnumValueOptions;
2379
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: EnumValueOptions): EnumValueOptions;
2380
+ internalBinaryWrite(message: EnumValueOptions, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2381
+ }
2382
+ /**
2383
+ * @generated MessageType for protobuf message google.protobuf.EnumValueOptions
2384
+ */
2385
+ export declare const EnumValueOptions: EnumValueOptions$Type;
2386
+ declare class ServiceOptions$Type extends MessageType<ServiceOptions> {
2387
+ constructor();
2388
+ create(value?: PartialMessage<ServiceOptions>): ServiceOptions;
2389
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ServiceOptions): ServiceOptions;
2390
+ internalBinaryWrite(message: ServiceOptions, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2391
+ }
2392
+ /**
2393
+ * @generated MessageType for protobuf message google.protobuf.ServiceOptions
2394
+ */
2395
+ export declare const ServiceOptions: ServiceOptions$Type;
2396
+ declare class MethodOptions$Type extends MessageType<MethodOptions> {
2397
+ constructor();
2398
+ create(value?: PartialMessage<MethodOptions>): MethodOptions;
2399
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: MethodOptions): MethodOptions;
2400
+ internalBinaryWrite(message: MethodOptions, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2401
+ }
2402
+ /**
2403
+ * @generated MessageType for protobuf message google.protobuf.MethodOptions
2404
+ */
2405
+ export declare const MethodOptions: MethodOptions$Type;
2406
+ declare class UninterpretedOption$Type extends MessageType<UninterpretedOption> {
2407
+ constructor();
2408
+ create(value?: PartialMessage<UninterpretedOption>): UninterpretedOption;
2409
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UninterpretedOption): UninterpretedOption;
2410
+ internalBinaryWrite(message: UninterpretedOption, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2411
+ }
2412
+ /**
2413
+ * @generated MessageType for protobuf message google.protobuf.UninterpretedOption
2414
+ */
2415
+ export declare const UninterpretedOption: UninterpretedOption$Type;
2416
+ declare class UninterpretedOption_NamePart$Type extends MessageType<UninterpretedOption_NamePart> {
2417
+ constructor();
2418
+ create(value?: PartialMessage<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
2419
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UninterpretedOption_NamePart): UninterpretedOption_NamePart;
2420
+ internalBinaryWrite(message: UninterpretedOption_NamePart, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2421
+ }
2422
+ /**
2423
+ * @generated MessageType for protobuf message google.protobuf.UninterpretedOption.NamePart
2424
+ */
2425
+ export declare const UninterpretedOption_NamePart: UninterpretedOption_NamePart$Type;
2426
+ declare class FeatureSet$Type extends MessageType<FeatureSet> {
2427
+ constructor();
2428
+ create(value?: PartialMessage<FeatureSet>): FeatureSet;
2429
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FeatureSet): FeatureSet;
2430
+ internalBinaryWrite(message: FeatureSet, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2431
+ }
2432
+ /**
2433
+ * @generated MessageType for protobuf message google.protobuf.FeatureSet
2434
+ */
2435
+ export declare const FeatureSet: FeatureSet$Type;
2436
+ declare class FeatureSet_VisibilityFeature$Type extends MessageType<FeatureSet_VisibilityFeature> {
2437
+ constructor();
2438
+ create(value?: PartialMessage<FeatureSet_VisibilityFeature>): FeatureSet_VisibilityFeature;
2439
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FeatureSet_VisibilityFeature): FeatureSet_VisibilityFeature;
2440
+ internalBinaryWrite(message: FeatureSet_VisibilityFeature, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2441
+ }
2442
+ /**
2443
+ * @generated MessageType for protobuf message google.protobuf.FeatureSet.VisibilityFeature
2444
+ */
2445
+ export declare const FeatureSet_VisibilityFeature: FeatureSet_VisibilityFeature$Type;
2446
+ declare class FeatureSetDefaults$Type extends MessageType<FeatureSetDefaults> {
2447
+ constructor();
2448
+ create(value?: PartialMessage<FeatureSetDefaults>): FeatureSetDefaults;
2449
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FeatureSetDefaults): FeatureSetDefaults;
2450
+ internalBinaryWrite(message: FeatureSetDefaults, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2451
+ }
2452
+ /**
2453
+ * @generated MessageType for protobuf message google.protobuf.FeatureSetDefaults
2454
+ */
2455
+ export declare const FeatureSetDefaults: FeatureSetDefaults$Type;
2456
+ declare class FeatureSetDefaults_FeatureSetEditionDefault$Type extends MessageType<FeatureSetDefaults_FeatureSetEditionDefault> {
2457
+ constructor();
2458
+ create(value?: PartialMessage<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
2459
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FeatureSetDefaults_FeatureSetEditionDefault): FeatureSetDefaults_FeatureSetEditionDefault;
2460
+ internalBinaryWrite(message: FeatureSetDefaults_FeatureSetEditionDefault, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2461
+ }
2462
+ /**
2463
+ * @generated MessageType for protobuf message google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault
2464
+ */
2465
+ export declare const FeatureSetDefaults_FeatureSetEditionDefault: FeatureSetDefaults_FeatureSetEditionDefault$Type;
2466
+ declare class SourceCodeInfo$Type extends MessageType<SourceCodeInfo> {
2467
+ constructor();
2468
+ create(value?: PartialMessage<SourceCodeInfo>): SourceCodeInfo;
2469
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SourceCodeInfo): SourceCodeInfo;
2470
+ internalBinaryWrite(message: SourceCodeInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2471
+ }
2472
+ /**
2473
+ * @generated MessageType for protobuf message google.protobuf.SourceCodeInfo
2474
+ */
2475
+ export declare const SourceCodeInfo: SourceCodeInfo$Type;
2476
+ declare class SourceCodeInfo_Location$Type extends MessageType<SourceCodeInfo_Location> {
2477
+ constructor();
2478
+ create(value?: PartialMessage<SourceCodeInfo_Location>): SourceCodeInfo_Location;
2479
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SourceCodeInfo_Location): SourceCodeInfo_Location;
2480
+ internalBinaryWrite(message: SourceCodeInfo_Location, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2481
+ }
2482
+ /**
2483
+ * @generated MessageType for protobuf message google.protobuf.SourceCodeInfo.Location
2484
+ */
2485
+ export declare const SourceCodeInfo_Location: SourceCodeInfo_Location$Type;
2486
+ declare class GeneratedCodeInfo$Type extends MessageType<GeneratedCodeInfo> {
2487
+ constructor();
2488
+ create(value?: PartialMessage<GeneratedCodeInfo>): GeneratedCodeInfo;
2489
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GeneratedCodeInfo): GeneratedCodeInfo;
2490
+ internalBinaryWrite(message: GeneratedCodeInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2491
+ }
2492
+ /**
2493
+ * @generated MessageType for protobuf message google.protobuf.GeneratedCodeInfo
2494
+ */
2495
+ export declare const GeneratedCodeInfo: GeneratedCodeInfo$Type;
2496
+ declare class GeneratedCodeInfo_Annotation$Type extends MessageType<GeneratedCodeInfo_Annotation> {
2497
+ constructor();
2498
+ create(value?: PartialMessage<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
2499
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GeneratedCodeInfo_Annotation): GeneratedCodeInfo_Annotation;
2500
+ internalBinaryWrite(message: GeneratedCodeInfo_Annotation, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
2501
+ }
2502
+ /**
2503
+ * @generated MessageType for protobuf message google.protobuf.GeneratedCodeInfo.Annotation
2504
+ */
2505
+ export declare const GeneratedCodeInfo_Annotation: GeneratedCodeInfo_Annotation$Type;
2506
+ export {};
2507
+ //# sourceMappingURL=descriptor.d.ts.map