google-cloud-dlp-v2 0.21.0 → 0.23.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/dlp/v2/dlp_service/client.rb +1755 -208
- data/lib/google/cloud/dlp/v2/dlp_service/paths.rb +148 -0
- data/lib/google/cloud/dlp/v2/dlp_service/rest/client.rb +1632 -176
- data/lib/google/cloud/dlp/v2/dlp_service/rest/service_stub.rb +1368 -543
- data/lib/google/cloud/dlp/v2/dlp_service/rest.rb +1 -1
- data/lib/google/cloud/dlp/v2/dlp_service.rb +1 -1
- data/lib/google/cloud/dlp/v2/version.rb +1 -1
- data/lib/google/privacy/dlp/v2/dlp_pb.rb +40 -1
- data/lib/google/privacy/dlp/v2/dlp_services_pb.rb +127 -50
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/privacy/dlp/v2/dlp.rb +891 -65
- data/proto_docs/google/privacy/dlp/v2/storage.rb +46 -18
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e420e941b25a08e7883ca279ad5f495faa9518180d9750ea9144e4be7ccc3d2
|
4
|
+
data.tar.gz: 4b2bda690edb6a36d442ccf41b7314397770837ea8a0cc0836b90bf1307c8feb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1017a8f84063f52d1725c71bd5811398c59d669ef46d6cda65ec7b3719c520413d20b87dfd6b0077a95e400006e962b6282246bb2b568279af86f949d34f0aa1
|
7
|
+
data.tar.gz: fc7b4b1101da956cf1f678835f2c36a9a2b849a4ae3cc93e6748188390c134ff3c4120838cd777438ca7cdbddb4d8ba767a12d411c4289f8400301595ace0933
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Ruby Client for the Cloud Data Loss Prevention (DLP) V2 API
|
2
2
|
|
3
|
-
|
3
|
+
Discover and protect your sensitive data. A fully managed service designed to help you discover, classify, and protect your valuable data assets with ease.
|
4
4
|
|
5
5
|
Provides methods for detection of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories.
|
6
6
|
|