google-apis-documentai_v1beta3 0.18.0 → 0.19.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: 8d99ef171e85f8208a1283e80b0ac4d57b4b6f286452b6716caa90ecb566d04a
4
- data.tar.gz: 845effcf4fe1144d709193d91f71f5ab75ccc6fb901394d510f03591c203c214
3
+ metadata.gz: 19fbc2630b5a61a32cc540165e61cf5353999d7cdc2c970e85f30b9b3c79ac60
4
+ data.tar.gz: 415db239d9314eeb130244b58fe7a24eac2b5bb977cfcf33bb8f1e27372df691
5
5
  SHA512:
6
- metadata.gz: 43a3bad6f9d6f4e4e174c39be32fd0567281c4daa951b0d96d2060da3b0a5e660b6692edddd5dd715be4b9989955fa9e929d46adbfc53b6fe1d19c45b75bc1e8
7
- data.tar.gz: eb87755c762b207a05382aa835bbf3736205f4ac354bc2952c35614ae12f1d6ad4a76a49cd2a4b0e859d1a2dc8539de2e6c13975e392096baf6057604d9f1309
6
+ metadata.gz: 28942c4619aa709e39f6466821adffa9e205ca30e94d0b17c7a687c3d214faa38a9f2d827cc410971cebad76cd3d9f77e2e80a97c81dd5e26397cb1339032c5a
7
+ data.tar.gz: 31057e8cb87e43f37225d2d8fbd5b4bf79c0268dae7de3cf55e687dcf58fea6a45cc3f01d3d7ccf2b7556f524f61654aa69a40401426af671c4061129843ef0c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.19.0 (2021-08-03)
4
+
5
+ * Regenerated from discovery document revision 20210731
6
+
3
7
  ### v0.18.0 (2021-07-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210728
@@ -1795,8 +1795,8 @@ module Google
1795
1795
  # @return [Fixnum]
1796
1796
  attr_accessor :id
1797
1797
 
1798
- # The index of the parent revisions corresponding collection of items (eg. list
1799
- # of entities, properties within entities, etc.)
1798
+ # The index of the parent item in the corresponding item list (eg. list of
1799
+ # entities, properties within entities, etc.) on parent revision.
1800
1800
  # Corresponds to the JSON property `index`
1801
1801
  # @return [Fixnum]
1802
1802
  attr_accessor :index
@@ -3519,8 +3519,8 @@ module Google
3519
3519
  # @return [Fixnum]
3520
3520
  attr_accessor :id
3521
3521
 
3522
- # The index of the parent revisions corresponding collection of items (eg. list
3523
- # of entities, properties within entities, etc.)
3522
+ # The index of the parent item in the corresponding item list (eg. list of
3523
+ # entities, properties within entities, etc.) on parent revision.
3524
3524
  # Corresponds to the JSON property `index`
3525
3525
  # @return [Fixnum]
3526
3526
  attr_accessor :index
@@ -5560,8 +5560,8 @@ module Google
5560
5560
  # @return [Fixnum]
5561
5561
  attr_accessor :id
5562
5562
 
5563
- # The index of the parent revisions corresponding collection of items (eg. list
5564
- # of entities, properties within entities, etc.)
5563
+ # The index of the parent item in the corresponding item list (eg. list of
5564
+ # entities, properties within entities, etc.) on parent revision.
5565
5565
  # Corresponds to the JSON property `index`
5566
5566
  # @return [Fixnum]
5567
5567
  attr_accessor :index
@@ -6325,7 +6325,7 @@ module Google
6325
6325
  # EU' endpoint to feach processor types. In the return, we will have an 'invoice
6326
6326
  # parsing' processor with 'available_locations' field only containing 'US'. So
6327
6327
  # the user can try to create an 'invoice parsing' processor under the location '
6328
- # US'. Such attempt of creating under the location 'EU' will fail. Next ID: 7.
6328
+ # US'. Such attempt of creating under the location 'EU' will fail. Next ID: 8.
6329
6329
  class GoogleCloudDocumentaiV1beta3ProcessorType
6330
6330
  include Google::Apis::Core::Hashable
6331
6331
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta3
18
18
  # Version of the google-apis-documentai_v1beta3 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.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_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []