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 +4 -4
- data/lib/google/cloud/dlp/version.rb +1 -1
- data/lib/google/cloud/dlp.rb +3 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e563e857b474240e8d24421b375a2a23077f9cf864e6408981cffed6926130d
|
4
|
+
data.tar.gz: 149346c7627a35716a0a04764f26c4d2a14ed9383249eed4b530c6995a4d6db7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29f5ef020146f06c4d498799a39f30c2d1f5fbab862cccd8bc091d58e50b9487fca6a118895812305b78db346f73fea15625697d6234f00f32b17a08c9623858
|
7
|
+
data.tar.gz: 8453bca16cd8bbf457e7707000af0f3103bd01f6e3602c6b07352a5fdc503ac23afe5dba926e8e2a64abf290ad5fb3cbbdb1e0dbd3cb3a604db49efc0a6eb0d1
|
data/lib/google/cloud/dlp.rb
CHANGED
@@ -60,13 +60,9 @@ module Google
|
|
60
60
|
#
|
61
61
|
# ## About DlpService
|
62
62
|
#
|
63
|
-
#
|
64
|
-
#
|
65
|
-
#
|
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.
|
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-
|
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.
|
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
|