@google-cloud/dlp 6.4.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.
@@ -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
@@ -4475,6 +4488,7 @@
4475
4488
  "pubSub",
4476
4489
  "publishSummaryToCscc",
4477
4490
  "publishFindingsToCloudDataCatalog",
4491
+ "publishFindingsToDataplexCatalog",
4478
4492
  "deidentify",
4479
4493
  "jobNotificationEmails",
4480
4494
  "publishToStackdriver"
@@ -4498,6 +4512,10 @@
4498
4512
  "type": "PublishFindingsToCloudDataCatalog",
4499
4513
  "id": 5
4500
4514
  },
4515
+ "publishFindingsToDataplexCatalog": {
4516
+ "type": "PublishFindingsToDataplexCatalog",
4517
+ "id": 10
4518
+ },
4501
4519
  "deidentify": {
4502
4520
  "type": "Deidentify",
4503
4521
  "id": 7
@@ -4534,6 +4552,9 @@
4534
4552
  "PublishFindingsToCloudDataCatalog": {
4535
4553
  "fields": {}
4536
4554
  },
4555
+ "PublishFindingsToDataplexCatalog": {
4556
+ "fields": {}
4557
+ },
4537
4558
  "Deidentify": {
4538
4559
  "oneofs": {
4539
4560
  "output": {
@@ -5971,6 +5992,13 @@
5971
5992
  "options": {
5972
5993
  "(google.api.field_behavior)": "OPTIONAL"
5973
5994
  }
5995
+ },
5996
+ "includeTags": {
5997
+ "type": "TagFilters",
5998
+ "id": 2,
5999
+ "options": {
6000
+ "(google.api.field_behavior)": "OPTIONAL"
6001
+ }
5974
6002
  }
5975
6003
  }
5976
6004
  },
@@ -7927,6 +7955,38 @@
7927
7955
  }
7928
7956
  }
7929
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
+ },
7930
7990
  "RelatedResource": {
7931
7991
  "fields": {
7932
7992
  "fullResource": {
@@ -9247,7 +9307,8 @@
9247
9307
  "java_multiple_files": true,
9248
9308
  "java_outer_classname": "ResourceProto",
9249
9309
  "java_package": "com.google.api",
9250
- "objc_class_prefix": "GAPI"
9310
+ "objc_class_prefix": "GAPI",
9311
+ "cc_enable_arenas": true
9251
9312
  },
9252
9313
  "nested": {
9253
9314
  "http": {
@@ -9371,10 +9432,6 @@
9371
9432
  "rule": "repeated",
9372
9433
  "type": "ClientLibraryDestination",
9373
9434
  "id": 2
9374
- },
9375
- "selectiveGapicGeneration": {
9376
- "type": "SelectiveGapicGeneration",
9377
- "id": 3
9378
9435
  }
9379
9436
  }
9380
9437
  },
@@ -9515,28 +9572,6 @@
9515
9572
  "common": {
9516
9573
  "type": "CommonLanguageSettings",
9517
9574
  "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
9575
  }
9541
9576
  }
9542
9577
  },
@@ -9594,11 +9629,6 @@
9594
9629
  "common": {
9595
9630
  "type": "CommonLanguageSettings",
9596
9631
  "id": 1
9597
- },
9598
- "renamedServices": {
9599
- "keyType": "string",
9600
- "type": "string",
9601
- "id": 2
9602
9632
  }
9603
9633
  }
9604
9634
  },
@@ -9660,19 +9690,6 @@
9660
9690
  "PACKAGE_MANAGER": 20
9661
9691
  }
9662
9692
  },
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
9693
  "LaunchStage": {
9677
9694
  "values": {
9678
9695
  "LAUNCH_STAGE_UNSPECIFIED": 0,
@@ -9805,19 +9822,12 @@
9805
9822
  "type": "FileDescriptorProto",
9806
9823
  "id": 1
9807
9824
  }
9808
- },
9809
- "extensions": [
9810
- [
9811
- 536000000,
9812
- 536000000
9813
- ]
9814
- ]
9825
+ }
9815
9826
  },
