@google-cloud/dlp 6.4.0 → 6.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -167
- package/build/protos/google/privacy/dlp/v2/dlp.proto +393 -72
- package/build/protos/google/privacy/dlp/v2/storage.proto +20 -6
- package/build/protos/protos.d.ts +1399 -527
- package/build/protos/protos.js +8371 -6536
- package/build/protos/protos.json +256 -205
- package/build/src/v2/dlp_service_client.d.ts +242 -126
- package/build/src/v2/dlp_service_client.js +151 -85
- package/build/src/v2/index.js +1 -1
- package/package.json +1 -1
package/build/protos/protos.json
CHANGED
|
@@ -1475,6 +1475,19 @@
|
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
1477
1477
|
},
|
|
1478
|
+
"ExcludeByImageFindings": {
|
|
1479
|
+
"fields": {
|
|
1480
|
+
"infoTypes": {
|
|
1481
|
+
"rule": "repeated",
|
|
1482
|
+
"type": "InfoType",
|
|
1483
|
+
"id": 1
|
|
1484
|
+
},
|
|
1485
|
+
"imageContainmentType": {
|
|
1486
|
+
"type": "ImageContainmentType",
|
|
1487
|
+
"id": 2
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1478
1491
|
"ExclusionRule": {
|
|
1479
1492
|
"oneofs": {
|
|
1480
1493
|
"type": {
|
|
@@ -1482,7 +1495,8 @@
|
|
|
1482
1495
|
"dictionary",
|
|
1483
1496
|
"regex",
|
|
1484
1497
|
"excludeInfoTypes",
|
|
1485
|
-
"excludeByHotword"
|
|
1498
|
+
"excludeByHotword",
|
|
1499
|
+
"excludeByImageFindings"
|
|
1486
1500
|
]
|
|
1487
1501
|
}
|
|
1488
1502
|
},
|
|
@@ -1503,18 +1517,81 @@
|
|
|
1503
1517
|
"type": "ExcludeByHotword",
|
|
1504
1518
|
"id": 5
|
|
1505
1519
|
},
|
|
1520
|
+
"excludeByImageFindings": {
|
|
1521
|
+
"type": "ExcludeByImageFindings",
|
|
1522
|
+
"id": 6
|
|
1523
|
+
},
|
|
1506
1524
|
"matchingType": {
|
|
1507
1525
|
"type": "MatchingType",
|
|
1508
1526
|
"id": 4
|
|
1509
1527
|
}
|
|
1510
1528
|
}
|
|
1511
1529
|
},
|
|
1530
|
+
"AdjustByMatchingInfoTypes": {
|
|
1531
|
+
"fields": {
|
|
1532
|
+
"infoTypes": {
|
|
1533
|
+
"rule": "repeated",
|
|
1534
|
+
"type": "InfoType",
|
|
1535
|
+
"id": 1
|
|
1536
|
+
},
|
|
1537
|
+
"minLikelihood": {
|
|
1538
|
+
"type": "Likelihood",
|
|
1539
|
+
"id": 2
|
|
1540
|
+
},
|
|
1541
|
+
"matchingType": {
|
|
1542
|
+
"type": "MatchingType",
|
|
1543
|
+
"id": 3
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
"AdjustByImageFindings": {
|
|
1548
|
+
"fields": {
|
|
1549
|
+
"infoTypes": {
|
|
1550
|
+
"rule": "repeated",
|
|
1551
|
+
"type": "InfoType",
|
|
1552
|
+
"id": 1
|
|
1553
|
+
},
|
|
1554
|
+
"minLikelihood": {
|
|
1555
|
+
"type": "Likelihood",
|
|
1556
|
+
"id": 2
|
|
1557
|
+
},
|
|
1558
|
+
"imageContainmentType": {
|
|
1559
|
+
"type": "ImageContainmentType",
|
|
1560
|
+
"id": 3
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
"AdjustmentRule": {
|
|
1565
|
+
"oneofs": {
|
|
1566
|
+
"conditions": {
|
|
1567
|
+
"oneof": [
|
|
1568
|
+
"adjustByMatchingInfoTypes",
|
|
1569
|
+
"adjustByImageFindings"
|
|
1570
|
+
]
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"fields": {
|
|
1574
|
+
"adjustByMatchingInfoTypes": {
|
|
1575
|
+
"type": "AdjustByMatchingInfoTypes",
|
|
1576
|
+
"id": 1
|
|
1577
|
+
},
|
|
1578
|
+
"adjustByImageFindings": {
|
|
1579
|
+
"type": "AdjustByImageFindings",
|
|
1580
|
+
"id": 3
|
|
1581
|
+
},
|
|
1582
|
+
"likelihoodAdjustment": {
|
|
1583
|
+
"type": "CustomInfoType.DetectionRule.LikelihoodAdjustment",
|
|
1584
|
+
"id": 2
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1512
1588
|
"InspectionRule": {
|
|
1513
1589
|
"oneofs": {
|
|
1514
1590
|
"type": {
|
|
1515
1591
|
"oneof": [
|
|
1516
1592
|
"hotwordRule",
|
|
1517
|
-
"exclusionRule"
|
|
1593
|
+
"exclusionRule",
|
|
1594
|
+
"adjustmentRule"
|
|
1518
1595
|
]
|
|
1519
1596
|
}
|
|
1520
1597
|
},
|
|
@@ -1526,6 +1603,10 @@
|
|
|
1526
1603
|
"exclusionRule": {
|
|
1527
1604
|
"type": "ExclusionRule",
|
|
1528
1605
|
"id": 2
|
|
1606
|
+
},
|
|
1607
|
+
"adjustmentRule": {
|
|
1608
|
+
"type": "AdjustmentRule",
|
|
1609
|
+
"id": 3
|
|
1529
1610
|
}
|
|
1530
1611
|
}
|
|
1531
1612
|
},
|
|
@@ -1869,7 +1950,8 @@
|
|
|
1869
1950
|
"oneofs": {
|
|
1870
1951
|
"label": {
|
|
1871
1952
|
"oneof": [
|
|
1872
|
-
"storageLabel"
|
|
1953
|
+
"storageLabel",
|
|
1954
|
+
"keyValueMetadataLabel"
|
|
1873
1955
|
]
|
|
1874
1956
|
}
|
|
1875
1957
|
},
|
|
@@ -1881,6 +1963,10 @@
|
|
|
1881
1963
|
"storageLabel": {
|
|
1882
1964
|
"type": "StorageMetadataLabel",
|
|
1883
1965
|
"id": 3
|
|
1966
|
+
},
|
|
1967
|
+
"keyValueMetadataLabel": {
|
|
1968
|
+
"type": "KeyValueMetadataLabel",
|
|
1969
|
+
"id": 4
|
|
1884
1970
|
}
|
|
1885
1971
|
}
|
|
1886
1972
|
},
|
|
@@ -1892,6 +1978,14 @@
|
|
|
1892
1978
|
}
|
|
1893
1979
|
}
|
|
1894
1980
|
},
|
|
1981
|
+
"KeyValueMetadataLabel": {
|
|
1982
|
+
"fields": {
|
|
1983
|
+
"key": {
|
|
1984
|
+
"type": "string",
|
|
1985
|
+
"id": 1
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1895
1989
|
"DocumentLocation": {
|
|
1896
1990
|
"fields": {
|
|
1897
1991
|
"fileOffset": {
|
|
@@ -2026,6 +2120,14 @@
|
|
|
2026
2120
|
"byteItem": {
|
|
2027
2121
|
"type": "ByteContentItem",
|
|
2028
2122
|
"id": 7
|
|
2123
|
+
},
|
|
2124
|
+
"inspectTemplate": {
|
|
2125
|
+
"type": "string",
|
|
2126
|
+
"id": 9
|
|
2127
|
+
},
|
|
2128
|
+
"deidentifyTemplate": {
|
|
2129
|
+
"type": "string",
|
|
2130
|
+
"id": 10
|
|
2029
2131
|
}
|
|
2030
2132
|
},
|
|
2031
2133
|
"nested": {
|
|
@@ -2221,7 +2323,8 @@
|
|
|
2221
2323
|
"oneofs": {
|
|
2222
2324
|
"type": {
|
|
2223
2325
|
"oneof": [
|
|
2224
|
-
"table"
|
|
2326
|
+
"table",
|
|
2327
|
+
"storagePath"
|
|
2225
2328
|
]
|
|
2226
2329
|
}
|
|
2227
2330
|
},
|
|
@@ -2230,6 +2333,10 @@
|
|
|
2230
2333
|
"type": "BigQueryTable",
|
|
2231
2334
|
"id": 1
|
|
2232
2335
|
},
|
|
2336
|
+
"storagePath": {
|
|
2337
|
+
"type": "CloudStoragePath",
|
|
2338
|
+
"id": 5
|
|
2339
|
+
},
|
|
2233
2340
|
"outputSchema": {
|
|
2234
2341
|
"type": "OutputSchema",
|
|
2235
2342
|
"id": 3
|
|
@@ -2480,6 +2587,20 @@
|
|
|
2480
2587
|
"rule": "repeated",
|
|
2481
2588
|
"type": "string",
|
|
2482
2589
|
"id": 12
|
|
2590
|
+
},
|
|
2591
|
+
"launchStatus": {
|
|
2592
|
+
"type": "InfoTypeLaunchStatus",
|
|
2593
|
+
"id": 13
|
|
2594
|
+
}
|
|
2595
|
+
},
|
|
2596
|
+
"nested": {
|
|
2597
|
+
"InfoTypeLaunchStatus": {
|
|
2598
|
+
"values": {
|
|
2599
|
+
"INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED": 0,
|
|
2600
|
+
"GENERAL_AVAILABILITY": 1,
|
|
2601
|
+
"PUBLIC_PREVIEW": 2,
|
|
2602
|
+
"PRIVATE_PREVIEW": 3
|
|
2603
|
+
}
|
|
2483
2604
|
}
|
|
2484
2605
|
}
|
|
2485
2606
|
},
|
|
@@ -4475,6 +4596,7 @@
|
|
|
4475
4596
|
"pubSub",
|
|
4476
4597
|
"publishSummaryToCscc",
|
|
4477
4598
|
"publishFindingsToCloudDataCatalog",
|
|
4599
|
+
"publishFindingsToDataplexCatalog",
|
|
4478
4600
|
"deidentify",
|
|
4479
4601
|
"jobNotificationEmails",
|
|
4480
4602
|
"publishToStackdriver"
|
|
@@ -4496,7 +4618,14 @@
|
|
|
4496
4618
|
},
|
|
4497
4619
|
"publishFindingsToCloudDataCatalog": {
|
|
4498
4620
|
"type": "PublishFindingsToCloudDataCatalog",
|
|
4499
|
-
"id": 5
|
|
4621
|
+
"id": 5,
|
|
4622
|
+
"options": {
|
|
4623
|
+
"deprecated": true
|
|
4624
|
+
}
|
|
4625
|
+
},
|
|
4626
|
+
"publishFindingsToDataplexCatalog": {
|
|
4627
|
+
"type": "PublishFindingsToDataplexCatalog",
|
|
4628
|
+
"id": 10
|
|
4500
4629
|
},
|
|
4501
4630
|
"deidentify": {
|
|
4502
4631
|
"type": "Deidentify",
|
|
@@ -4534,6 +4663,9 @@
|
|
|
4534
4663
|
"PublishFindingsToCloudDataCatalog": {
|
|
4535
4664
|
"fields": {}
|
|
4536
4665
|
},
|
|
4666
|
+
"PublishFindingsToDataplexCatalog": {
|
|
4667
|
+
"fields": {}
|
|
4668
|
+
},
|
|
4537
4669
|
"Deidentify": {
|
|
4538
4670
|
"oneofs": {
|
|
4539
4671
|
"output": {
|
|
@@ -5971,6 +6103,13 @@
|
|
|
5971
6103
|
"options": {
|
|
5972
6104
|
"(google.api.field_behavior)": "OPTIONAL"
|
|
5973
6105
|
}
|
|
6106
|
+
},
|
|
6107
|
+
"includeTags": {
|
|
6108
|
+
"type": "TagFilters",
|
|
6109
|
+
"id": 2,
|
|
6110
|
+
"options": {
|
|
6111
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6112
|
+
}
|
|
5974
6113
|
}
|
|
5975
6114
|
}
|
|
5976
6115
|
},
|
|
@@ -7185,9 +7324,44 @@
|
|
|
7185
7324
|
"MATCHING_TYPE_UNSPECIFIED": 0,
|
|
7186
7325
|
"MATCHING_TYPE_FULL_MATCH": 1,
|
|
7187
7326
|
"MATCHING_TYPE_PARTIAL_MATCH": 2,
|
|
7188
|
-
"MATCHING_TYPE_INVERSE_MATCH": 3
|
|
7327
|
+
"MATCHING_TYPE_INVERSE_MATCH": 3,
|
|
7328
|
+
"MATCHING_TYPE_RULE_SPECIFIC": 4
|
|
7329
|
+
}
|
|
7330
|
+
},
|
|
7331
|
+
"ImageContainmentType": {
|
|
7332
|
+
"oneofs": {
|
|
7333
|
+
"type": {
|
|
7334
|
+
"oneof": [
|
|
7335
|
+
"encloses",
|
|
7336
|
+
"fullyInside",
|
|
7337
|
+
"overlaps"
|
|
7338
|
+
]
|
|
7339
|
+
}
|
|
7340
|
+
},
|
|
7341
|
+
"fields": {
|
|
7342
|
+
"encloses": {
|
|
7343
|
+
"type": "Encloses",
|
|
7344
|
+
"id": 1
|
|
7345
|
+
},
|
|
7346
|
+
"fullyInside": {
|
|
7347
|
+
"type": "FullyInside",
|
|
7348
|
+
"id": 2
|
|
7349
|
+
},
|
|
7350
|
+
"overlaps": {
|
|
7351
|
+
"type": "Overlap",
|
|
7352
|
+
"id": 3
|
|
7353
|
+
}
|
|
7189
7354
|
}
|
|
7190
7355
|
},
|
|
7356
|
+
"Overlap": {
|
|
7357
|
+
"fields": {}
|
|
7358
|
+
},
|
|
7359
|
+
"Encloses": {
|
|
7360
|
+
"fields": {}
|
|
7361
|
+
},
|
|
7362
|
+
"FullyInside": {
|
|
7363
|
+
"fields": {}
|
|
7364
|
+
},
|
|
7191
7365
|
"ContentOption": {
|
|
7192
7366
|
"values": {
|
|
7193
7367
|
"CONTENT_UNSPECIFIED": 0,
|
|
@@ -7198,7 +7372,8 @@
|
|
|
7198
7372
|
"MetadataType": {
|
|
7199
7373
|
"values": {
|
|
7200
7374
|
"METADATATYPE_UNSPECIFIED": 0,
|
|
7201
|
-
"STORAGE_METADATA": 2
|
|
7375
|
+
"STORAGE_METADATA": 2,
|
|
7376
|
+
"CONTENT_METADATA": 3
|
|
7202
7377
|
}
|
|
7203
7378
|
},
|
|
7204
7379
|
"InfoTypeSupportedBy": {
|
|
@@ -7927,6 +8102,38 @@
|
|
|
7927
8102
|
}
|
|
7928
8103
|
}
|
|
7929
8104
|
},
|
|
8105
|
+
"TagFilters": {
|
|
8106
|
+
"fields": {
|
|
8107
|
+
"tagFilters": {
|
|
8108
|
+
"rule": "repeated",
|
|
8109
|
+
"type": "TagFilter",
|
|
8110
|
+
"id": 1,
|
|
8111
|
+
"options": {
|
|
8112
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
8113
|
+
}
|
|
8114
|
+
}
|
|
8115
|
+
}
|
|
8116
|
+
},
|
|
8117
|
+
"TagFilter": {
|
|
8118
|
+
"oneofs": {
|
|
8119
|
+
"format": {
|
|
8120
|
+
"oneof": [
|
|
8121
|
+
"namespacedTagValue",
|
|
8122
|
+
"namespacedTagKey"
|
|
8123
|
+
]
|
|
8124
|
+
}
|
|
8125
|
+
},
|
|
8126
|
+
"fields": {
|
|
8127
|
+
"namespacedTagValue": {
|
|
8128
|
+
"type": "string",
|
|
8129
|
+
"id": 1
|
|
8130
|
+
},
|
|
8131
|
+
"namespacedTagKey": {
|
|
8132
|
+
"type": "string",
|
|
8133
|
+
"id": 2
|
|
8134
|
+
}
|
|
8135
|
+
}
|
|
8136
|
+
},
|
|
7930
8137
|
"RelatedResource": {
|
|
7931
8138
|
"fields": {
|
|
7932
8139
|
"fullResource": {
|
|
@@ -8476,10 +8683,7 @@
|
|
|
8476
8683
|
"fields": {
|
|
8477
8684
|
"dataSource": {
|
|
8478
8685
|
"type": "string",
|
|
8479
|
-
"id": 1
|
|
8480
|
-
"options": {
|
|
8481
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
8482
|
-
}
|
|
8686
|
+
"id": 1
|
|
8483
8687
|
}
|
|
8484
8688
|
}
|
|
8485
8689
|
},
|
|
@@ -8593,6 +8797,7 @@
|
|
|
8593
8797
|
"SIGNAL_UNSPECIFIED": 0,
|
|
8594
8798
|
"MODEL": 1,
|
|
8595
8799
|
"TEXT_EMBEDDING": 2,
|
|
8800
|
+
"EMBEDDING": 7,
|
|
8596
8801
|
"VERTEX_PLUGIN": 3,
|
|
8597
8802
|
"VECTOR_PLUGIN": 4,
|
|
8598
8803
|
"SOURCE_CODE": 5,
|
|
@@ -8665,7 +8870,8 @@
|
|
|
8665
8870
|
"dictionary",
|
|
8666
8871
|
"regex",
|
|
8667
8872
|
"surrogateType",
|
|
8668
|
-
"storedType"
|
|
8873
|
+
"storedType",
|
|
8874
|
+
"metadataKeyValueExpression"
|
|
8669
8875
|
]
|
|
8670
8876
|
}
|
|
8671
8877
|
},
|
|
@@ -8694,6 +8900,10 @@
|
|
|
8694
8900
|
"type": "StoredType",
|
|
8695
8901
|
"id": 5
|
|
8696
8902
|
},
|
|
8903
|
+
"metadataKeyValueExpression": {
|
|
8904
|
+
"type": "MetadataKeyValueExpression",
|
|
8905
|
+
"id": 10
|
|
8906
|
+
},
|
|
8697
8907
|
"detectionRules": {
|
|
8698
8908
|
"rule": "repeated",
|
|
8699
8909
|
"type": "DetectionRule",
|
|
@@ -8756,6 +8966,18 @@
|
|
|
8756
8966
|
"SurrogateType": {
|
|
8757
8967
|
"fields": {}
|
|
8758
8968
|
},
|
|
8969
|
+
"MetadataKeyValueExpression": {
|
|
8970
|
+
"fields": {
|
|
8971
|
+
"keyRegex": {
|
|
8972
|
+
"type": "string",
|
|
8973
|
+
"id": 1
|
|
8974
|
+
},
|
|
8975
|
+
"valueRegex": {
|
|
8976
|
+
"type": "string",
|
|
8977
|
+
"id": 2
|
|
8978
|
+
}
|
|
8979
|
+
}
|
|
8980
|
+
},
|
|
8759
8981
|
"DetectionRule": {
|
|
8760
8982
|
"oneofs": {
|
|
8761
8983
|
"type": {
|
|
@@ -9247,7 +9469,8 @@
|
|
|
9247
9469
|
"java_multiple_files": true,
|
|
9248
9470
|
"java_outer_classname": "ResourceProto",
|
|
9249
9471
|
"java_package": "com.google.api",
|
|
9250
|
-
"objc_class_prefix": "GAPI"
|
|
9472
|
+
"objc_class_prefix": "GAPI",
|
|
9473
|
+
"cc_enable_arenas": true
|
|
9251
9474
|
},
|
|
9252
9475
|
"nested": {
|
|
9253
9476
|
"http": {
|
|
@@ -9371,10 +9594,6 @@
|
|
|
9371
9594
|
"rule": "repeated",
|
|
9372
9595
|
"type": "ClientLibraryDestination",
|
|
9373
9596
|
"id": 2
|
|
9374
|
-
},
|
|
9375
|
-
"selectiveGapicGeneration": {
|
|
9376
|
-
"type": "SelectiveGapicGeneration",
|
|
9377
|
-
"id": 3
|
|
9378
9597
|
}
|
|
9379
9598
|
}
|
|
9380
9599
|
},
|
|
@@ -9515,28 +9734,6 @@
|
|
|
9515
9734
|
"common": {
|
|
9516
9735
|
"type": "CommonLanguageSettings",
|
|
9517
9736
|
"id": 1
|
|
9518
|
-
},
|
|
9519
|
-
"experimentalFeatures": {
|
|
9520
|
-
"type": "ExperimentalFeatures",
|
|
9521
|
-
"id": 2
|
|
9522
|
-
}
|
|
9523
|
-
},
|
|
9524
|
-
"nested": {
|
|
9525
|
-
"ExperimentalFeatures": {
|
|
9526
|
-
"fields": {
|
|
9527
|
-
"restAsyncIoEnabled": {
|
|
9528
|
-
"type": "bool",
|
|
9529
|
-
"id": 1
|
|
9530
|
-
},
|
|
9531
|
-
"protobufPythonicTypesEnabled": {
|
|
9532
|
-
"type": "bool",
|
|
9533
|
-
"id": 2
|
|
9534
|
-
},
|
|
9535
|
-
"unversionedPackageDisabled": {
|
|
9536
|
-
"type": "bool",
|
|
9537
|
-
"id": 3
|
|
9538
|
-
}
|
|
9539
|
-
}
|
|
9540
9737
|
}
|
|
9541
9738
|
}
|
|
9542
9739
|
},
|
|
@@ -9594,11 +9791,6 @@
|
|
|
9594
9791
|
"common": {
|
|
9595
9792
|
"type": "CommonLanguageSettings",
|
|
9596
9793
|
"id": 1
|
|
9597
|
-
},
|
|
9598
|
-
"renamedServices": {
|
|
9599
|
-
"keyType": "string",
|
|
9600
|
-
"type": "string",
|
|
9601
|
-
"id": 2
|
|
9602
9794
|
}
|
|
9603
9795
|
}
|
|
9604
9796
|
},
|
|
@@ -9660,19 +9852,6 @@
|
|
|
9660
9852
|
"PACKAGE_MANAGER": 20
|
|
9661
9853
|
}
|
|
9662
9854
|
},
|
|
9663
|
-
"SelectiveGapicGeneration": {
|
|
9664
|
-
"fields": {
|
|
9665
|
-
"methods": {
|
|
9666
|
-
"rule": "repeated",
|
|
9667
|
-
"type": "string",
|
|
9668
|
-
"id": 1
|
|
9669
|
-
},
|
|
9670
|
-
"generateOmittedAsInternal": {
|
|
9671
|
-
"type": "bool",
|
|
9672
|
-
"id": 2
|
|
9673
|
-
}
|
|
9674
|
-
}
|
|
9675
|
-
},
|
|
9676
9855
|
"LaunchStage": {
|
|
9677
9856
|
"values": {
|
|
9678
9857
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
@@ -9805,19 +9984,12 @@
|
|
|
9805
9984
|
"type": "FileDescriptorProto",
|
|
9806
9985
|
"id": 1
|
|
9807
9986
|
}
|
|
9808
|
-
}
|
|
9809
|
-
"extensions": [
|
|
9810
|
-
[
|
|
9811
|
-
536000000,
|
|
9812
|
-
536000000
|
|
9813
|
-
]
|
|
9814
|
-
]
|
|
9987
|
+
}
|
|
9815
9988
|
},
|
|
9816
9989
|
"Edition": {
|
|
9817
9990
|
"edition": "proto2",
|
|
9818
9991
|
"values": {
|
|
9819
9992
|
"EDITION_UNKNOWN": 0,
|
|
9820
|
-
"EDITION_LEGACY": 900,
|
|
9821
9993
|
"EDITION_PROTO2": 998,
|
|
9822
9994
|
"EDITION_PROTO3": 999,
|
|
9823
9995
|
"EDITION_2023": 1000,
|
|
@@ -9856,11 +10028,6 @@
|
|
|
9856
10028
|
"type": "int32",
|
|
9857
10029
|
"id": 11
|
|
9858
10030
|
},
|
|
9859
|
-
"optionDependency": {
|
|
9860
|
-
"rule": "repeated",
|
|
9861
|
-
"type": "string",
|
|
9862
|
-
"id": 15
|
|
9863
|
-
},
|
|
9864
10031
|
"messageType": {
|
|
9865
10032
|
"rule": "repeated",
|
|
9866
10033
|
"type": "DescriptorProto",
|
|
@@ -9949,10 +10116,6 @@
|
|
|
9949
10116
|
"rule": "repeated",
|
|
9950
10117
|
"type": "string",
|
|
9951
10118
|
"id": 10
|
|
9952
|
-
},
|
|
9953
|
-
"visibility": {
|
|
9954
|
-
"type": "SymbolVisibility",
|
|
9955
|
-
"id": 11
|
|
9956
10119
|
}
|
|
9957
10120
|
},
|
|
9958
10121
|
"nested": {
|
|
@@ -10178,10 +10341,6 @@
|
|
|
10178
10341
|
"rule": "repeated",
|
|
10179
10342
|
"type": "string",
|
|
10180
10343
|
"id": 5
|
|
10181
|
-
},
|
|
10182
|
-
"visibility": {
|
|
10183
|
-
"type": "SymbolVisibility",
|
|
10184
|
-
"id": 6
|
|
10185
10344
|
}
|
|
10186
10345
|
},
|
|
10187
10346
|
"nested": {
|
|
@@ -10396,7 +10555,6 @@
|
|
|
10396
10555
|
42,
|
|
10397
10556
|
42
|
|
10398
10557
|
],
|
|
10399
|
-
"php_generic_services",
|
|
10400
10558
|
[
|
|
10401
10559
|
38,
|
|
10402
10560
|
38
|
|
@@ -10532,8 +10690,7 @@
|
|
|
10532
10690
|
"type": "bool",
|
|
10533
10691
|
"id": 10,
|
|
10534
10692
|
"options": {
|
|
10535
|
-
"default": false
|
|
10536
|
-
"deprecated": true
|
|
10693
|
+
"default": false
|
|
10537
10694
|
}
|
|
10538
10695
|
},
|
|
10539
10696
|
"debugRedact": {
|
|
@@ -10561,10 +10718,6 @@
|
|
|
10561
10718
|
"type": "FeatureSet",
|
|
10562
10719
|
"id": 21
|
|
10563
10720
|
},
|
|
10564
|
-
"featureSupport": {
|
|
10565
|
-
"type": "FeatureSupport",
|
|
10566
|
-
"id": 22
|
|
10567
|
-
},
|
|
10568
10721
|
"uninterpretedOption": {
|
|
10569
10722
|
"rule": "repeated",
|
|
10570
10723
|
"type": "UninterpretedOption",
|
|
@@ -10634,26 +10787,6 @@
|
|
|
10634
10787
|
"id": 2
|
|
10635
10788
|
}
|
|
10636
10789
|
}
|
|
10637
|
-
},
|
|
10638
|
-
"FeatureSupport": {
|
|
10639
|
-
"fields": {
|
|
10640
|
-
"editionIntroduced": {
|
|
10641
|
-
"type": "Edition",
|
|
10642
|
-
"id": 1
|
|
10643
|
-
},
|
|
10644
|
-
"editionDeprecated": {
|
|
10645
|
-
"type": "Edition",
|
|
10646
|
-
"id": 2
|
|
10647
|
-
},
|
|
10648
|
-
"deprecationWarning": {
|
|
10649
|
-
"type": "string",
|
|
10650
|
-
"id": 3
|
|
10651
|
-
},
|
|
10652
|
-
"editionRemoved": {
|
|
10653
|
-
"type": "Edition",
|
|
10654
|
-
"id": 4
|
|
10655
|
-
}
|
|
10656
|
-
}
|
|
10657
10790
|
}
|
|
10658
10791
|
}
|
|
10659
10792
|
},
|
|
@@ -10742,10 +10875,6 @@
|
|
|
10742
10875
|
"default": false
|
|
10743
10876
|
}
|
|
10744
10877
|
},
|
|
10745
|
-
"featureSupport": {
|
|
10746
|
-
"type": "FieldOptions.FeatureSupport",
|
|
10747
|
-
"id": 4
|
|
10748
|
-
},
|
|
10749
10878
|
"uninterpretedOption": {
|
|
10750
10879
|
"rule": "repeated",
|
|
10751
10880
|
"type": "UninterpretedOption",
|
|
@@ -10888,7 +11017,6 @@
|
|
|
10888
11017
|
"options": {
|
|
10889
11018
|
"retention": "RETENTION_RUNTIME",
|
|
10890
11019
|
"targets": "TARGET_TYPE_FILE",
|
|
10891
|
-
"feature_support.edition_introduced": "EDITION_2023",
|
|
10892
11020
|
"edition_defaults.edition": "EDITION_2023",
|
|
10893
11021
|
"edition_defaults.value": "EXPLICIT"
|
|
10894
11022
|
}
|
|
@@ -10899,7 +11027,6 @@
|
|
|
10899
11027
|
"options": {
|
|
10900
11028
|
"retention": "RETENTION_RUNTIME",
|
|
10901
11029
|
"targets": "TARGET_TYPE_FILE",
|
|
10902
|
-
"feature_support.edition_introduced": "EDITION_2023",
|
|
10903
11030
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
10904
11031
|
"edition_defaults.value": "OPEN"
|
|
10905
11032
|
}
|
|
@@ -10910,7 +11037,6 @@
|
|
|
10910
11037
|
"options": {
|
|
10911
11038
|
"retention": "RETENTION_RUNTIME",
|
|
10912
11039
|
"targets": "TARGET_TYPE_FILE",
|
|
10913
|
-
"feature_support.edition_introduced": "EDITION_2023",
|
|
10914
11040
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
10915
11041
|
"edition_defaults.value": "PACKED"
|
|
10916
11042
|
}
|
|
@@ -10921,7 +11047,6 @@
|
|
|
10921
11047
|
"options": {
|
|
10922
11048
|
"retention": "RETENTION_RUNTIME",
|
|
10923
11049
|
"targets": "TARGET_TYPE_FILE",
|
|
10924
|
-
"feature_support.edition_introduced": "EDITION_2023",
|
|
10925
11050
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
10926
11051
|
"edition_defaults.value": "VERIFY"
|
|
10927
11052
|
}
|
|
@@ -10932,8 +11057,7 @@
|
|
|
10932
11057
|
"options": {
|
|
10933
11058
|
"retention": "RETENTION_RUNTIME",
|
|
10934
11059
|
"targets": "TARGET_TYPE_FILE",
|
|
10935
|
-
"
|
|
10936
|
-
"edition_defaults.edition": "EDITION_LEGACY",
|
|
11060
|
+
"edition_defaults.edition": "EDITION_PROTO2",
|
|
10937
11061
|
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
10938
11062
|
}
|
|
10939
11063
|
},
|
|
@@ -10943,38 +11067,27 @@
|
|
|
10943
11067
|
"options": {
|
|
10944
11068
|
"retention": "RETENTION_RUNTIME",
|
|
10945
11069
|
"targets": "TARGET_TYPE_FILE",
|
|
10946
|
-
"feature_support.edition_introduced": "EDITION_2023",
|
|
10947
11070
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
10948
11071
|
"edition_defaults.value": "ALLOW"
|
|
10949
11072
|
}
|
|
10950
|
-
},
|
|
10951
|
-
"enforceNamingStyle": {
|
|
10952
|
-
"type": "EnforceNamingStyle",
|
|
10953
|
-
"id": 7,
|
|
10954
|
-
"options": {
|
|
10955
|
-
"retention": "RETENTION_SOURCE",
|
|
10956
|
-
"targets": "TARGET_TYPE_METHOD",
|
|
10957
|
-
"feature_support.edition_introduced": "EDITION_2024",
|
|
10958
|
-
"edition_defaults.edition": "EDITION_2024",
|
|
10959
|
-
"edition_defaults.value": "STYLE2024"
|
|
10960
|
-
}
|
|
10961
|
-
},
|
|
10962
|
-
"defaultSymbolVisibility": {
|
|
10963
|
-
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
10964
|
-
"id": 8,
|
|
10965
|
-
"options": {
|
|
10966
|
-
"retention": "RETENTION_SOURCE",
|
|
10967
|
-
"targets": "TARGET_TYPE_FILE",
|
|
10968
|
-
"feature_support.edition_introduced": "EDITION_2024",
|
|
10969
|
-
"edition_defaults.edition": "EDITION_2024",
|
|
10970
|
-
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
10971
|
-
}
|
|
10972
11073
|
}
|
|
10973
11074
|
},
|
|
10974
11075
|
"extensions": [
|
|
10975
11076
|
[
|
|
10976
11077
|
1000,
|
|
10977
|
-
|
|
11078
|
+
1000
|
|
11079
|
+
],
|
|
11080
|
+
[
|
|
11081
|
+
1001,
|
|
11082
|
+
1001
|
|
11083
|
+
],
|
|
11084
|
+
[
|
|
11085
|
+
1002,
|
|
11086
|
+
1002
|
|
11087
|
+
],
|
|
11088
|
+
[
|
|
11089
|
+
9990,
|
|
11090
|
+
9990
|
|
10978
11091
|
],
|
|
10979
11092
|
[
|
|
10980
11093
|
9995,
|
|
@@ -11019,13 +11132,7 @@
|
|
|
11019
11132
|
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
11020
11133
|
"VERIFY": 2,
|
|
11021
11134
|
"NONE": 3
|
|
11022
|
-
}
|
|
11023
|
-
"reserved": [
|
|
11024
|
-
[
|
|
11025
|
-
1,
|
|
11026
|
-
1
|
|
11027
|
-
]
|
|
11028
|
-
]
|
|
11135
|
+
}
|
|
11029
11136
|
},
|
|
11030
11137
|
"MessageEncoding": {
|
|
11031
11138
|
"values": {
|
|
@@ -11040,33 +11147,6 @@
|
|
|
11040
11147
|
"ALLOW": 1,
|
|
11041
11148
|
"LEGACY_BEST_EFFORT": 2
|
|
11042
11149
|
}
|
|
11043
|
-
},
|
|
11044
|
-
"EnforceNamingStyle": {
|
|
11045
|
-
"values": {
|
|
11046
|
-
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
11047
|
-
"STYLE2024": 1,
|
|
11048
|
-
"STYLE_LEGACY": 2
|
|
11049
|
-
}
|
|
11050
|
-
},
|
|
11051
|
-
"VisibilityFeature": {
|
|
11052
|
-
"fields": {},
|
|
11053
|
-
"reserved": [
|
|
11054
|
-
[
|
|
11055
|
-
1,
|
|
11056
|
-
536870911
|
|
11057
|
-
]
|
|
11058
|
-
],
|
|
11059
|
-
"nested": {
|
|
11060
|
-
"DefaultSymbolVisibility": {
|
|
11061
|
-
"values": {
|
|
11062
|
-
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
11063
|
-
"EXPORT_ALL": 1,
|
|
11064
|
-
"EXPORT_TOP_LEVEL": 2,
|
|
11065
|
-
"LOCAL_ALL": 3,
|
|
11066
|
-
"STRICT": 4
|
|
11067
|
-
}
|
|
11068
|
-
}
|
|
11069
|
-
}
|
|
11070
11150
|
}
|
|
11071
11151
|
}
|
|
11072
11152
|
},
|
|
@@ -11094,26 +11174,11 @@
|
|
|
11094
11174
|
"type": "Edition",
|
|
11095
11175
|
"id": 3
|
|
11096
11176
|
},
|
|
11097
|
-
"
|
|
11177
|
+
"features": {
|
|
11098
11178
|
"type": "FeatureSet",
|
|
11099
|
-
"id":
|
|
11100
|
-
},
|
|
11101
|
-
"fixedFeatures": {
|
|
11102
|
-
"type": "FeatureSet",
|
|
11103
|
-
"id": 5
|
|
11179
|
+
"id": 2
|
|
11104
11180
|
}
|
|
11105
|
-
}
|
|
11106
|
-
"reserved": [
|
|
11107
|
-
[
|
|
11108
|
-
1,
|
|
11109
|
-
1
|
|
11110
|
-
],
|
|
11111
|
-
[
|
|
11112
|
-
2,
|
|
11113
|
-
2
|
|
11114
|
-
],
|
|
11115
|
-
"features"
|
|
11116
|
-
]
|
|
11181
|
+
}
|
|
11117
11182
|
}
|
|
11118
11183
|
}
|
|
11119
11184
|
},
|
|
@@ -11126,12 +11191,6 @@
|
|
|
11126
11191
|
"id": 1
|
|
11127
11192
|
}
|
|
11128
11193
|
},
|
|
11129
|
-
"extensions": [
|
|
11130
|
-
[
|
|
11131
|
-
536000000,
|
|
11132
|
-
536000000
|
|
11133
|
-
]
|
|
11134
|
-
],
|
|
11135
11194
|
"nested": {
|
|
11136
11195
|
"Location": {
|
|
11137
11196
|
"fields": {
|
|
@@ -11217,14 +11276,6 @@
|
|
|
11217
11276
|
}
|
|
11218
11277
|
}
|
|
11219
11278
|
},
|
|
11220
|
-
"SymbolVisibility": {
|
|
11221
|
-
"edition": "proto2",
|
|
11222
|
-
"values": {
|
|
11223
|
-
"VISIBILITY_UNSET": 0,
|
|
11224
|
-
"VISIBILITY_LOCAL": 1,
|
|
11225
|
-
"VISIBILITY_EXPORT": 2
|
|
11226
|
-
}
|
|
11227
|
-
},
|
|
11228
11279
|
"Duration": {
|
|
11229
11280
|
"fields": {
|
|
11230
11281
|
"seconds": {
|