google-apis-discoveryengine_v1beta 0.50.0 → 0.51.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: 75a0e39a9d8c9158c324f887fd1cd4cd89e1b4bc84d223ce4244d2c556808578
4
- data.tar.gz: d52adacf8e9b89300a4a64b26fef5ccd07b4d9f577aa70a6b95fa689a343d718
3
+ metadata.gz: b4a3ab4e2e21c4849957b979550a9876a9c9e34abae893fc93fe451e2fd320f6
4
+ data.tar.gz: 599b7cace4742ce907575295466da1ea2e5780a97de00dc291395b7941431bbc
5
5
  SHA512:
6
- metadata.gz: b92fa6c72fe8f77bd9f934920682a2ffba836e0f75ca9fb3d14d8fe834d08c9712675cdd6555913cfac575d9bf88d34fce5211c27878563c603b1643af054fbf
7
- data.tar.gz: 328b10864f9cd5a9c208ba607bc0d8b44b7e6072ee4920fa94a2cfa7df512f66dd8d3076cd683bf83182bb9f394d2e4e0b8a0cc6114c20313be630c517de5293
6
+ metadata.gz: 9303a3cb03b016cdcef34e405672829204635ed870af6e7cd4f57f2bd42ab96a550779134e4ea05b92d405b04d223ce359d7056ede284aa189620bee7f38ff1e
7
+ data.tar.gz: 326ce428ce401488edddee58ff33831cbb9f292f7f579a107e51b3d6636d324c911a9233eaef4551fc24d859111d6ad66baab00a7661891f22a89f82bbfea9fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.51.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241123
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.50.0 (2024-07-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20240715
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/discovery-engine/docs) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/generative-ai-app-builder/docs/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85