9816
9827
  "Edition": {
9817
9828
  "edition": "proto2",
9818
9829
  "values": {
9819
9830
  "EDITION_UNKNOWN": 0,
9820
- "EDITION_LEGACY": 900,
9821
9831
  "EDITION_PROTO2": 998,
9822
9832
  "EDITION_PROTO3": 999,
9823
9833
  "EDITION_2023": 1000,
@@ -9856,11 +9866,6 @@
9856
9866
  "type": "int32",
9857
9867
  "id": 11
9858
9868
  },
9859
- "optionDependency": {
9860
- "rule": "repeated",
9861
- "type": "string",
9862
- "id": 15
9863
- },
9864
9869
  "messageType": {
9865
9870
  "rule": "repeated",
9866
9871
  "type": "DescriptorProto",
@@ -9949,10 +9954,6 @@
9949
9954
  "rule": "repeated",
9950
9955
  "type": "string",
9951
9956
  "id": 10
9952
- },
9953
- "visibility": {
9954
- "type": "SymbolVisibility",
9955
- "id": 11
9956
9957
  }
9957
9958
  },
9958
9959
  "nested": {
@@ -10178,10 +10179,6 @@
10178
10179
  "rule": "repeated",
10179
10180
  "type": "string",
10180
10181
  "id": 5
10181
- },
10182
- "visibility": {
10183
- "type": "SymbolVisibility",
10184
- "id": 6
10185
10182
  }
10186
10183
  },
10187
10184
  "nested": {
@@ -10396,7 +10393,6 @@
10396
10393
  42,
10397
10394
  42
10398
10395
  ],
10399
- "php_generic_services",
10400
10396
  [
10401
10397
  38,
10402
10398
  38
@@ -10532,8 +10528,7 @@
10532
10528
  "type": "bool",
10533
10529
  "id": 10,
10534
10530
  "options": {
10535
- "default": false,
10536
- "deprecated": true
10531
+ "default": false
10537
10532
  }
10538
10533
  },
10539
10534
  "debugRedact": {
@@ -10561,10 +10556,6 @@
10561
10556
  "type": "FeatureSet",
10562
10557
  "id": 21
10563
10558
  },
10564
- "featureSupport": {
10565
- "type": "FeatureSupport",
10566
- "id": 22
10567
- },
10568
10559
  "uninterpretedOption": {
10569
10560
  "rule": "repeated",
10570
10561
  "type": "UninterpretedOption",
@@ -10634,26 +10625,6 @@
10634
10625
  "id": 2
10635
10626
  }
10636
10627
  }
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
10628
  }
10658
10629
  }
10659
10630
  },
@@ -10742,10 +10713,6 @@
10742
10713
  "default": false
10743
10714
  }
10744
10715
  },
10745
- "featureSupport": {
10746
- "type": "FieldOptions.FeatureSupport",
10747
- "id": 4
10748
- },
10749
10716
  "uninterpretedOption": {
10750
10717
  "rule": "repeated",
10751
10718
  "type": "UninterpretedOption",
@@ -10888,7 +10855,6 @@
10888
10855
  "options": {
10889
10856
  "retention": "RETENTION_RUNTIME",
10890
10857
  "targets": "TARGET_TYPE_FILE",
10891
- "feature_support.edition_introduced": "EDITION_2023",
10892
10858
  "edition_defaults.edition": "EDITION_2023",
10893
10859
  "edition_defaults.value": "EXPLICIT"
10894
10860
  }
@@ -10899,7 +10865,6 @@
10899
10865
  "options": {
10900
10866
  "retention": "RETENTION_RUNTIME",
10901
10867
  "targets": "TARGET_TYPE_FILE",
10902
- "feature_support.edition_introduced": "EDITION_2023",
10903
10868
  "edition_defaults.edition": "EDITION_PROTO3",
10904
10869
  "edition_defaults.value": "OPEN"
10905
10870
  }
@@ -10910,7 +10875,6 @@
10910
10875
  "options": {
10911
10876
  "retention": "RETENTION_RUNTIME",
10912
10877
  "targets": "TARGET_TYPE_FILE",
10913
- "feature_support.edition_introduced": "EDITION_2023",
10914
10878
  "edition_defaults.edition": "EDITION_PROTO3",
10915
10879
  "edition_defaults.value": "PACKED"
10916
10880
  }
@@ -10921,7 +10885,6 @@
10921
10885
  "options": {
10922
10886
  "retention": "RETENTION_RUNTIME",
10923
10887
  "targets": "TARGET_TYPE_FILE",
10924
- "feature_support.edition_introduced": "EDITION_2023",
10925
10888
  "edition_defaults.edition": "EDITION_PROTO3",
10926
10889
  "edition_defaults.value": "VERIFY"
10927
10890
  }
@@ -10932,8 +10895,7 @@
10932
10895
  "options": {
10933
10896
  "retention": "RETENTION_RUNTIME",
10934
10897
  "targets": "TARGET_TYPE_FILE",
10935
- "feature_support.edition_introduced": "EDITION_2023",
10936
- "edition_defaults.edition": "EDITION_LEGACY",
10898
+ "edition_defaults.edition": "EDITION_PROTO2",
10937
10899
  "edition_defaults.value": "LENGTH_PREFIXED"
10938
10900
  }
10939
10901
  },
