google-cloud-dlp-v2 1.4.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +30 -20
- data/lib/google/cloud/dlp/v2/dlp_service/client.rb +43 -63
- data/lib/google/cloud/dlp/v2/dlp_service/rest/client.rb +43 -63
- data/lib/google/cloud/dlp/v2/dlp_service/rest/service_stub.rb +454 -332
- data/lib/google/cloud/dlp/v2/dlp_service/rest.rb +3 -7
- data/lib/google/cloud/dlp/v2/dlp_service.rb +3 -7
- data/lib/google/cloud/dlp/v2/version.rb +1 -1
- data/lib/google/privacy/dlp/v2/dlp_pb.rb +1 -1
- data/lib/google/privacy/dlp/v2/dlp_services_pb.rb +3 -7
- data/proto_docs/google/api/client.rb +39 -0
- data/proto_docs/google/privacy/dlp/v2/dlp.rb +15 -11
- metadata +5 -5
@@ -31,13 +31,9 @@ module Google
|
|
31
31
|
module Dlp
|
32
32
|
module V2
|
33
33
|
##
|
34
|
-
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
# blocks or images.
|
38
|
-
# The service also includes methods for sensitive data redaction and
|
39
|
-
# scheduling of data scans on Google Cloud Platform based data sets.
|
40
|
-
#
|
34
|
+
# Sensitive Data Protection provides access to a powerful sensitive data
|
35
|
+
# inspection, classification, and de-identification platform that works
|
36
|
+
# on text, images, and Google Cloud storage repositories.
|
41
37
|
# To learn more about concepts and find how-to guides see
|
42
38
|
# https://cloud.google.com/sensitive-data-protection/docs/.
|
43
39
|
#
|
@@ -32,13 +32,9 @@ module Google
|
|
32
32
|
module Dlp
|
33
33
|
module V2
|
34
34
|
##
|
35
|
-
#
|
36
|
-
#
|
37
|
-
#
|
38
|
-
# blocks or images.
|
39
|
-
# The service also includes methods for sensitive data redaction and
|
40
|
-
# scheduling of data scans on Google Cloud Platform based data sets.
|
41
|
-
#
|
35
|
+
# Sensitive Data Protection provides access to a powerful sensitive data
|
36
|
+
# inspection, classification, and de-identification platform that works
|
37
|
+
# on text, images, and Google Cloud storage repositories.
|
42
38
|
# To learn more about concepts and find how-to guides see
|
43
39
|
# https://cloud.google.com/sensitive-data-protection/docs/.
|
44
40
|
#
|