google-cloud-dlp 1.6.2 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9a237ff9ae39e4ed4b5b0a21bc2a041e6e53e2ad7223d589bda30d46324d7e3
4
- data.tar.gz: 1fd59051a80003497e58d5e8bcd210bef412ca9ac4bec2af09c48540418e9c78
3
+ metadata.gz: 1e563e857b474240e8d24421b375a2a23077f9cf864e6408981cffed6926130d
4
+ data.tar.gz: 149346c7627a35716a0a04764f26c4d2a14ed9383249eed4b530c6995a4d6db7
5
5
  SHA512:
6
- metadata.gz: c3be86e35bc8645745e89676446c005283b1a6b05bb6973ce8fee1bac01528751e851d63f3ca37ec9bb2747f137185b637136f6f7b9a792e777a8c4d83a24aa8
7
- data.tar.gz: 3f9daa1de989ab23a1595680166003e362329b19efad6b5fbaaadb5c75acb7767dfd668b7c4e58433190055f0cdb090b63433ae9203918eee199afc61fdaae21
6
+ metadata.gz: 29f5ef020146f06c4d498799a39f30c2d1f5fbab862cccd8bc091d58e50b9487fca6a118895812305b78db346f73fea15625697d6234f00f32b17a08c9623858
7
+ data.tar.gz: 8453bca16cd8bbf457e7707000af0f3103bd01f6e3602c6b07352a5fdc503ac23afe5dba926e8e2a64abf290ad5fb3cbbdb1e0dbd3cb3a604db49efc0a6eb0d1
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dlp
23
- VERSION = "1.6.2"
23
+ VERSION = "1.7.0"
24
24
  end
25
25
  end
26
26
  end
@@ -60,13 +60,9 @@ module Google
60
60
  #
61
61
  # ## About DlpService
62
62
  #
63
- # The Cloud Data Loss Prevention (DLP) API is a service that allows clients
64
- # to detect the presence of Personally Identifiable Information (PII) and other
65
- # privacy-sensitive data in user-supplied, unstructured data streams, like text
66
- # blocks or images.
67
- # The service also includes methods for sensitive data redaction and
68
- # scheduling of data scans on Google Cloud Platform based data sets.
69
- #
63
+ # Sensitive Data Protection provides access to a powerful sensitive data
64
+ # inspection, classification, and de-identification platform that works
65
+ # on text, images, and Google Cloud storage repositories.
70
66
  # To learn more about concepts and find how-to guides see
71
67
  # https://cloud.google.com/sensitive-data-protection/docs/.
72
68
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dlp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
11
+ date: 2024-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.5.6
81
+ rubygems_version: 3.5.22
82
82
  signing_key:
83
83
  specification_version: 4
84
84
  summary: API Client library for the Cloud Data Loss Prevention (DLP) API