google-apis-discoveryengine_v1alpha 0.36.0 → 0.38.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: 5a572667f256341149c32e7b1347a8ad9a366ff53b05b5aedd7383ddca2baa46
4
- data.tar.gz: 0f9d90cb1f270fc5d8d5d968310a4549e17d280a00c7e1e97183676daab7d4da
3
+ metadata.gz: a9e25f816eeee6bc3cb74ea8b3ff5057a078e5f37c7987f7e439e28d0c371470
4
+ data.tar.gz: 56a5aa458029eddca8dd0b098597d0210f43470b7c5dc1602eadb5aa35954f32
5
5
  SHA512:
6
- metadata.gz: e5bf3c85b1eb73c8b2e22cac5f8ccace4c1bdc8e6e6ec31001218e522db7dc25b64e8fadfaeb1b8e3bb82047938de6101bb242e268c6ae61d215e778475901a1
7
- data.tar.gz: e4e88685cc16fff07c225caa6208824a97e64dce1f0503d08aa2eb7d3590b80ce991e55adc199dac3ae2e3464676419f58df4a5a8b070cc4dc9b6addf1791377
6
+ metadata.gz: ef6adf8cc1c10a0835677ddfba32be1584f15a5466713310d5a2121a291a509c5e9459afb7fce331520469c317159dd0f206f389e936c81cf5c50530e401418e
7
+ data.tar.gz: 611bfc46fff73d591c9dc236aa5557dccb257dba9552a3b5e25b790549ae5660419a081ffeff0cd9d6ee01e01148e6e3d3f986c16fa120fa9e48591b469a9eba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.38.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240227
6
+
7
+ ### v0.37.0 (2024-02-24)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.36.0 (2024-02-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20240213
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/discovery-engine/docs) may
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