@bufbuild/protobuf 1.3.3 → 1.4.1
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.
- package/dist/cjs/codegen-info.d.ts +14 -9
- package/dist/cjs/codegen-info.js +2 -1
- package/dist/cjs/create-descriptor-set.js +10 -4
- package/dist/cjs/create-registry-from-desc.js +7 -7
- package/dist/cjs/descriptor-set.d.ts +21 -1
- package/dist/cjs/field.d.ts +52 -1
- package/dist/cjs/field.js +29 -1
- package/dist/cjs/google/protobuf/any_pb.d.ts +2 -1
- package/dist/cjs/google/protobuf/any_pb.js +2 -1
- package/dist/cjs/google/protobuf/compiler/plugin_pb.d.ts +18 -1
- package/dist/cjs/google/protobuf/compiler/plugin_pb.js +19 -0
- package/dist/cjs/google/protobuf/descriptor_pb.d.ts +250 -16
- package/dist/cjs/google/protobuf/descriptor_pb.js +241 -7
- package/dist/cjs/google/protobuf/duration_pb.js +1 -1
- package/dist/cjs/google/protobuf/struct_pb.js +1 -1
- package/dist/cjs/google/protobuf/type_pb.js +1 -1
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/json-format.d.ts +3 -1
- package/dist/cjs/private/binary-format-common.d.ts +4 -4
- package/dist/cjs/private/binary-format-common.js +18 -6
- package/dist/cjs/private/json-format-common.d.ts +1 -1
- package/dist/cjs/private/json-format-common.js +11 -7
- package/dist/cjs/private/options-map.d.ts +1 -1
- package/dist/cjs/private/reify-wkt.d.ts +2 -0
- package/dist/cjs/private/reify-wkt.js +2 -0
- package/dist/cjs/private/scalars.d.ts +2 -2
- package/dist/cjs/private/scalars.js +6 -5
- package/dist/cjs/proto2.js +6 -2
- package/dist/cjs/proto3.js +6 -3
- package/dist/cjs/to-plain-message.d.ts +5 -2
- package/dist/cjs/to-plain-message.js +7 -1
- package/dist/cjs/type-registry.d.ts +13 -0
- package/dist/esm/codegen-info.d.ts +14 -9
- package/dist/esm/codegen-info.js +3 -1
- package/dist/esm/create-descriptor-set.js +13 -7
- package/dist/esm/create-registry-from-desc.js +7 -7
- package/dist/esm/descriptor-set.d.ts +21 -1
- package/dist/esm/field.d.ts +52 -1
- package/dist/esm/field.js +28 -0
- package/dist/esm/google/protobuf/any_pb.d.ts +2 -1
- package/dist/esm/google/protobuf/any_pb.js +2 -1
- package/dist/esm/google/protobuf/compiler/plugin_pb.d.ts +18 -1
- package/dist/esm/google/protobuf/compiler/plugin_pb.js +19 -0
- package/dist/esm/google/protobuf/descriptor_pb.d.ts +250 -16
- package/dist/esm/google/protobuf/descriptor_pb.js +238 -6
- package/dist/esm/google/protobuf/duration_pb.js +1 -1
- package/dist/esm/google/protobuf/struct_pb.js +1 -1
- package/dist/esm/google/protobuf/type_pb.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/json-format.d.ts +3 -1
- package/dist/esm/json-format.js +1 -1
- package/dist/esm/private/binary-format-common.d.ts +4 -4
- package/dist/esm/private/binary-format-common.js +17 -6
- package/dist/esm/private/json-format-common.d.ts +1 -1
- package/dist/esm/private/json-format-common.js +12 -8
- package/dist/esm/private/options-map.d.ts +1 -1
- package/dist/esm/private/reify-wkt.d.ts +2 -0
- package/dist/esm/private/reify-wkt.js +2 -0
- package/dist/esm/private/scalars.d.ts +2 -2
- package/dist/esm/private/scalars.js +7 -6
- package/dist/esm/proto2.js +6 -2
- package/dist/esm/proto3.js +7 -4
- package/dist/esm/to-plain-message.d.ts +5 -2
- package/dist/esm/to-plain-message.js +7 -1
- package/dist/esm/type-registry.d.ts +13 -0
- package/package.json +8 -1
|
@@ -243,14 +243,19 @@ export declare class ExtensionRangeOptions extends Message<ExtensionRangeOptions
|
|
|
243
243
|
*/
|
|
244
244
|
uninterpretedOption: UninterpretedOption[];
|
|
245
245
|
/**
|
|
246
|
-
*
|
|
247
|
-
*
|
|
248
|
-
*
|
|
249
|
-
* extension range into small ranges in generated binaries.
|
|
246
|
+
* For external users: DO NOT USE. We are in the process of open sourcing
|
|
247
|
+
* extension declaration and executing internal cleanups before it can be
|
|
248
|
+
* used externally.
|
|
250
249
|
*
|
|
251
250
|
* @generated from field: repeated google.protobuf.ExtensionRangeOptions.Declaration declaration = 2;
|
|
252
251
|
*/
|
|
253
252
|
declaration: ExtensionRangeOptions_Declaration[];
|
|
253
|
+
/**
|
|
254
|
+
* Any features defined in the specific edition.
|
|
255
|
+
*
|
|
256
|
+
* @generated from field: optional google.protobuf.FeatureSet features = 50;
|
|
257
|
+
*/
|
|
258
|
+
features?: FeatureSet;
|
|
254
259
|
/**
|
|
255
260
|
* The verification state of the range.
|
|
256
261
|
* TODO(b/278783756): flip the default to DECLARATION once all empty ranges
|
|
@@ -310,13 +315,6 @@ export declare class ExtensionRangeOptions_Declaration extends Message<Extension
|
|
|
310
315
|
* @generated from field: optional string type = 3;
|
|
311
316
|
*/
|
|
312
317
|
type?: string;
|
|
313
|
-
/**
|
|
314
|
-
* Deprecated. Please use "repeated".
|
|
315
|
-
*
|
|
316
|
-
* @generated from field: optional bool is_repeated = 4 [deprecated = true];
|
|
317
|
-
* @deprecated
|
|
318
|
-
*/
|
|
319
|
-
isRepeated?: boolean;
|
|
320
318
|
/**
|
|
321
319
|
* If true, indicates that the number is reserved in the extension range,
|
|
322
320
|
* and any extension field with the number will fail to compile. Set this
|
|
@@ -924,6 +922,12 @@ export declare class FileOptions extends Message<FileOptions> {
|
|
|
924
922
|
* @generated from field: optional string ruby_package = 45;
|
|
925
923
|
*/
|
|
926
924
|
rubyPackage?: string;
|
|
925
|
+
/**
|
|
926
|
+
* Any features defined in the specific edition.
|
|
927
|
+
*
|
|
928
|
+
* @generated from field: optional google.protobuf.FeatureSet features = 50;
|
|
929
|
+
*/
|
|
930
|
+
features?: FeatureSet;
|
|
927
931
|
/**
|
|
928
932
|
* The parser stores options it doesn't recognize here.
|
|
929
933
|
* See the documentation for the "Options" section above.
|
|
@@ -1053,6 +1057,12 @@ export declare class MessageOptions extends Message<MessageOptions> {
|
|
|
1053
1057
|
* @deprecated
|
|
1054
1058
|
*/
|
|
1055
1059
|
deprecatedLegacyJsonFieldConflicts?: boolean;
|
|
1060
|
+
/**
|
|
1061
|
+
* Any features defined in the specific edition.
|
|
1062
|
+
*
|
|
1063
|
+
* @generated from field: optional google.protobuf.FeatureSet features = 12;
|
|
1064
|
+
*/
|
|
1065
|
+
features?: FeatureSet;
|
|
1056
1066
|
/**
|
|
1057
1067
|
* The parser stores options it doesn't recognize here. See above.
|
|
1058
1068
|
*
|
|
@@ -1178,15 +1188,20 @@ export declare class FieldOptions extends Message<FieldOptions> {
|
|
|
1178
1188
|
* @generated from field: optional google.protobuf.FieldOptions.OptionRetention retention = 17;
|
|
1179
1189
|
*/
|
|
1180
1190
|
retention?: FieldOptions_OptionRetention;
|
|
1181
|
-
/**
|
|
1182
|
-
* @generated from field: optional google.protobuf.FieldOptions.OptionTargetType target = 18 [deprecated = true];
|
|
1183
|
-
* @deprecated
|
|
1184
|
-
*/
|
|
1185
|
-
target?: FieldOptions_OptionTargetType;
|
|
1186
1191
|
/**
|
|
1187
1192
|
* @generated from field: repeated google.protobuf.FieldOptions.OptionTargetType targets = 19;
|
|
1188
1193
|
*/
|
|
1189
1194
|
targets: FieldOptions_OptionTargetType[];
|
|
1195
|
+
/**
|
|
1196
|
+
* @generated from field: repeated google.protobuf.FieldOptions.EditionDefault edition_defaults = 20;
|
|
1197
|
+
*/
|
|
1198
|
+
editionDefaults: FieldOptions_EditionDefault[];
|
|
1199
|
+
/**
|
|
1200
|
+
* Any features defined in the specific edition.
|
|
1201
|
+
*
|
|
1202
|
+
* @generated from field: optional google.protobuf.FeatureSet features = 21;
|
|
1203
|
+
*/
|
|
1204
|
+
features?: FeatureSet;
|
|
1190
1205
|
/**
|
|
1191
1206
|
* The parser stores options it doesn't recognize here. See above.
|
|
1192
1207
|
*
|
|
@@ -1322,10 +1337,39 @@ export declare enum FieldOptions_OptionTargetType {
|
|
|
1322
1337
|
*/
|
|
1323
1338
|
TARGET_TYPE_METHOD = 9
|
|
1324
1339
|
}
|
|
1340
|
+
/**
|
|
1341
|
+
* @generated from message google.protobuf.FieldOptions.EditionDefault
|
|
1342
|
+
*/
|
|
1343
|
+
export declare class FieldOptions_EditionDefault extends Message<FieldOptions_EditionDefault> {
|
|
1344
|
+
/**
|
|
1345
|
+
* @generated from field: optional string edition = 1;
|
|
1346
|
+
*/
|
|
1347
|
+
edition?: string;
|
|
1348
|
+
/**
|
|
1349
|
+
* Textproto value.
|
|
1350
|
+
*
|
|
1351
|
+
* @generated from field: optional string value = 2;
|
|
1352
|
+
*/
|
|
1353
|
+
value?: string;
|
|
1354
|
+
constructor(data?: PartialMessage<FieldOptions_EditionDefault>);
|
|
1355
|
+
static readonly runtime: typeof proto2;
|
|
1356
|
+
static readonly typeName = "google.protobuf.FieldOptions.EditionDefault";
|
|
1357
|
+
static readonly fields: FieldList;
|
|
1358
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FieldOptions_EditionDefault;
|
|
1359
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FieldOptions_EditionDefault;
|
|
1360
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FieldOptions_EditionDefault;
|
|
1361
|
+
static equals(a: FieldOptions_EditionDefault | PlainMessage<FieldOptions_EditionDefault> | undefined, b: FieldOptions_EditionDefault | PlainMessage<FieldOptions_EditionDefault> | undefined): boolean;
|
|
1362
|
+
}
|
|
1325
1363
|
/**
|
|
1326
1364
|
* @generated from message google.protobuf.OneofOptions
|
|
1327
1365
|
*/
|
|
1328
1366
|
export declare class OneofOptions extends Message<OneofOptions> {
|
|
1367
|
+
/**
|
|
1368
|
+
* Any features defined in the specific edition.
|
|
1369
|
+
*
|
|
1370
|
+
* @generated from field: optional google.protobuf.FeatureSet features = 1;
|
|
1371
|
+
*/
|
|
1372
|
+
features?: FeatureSet;
|
|
1329
1373
|
/**
|
|
1330
1374
|
* The parser stores options it doesn't recognize here. See above.
|
|
1331
1375
|
*
|
|
@@ -1373,6 +1417,12 @@ export declare class EnumOptions extends Message<EnumOptions> {
|
|
|
1373
1417
|
* @deprecated
|
|
1374
1418
|
*/
|
|
1375
1419
|
deprecatedLegacyJsonFieldConflicts?: boolean;
|
|
1420
|
+
/**
|
|
1421
|
+
* Any features defined in the specific edition.
|
|
1422
|
+
*
|
|
1423
|
+
* @generated from field: optional google.protobuf.FeatureSet features = 7;
|
|
1424
|
+
*/
|
|
1425
|
+
features?: FeatureSet;
|
|
1376
1426
|
/**
|
|
1377
1427
|
* The parser stores options it doesn't recognize here. See above.
|
|
1378
1428
|
*
|
|
@@ -1401,6 +1451,20 @@ export declare class EnumValueOptions extends Message<EnumValueOptions> {
|
|
|
1401
1451
|
* @generated from field: optional bool deprecated = 1 [default = false];
|
|
1402
1452
|
*/
|
|
1403
1453
|
deprecated?: boolean;
|
|
1454
|
+
/**
|
|
1455
|
+
* Any features defined in the specific edition.
|
|
1456
|
+
*
|
|
1457
|
+
* @generated from field: optional google.protobuf.FeatureSet features = 2;
|
|
1458
|
+
*/
|
|
1459
|
+
features?: FeatureSet;
|
|
1460
|
+
/**
|
|
1461
|
+
* Indicate that fields annotated with this enum value should not be printed
|
|
1462
|
+
* out when using debug formats, e.g. when the field contains sensitive
|
|
1463
|
+
* credentials.
|
|
1464
|
+
*
|
|
1465
|
+
* @generated from field: optional bool debug_redact = 3 [default = false];
|
|
1466
|
+
*/
|
|
1467
|
+
debugRedact?: boolean;
|
|
1404
1468
|
/**
|
|
1405
1469
|
* The parser stores options it doesn't recognize here. See above.
|
|
1406
1470
|
*
|
|
@@ -1420,6 +1484,12 @@ export declare class EnumValueOptions extends Message<EnumValueOptions> {
|
|
|
1420
1484
|
* @generated from message google.protobuf.ServiceOptions
|
|
1421
1485
|
*/
|
|
1422
1486
|
export declare class ServiceOptions extends Message<ServiceOptions> {
|
|
1487
|
+
/**
|
|
1488
|
+
* Any features defined in the specific edition.
|
|
1489
|
+
*
|
|
1490
|
+
* @generated from field: optional google.protobuf.FeatureSet features = 34;
|
|
1491
|
+
*/
|
|
1492
|
+
features?: FeatureSet;
|
|
1423
1493
|
/**
|
|
1424
1494
|
* Is this service deprecated?
|
|
1425
1495
|
* Depending on the target platform, this can emit Deprecated annotations
|
|
@@ -1461,6 +1531,12 @@ export declare class MethodOptions extends Message<MethodOptions> {
|
|
|
1461
1531
|
* @generated from field: optional google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
|
|
1462
1532
|
*/
|
|
1463
1533
|
idempotencyLevel?: MethodOptions_IdempotencyLevel;
|
|
1534
|
+
/**
|
|
1535
|
+
* Any features defined in the specific edition.
|
|
1536
|
+
*
|
|
1537
|
+
* @generated from field: optional google.protobuf.FeatureSet features = 35;
|
|
1538
|
+
*/
|
|
1539
|
+
features?: FeatureSet;
|
|
1464
1540
|
/**
|
|
1465
1541
|
* The parser stores options it doesn't recognize here. See above.
|
|
1466
1542
|
*
|
|
@@ -1579,6 +1655,164 @@ export declare class UninterpretedOption_NamePart extends Message<UninterpretedO
|
|
|
1579
1655
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UninterpretedOption_NamePart;
|
|
1580
1656
|
static equals(a: UninterpretedOption_NamePart | PlainMessage<UninterpretedOption_NamePart> | undefined, b: UninterpretedOption_NamePart | PlainMessage<UninterpretedOption_NamePart> | undefined): boolean;
|
|
1581
1657
|
}
|
|
1658
|
+
/**
|
|
1659
|
+
* TODO(b/274655146) Enums in C++ gencode (and potentially other languages) are
|
|
1660
|
+
* not well scoped. This means that each of the feature enums below can clash
|
|
1661
|
+
* with each other. The short names we've chosen maximize call-site
|
|
1662
|
+
* readability, but leave us very open to this scenario. A future feature will
|
|
1663
|
+
* be designed and implemented to handle this, hopefully before we ever hit a
|
|
1664
|
+
* conflict here.
|
|
1665
|
+
*
|
|
1666
|
+
* @generated from message google.protobuf.FeatureSet
|
|
1667
|
+
*/
|
|
1668
|
+
export declare class FeatureSet extends Message<FeatureSet> {
|
|
1669
|
+
/**
|
|
1670
|
+
* @generated from field: optional google.protobuf.FeatureSet.FieldPresence field_presence = 1;
|
|
1671
|
+
*/
|
|
1672
|
+
fieldPresence?: FeatureSet_FieldPresence;
|
|
1673
|
+
/**
|
|
1674
|
+
* @generated from field: optional google.protobuf.FeatureSet.EnumType enum_type = 2;
|
|
1675
|
+
*/
|
|
1676
|
+
enumType?: FeatureSet_EnumType;
|
|
1677
|
+
/**
|
|
1678
|
+
* @generated from field: optional google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3;
|
|
1679
|
+
*/
|
|
1680
|
+
repeatedFieldEncoding?: FeatureSet_RepeatedFieldEncoding;
|
|
1681
|
+
/**
|
|
1682
|
+
* @generated from field: optional google.protobuf.FeatureSet.StringFieldValidation string_field_validation = 4;
|
|
1683
|
+
*/
|
|
1684
|
+
stringFieldValidation?: FeatureSet_StringFieldValidation;
|
|
1685
|
+
/**
|
|
1686
|
+
* @generated from field: optional google.protobuf.FeatureSet.MessageEncoding message_encoding = 5;
|
|
1687
|
+
*/
|
|
1688
|
+
messageEncoding?: FeatureSet_MessageEncoding;
|
|
1689
|
+
/**
|
|
1690
|
+
* @generated from field: optional google.protobuf.FeatureSet.JsonFormat json_format = 6;
|
|
1691
|
+
*/
|
|
1692
|
+
jsonFormat?: FeatureSet_JsonFormat;
|
|
1693
|
+
/**
|
|
1694
|
+
* @generated from field: optional google.protobuf.FeatureSet raw_features = 999;
|
|
1695
|
+
*/
|
|
1696
|
+
rawFeatures?: FeatureSet;
|
|
1697
|
+
constructor(data?: PartialMessage<FeatureSet>);
|
|
1698
|
+
static readonly runtime: typeof proto2;
|
|
1699
|
+
static readonly typeName = "google.protobuf.FeatureSet";
|
|
1700
|
+
static readonly fields: FieldList;
|
|
1701
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FeatureSet;
|
|
1702
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FeatureSet;
|
|
1703
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FeatureSet;
|
|
1704
|
+
static equals(a: FeatureSet | PlainMessage<FeatureSet> | undefined, b: FeatureSet | PlainMessage<FeatureSet> | undefined): boolean;
|
|
1705
|
+
}
|
|
1706
|
+
/**
|
|
1707
|
+
* @generated from enum google.protobuf.FeatureSet.FieldPresence
|
|
1708
|
+
*/
|
|
1709
|
+
export declare enum FeatureSet_FieldPresence {
|
|
1710
|
+
/**
|
|
1711
|
+
* @generated from enum value: FIELD_PRESENCE_UNKNOWN = 0;
|
|
1712
|
+
*/
|
|
1713
|
+
FIELD_PRESENCE_UNKNOWN = 0,
|
|
1714
|
+
/**
|
|
1715
|
+
* @generated from enum value: EXPLICIT = 1;
|
|
1716
|
+
*/
|
|
1717
|
+
EXPLICIT = 1,
|
|
1718
|
+
/**
|
|
1719
|
+
* @generated from enum value: IMPLICIT = 2;
|
|
1720
|
+
*/
|
|
1721
|
+
IMPLICIT = 2,
|
|
1722
|
+
/**
|
|
1723
|
+
* @generated from enum value: LEGACY_REQUIRED = 3;
|
|
1724
|
+
*/
|
|
1725
|
+
LEGACY_REQUIRED = 3
|
|
1726
|
+
}
|
|
1727
|
+
/**
|
|
1728
|
+
* @generated from enum google.protobuf.FeatureSet.EnumType
|
|
1729
|
+
*/
|
|
1730
|
+
export declare enum FeatureSet_EnumType {
|
|
1731
|
+
/**
|
|
1732
|
+
* @generated from enum value: ENUM_TYPE_UNKNOWN = 0;
|
|
1733
|
+
*/
|
|
1734
|
+
ENUM_TYPE_UNKNOWN = 0,
|
|
1735
|
+
/**
|
|
1736
|
+
* @generated from enum value: OPEN = 1;
|
|
1737
|
+
*/
|
|
1738
|
+
OPEN = 1,
|
|
1739
|
+
/**
|
|
1740
|
+
* @generated from enum value: CLOSED = 2;
|
|
1741
|
+
*/
|
|
1742
|
+
CLOSED = 2
|
|
1743
|
+
}
|
|
1744
|
+
/**
|
|
1745
|
+
* @generated from enum google.protobuf.FeatureSet.RepeatedFieldEncoding
|
|
1746
|
+
*/
|
|
1747
|
+
export declare enum FeatureSet_RepeatedFieldEncoding {
|
|
1748
|
+
/**
|
|
1749
|
+
* @generated from enum value: REPEATED_FIELD_ENCODING_UNKNOWN = 0;
|
|
1750
|
+
*/
|
|
1751
|
+
REPEATED_FIELD_ENCODING_UNKNOWN = 0,
|
|
1752
|
+
/**
|
|
1753
|
+
* @generated from enum value: PACKED = 1;
|
|
1754
|
+
*/
|
|
1755
|
+
PACKED = 1,
|
|
1756
|
+
/**
|
|
1757
|
+
* @generated from enum value: EXPANDED = 2;
|
|
1758
|
+
*/
|
|
1759
|
+
EXPANDED = 2
|
|
1760
|
+
}
|
|
1761
|
+
/**
|
|
1762
|
+
* @generated from enum google.protobuf.FeatureSet.StringFieldValidation
|
|
1763
|
+
*/
|
|
1764
|
+
export declare enum FeatureSet_StringFieldValidation {
|
|
1765
|
+
/**
|
|
1766
|
+
* @generated from enum value: STRING_FIELD_VALIDATION_UNKNOWN = 0;
|
|
1767
|
+
*/
|
|
1768
|
+
STRING_FIELD_VALIDATION_UNKNOWN = 0,
|
|
1769
|
+
/**
|
|
1770
|
+
* @generated from enum value: MANDATORY = 1;
|
|
1771
|
+
*/
|
|
1772
|
+
MANDATORY = 1,
|
|
1773
|
+
/**
|
|
1774
|
+
* @generated from enum value: HINT = 2;
|
|
1775
|
+
*/
|
|
1776
|
+
HINT = 2,
|
|
1777
|
+
/**
|
|
1778
|
+
* @generated from enum value: NONE = 3;
|
|
1779
|
+
*/
|
|
1780
|
+
NONE = 3
|
|
1781
|
+
}
|
|
1782
|
+
/**
|
|
1783
|
+
* @generated from enum google.protobuf.FeatureSet.MessageEncoding
|
|
1784
|
+
*/
|
|
1785
|
+
export declare enum FeatureSet_MessageEncoding {
|
|
1786
|
+
/**
|
|
1787
|
+
* @generated from enum value: MESSAGE_ENCODING_UNKNOWN = 0;
|
|
1788
|
+
*/
|
|
1789
|
+
MESSAGE_ENCODING_UNKNOWN = 0,
|
|
1790
|
+
/**
|
|
1791
|
+
* @generated from enum value: LENGTH_PREFIXED = 1;
|
|
1792
|
+
*/
|
|
1793
|
+
LENGTH_PREFIXED = 1,
|
|
1794
|
+
/**
|
|
1795
|
+
* @generated from enum value: DELIMITED = 2;
|
|
1796
|
+
*/
|
|
1797
|
+
DELIMITED = 2
|
|
1798
|
+
}
|
|
1799
|
+
/**
|
|
1800
|
+
* @generated from enum google.protobuf.FeatureSet.JsonFormat
|
|
1801
|
+
*/
|
|
1802
|
+
export declare enum FeatureSet_JsonFormat {
|
|
1803
|
+
/**
|
|
1804
|
+
* @generated from enum value: JSON_FORMAT_UNKNOWN = 0;
|
|
1805
|
+
*/
|
|
1806
|
+
JSON_FORMAT_UNKNOWN = 0,
|
|
1807
|
+
/**
|
|
1808
|
+
* @generated from enum value: ALLOW = 1;
|
|
1809
|
+
*/
|
|
1810
|
+
ALLOW = 1,
|
|
1811
|
+
/**
|
|
1812
|
+
* @generated from enum value: LEGACY_BEST_EFFORT = 2;
|
|
1813
|
+
*/
|
|
1814
|
+
LEGACY_BEST_EFFORT = 2
|
|
1815
|
+
}
|
|
1582
1816
|
/**
|
|
1583
1817
|
* Encapsulates information about the original source file from which a
|
|
1584
1818
|
* FileDescriptorProto was generated.
|