google-apis-language_v1beta2 0.14.0 → 0.15.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/lib/google/apis/language_v1beta2/classes.rb +7 -14
- data/lib/google/apis/language_v1beta2/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: e66f2d7764ca6978d35de06d29f9b8fe483eff0949bc40d765395638ff7d8eff
|
4
|
+
data.tar.gz: e8770d3512bef88701e6ed8d7df5281eaaf3237de946e1c515c5638e1c141844
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cba6e29739e2fb299523d27f2cac3576c2a19a8635226fd6b02ae0bb8bb100f65b36ce6e3d3fcdcf15dafe635a1efd10aeaac1696f1ee483b15a3d51459b4b9
|
7
|
+
data.tar.gz: b19ead1f462c64c52442fb407e85795b22ab67fb06a211b865ce361f272e28935c051708277050f1e2d52c3ffe05cacebf84e16f598088503012327cdb4e849d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-language_v1beta2
|
2
2
|
|
3
|
+
### v0.15.0 (2022-11-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221015
|
6
|
+
* Regenerated using generator version 0.11.0
|
7
|
+
|
3
8
|
### v0.14.0 (2022-09-21)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220916
|
@@ -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::LanguageV1beta2::Document]
|
33
32
|
attr_accessor :document
|
@@ -79,8 +78,7 @@ module Google
|
|
79
78
|
class AnalyzeEntitySentimentRequest
|
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::LanguageV1beta2::Document]
|
86
84
|
attr_accessor :document
|
@@ -132,8 +130,7 @@ module Google
|
|
132
130
|
class AnalyzeSentimentRequest
|
133
131
|
include Google::Apis::Core::Hashable
|
134
132
|
|
135
|
-
#
|
136
|
-
# the input to API methods.
|
133
|
+
# Represents the input to API methods.
|
137
134
|
# Corresponds to the JSON property `document`
|
138
135
|
# @return [Google::Apis::LanguageV1beta2::Document]
|
139
136
|
attr_accessor :document
|
@@ -193,8 +190,7 @@ module Google
|
|
193
190
|
class AnalyzeSyntaxRequest
|
194
191
|
include Google::Apis::Core::Hashable
|
195
192
|
|
196
|
-
#
|
197
|
-
# the input to API methods.
|
193
|
+
# Represents the input to API methods.
|
198
194
|
# Corresponds to the JSON property `document`
|
199
195
|
# @return [Google::Apis::LanguageV1beta2::Document]
|
200
196
|
attr_accessor :document
|
@@ -253,8 +249,7 @@ module Google
|
|
253
249
|
class AnnotateTextRequest
|
254
250
|
include Google::Apis::Core::Hashable
|
255
251
|
|
256
|
-
#
|
257
|
-
# the input to API methods.
|
252
|
+
# Represents the input to API methods.
|
258
253
|
# Corresponds to the JSON property `document`
|
259
254
|
# @return [Google::Apis::LanguageV1beta2::Document]
|
260
255
|
attr_accessor :document
|
@@ -398,8 +393,7 @@ module Google
|
|
398
393
|
# @return [Google::Apis::LanguageV1beta2::ClassificationModelOptions]
|
399
394
|
attr_accessor :classification_model_options
|
400
395
|
|
401
|
-
#
|
402
|
-
# the input to API methods.
|
396
|
+
# Represents the input to API methods.
|
403
397
|
# Corresponds to the JSON property `document`
|
404
398
|
# @return [Google::Apis::LanguageV1beta2::Document]
|
405
399
|
attr_accessor :document
|
@@ -462,8 +456,7 @@ module Google
|
|
462
456
|
end
|
463
457
|
end
|
464
458
|
|
465
|
-
#
|
466
|
-
# the input to API methods.
|
459
|
+
# Represents the input to API methods.
|
467
460
|
class Document
|
468
461
|
include Google::Apis::Core::Hashable
|
469
462
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module LanguageV1beta2
|
18
18
|
# Version of the google-apis-language_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.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_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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-11-07 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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta2/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|