google-cloud-dlp-v2 1.3.1 → 1.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f6f174f4bfc7b4fe92a0c4acd639041cebf9bb2ce8fefec72b5a78030cd6f3f
4
- data.tar.gz: 313b17f9aa109fe1568aacdfe820f29e85599cb3a0e883d0aed00d8acb62db2c
3
+ metadata.gz: '002697af1dcbec1deb02d938b056306dee0297f98b101a63cc32508ee23cb03b'
4
+ data.tar.gz: bd58af69432ff4732c51d5d512182f12bd6e5ea34889e518c569c9e5947c4c19
5
5
  SHA512:
6
- metadata.gz: 2ab71aeb58cefe458dfa969a47e36a94e2e2761090e4caada55a6b36eddb72a059398e58f10908a69eb98fd58181269fcb7c3e1212bf799b63c1ba27d6f60cf1
7
- data.tar.gz: f03d8a4c3b856bdcec2efa467d361b7336283d40b861db5d063a35614f8c848d36bc67fb1c2b55f7f07e9e29c6b69795937bcde8aac1cde223d0b6812ddbf021
6
+ metadata.gz: 500fd813948d8e9bfa9300b7c3c83f713cfa3f5e97e34e76800ecad77874443c0701fc330633f8ce0f83929f276ead6c7053af55c8dda348fee144f90a41f276
7
+ data.tar.gz: dcaa8331d6261e858f8353a99d41beb99afad1a4eb4f6c41a0b435f7a79c0fa7a967b10ffd645f2de6f37797d99576a547d740aad2fd832eb6d5516c15da85c8
@@ -28,13 +28,9 @@ module Google
28
28
  ##
29
29
  # Client for the DlpService service.
30
30
  #
31
- # The Cloud Data Loss Prevention (DLP) API is a service that allows clients
32
- # to detect the presence of Personally Identifiable Information (PII) and other
33
- # privacy-sensitive data in user-supplied, unstructured data streams, like text
34
- # blocks or images.
35
- # The service also includes methods for sensitive data redaction and
36
- # scheduling of data scans on Google Cloud Platform based data sets.
37
- #
31
+ # Sensitive Data Protection provides access to a powerful sensitive data
32
+ # inspection, classification, and de-identification platform that works
33
+ # on text, images, and Google Cloud storage repositories.
38
34
  # To learn more about concepts and find how-to guides see
39
35
  # https://cloud.google.com/sensitive-data-protection/docs/.
40
36
  #
@@ -4942,6 +4938,7 @@ module Google
4942
4938
  # * A restriction has the form of `{field} {operator} {value}`.
4943
4939
  # * Supported fields/values:
4944
4940
  # - `project_id` - The Google Cloud project ID.
4941
+ # - `account_id` - The AWS account ID.
4945
4942
  # - `file_store_path` - The path like "gs://bucket".
4946
4943
  # - `data_source_type` - The profile's data source type, like
4947
4944
  # "google/storage/bucket".
@@ -30,13 +30,9 @@ module Google
30
30
  ##
31
31
  # REST client for the DlpService service.
32
32
  #
33
- # The Cloud Data Loss Prevention (DLP) API is a service that allows clients
34
- # to detect the presence of Personally Identifiable Information (PII) and other
35
- # privacy-sensitive data in user-supplied, unstructured data streams, like text
36
- # blocks or images.
37
- # The service also includes methods for sensitive data redaction and
38
- # scheduling of data scans on Google Cloud Platform based data sets.
39
- #
33
+ # Sensitive Data Protection provides access to a powerful sensitive data
34
+ # inspection, classification, and de-identification platform that works
35
+ # on text, images, and Google Cloud storage repositories.
40
36
  # To learn more about concepts and find how-to guides see
41
37
  # https://cloud.google.com/sensitive-data-protection/docs/.
42
38
  #
@@ -4656,6 +4652,7 @@ module Google
4656
4652
  # * A restriction has the form of `{field} {operator} {value}`.
4657
4653
  # * Supported fields/values:
4658
4654
  # - `project_id` - The Google Cloud project ID.
4655
+ # - `account_id` - The AWS account ID.
4659
4656
  # - `file_store_path` - The path like "gs://bucket".
4660
4657
  # - `data_source_type` - The profile's data source type, like
4661
4658
  # "google/storage/bucket".
@@ -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.3.1"
24
+ VERSION = "1.5.0"
25
25
  end
26
26
  end
27
27
  end