google-apis-documentai_v1 0.114.0 → 0.115.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: fa98b243fc15c09f87d78d440067cc552a22fbe18213ddb1196d832207dbb6e6
4
- data.tar.gz: 2fe2291d232799761008242085ce6b4233a96bbe0ad300db15467e4ab0cd3214
3
+ metadata.gz: 0d796f05eb47bd280fb4458db2a6fdb190f984d88a23e98c3b9111c3b3be2660
4
+ data.tar.gz: d77be5454f9aa6db9bbb70cdde95257ae66c1cd4c1c3f6b4011c2d317d27c313
5
5
  SHA512:
6
- metadata.gz: 98dee3fd2823619e0276d265b2f4c99769f7d4fb0a0d99b19b97e71466ab4cae4130609a4a70e045864c12fa052e1c3c89479258e930897ad384ef2dc5c69010
7
- data.tar.gz: 3e85e9f941e553c51cf1f9ae58146bb61228b36dc9fdc4bd9fc3a129f048ecd74dfe7d286e8ee5ec98f43d3eb7b883f0a4ff2e468b7a211a1878b2b296cd1e63
6
+ metadata.gz: c666c66399f6eb67220a410bf55bcc1ddbd9765c37eed9a3653bafa57963f01aef3382efb069f120615b1ece19beea9bde70943e95d168bc5def25481cf78fec
7
+ data.tar.gz: 2447da80acffbe46a6d68ab345fb3cc0d278aeabb702ed6c2c95fee01b4d29925e912d359376c8b8a4ddeafed1102e2af2a1ee8d286cebd6d70c356366634a71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.115.0 (2026-03-01)
4
+
5
+ * Regenerated from discovery document revision 20260224
6
+
3
7
  ### v0.114.0 (2026-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260203
@@ -5657,6 +5657,12 @@ module Google
5657
5657
  class GoogleCloudDocumentaiV1DocumentShardInfo
5658
5658
  include Google::Apis::Core::Hashable
5659
5659
 
5660
+ # The index of the first page in Document.pages in the overall document global
5661
+ # pages. Available for document shards created by the document splitter.
5662
+ # Corresponds to the JSON property `pageOffset`
5663
+ # @return [Fixnum]
5664
+ attr_accessor :page_offset
5665
+
5660
5666
  # Total number of shards.
5661
5667
  # Corresponds to the JSON property `shardCount`
5662
5668
  # @return [Fixnum]
@@ -5679,6 +5685,7 @@ module Google
5679
5685
 
5680
5686
  # Update properties of this object
5681
5687
  def update!(**args)
5688
+ @page_offset = args[:page_offset] if args.key?(:page_offset)
5682
5689
  @shard_count = args[:shard_count] if args.key?(:shard_count)
5683
5690
  @shard_index = args[:shard_index] if args.key?(:shard_index)
5684
5691
  @text_offset = args[:text_offset] if args.key?(:text_offset)
@@ -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.114.0"
19
+ GEM_VERSION = "0.115.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260203"
25
+ REVISION = "20260224"
26
26
  end
27
27
  end
28
28
  end
@@ -3671,6 +3671,7 @@ module Google
3671
3671
  class GoogleCloudDocumentaiV1DocumentShardInfo
3672
3672
  # @private
3673
3673
  class Representation < Google::Apis::Core::JsonRepresentation
3674
+ property :page_offset, as: 'pageOffset'
3674
3675
  property :shard_count, :numeric_string => true, as: 'shardCount'
3675
3676
  property :shard_index, :numeric_string => true, as: 'shardIndex'
3676
3677
  property :text_offset, :numeric_string => true, as: 'textOffset'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.114.0
4
+ version: 0.115.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.114.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.115.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
62
62
  rdoc_options: []
63
63
  require_paths: