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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbc4417945bb04bdbff9e25e45110ad7168a606b2f88657361e4452d1a2f5b63
4
- data.tar.gz: 918710a20e4976caa601daa903aaa6ff29eb7b02b7565733f23374c27dea4109
3
+ metadata.gz: f353dadfb44b6ba206aecdb5255738bf53f0bb2248c53435a49be65c0ae97d97
4
+ data.tar.gz: 560188697daf57e6463a63de2d3333f7da1a1007eb6582533e20440ae347a352
5
5
  SHA512:
6
- metadata.gz: 727d003bc0097fc6c2458b5716ac6f60cef79372889eb7f6f65d00af027d40691db866de95c9d393a72d8927c38b6428b03400e7375e604d8c6860a8ee67525d
7
- data.tar.gz: a2ea0acc4c14a775c0500f128f74112a963a7c137c5de64a23ea2bfa9257a20d1b0030d7d494df8813adeb48a356019e39c74542cc3012b4b20105630e7be773
6
+ metadata.gz: 57c9cee33ca9fc5534180ab54c498fb06befd09da4281c4e9f53498128205b796bf3258bbb3a5cf78d8b6585f29d88760413382be0d701c73c0359b3268e3bfe
7
+ data.tar.gz: ff3956e5fbe3fc99d2f177348f1a99f8b474d998b76cd53a29a3608e701606b88619fcda8e72848d116ba76800574fcef2c9d145b0e7d64eaeff390b29df1516
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-language_v2
2
2
 
3
+ ### v0.2.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230905
6
+
3
7
  ### v0.1.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230812
@@ -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 most entity types, the metadata is a
387
- # Wikipedia URL (`wikipedia_url`) and Knowledge Graph MID (`mid`), if they are
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.1.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 = "20230812"
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.1.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-08-27 00:00:00.000000000 Z
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.1.0
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: []