google-apis-language_v1beta1 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/language_v1beta1/classes.rb +5 -10
- data/lib/google/apis/language_v1beta1/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec07f12436ccbbe102bcfa2e0fc46b69150035647816d547adfcef3be6b22f75
|
|
4
|
+
data.tar.gz: 9952466458769632885fc483def0629a63d379b41676077d3e3fa64a9adb6521
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 266a6dcff8a80ee05b4ff9c40c07fa349c36430d13eeb2b3155152171d7741545a75d199cc115b9cd6c84434aac209c617c833ce01d288131fa18d275f2ec1c8
|
|
7
|
+
data.tar.gz: 7049e4939d7b8cfae4cd0dd360cff488edc9646108540dab8ec92f8a5b934ff15d91658c8f9f6fd96e9e77c09b07a4edb7118409cac12285fa5d56fe47b217b3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-language_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.14.0 (2022-10-20)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20221015
|
|
6
|
+
* Regenerated using generator version 0.11.0
|
|
7
|
+
|
|
3
8
|
### v0.13.0 (2022-09-22)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.10.0
|
|
@@ -26,8 +26,7 @@ module Google
|
|
|
26
26
|
class AnalyzeEntitiesRequest
|
|
27
27
|
include Google::Apis::Core::Hashable
|
|
28
28
|
|
|
29
|
-
#
|
|
30
|
-
# the input to API methods.
|
|
29
|
+
# Represents the input to API methods.
|
|
31
30
|
# Corresponds to the JSON property `document`
|
|
32
31
|
# @return [Google::Apis::LanguageV1beta1::Document]
|
|
33
32
|
attr_accessor :document
|
|
@@ -79,8 +78,7 @@ module Google
|
|
|
79
78
|
class AnalyzeSentimentRequest
|
|
80
79
|
include Google::Apis::Core::Hashable
|
|
81
80
|
|
|
82
|
-
#
|
|
83
|
-
# the input to API methods.
|
|
81
|
+
# Represents the input to API methods.
|
|
84
82
|
# Corresponds to the JSON property `document`
|
|
85
83
|
# @return [Google::Apis::LanguageV1beta1::Document]
|
|
86
84
|
attr_accessor :document
|
|
@@ -139,8 +137,7 @@ module Google
|
|
|
139
137
|
class AnalyzeSyntaxRequest
|
|
140
138
|
include Google::Apis::Core::Hashable
|
|
141
139
|
|
|
142
|
-
#
|
|
143
|
-
# the input to API methods.
|
|
140
|
+
# Represents the input to API methods.
|
|
144
141
|
# Corresponds to the JSON property `document`
|
|
145
142
|
# @return [Google::Apis::LanguageV1beta1::Document]
|
|
146
143
|
attr_accessor :document
|
|
@@ -199,8 +196,7 @@ module Google
|
|
|
199
196
|
class AnnotateTextRequest
|
|
200
197
|
include Google::Apis::Core::Hashable
|
|
201
198
|
|
|
202
|
-
#
|
|
203
|
-
# the input to API methods.
|
|
199
|
+
# Represents the input to API methods.
|
|
204
200
|
# Corresponds to the JSON property `document`
|
|
205
201
|
# @return [Google::Apis::LanguageV1beta1::Document]
|
|
206
202
|
attr_accessor :document
|
|
@@ -304,8 +300,7 @@ module Google
|
|
|
304
300
|
end
|
|
305
301
|
end
|
|
306
302
|
|
|
307
|
-
#
|
|
308
|
-
# the input to API methods.
|
|
303
|
+
# Represents the input to API methods.
|
|
309
304
|
class Document
|
|
310
305
|
include Google::Apis::Core::Hashable
|
|
311
306
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module LanguageV1beta1
|
|
18
18
|
# Version of the google-apis-language_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221015"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-language_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.9.
|
|
19
|
+
version: 0.9.1
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.9.
|
|
29
|
+
version: 0.9.1
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta1/v0.14.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|