google-apis-dlp_v2 0.58.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: db3ccfb6a39405e16cb36f9892f7140b1328e44e28e08465bcac53bf1a06098f
4
- data.tar.gz: 1b3fbbd5edcf3a7f906cb919bd07012a5045ce0de17a267d240f2b1e4bcc8a6e
3
+ metadata.gz: 719bcd2debf68db74ac18021f8f1fd4efe6e7135f0f6c60abb7d49b03dcc398f
4
+ data.tar.gz: '097c5f0871679627a77095caaea145cd8202c29783d08c057ada950afeaf273b'
5
5
  SHA512:
6
- metadata.gz: c67d3faa61990d4ab4637d8f1e7bbccda20ad4fa0eb7d98256731e3e8da2bc066c38cc8519a9e457185e6078781574c80d146ec22431a32247f06c0604d7afed
7
- data.tar.gz: f1a3b9aacd9bba9f4d435b24ba7136c390a59febee02d634479694b95704db1d7ff94e1e6d7c887ae2d2a40a1de8c2f01a41f830cd02744bf56752875df96d40
6
+ metadata.gz: 02c773e2ff71da94e88e5ed67973f0aec7ca0feda142a53a154cc22f991b514acb33f3f0baf270c9c6a7ab039a7d0931df4827804fa25b3750ad57f14e67dacd
7
+ data.tar.gz: e05fd43336e7f37403d7cf7a28ae05de8b1e3e87b3d8f1316728d3b8cee725dd288524c36dfa6e4dabe4f7039709529613fed82367ea1047eac31537d82ef636
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.59.0 (2024-02-24)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.58.0 (2024-02-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20240204
data/OVERVIEW.md CHANGED
@@ -79,13 +79,13 @@ 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
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91