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 +4 -4
- data/CHANGELOG.md +8 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +515 -3
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +3 -3
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +247 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +79 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9e25f816eeee6bc3cb74ea8b3ff5057a078e5f37c7987f7e439e28d0c371470
|
4
|
+
data.tar.gz: 56a5aa458029eddca8dd0b098597d0210f43470b7c5dc1602eadb5aa35954f32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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
|
|