google-apis-language_v1beta2 0.14.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 386ddb35811dc966efc2e848173e3158c52243309942c75dab0bb87f06456ead
4
- data.tar.gz: 589efbb4df53076df5a4ed632cedf729bda6ec0f80ed6524c0774c9055bafc4e
3
+ metadata.gz: a9a4c231b57dba533def811ffbf5a3c94afc6085f1b04fa2d2cc94c40911eb92
4
+ data.tar.gz: 50fe8c78d05d90a7f25256253f2bcb8dd4f8299f5286dcc76dd69d62cf0662d0
5
5
  SHA512:
6
- metadata.gz: cacdc7abdeb0768961e996a718d75a9a933564e96b9719987df39da10f5321499432114db73ce36a71bfa428d4adf4d1f10e858aee44dd8ee4141a3dd4faecb5
7
- data.tar.gz: 3c2a4989f9f36620c876937a43018f801e9b937c283637f873f84a6d2c9dfe79f9e39a15ad30d695102851c1adbddbeace0ffff20cce3b6a638c9aabcc9fab25
6
+ metadata.gz: 62c20e82f417f12d0df8af956451faddb85fbed44d7713d9cdbd2f2bdf22c9b9e8f723b6498a1ed7b32fc1cf1efdbb124b5eddce7edb0e607ab3c27c40b479a1
7
+ data.tar.gz: f98c8f2cab7635b40ef97ee8c67fd60cb1c52b71e24cbdaf36d88e86454f9934ad3b800b163db056de2d2e3117be16f76bac0710f3dd4ae0287f174729ad8740
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-language_v1beta2
2
2
 
3
+ ### v0.16.0 (2023-02-19)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.15.0 (2022-11-01)
8
+
9
+ * Regenerated from discovery document revision 20221015
10
+ * Regenerated using generator version 0.11.0
11
+
3
12
  ### v0.14.0 (2022-09-21)
4
13
 
5
14
  * 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
- # ################################################################ # Represents
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
- # ################################################################ # Represents
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
- # ################################################################ # Represents
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
- # ################################################################ # Represents
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
- # ################################################################ # Represents
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
- # ################################################################ # Represents
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
- # ################################################################ # Represents
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.14.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220916"
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.14.0
4
+ version: 0.16.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-09-26 00:00:00.000000000 Z
11
+ date: 2023-02-19 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.0
19
+ version: 0.11.0
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.0
29
+ version: 0.11.0
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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta2/v0.16.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Natural Language API V1beta2