google-apis-documentai_v1beta2 0.33.0 → 0.34.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: 424be90530028cbaa2a65aa2df672a7070acc7fe6ad298c2f375510aca561a57
4
- data.tar.gz: 540fb3353235f8fe203c3bf415a3f6701c664723fdce6c70653225a714b20592
3
+ metadata.gz: 105945c947af3049dc41cb6884100a154502db5c6699a74f43a8f916a39af4ab
4
+ data.tar.gz: a80c8898324b94e97508b85117d7ba34e174ca2d382d31d6b8b3b9d5cf3a4279
5
5
  SHA512:
6
- metadata.gz: d74ab0426c6c5dc12ce6756f8d1a5c7868bcb5d2d07cd029b226fe8ad4a993a9cc3a235211844e9f97085ec5c23949071b3ace93ee0438aa85043666aadbfe83
7
- data.tar.gz: 0c962722b64bf5ccec12436988a7fa741a55bb29d9ca43c7309e521815b3c4b897179594fe951ea7a92a60e76f190f93fe214f8b8bcbfba2327dfa964c274925
6
+ metadata.gz: c80ec7893021e6ff2b166399e062451d6fd5f16e96fb4cf7217474bf2ab4cbdc855fa7168210c089c2c5dd7e3305d206a70564998695599c3ba87dbe19ca65d9
7
+ data.tar.gz: f90049cf35a3b1b47278cc00eee82b11b2d6a53810b5df2252b81e15f678bba3ccc6e0d3b3a97a8aaf6b3e2afffc1bcb5582c934cefd9cf41fadf14116a7045d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.34.0 (2022-03-29)
4
+
5
+ * Regenerated from discovery document revision 20220326
6
+
3
7
  ### v0.33.0 (2022-03-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220321
@@ -1586,7 +1586,7 @@ module Google
1586
1586
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor]
1587
1587
  attr_accessor :text_anchor
1588
1588
 
1589
- # Entity type from a schema e.g. `Address`.
1589
+ # Required. Entity type from a schema e.g. `Address`.
1590
1590
  # Corresponds to the JSON property `type`
1591
1591
  # @return [String]
1592
1592
  attr_accessor :type
@@ -3394,7 +3394,7 @@ module Google
3394
3394
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor]
3395
3395
  attr_accessor :text_anchor
3396
3396
 
3397
- # Entity type from a schema e.g. `Address`.
3397
+ # Required. Entity type from a schema e.g. `Address`.
3398
3398
  # Corresponds to the JSON property `type`
3399
3399
  # @return [String]
3400
3400
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta2
18
18
  # Version of the google-apis-documentai_v1beta2 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220321"
25
+ REVISION = "20220326"
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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-04-04 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-documentai_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []