google-cloud-dlp-v2 1.4.0 → 1.6.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.
@@ -31,13 +31,9 @@ module Google
31
31
  module Dlp
32
32
  module V2
33
33
  ##
34
- # The Cloud Data Loss Prevention (DLP) API is a service that allows clients
35
- # to detect the presence of Personally Identifiable Information (PII) and other
36
- # privacy-sensitive data in user-supplied, unstructured data streams, like text
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
- # The Cloud Data Loss Prevention (DLP) API is a service that allows clients
36
- # to detect the presence of Personally Identifiable Information (PII) and other
37
- # privacy-sensitive data in user-supplied, unstructured data streams, like text
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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dlp
23
23
  module V2
24
- VERSION = "1.4.0"
24
+ VERSION = "1.6.0"
25
25
  end
26
26
  end
27
27
  end