@google-cloud/dlp 6.2.0 → 6.3.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/build/protos/google/privacy/dlp/v2/dlp.proto +11 -3
- package/build/protos/protos.d.ts +118 -12
- package/build/protos/protos.js +1537 -426
- package/build/protos/protos.json +73 -19
- package/build/src/v2/dlp_service_client.d.ts +817 -817
- package/build/src/v2/dlp_service_client.js +634 -722
- package/package.json +4 -4
- package/CHANGELOG.md +0 -756
package/build/protos/protos.json
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"options": {
|
|
3
|
-
"syntax": "proto3"
|
|
4
|
-
},
|
|
5
2
|
"nested": {
|
|
6
3
|
"google": {
|
|
7
4
|
"nested": {
|
|
@@ -8509,6 +8506,15 @@
|
|
|
8509
8506
|
}
|
|
8510
8507
|
}
|
|
8511
8508
|
},
|
|
8509
|
+
"SaveToGcsFindingsOutput": {
|
|
8510
|
+
"fields": {
|
|
8511
|
+
"findings": {
|
|
8512
|
+
"rule": "repeated",
|
|
8513
|
+
"type": "Finding",
|
|
8514
|
+
"id": 1
|
|
8515
|
+
}
|
|
8516
|
+
}
|
|
8517
|
+
},
|
|
8512
8518
|
"InfoType": {
|
|
8513
8519
|
"fields": {
|
|
8514
8520
|
"name": {
|
|
@@ -9262,6 +9268,11 @@
|
|
|
9262
9268
|
"id": 1050,
|
|
9263
9269
|
"extend": "google.protobuf.ServiceOptions"
|
|
9264
9270
|
},
|
|
9271
|
+
"apiVersion": {
|
|
9272
|
+
"type": "string",
|
|
9273
|
+
"id": 525000001,
|
|
9274
|
+
"extend": "google.protobuf.ServiceOptions"
|
|
9275
|
+
},
|
|
9265
9276
|
"CommonLanguageSettings": {
|
|
9266
9277
|
"fields": {
|
|
9267
9278
|
"referenceDocsUri": {
|
|
@@ -9370,6 +9381,10 @@
|
|
|
9370
9381
|
"protoReferenceDocumentationUri": {
|
|
9371
9382
|
"type": "string",
|
|
9372
9383
|
"id": 110
|
|
9384
|
+
},
|
|
9385
|
+
"restReferenceDocumentationUri": {
|
|
9386
|
+
"type": "string",
|
|
9387
|
+
"id": 111
|
|
9373
9388
|
}
|
|
9374
9389
|
}
|
|
9375
9390
|
},
|
|
@@ -9545,7 +9560,10 @@
|
|
|
9545
9560
|
"rule": "repeated",
|
|
9546
9561
|
"type": "google.api.FieldBehavior",
|
|
9547
9562
|
"id": 1052,
|
|
9548
|
-
"extend": "google.protobuf.FieldOptions"
|
|
9563
|
+
"extend": "google.protobuf.FieldOptions",
|
|
9564
|
+
"options": {
|
|
9565
|
+
"packed": false
|
|
9566
|
+
}
|
|
9549
9567
|
},
|
|
9550
9568
|
"FieldBehavior": {
|
|
9551
9569
|
"values": {
|
|
@@ -9651,6 +9669,7 @@
|
|
|
9651
9669
|
},
|
|
9652
9670
|
"nested": {
|
|
9653
9671
|
"FileDescriptorSet": {
|
|
9672
|
+
"edition": "proto2",
|
|
9654
9673
|
"fields": {
|
|
9655
9674
|
"file": {
|
|
9656
9675
|
"rule": "repeated",
|
|
@@ -9660,6 +9679,7 @@
|
|
|
9660
9679
|
}
|
|
9661
9680
|
},
|
|
9662
9681
|
"Edition": {
|
|
9682
|
+
"edition": "proto2",
|
|
9663
9683
|
"values": {
|
|
9664
9684
|
"EDITION_UNKNOWN": 0,
|
|
9665
9685
|
"EDITION_PROTO2": 998,
|
|
@@ -9675,6 +9695,7 @@
|
|
|
9675
9695
|
}
|
|
9676
9696
|
},
|
|
9677
9697
|
"FileDescriptorProto": {
|
|
9698
|
+
"edition": "proto2",
|
|
9678
9699
|
"fields": {
|
|
9679
9700
|
"name": {
|
|
9680
9701
|
"type": "string",
|
|
@@ -9692,18 +9713,12 @@
|
|
|
9692
9713
|
"publicDependency": {
|
|
9693
9714
|
"rule": "repeated",
|
|
9694
9715
|
"type": "int32",
|
|
9695
|
-
"id": 10
|
|
9696
|
-
"options": {
|
|
9697
|
-
"packed": false
|
|
9698
|
-
}
|
|
9716
|
+
"id": 10
|
|
9699
9717
|
},
|
|
9700
9718
|
"weakDependency": {
|
|
9701
9719
|
"rule": "repeated",
|
|
9702
9720
|
"type": "int32",
|
|
9703
|
-
"id": 11
|
|
9704
|
-
"options": {
|
|
9705
|
-
"packed": false
|
|
9706
|
-
}
|
|
9721
|
+
"id": 11
|
|
9707
9722
|
},
|
|
9708
9723
|
"messageType": {
|
|
9709
9724
|
"rule": "repeated",
|
|
@@ -9744,6 +9759,7 @@
|
|
|
9744
9759
|
}
|
|
9745
9760
|
},
|
|
9746
9761
|
"DescriptorProto": {
|
|
9762
|
+
"edition": "proto2",
|
|
9747
9763
|
"fields": {
|
|
9748
9764
|
"name": {
|
|
9749
9765
|
"type": "string",
|
|
@@ -9826,6 +9842,7 @@
|
|
|
9826
9842
|
}
|
|
9827
9843
|
},
|
|
9828
9844
|
"ExtensionRangeOptions": {
|
|
9845
|
+
"edition": "proto2",
|
|
9829
9846
|
"fields": {
|
|
9830
9847
|
"uninterpretedOption": {
|
|
9831
9848
|
"rule": "repeated",
|
|
@@ -9899,6 +9916,7 @@
|
|
|
9899
9916
|
}
|
|
9900
9917
|
},
|
|
9901
9918
|
"FieldDescriptorProto": {
|
|
9919
|
+
"edition": "proto2",
|
|
9902
9920
|
"fields": {
|
|
9903
9921
|
"name": {
|
|
9904
9922
|
"type": "string",
|
|
@@ -9978,6 +9996,7 @@
|
|
|
9978
9996
|
}
|
|
9979
9997
|
},
|
|
9980
9998
|
"OneofDescriptorProto": {
|
|
9999
|
+
"edition": "proto2",
|
|
9981
10000
|
"fields": {
|
|
9982
10001
|
"name": {
|
|
9983
10002
|
"type": "string",
|
|
@@ -9990,6 +10009,7 @@
|
|
|
9990
10009
|
}
|
|
9991
10010
|
},
|
|
9992
10011
|
"EnumDescriptorProto": {
|
|
10012
|
+
"edition": "proto2",
|
|
9993
10013
|
"fields": {
|
|
9994
10014
|
"name": {
|
|
9995
10015
|
"type": "string",
|
|
@@ -10031,6 +10051,7 @@
|
|
|
10031
10051
|
}
|
|
10032
10052
|
},
|
|
10033
10053
|
"EnumValueDescriptorProto": {
|
|
10054
|
+
"edition": "proto2",
|
|
10034
10055
|
"fields": {
|
|
10035
10056
|
"name": {
|
|
10036
10057
|
"type": "string",
|
|
@@ -10047,6 +10068,7 @@
|
|
|
10047
10068
|
}
|
|
10048
10069
|
},
|
|
10049
10070
|
"ServiceDescriptorProto": {
|
|
10071
|
+
"edition": "proto2",
|
|
10050
10072
|
"fields": {
|
|
10051
10073
|
"name": {
|
|
10052
10074
|
"type": "string",
|
|
@@ -10064,6 +10086,7 @@
|
|
|
10064
10086
|
}
|
|
10065
10087
|
},
|
|
10066
10088
|
"MethodDescriptorProto": {
|
|
10089
|
+
"edition": "proto2",
|
|
10067
10090
|
"fields": {
|
|
10068
10091
|
"name": {
|
|
10069
10092
|
"type": "string",
|
|
@@ -10098,6 +10121,7 @@
|
|
|
10098
10121
|
}
|
|
10099
10122
|
},
|
|
10100
10123
|
"FileOptions": {
|
|
10124
|
+
"edition": "proto2",
|
|
10101
10125
|
"fields": {
|
|
10102
10126
|
"javaPackage": {
|
|
10103
10127
|
"type": "string",
|
|
@@ -10239,6 +10263,7 @@
|
|
|
10239
10263
|
}
|
|
10240
10264
|
},
|
|
10241
10265
|
"MessageOptions": {
|
|
10266
|
+
"edition": "proto2",
|
|
10242
10267
|
"fields": {
|
|
10243
10268
|
"messageSetWireFormat": {
|
|
10244
10269
|
"type": "bool",
|
|
@@ -10312,6 +10337,7 @@
|
|
|
10312
10337
|
]
|
|
10313
10338
|
},
|
|
10314
10339
|
"FieldOptions": {
|
|
10340
|
+
"edition": "proto2",
|
|
10315
10341
|
"fields": {
|
|
10316
10342
|
"ctype": {
|
|
10317
10343
|
"type": "CType",
|
|
@@ -10373,10 +10399,7 @@
|
|
|
10373
10399
|
"targets": {
|
|
10374
10400
|
"rule": "repeated",
|
|
10375
10401
|
"type": "OptionTargetType",
|
|
10376
|
-
"id": 19
|
|
10377
|
-
"options": {
|
|
10378
|
-
"packed": false
|
|
10379
|
-
}
|
|
10402
|
+
"id": 19
|
|
10380
10403
|
},
|
|
10381
10404
|
"editionDefaults": {
|
|
10382
10405
|
"rule": "repeated",
|
|
@@ -10460,6 +10483,7 @@
|
|
|
10460
10483
|
}
|
|
10461
10484
|
},
|
|
10462
10485
|
"OneofOptions": {
|
|
10486
|
+
"edition": "proto2",
|
|
10463
10487
|
"fields": {
|
|
10464
10488
|
"features": {
|
|
10465
10489
|
"type": "FeatureSet",
|
|
@@ -10479,6 +10503,7 @@
|
|
|
10479
10503
|
]
|
|
10480
10504
|
},
|
|
10481
10505
|
"EnumOptions": {
|
|
10506
|
+
"edition": "proto2",
|
|
10482
10507
|
"fields": {
|
|
10483
10508
|
"allowAlias": {
|
|
10484
10509
|
"type": "bool",
|
|
@@ -10522,6 +10547,7 @@
|
|
|
10522
10547
|
]
|
|
10523
10548
|
},
|
|
10524
10549
|
"EnumValueOptions": {
|
|
10550
|
+
"edition": "proto2",
|
|
10525
10551
|
"fields": {
|
|
10526
10552
|
"deprecated": {
|
|
10527
10553
|
"type": "bool",
|
|
@@ -10555,6 +10581,7 @@
|
|
|
10555
10581
|
]
|
|
10556
10582
|
},
|
|
10557
10583
|
"ServiceOptions": {
|
|
10584
|
+
"edition": "proto2",
|
|
10558
10585
|
"fields": {
|
|
10559
10586
|
"features": {
|
|
10560
10587
|
"type": "FeatureSet",
|
|
@@ -10581,6 +10608,7 @@
|
|
|
10581
10608
|
]
|
|
10582
10609
|
},
|
|
10583
10610
|
"MethodOptions": {
|
|
10611
|
+
"edition": "proto2",
|
|
10584
10612
|
"fields": {
|
|
10585
10613
|
"deprecated": {
|
|
10586
10614
|
"type": "bool",
|
|
@@ -10623,6 +10651,7 @@
|
|
|
10623
10651
|
}
|
|
10624
10652
|
},
|
|
10625
10653
|
"UninterpretedOption": {
|
|
10654
|
+
"edition": "proto2",
|
|
10626
10655
|
"fields": {
|
|
10627
10656
|
"name": {
|
|
10628
10657
|
"rule": "repeated",
|
|
@@ -10672,6 +10701,7 @@
|
|
|
10672
10701
|
}
|
|
10673
10702
|
},
|
|
10674
10703
|
"FeatureSet": {
|
|
10704
|
+
"edition": "proto2",
|
|
10675
10705
|
"fields": {
|
|
10676
10706
|
"fieldPresence": {
|
|
10677
10707
|
"type": "FieldPresence",
|
|
@@ -10743,9 +10773,21 @@
|
|
|
10743
10773
|
1001,
|
|
10744
10774
|
1001
|
|
10745
10775
|
],
|
|
10776
|
+
[
|
|
10777
|
+
1002,
|
|
10778
|
+
1002
|
|
10779
|
+
],
|
|
10780
|
+
[
|
|
10781
|
+
9990,
|
|
10782
|
+
9990
|
|
10783
|
+
],
|
|
10746
10784
|
[
|
|
10747
10785
|
9995,
|
|
10748
10786
|
9999
|
|
10787
|
+
],
|
|
10788
|
+
[
|
|
10789
|
+
10000,
|
|
10790
|
+
10000
|
|
10749
10791
|
]
|
|
10750
10792
|
],
|
|
10751
10793
|
"reserved": [
|
|
@@ -10801,6 +10843,7 @@
|
|
|
10801
10843
|
}
|
|
10802
10844
|
},
|
|
10803
10845
|
"FeatureSetDefaults": {
|
|
10846
|
+
"edition": "proto2",
|
|
10804
10847
|
"fields": {
|
|
10805
10848
|
"defaults": {
|
|
10806
10849
|
"rule": "repeated",
|
|
@@ -10832,6 +10875,7 @@
|
|
|
10832
10875
|
}
|
|
10833
10876
|
},
|
|
10834
10877
|
"SourceCodeInfo": {
|
|
10878
|
+
"edition": "proto2",
|
|
10835
10879
|
"fields": {
|
|
10836
10880
|
"location": {
|
|
10837
10881
|
"rule": "repeated",
|
|
@@ -10845,12 +10889,18 @@
|
|
|
10845
10889
|
"path": {
|
|
10846
10890
|
"rule": "repeated",
|
|
10847
10891
|
"type": "int32",
|
|
10848
|
-
"id": 1
|
|
10892
|
+
"id": 1,
|
|
10893
|
+
"options": {
|
|
10894
|
+
"packed": true
|
|
10895
|
+
}
|
|
10849
10896
|
},
|
|
10850
10897
|
"span": {
|
|
10851
10898
|
"rule": "repeated",
|
|
10852
10899
|
"type": "int32",
|
|
10853
|
-
"id": 2
|
|
10900
|
+
"id": 2,
|
|
10901
|
+
"options": {
|
|
10902
|
+
"packed": true
|
|
10903
|
+
}
|
|
10854
10904
|
},
|
|
10855
10905
|
"leadingComments": {
|
|
10856
10906
|
"type": "string",
|
|
@@ -10870,6 +10920,7 @@
|
|
|
10870
10920
|
}
|
|
10871
10921
|
},
|
|
10872
10922
|
"GeneratedCodeInfo": {
|
|
10923
|
+
"edition": "proto2",
|
|
10873
10924
|
"fields": {
|
|
10874
10925
|
"annotation": {
|
|
10875
10926
|
"rule": "repeated",
|
|
@@ -10883,7 +10934,10 @@
|
|
|
10883
10934
|
"path": {
|
|
10884
10935
|
"rule": "repeated",
|
|
10885
10936
|
"type": "int32",
|
|
10886
|
-
"id": 1
|
|
10937
|
+
"id": 1,
|
|
10938
|
+
"options": {
|
|
10939
|
+
"packed": true
|
|
10940
|
+
}
|
|
10887
10941
|
},
|
|
10888
10942
|
"sourceFile": {
|
|
10889
10943
|
"type": "string",
|