google-apis-dlp_v2 0.104.0 → 0.105.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +3 -2
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 288a082dae7478a2c7fa71da8c3442d15d0d6d552787d64fafc40acdec2675ba
|
|
4
|
+
data.tar.gz: dbfbf863217fdd4f30fa2547a9f03d84558a84e22faaf609d368551ae6443625
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '082e8ba1a62d775f1146b32f438d8bd65ac3681ef35c0e7671e50185dcee8baca75b5c674a842be10252aa0a9dbbc2b77fc60f00a4ac9077b206b741c9c571eb'
|
|
7
|
+
data.tar.gz: a638ac6163df4f0fe2911dac09626748b7558ade09d02c5b18d9ba1d4a8947a9c52912c28dd25a4bfc997085ae5bed9ec523842c1c9e977dd8e0bf29f6c6b3a8
|
data/CHANGELOG.md
CHANGED
|
@@ -2452,7 +2452,7 @@ module Google
|
|
|
2452
2452
|
|
|
2453
2453
|
# Set of detection rules to apply to all findings of this CustomInfoType. Rules
|
|
2454
2454
|
# are applied in order that they are specified. Not supported for the `
|
|
2455
|
-
# surrogate_type` CustomInfoType.
|
|
2455
|
+
# surrogate_type`, `metadata_key_value_expression`, and `prompt` CustomInfoType.
|
|
2456
2456
|
# Corresponds to the JSON property `detectionRules`
|
|
2457
2457
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2DetectionRule>]
|
|
2458
2458
|
attr_accessor :detection_rules
|
|
@@ -2480,7 +2480,8 @@ module Google
|
|
|
2480
2480
|
attr_accessor :dictionary
|
|
2481
2481
|
|
|
2482
2482
|
# If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be
|
|
2483
|
-
# returned. It still can be used for rules matching.
|
|
2483
|
+
# returned. It still can be used for rules matching. Not supported for the `
|
|
2484
|
+
# metadata_key_value_expression` and `prompt` CustomInfoType.
|
|
2484
2485
|
# Corresponds to the JSON property `exclusionType`
|
|
2485
2486
|
# @return [String]
|
|
2486
2487
|
attr_accessor :exclusion_type
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DlpV2
|
|
18
18
|
# Version of the google-apis-dlp_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.105.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260129"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dlp_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.105.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.105.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|