@@ -10943,38 +10905,27 @@
10943
10905
  "options": {
10944
10906
  "retention": "RETENTION_RUNTIME",
10945
10907
  "targets": "TARGET_TYPE_FILE",
10946
- "feature_support.edition_introduced": "EDITION_2023",
10947
10908
  "edition_defaults.edition": "EDITION_PROTO3",
10948
10909
  "edition_defaults.value": "ALLOW"
10949
10910
  }
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
10911
  }
10973
10912
  },
10974
10913
  "extensions": [
10975
10914
  [
10976
10915
  1000,
10977
- 9994
10916
+ 1000
10917
+ ],
10918
+ [
10919
+ 1001,
10920
+ 1001
10921
+ ],
10922
+ [
10923
+ 1002,
10924
+ 1002
10925
+ ],
10926
+ [
10927
+ 9990,
10928
+ 9990
10978
10929
  ],
10979
10930
  [
10980
10931
  9995,
@@ -11019,13 +10970,7 @@
11019
10970
  "UTF8_VALIDATION_UNKNOWN": 0,
11020
10971
  "VERIFY": 2,
11021
10972
  "NONE": 3
11022
- },
11023
- "reserved": [
11024
- [
11025
- 1,
11026
- 1
11027
- ]
11028
- ]
10973
+ }
11029
10974
  },
11030
10975
  "MessageEncoding": {
11031
10976
  "values": {
@@ -11040,33 +10985,6 @@
11040
10985
  "ALLOW": 1,
11041
10986
  "LEGACY_BEST_EFFORT": 2
11042
10987
  }
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
10988
  }
11071
10989
  }
11072
10990
  },
@@ -11094,26 +11012,11 @@
11094
11012
  "type": "Edition",
11095
11013
  "id": 3
11096
11014
  },
11097
- "overridableFeatures": {
11015
+ "features": {
11098
11016
  "type": "FeatureSet",
11099
- "id": 4
11100
- },
11101
- "fixedFeatures": {
11102
- "type": "FeatureSet",
11103
- "id": 5
11017
+ "id": 2
11104
11018
  }
11105
- },
11106
- "reserved": [
11107
- [
11108
- 1,
11109
- 1
11110
- ],
11111
- [
11112
- 2,
11113
- 2
11114
- ],
11115
- "features"
11116
- ]
11019
+ }
11117
11020
  }
11118
11021
  }
11119
11022
  },
@@ -11126,12 +11029,6 @@
11126
11029
  "id": 1
11127
11030
  }
11128
11031
  },
11129
- "extensions": [
11130
- [
11131
- 536000000,
11132
- 536000000
11133
- ]
11134
- ],
11135
11032
  "nested": {
11136
11033
  "Location": {
11137
11034
  "fields": {
@@ -11217,14 +11114,6 @@
11217
11114
  }
11218
11115
  }
11219
11116
  },
11220
- "SymbolVisibility": {
11221
- "edition": "proto2",
11222
- "values": {
11223
- "VISIBILITY_UNSET": 0,
11224
- "VISIBILITY_LOCAL": 1,
11225
- "VISIBILITY_EXPORT": 2
11226
- }
11227
- },
11228
11117
  "Duration": {
11229
11118
  "fields": {
11230
11119
  "seconds": {