google-cloud-dlp 1.6.1 → 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: dc810a6ab0c68fff00edfd562c72bf9ac14455da9702270b27ce585fd3a884e9
4
- data.tar.gz: be1835c12c695f1a234849587f4e94ab2b5bef2f4bcef25096570b5df03b2434
3
+ metadata.gz: 1e563e857b474240e8d24421b375a2a23077f9cf864e6408981cffed6926130d
4
+ data.tar.gz: 149346c7627a35716a0a04764f26c4d2a14ed9383249eed4b530c6995a4d6db7
5
5
  SHA512:
6
- metadata.gz: 94b56963b0767f27260592930023388a542524c00c58fdcaf4a8edf29b7dc6a2ae7c073d7111220fdbe7c583eb9834de8603ce723a1254e4bbb7a336a0869c7e
7
- data.tar.gz: 43575167205273f0a02d0dacb58d3dbaf7af8088906404ed5203743b1567db747db6ba7b0158c3dbe708efcf67be553e58e01be60c8a7397790e049e51291c87
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.1"
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.1
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-03-07 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