google-apis-language_v1beta1 0.13.0 → 0.14.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: 37c669762e8eac5e6abfbfb5dc105ee99a6617ecd798ffbfd1b3141bd6c13f22
4
- data.tar.gz: fbae1a2da3ed53503ac642e80530829fc6b4b624f2b0af6486badb8496d1879d
3
+ metadata.gz: ec07f12436ccbbe102bcfa2e0fc46b69150035647816d547adfcef3be6b22f75
4
+ data.tar.gz: 9952466458769632885fc483def0629a63d379b41676077d3e3fa64a9adb6521
5
5
  SHA512:
6
- metadata.gz: d211a123ca64bf914c2f6dc6635ccb937fad8d8fd341c1af4313451e3bd7d7d7b88d40d68a6a8f3159425272af9ad73dddaca05c31d67a64d49bfdb436d6d43a
7
- data.tar.gz: 969439821444a48e6511357c8685bbe5393d37cca7e62448117882f8ddc60584efddb466d5c938319af12488624fe39e3726c92969fe533ed5484e23e16a8408
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
- # ################################################################ # 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::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
- # ################################################################ # 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::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
- # ################################################################ # Represents
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
- # ################################################################ # Represents
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
- # ################################################################ # Represents
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.13.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.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210807"
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.13.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-09-26 00:00:00.000000000 Z
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.0
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.0
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.13.0
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: []