google-apis-documentai_v1 0.10.0 → 0.11.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: 80cf927b45e4e36631dac28696f00f1ce87c531f526ed371fcce72c8ef569624
4
- data.tar.gz: 0bea49405279ae1a9b2faace512f3f0972124a15bf7c6eb9d8f248032ddc4222
3
+ metadata.gz: bbe62526e8abaab91538e7808baddf2f1d0acb7787628fa6a9a09d5cba28e1dd
4
+ data.tar.gz: 71cd1647b261a03358535b393135b6d254d5eddf3ff7009a85d2b271030e25fb
5
5
  SHA512:
6
- metadata.gz: 68793cb5e6eea471bf98814aeed3d9dfa46b14b6ef78538ee77598f309913225bef9fdca3f7b9889b2ea3b041e9be1d283e72a788ffb42480165ca8451a13a6a
7
- data.tar.gz: b56489227f3be7b1d67b87949b2b862242e818dc9b147565b30f9f7fd914fd02aec568096a3964f3b644317b9fbdc9bad1700119fea8332a95f4ee8373505598
6
+ metadata.gz: af920a9d39680b5f7b6cd74086fd90c376c82ca507e121348963866b9cc4bb704b068b16c3e7415277f86c7ed33aa87bedbd5d3be0203cc77b0d1fd148b8a83e
7
+ data.tar.gz: 741b983e46872fcca21feca3821150e0b858d25778b78faff5acf2fe978d02092bf2542df7e33604457438687a94ac09ca993b3ffec01e2cfa393bb09f75f894
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.11.0 (2021-08-03)
4
+
5
+ * Regenerated from discovery document revision 20210731
6
+
3
7
  ### v0.10.0 (2021-07-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210728
@@ -1801,8 +1801,8 @@ module Google
1801
1801
  # @return [Fixnum]
1802
1802
  attr_accessor :id
1803
1803
 
1804
- # The index of the parent revisions corresponding collection of items (eg. list
1805
- # of entities, properties within entities, etc.)
1804
+ # The index of the parent item in the corresponding item list (eg. list of
1805
+ # entities, properties within entities, etc.) on parent revision.
1806
1806
  # Corresponds to the JSON property `index`
1807
1807
  # @return [Fixnum]
1808
1808
  attr_accessor :index
@@ -3581,8 +3581,8 @@ module Google
3581
3581
  # @return [Fixnum]
3582
3582
  attr_accessor :id
3583
3583
 
3584
- # The index of the parent revisions corresponding collection of items (eg. list
3585
- # of entities, properties within entities, etc.)
3584
+ # The index of the parent item in the corresponding item list (eg. list of
3585
+ # entities, properties within entities, etc.) on parent revision.
3586
3586
  # Corresponds to the JSON property `index`
3587
3587
  # @return [Fixnum]
3588
3588
  attr_accessor :index
@@ -5305,8 +5305,8 @@ module Google
5305
5305
  # @return [Fixnum]
5306
5306
  attr_accessor :id
5307
5307
 
5308
- # The index of the parent revisions corresponding collection of items (eg. list
5309
- # of entities, properties within entities, etc.)
5308
+ # The index of the parent item in the corresponding item list (eg. list of
5309
+ # entities, properties within entities, etc.) on parent revision.
5310
5310
  # Corresponds to the JSON property `index`
5311
5311
  # @return [Fixnum]
5312
5312
  attr_accessor :index
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1
18
18
  # Version of the google-apis-documentai_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210728"
25
+ REVISION = "20210731"
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-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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: 2021-08-02 00:00:00.000000000 Z
11
+ date: 2021-08-09 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/master/generated/google-apis-documentai_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1
63
63
  post_install_message:
64
64
  rdoc_options: []