google-apis-content_v2_1 0.32.0 → 0.33.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 +5 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/content_v2_1/classes.rb +1083 -848
- data/lib/google/apis/content_v2_1/gem_version.rb +3 -3
- data/lib/google/apis/content_v2_1/representations.rb +341 -280
- data/lib/google/apis/content_v2_1/service.rb +51 -308
- 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: 0c04e60bc919851ef529ac62f2ebfd79c6784ba292c8fca7136100b4dff78a68
|
4
|
+
data.tar.gz: 987e747c4f6f37c6729a75549644bb4c82207b6c1d766ed4ca9b91d7a7a8d387
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21176bded66bea43e4e1369f51d5cb1598f109698ff1e67b745aceef6e722423d154402cd4f9d0397b13d1e033d712dafc8cbe2cd984ef1c5a04de470886117d
|
7
|
+
data.tar.gz: 86cb35b6a1738af758dba406113efa13f4867ded692e6582ffaab30c5492bd62f40a5933db8b0f949e76a71e90c6378b4bad0340bf9b001cd4701e821450c7a7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-content_v2_1
|
2
2
|
|
3
|
+
### v0.33.0 (2024-07-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240723
|
6
|
+
* Regenerated using generator version 0.15.0
|
7
|
+
|
3
8
|
### v0.32.0 (2023-11-14)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20231105
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/shopping-content/v2/)
|
|
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
|
|