google-apis-documentai_v1beta3 0.94.0 → 0.96.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: 8359659185f613f69d5928192280df9183caa61ecf1f2522007cbe896c706511
4
- data.tar.gz: e6a5b715e2d542c2634e8279b360b07b36f5c8d9f8c916c5bec498b82908a74a
3
+ metadata.gz: 661285745b0d763f93cc87f7da9ac4f1c9188c88a5c78452c544d97cd16b4b92
4
+ data.tar.gz: ec15f33b7cf2e9cba1490d82a144664014959ad78823e77dc0aafd38c1e0a42f
5
5
  SHA512:
6
- metadata.gz: 47891940d085a9d360499cc27eae9d1674db5eee31a853be0f95e808a2a24176b916d668933ca24441252da60f47e56161a37ce96231947e2b51313b9c5720e6
7
- data.tar.gz: 9acdf5c20eae80e38bc75817ad67b40d2c22e531db440fe2020bd57adb545fd7030695f448e637be3fd1de5030597fa5c29c7a8f00ba9e3f26699724b66fc8b1
6
+ metadata.gz: 1f75d8c368cd59ef3369ccfae1d98775d7d6c7e860b09419984086a8f6c9df96645d35063efa13e4ded8ae3b292c3b6770aa4a6551276b2af6af9b7b4effef7e
7
+ data.tar.gz: fb4ae5f621f38f0909e70a156a038ba2eccfbdd2c31800a2b6bcc974bf77f42a5f71eef905d07985243cd8733c329217147412b57c46ae21037929ea43b565d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.96.0 (2024-05-19)
4
+
5
+ * Regenerated using generator version 0.15.0
6
+
7
+ ### v0.95.0 (2024-05-05)
8
+
9
+ * Regenerated from discovery document revision 20240502
10
+
3
11
  ### v0.94.0 (2024-04-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20240417
@@ -7178,6 +7178,12 @@ module Google
7178
7178
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan]
7179
7179
  attr_accessor :page_span
7180
7180
 
7181
+ # DO NOT USE. List of all parsed documents layout source blocks used to generate
7182
+ # the chunk.
7183
+ # Corresponds to the JSON property `sourceBlockIds`
7184
+ # @return [Array<String>]
7185
+ attr_accessor :source_block_ids
7186
+
7181
7187
  def initialize(**args)
7182
7188
  update!(**args)
7183
7189
  end
@@ -7189,6 +7195,7 @@ module Google
7189
7195
  @page_footers = args[:page_footers] if args.key?(:page_footers)
7190
7196
  @page_headers = args[:page_headers] if args.key?(:page_headers)
7191
7197
  @page_span = args[:page_span] if args.key?(:page_span)
7198
+ @source_block_ids = args[:source_block_ids] if args.key?(:source_block_ids)
7192
7199
  end
7193
7200
  end
7194
7201
 
@@ -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.94.0"
19
+ GEM_VERSION = "0.96.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240417"
25
+ REVISION = "20240502"
26
26
  end
27
27
  end
28
28
  end
@@ -4339,6 +4339,7 @@ module Google
4339
4339
 
4340
4340
  property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan::Representation
4341
4341
 
4342
+ collection :source_block_ids, as: 'sourceBlockIds'
4342
4343
  end
4343
4344
  end
4344
4345
 
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.94.0
4
+ version: 0.96.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: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.94.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.96.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []