google-cloud-dlp-v2 0.15.0 → 0.16.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/rest/client.rb +3453 -0
- data/lib/google/cloud/dlp/v2/dlp_service/rest/service_stub.rb +2568 -0
- data/lib/google/cloud/dlp/v2/dlp_service/rest.rb +60 -0
- data/lib/google/cloud/dlp/v2/dlp_service.rb +6 -0
- data/lib/google/cloud/dlp/v2/rest.rb +37 -0
- data/lib/google/cloud/dlp/v2/version.rb +1 -1
- data/lib/google/cloud/dlp/v2.rb +5 -0
- metadata +10 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05decd06046f5eacc03f49216fd4282af41d520c7eb7d8b8600c40a030b12bb3
|
|
4
|
+
data.tar.gz: fb3c7f4c039710b08f88f9ea6398bc02cee732ebb9eda2487ce5bf04c3aaa8b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d5af223f6b1c383f082fd452b32f166bf3233c8a0d8a9f6465020620701af955989eae73d20b1f92298302a4aebfe1b480ddd2f2a15a064debf8d0d2e08bfd0
|
|
7
|
+
data.tar.gz: b972dace8650d41b3cbe9a182de9deffb6428550fa8508c12f1a40cdbcb8885a7561d2794416754f232b83537436efb4166473c9b4bfcc1e67181f3f02aba5be
|
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
|
+
Provides methods for detection, risk analysis, and de-identification of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories.
|
|
4
4
|
|
|
5
5
|
Provides methods for detection of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories.
|
|
6
6
|
|