google-apis-language_v1beta2 0.20.0 → 0.22.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 +10 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/language_v1beta2/classes.rb +4576 -58
- data/lib/google/apis/language_v1beta2/gem_version.rb +3 -3
- data/lib/google/apis/language_v1beta2/representations.rb +2183 -166
- 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: 4e299735d4da23f83e8aab322d07b4b4efa3983e745898f9d57ed2c7aafc496e
|
4
|
+
data.tar.gz: 0dc255257ffe6747242e9fd3ea4ae06cfb31a29d97af218e319641126f78c020
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 707ee65c208465ae1da65b4aa034579f8d61b8ce0a2dd955066f1fa76b9fd940663b065abbf44b8a83289d0249e0b42e13f1dedb5d6061f0d1b959aaf22e9f01
|
7
|
+
data.tar.gz: bcce3d463859ec178c95ca9554a011e2e083fd819d6ffab8b21f19f08190450cc509be18224319bfa9a18d8f66ab2796899aabe8001839204b3e112842330141
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-language_v1beta2
|
2
2
|
|
3
|
+
### v0.22.0 (2024-02-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240220
|
6
|
+
* Regenerated using generator version 0.14.0
|
7
|
+
|
8
|
+
### v0.21.0 (2024-02-11)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240204
|
11
|
+
* Regenerated using generator version 0.13.1
|
12
|
+
|
3
13
|
### v0.20.0 (2024-01-22)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20231209
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/natural-language/) may prov
|
|
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
|
|