google-cloud-dlp-v2 1.3.1 → 1.5.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/v2/dlp_service/client.rb +4 -7
- data/lib/google/cloud/dlp/v2/dlp_service/rest/client.rb +4 -7
- 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 +20 -1
- data/lib/google/privacy/dlp/v2/dlp_services_pb.rb +3 -7
- data/proto_docs/google/api/client.rb +14 -0
- data/proto_docs/google/privacy/dlp/v2/dlp.rb +304 -13
- 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: '002697af1dcbec1deb02d938b056306dee0297f98b101a63cc32508ee23cb03b'
|
4
|
+
data.tar.gz: bd58af69432ff4732c51d5d512182f12bd6e5ea34889e518c569c9e5947c4c19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
#
|
32
|
-
#
|
33
|
-
#
|
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
|
-
#
|
34
|
-
#
|
35
|
-
#
|
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
|
-
#
|
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
|
#
|