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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8aea267c3e1093e3483c85a31b308e5cfb9d6adcad644f87303acffe4daaff30
4
- data.tar.gz: bc78ad67ba1eef756854b7877f0f32364197495601b8f7fbd5ab9d7913746ff3
3
+ metadata.gz: 719bcd2debf68db74ac18021f8f1fd4efe6e7135f0f6c60abb7d49b03dcc398f
4
+ data.tar.gz: '097c5f0871679627a77095caaea145cd8202c29783d08c057ada950afeaf273b'
5
5
  SHA512:
6
- metadata.gz: 0f16fed2dee2553bfbcb2c4308b8761368f9adcdd608d2f15a42003037a861e93bb04007b61110893f602b879eced02fc13d1a1db82c4bb9d78992c7f525cae5
7
- data.tar.gz: 0c84e2e62c5dee49388a4d888d08c61ff02b0cea4aa9f3d70c4028f4d68a17ae50172cfab397d932f419cd1e02bb4355b97d2e691eb166cd89d30903dc077161
6
+ metadata.gz: 02c773e2ff71da94e88e5ed67973f0aec7ca0feda142a53a154cc22f991b514acb33f3f0baf270c9c6a7ab039a7d0931df4827804fa25b3750ad57f14e67dacd
7
+ data.tar.gz: e05fd43336e7f37403d7cf7a28ae05de8b1e3e87b3d8f1316728d3b8cee725dd288524c36dfa6e4dabe4f7039709529613fed82367ea1047eac31537d82ef636
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.60.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240225
6
+
3
7
  ### v0.59.0 (2024-02-24)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
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/dlp/docs/) may provide guidance regarding the preferred client library to use.
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