google-apis-language_v2 0.1.0 → 0.2.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 +4 -0
- data/lib/google/apis/language_v2/classes.rb +2 -4
- data/lib/google/apis/language_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f353dadfb44b6ba206aecdb5255738bf53f0bb2248c53435a49be65c0ae97d97
|
|
4
|
+
data.tar.gz: 560188697daf57e6463a63de2d3333f7da1a1007eb6582533e20440ae347a352
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57c9cee33ca9fc5534180ab54c498fb06befd09da4281c4e9f53498128205b796bf3258bbb3a5cf78d8b6585f29d88760413382be0d701c73c0359b3268e3bfe
|
|
7
|
+
data.tar.gz: ff3956e5fbe3fc99d2f177348f1a99f8b474d998b76cd53a29a3608e701606b88619fcda8e72848d116ba76800574fcef2c9d145b0e7d64eaeff390b29df1516
|
data/CHANGELOG.md
CHANGED
|
@@ -383,10 +383,8 @@ module Google
|
|
|
383
383
|
# @return [Array<Google::Apis::LanguageV2::EntityMention>]
|
|
384
384
|
attr_accessor :mentions
|
|
385
385
|
|
|
386
|
-
# Metadata associated with the entity. For
|
|
387
|
-
#
|
|
388
|
-
# available. For the metadata associated with other entity types, see the Type
|
|
389
|
-
# table below.
|
|
386
|
+
# Metadata associated with the entity. For the metadata associated with other
|
|
387
|
+
# entity types, see the Type table below.
|
|
390
388
|
# Corresponds to the JSON property `metadata`
|
|
391
389
|
# @return [Hash<String,String>]
|
|
392
390
|
attr_accessor :metadata
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module LanguageV2
|
|
18
18
|
# Version of the google-apis-language_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230905"
|
|
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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.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: 2023-
|
|
11
|
+
date: 2023-09-10 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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-language_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-language_v2/v0.2.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|