@milaboratories/pl-client 2.4.10 → 2.4.12

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