google-apis-dlp_v2 0.59.0 → 0.60.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/dlp_v2/classes.rb +307 -143
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +68 -0
- data/lib/google/apis/dlp_v2/service.rb +1144 -529
- data/lib/google/apis/dlp_v2.rb +1 -1
- 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: 719bcd2debf68db74ac18021f8f1fd4efe6e7135f0f6c60abb7d49b03dcc398f
|
4
|
+
data.tar.gz: '097c5f0871679627a77095caaea145cd8202c29783d08c057ada950afeaf273b'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02c773e2ff71da94e88e5ed67973f0aec7ca0feda142a53a154cc22f991b514acb33f3f0baf270c9c6a7ab039a7d0931df4827804fa25b3750ad57f14e67dacd
|
7
|
+
data.tar.gz: e05fd43336e7f37403d7cf7a28ae05de8b1e3e87b3d8f1316728d3b8cee725dd288524c36dfa6e4dabe4f7039709529613fed82367ea1047eac31537d82ef636
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
|
79
79
|
|
80
80
|
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
81
|
|
82
|
-
The [product documentation](https://cloud.google.com/
|
82
|
+
The [product documentation](https://cloud.google.com/sensitive-data-protection/docs/) may provide guidance regarding the preferred client library to use.
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|