@google-cloud/dlp 6.3.0 → 6.5.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 +305 -74
- package/build/protos/protos.d.ts +691 -2
- package/build/protos/protos.js +1842 -5
- package/build/protos/protos.json +147 -1
- package/build/src/v2/dlp_service_client.d.ts +248 -126
- package/build/src/v2/dlp_service_client.js +154 -84
- package/package.json +1 -1
package/build/protos/protos.json
CHANGED
|
@@ -2026,6 +2026,14 @@
|
|
|
2026
2026
|
"byteItem": {
|
|
2027
2027
|
"type": "ByteContentItem",
|
|
2028
2028
|
"id": 7
|
|
2029
|
+
},
|
|
2030
|
+
"inspectTemplate": {
|
|
2031
|
+
"type": "string",
|
|
2032
|
+
"id": 9
|
|
2033
|
+
},
|
|
2034
|
+
"deidentifyTemplate": {
|
|
2035
|
+
"type": "string",
|
|
2036
|
+
"id": 10
|
|
2029
2037
|
}
|
|
2030
2038
|
},
|
|
2031
2039
|
"nested": {
|
|
@@ -2221,7 +2229,8 @@
|
|
|
2221
2229
|
"oneofs": {
|
|
2222
2230
|
"type": {
|
|
2223
2231
|
"oneof": [
|
|
2224
|
-
"table"
|
|
2232
|
+
"table",
|
|
2233
|
+
"storagePath"
|
|
2225
2234
|
]
|
|
2226
2235
|
}
|
|
2227
2236
|
},
|
|
@@ -2230,6 +2239,10 @@
|
|
|
2230
2239
|
"type": "BigQueryTable",
|
|
2231
2240
|
"id": 1
|
|
2232
2241
|
},
|
|
2242
|
+
"storagePath": {
|
|
2243
|
+
"type": "CloudStoragePath",
|
|
2244
|
+
"id": 5
|
|
2245
|
+
},
|
|
2233
2246
|
"outputSchema": {
|
|
2234
2247
|
"type": "OutputSchema",
|
|
2235
2248
|
"id": 3
|
|
@@ -2413,6 +2426,28 @@
|
|
|
2413
2426
|
}
|
|
2414
2427
|
}
|
|
2415
2428
|
},
|
|
2429
|
+
"LocationSupport": {
|
|
2430
|
+
"fields": {
|
|
2431
|
+
"regionalizationScope": {
|
|
2432
|
+
"type": "RegionalizationScope",
|
|
2433
|
+
"id": 1
|
|
2434
|
+
},
|
|
2435
|
+
"locations": {
|
|
2436
|
+
"rule": "repeated",
|
|
2437
|
+
"type": "string",
|
|
2438
|
+
"id": 2
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
"nested": {
|
|
2442
|
+
"RegionalizationScope": {
|
|
2443
|
+
"values": {
|
|
2444
|
+
"REGIONALIZATION_SCOPE_UNSPECIFIED": 0,
|
|
2445
|
+
"REGIONAL": 1,
|
|
2446
|
+
"ANY_LOCATION": 2
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2416
2451
|
"InfoTypeDescription": {
|
|
2417
2452
|
"fields": {
|
|
2418
2453
|
"name": {
|
|
@@ -2432,6 +2467,10 @@
|
|
|
2432
2467
|
"type": "string",
|
|
2433
2468
|
"id": 4
|
|
2434
2469
|
},
|
|
2470
|
+
"locationSupport": {
|
|
2471
|
+
"type": "LocationSupport",
|
|
2472
|
+
"id": 6
|
|
2473
|
+
},
|
|
2435
2474
|
"example": {
|
|
2436
2475
|
"type": "string",
|
|
2437
2476
|
"id": 8
|
|
@@ -2489,6 +2528,7 @@
|
|
|
2489
2528
|
"ARGENTINA": 2,
|
|
2490
2529
|
"ARMENIA": 51,
|
|
2491
2530
|
"AUSTRALIA": 3,
|
|
2531
|
+
"AUSTRIA": 53,
|
|
2492
2532
|
"AZERBAIJAN": 48,
|
|
2493
2533
|
"BELARUS": 50,
|
|
2494
2534
|
"BELGIUM": 4,
|
|
@@ -4448,6 +4488,7 @@
|
|
|
4448
4488
|
"pubSub",
|
|
4449
4489
|
"publishSummaryToCscc",
|
|
4450
4490
|
"publishFindingsToCloudDataCatalog",
|
|
4491
|
+
"publishFindingsToDataplexCatalog",
|
|
4451
4492
|
"deidentify",
|
|
4452
4493
|
"jobNotificationEmails",
|
|
4453
4494
|
"publishToStackdriver"
|
|
@@ -4471,6 +4512,10 @@
|
|
|
4471
4512
|
"type": "PublishFindingsToCloudDataCatalog",
|
|
4472
4513
|
"id": 5
|
|
4473
4514
|
},
|
|
4515
|
+
"publishFindingsToDataplexCatalog": {
|
|
4516
|
+
"type": "PublishFindingsToDataplexCatalog",
|
|
4517
|
+
"id": 10
|
|
4518
|
+
},
|
|
4474
4519
|
"deidentify": {
|
|
4475
4520
|
"type": "Deidentify",
|
|
4476
4521
|
"id": 7
|
|
@@ -4507,6 +4552,9 @@
|
|
|
4507
4552
|
"PublishFindingsToCloudDataCatalog": {
|
|
4508
4553
|
"fields": {}
|
|
4509
4554
|
},
|
|
4555
|
+
"PublishFindingsToDataplexCatalog": {
|
|
4556
|
+
"fields": {}
|
|
4557
|
+
},
|
|
4510
4558
|
"Deidentify": {
|
|
4511
4559
|
"oneofs": {
|
|
4512
4560
|
"output": {
|
|
@@ -5944,6 +5992,13 @@
|
|
|
5944
5992
|
"options": {
|
|
5945
5993
|
"(google.api.field_behavior)": "OPTIONAL"
|
|
5946
5994
|
}
|
|
5995
|
+
},
|
|
5996
|
+
"includeTags": {
|
|
5997
|
+
"type": "TagFilters",
|
|
5998
|
+
"id": 2,
|
|
5999
|
+
"options": {
|
|
6000
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
6001
|
+
}
|
|
5947
6002
|
}
|
|
5948
6003
|
}
|
|
5949
6004
|
},
|
|
@@ -7540,6 +7595,11 @@
|
|
|
7540
7595
|
"rule": "repeated",
|
|
7541
7596
|
"type": "RelatedResource",
|
|
7542
7597
|
"id": 41
|
|
7598
|
+
},
|
|
7599
|
+
"domains": {
|
|
7600
|
+
"rule": "repeated",
|
|
7601
|
+
"type": "Domain",
|
|
7602
|
+
"id": 47
|
|
7543
7603
|
}
|
|
7544
7604
|
},
|
|
7545
7605
|
"nested": {
|
|
@@ -7862,6 +7922,11 @@
|
|
|
7862
7922
|
"rule": "repeated",
|
|
7863
7923
|
"type": "RelatedResource",
|
|
7864
7924
|
"id": 26
|
|
7925
|
+
},
|
|
7926
|
+
"domains": {
|
|
7927
|
+
"rule": "repeated",
|
|
7928
|
+
"type": "Domain",
|
|
7929
|
+
"id": 27
|
|
7865
7930
|
}
|
|
7866
7931
|
},
|
|
7867
7932
|
"nested": {
|
|
@@ -7890,6 +7955,38 @@
|
|
|
7890
7955
|
}
|
|
7891
7956
|
}
|
|
7892
7957
|
},
|
|
7958
|
+
"TagFilters": {
|
|
7959
|
+
"fields": {
|
|
7960
|
+
"tagFilters": {
|
|
7961
|
+
"rule": "repeated",
|
|
7962
|
+
"type": "TagFilter",
|
|
7963
|
+
"id": 1,
|
|
7964
|
+
"options": {
|
|
7965
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
7966
|
+
}
|
|
7967
|
+
}
|
|
7968
|
+
}
|
|
7969
|
+
},
|
|
7970
|
+
"TagFilter": {
|
|
7971
|
+
"oneofs": {
|
|
7972
|
+
"format": {
|
|
7973
|
+
"oneof": [
|
|
7974
|
+
"namespacedTagValue",
|
|
7975
|
+
"namespacedTagKey"
|
|
7976
|
+
]
|
|
7977
|
+
}
|
|
7978
|
+
},
|
|
7979
|
+
"fields": {
|
|
7980
|
+
"namespacedTagValue": {
|
|
7981
|
+
"type": "string",
|
|
7982
|
+
"id": 1
|
|
7983
|
+
},
|
|
7984
|
+
"namespacedTagKey": {
|
|
7985
|
+
"type": "string",
|
|
7986
|
+
"id": 2
|
|
7987
|
+
}
|
|
7988
|
+
}
|
|
7989
|
+
},
|
|
7893
7990
|
"RelatedResource": {
|
|
7894
7991
|
"fields": {
|
|
7895
7992
|
"fullResource": {
|
|
@@ -8483,6 +8580,10 @@
|
|
|
8483
8580
|
"imageFallbackLocation": {
|
|
8484
8581
|
"type": "ImageFallbackLocation",
|
|
8485
8582
|
"id": 1
|
|
8583
|
+
},
|
|
8584
|
+
"documentFallbackLocation": {
|
|
8585
|
+
"type": "DocumentFallbackLocation",
|
|
8586
|
+
"id": 2
|
|
8486
8587
|
}
|
|
8487
8588
|
},
|
|
8488
8589
|
"nested": {
|
|
@@ -8503,6 +8604,18 @@
|
|
|
8503
8604
|
"id": 200
|
|
8504
8605
|
}
|
|
8505
8606
|
}
|
|
8607
|
+
},
|
|
8608
|
+
"DocumentFallbackLocation": {
|
|
8609
|
+
"fields": {
|
|
8610
|
+
"multiRegionProcessing": {
|
|
8611
|
+
"type": "MultiRegionProcessing",
|
|
8612
|
+
"id": 100
|
|
8613
|
+
},
|
|
8614
|
+
"globalProcessing": {
|
|
8615
|
+
"type": "GlobalProcessing",
|
|
8616
|
+
"id": 200
|
|
8617
|
+
}
|
|
8618
|
+
}
|
|
8506
8619
|
}
|
|
8507
8620
|
}
|
|
8508
8621
|
},
|
|
@@ -8515,6 +8628,39 @@
|
|
|
8515
8628
|
}
|
|
8516
8629
|
}
|
|
8517
8630
|
},
|
|
8631
|
+
"Domain": {
|
|
8632
|
+
"fields": {
|
|
8633
|
+
"category": {
|
|
8634
|
+
"type": "Category",
|
|
8635
|
+
"id": 1
|
|
8636
|
+
},
|
|
8637
|
+
"signals": {
|
|
8638
|
+
"rule": "repeated",
|
|
8639
|
+
"type": "Signal",
|
|
8640
|
+
"id": 2
|
|
8641
|
+
}
|
|
8642
|
+
},
|
|
8643
|
+
"nested": {
|
|
8644
|
+
"Category": {
|
|
8645
|
+
"values": {
|
|
8646
|
+
"CATEGORY_UNSPECIFIED": 0,
|
|
8647
|
+
"AI": 1,
|
|
8648
|
+
"CODE": 2
|
|
8649
|
+
}
|
|
8650
|
+
},
|
|
8651
|
+
"Signal": {
|
|
8652
|
+
"values": {
|
|
8653
|
+
"SIGNAL_UNSPECIFIED": 0,
|
|
8654
|
+
"MODEL": 1,
|
|
8655
|
+
"TEXT_EMBEDDING": 2,
|
|
8656
|
+
"VERTEX_PLUGIN": 3,
|
|
8657
|
+
"VECTOR_PLUGIN": 4,
|
|
8658
|
+
"SOURCE_CODE": 5,
|
|
8659
|
+
"SERVICE": 6
|
|
8660
|
+
}
|
|
8661
|
+
}
|
|
8662
|
+
}
|
|
8663
|
+
},
|
|
8518
8664
|
"InfoType": {
|
|
8519
8665
|
"fields": {
|
|
8520
8666
|
"name": {
|