google-apis-language_v1beta2 0.12.0 → 0.13.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e78de9a520ca607cddc4e6c138e64e52f3e8cfa5ef006f74d3041c1db2a0559f
|
4
|
+
data.tar.gz: 10613710eb9dd61458b24e7cad84346b4f085a689f9bcb8ef47297f8294d555d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34b2d12168d48fb4f1198b1562cd1dbd387d6914df9c36bce04e175fed3b4e0a0cdba4c2eac86d8dc65561db0ef2bbfde773d3a3f48ad7b99d8b5a44ad4db974
|
7
|
+
data.tar.gz: 0e58d3b7289bdd46abec298bb95bcd867ca2139358f1f71e02817818b86ba0d5499417f17ea2720ca60ed5a82a8bb72e3a0444b62c804aedf350df093ed44d4f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-language_v1beta2
|
2
2
|
|
3
|
+
### v0.13.0 (2022-08-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220801
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.12.0 (2022-07-02)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -265,7 +265,7 @@ module Google
|
|
265
265
|
attr_accessor :encoding_type
|
266
266
|
|
267
267
|
# All available features for sentiment, syntax, and semantic analysis. Setting
|
268
|
-
# each one to true will enable that specific analysis for the input. Next ID:
|
268
|
+
# each one to true will enable that specific analysis for the input. Next ID: 11
|
269
269
|
# Corresponds to the JSON property `features`
|
270
270
|
# @return [Google::Apis::LanguageV1beta2::Features]
|
271
271
|
attr_accessor :features
|
@@ -587,7 +587,7 @@ module Google
|
|
587
587
|
end
|
588
588
|
|
589
589
|
# All available features for sentiment, syntax, and semantic analysis. Setting
|
590
|
-
# each one to true will enable that specific analysis for the input. Next ID:
|
590
|
+
# each one to true will enable that specific analysis for the input. Next ID: 11
|
591
591
|
class Features
|
592
592
|
include Google::Apis::Core::Hashable
|
593
593
|
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220801"
|
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.13.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-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.13.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: []
|