google-apis-documentai_v1beta3 0.28.0 → 0.29.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: 3dc9a768ed5adc43dd64efe96818dc3a9eb6705620f4606607ddf808c2707b50
4
- data.tar.gz: 6049985355da70a14f8867df317321733ac11b73f9d4f1615f2b38d0c4be7785
3
+ metadata.gz: 329044d27895d51679036ff3bcfa51b45583540c73eaf087490c3e6270026b50
4
+ data.tar.gz: dd2d91c98e84f0c19fddddc6482ae50ee04ddfc7643478072822a951beafd71c
5
5
  SHA512:
6
- metadata.gz: 28c2b3463ff3e3a4bed3b8b4f708fab4285d6f7e1d3d46a45c3555e60b3954248e381fe9d4d6048f605d9358f20339479aff8f449014e99e15ba09f13513bc7c
7
- data.tar.gz: 8dc28f209736fbf0ddecf85c09814a20da03b4789ea1cb078dd2ae7504ce265d881c4bd96446ad34dbd233412fcd37f9e4a9d97cb9638b68c5d87e4c6109e260
6
+ metadata.gz: 1a679d401f801e4673633d2d671946b717567819d2c5fb1541704a1babe3bbc4590bb4f7b7ffbaa3ae233b3dda3be04814069d98ed428e358ad4f4890fc7af4a
7
+ data.tar.gz: faf45fdaa88ddf7bb98aa8b16ff2a463dadc9bb9b1f237d0f7418c7fc06087ec1af4f3f2707c345249dddc6dccabd063aaa1224fa303e546a818434f91ad2300
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.29.0 (2021-12-07)
4
+
5
+ * Regenerated from discovery document revision 20211203
6
+
3
7
  ### v0.28.0 (2021-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20211105
@@ -2313,8 +2313,8 @@ module Google
2313
2313
  end
2314
2314
  end
2315
2315
 
2316
- # Structure for referencing parent provenances. When an element replaces one of
2317
- # more other elements parent references identify the elements that are replaced.
2316
+ # The parent element the current element is based on. Used for referencing/
2317
+ # aligning, removal and replacement operations.
2318
2318
  class GoogleCloudDocumentaiV1beta1DocumentProvenanceParent
2319
2319
  include Google::Apis::Core::Hashable
2320
2320
 
@@ -2329,7 +2329,7 @@ module Google
2329
2329
  # @return [Fixnum]
2330
2330
  attr_accessor :index
2331
2331
 
2332
- # The index of the [Document.revisions] identifying the parent revision.
2332
+ # The index of the index into current revision's parent_ids list.
2333
2333
  # Corresponds to the JSON property `revision`
2334
2334
  # @return [Fixnum]
2335
2335
  attr_accessor :revision
@@ -2377,6 +2377,13 @@ module Google
2377
2377
  # @return [Array<Fixnum>]
2378
2378
  attr_accessor :parent
2379
2379
 
2380
+ # The revisions that this revision is based on. Must include all the ids that
2381
+ # have anything to do with this revision - eg. there are `provenance.parent.
2382
+ # revision` fields that index into this field.
2383
+ # Corresponds to the JSON property `parentIds`
2384
+ # @return [Array<String>]
2385
+ attr_accessor :parent_ids
2386
+
2380
2387
  # If the annotation was made by processor identify the processor by its resource
2381
2388
  # name.
2382
2389
  # Corresponds to the JSON property `processor`
@@ -2394,6 +2401,7 @@ module Google
2394
2401
  @human_review = args[:human_review] if args.key?(:human_review)
2395
2402
  @id = args[:id] if args.key?(:id)
2396
2403
  @parent = args[:parent] if args.key?(:parent)
2404
+ @parent_ids = args[:parent_ids] if args.key?(:parent_ids)
2397
2405
  @processor = args[:processor] if args.key?(:processor)
2398
2406
  end
2399
2407
  end
@@ -4069,8 +4077,8 @@ module Google
4069
4077
  end
4070
4078
  end
4071
4079
 
4072
- # Structure for referencing parent provenances. When an element replaces one of
4073
- # more other elements parent references identify the elements that are replaced.
4080
+ # The parent element the current element is based on. Used for referencing/
4081
+ # aligning, removal and replacement operations.
4074
4082
  class GoogleCloudDocumentaiV1beta2DocumentProvenanceParent
4075
4083
  include Google::Apis::Core::Hashable
4076
4084
 
@@ -4085,7 +4093,7 @@ module Google
4085
4093
  # @return [Fixnum]
4086
4094
  attr_accessor :index
4087
4095
 
4088
- # The index of the [Document.revisions] identifying the parent revision.
4096
+ # The index of the index into current revision's parent_ids list.
4089
4097
  # Corresponds to the JSON property `revision`
4090
4098
  # @return [Fixnum]
4091
4099
  attr_accessor :revision
@@ -4133,6 +4141,13 @@ module Google
4133
4141
  # @return [Array<Fixnum>]
4134
4142
  attr_accessor :parent
4135
4143
 
4144
+ # The revisions that this revision is based on. Must include all the ids that
4145
+ # have anything to do with this revision - eg. there are `provenance.parent.
4146
+ # revision` fields that index into this field.
4147
+ # Corresponds to the JSON property `parentIds`
4148
+ # @return [Array<String>]
4149
+ attr_accessor :parent_ids
4150
+
4136
4151
  # If the annotation was made by processor identify the processor by its resource
4137
4152
  # name.
4138
4153
  # Corresponds to the JSON property `processor`
@@ -4150,6 +4165,7 @@ module Google
4150
4165
  @human_review = args[:human_review] if args.key?(:human_review)
4151
4166
  @id = args[:id] if args.key?(:id)
4152
4167
  @parent = args[:parent] if args.key?(:parent)
4168
+ @parent_ids = args[:parent_ids] if args.key?(:parent_ids)
4153
4169
  @processor = args[:processor] if args.key?(:processor)
4154
4170
  end
4155
4171
  end
@@ -6212,8 +6228,8 @@ module Google
6212
6228
  end
6213
6229
  end
6214
6230
 
6215
- # Structure for referencing parent provenances. When an element replaces one of
6216
- # more other elements parent references identify the elements that are replaced.
6231
+ # The parent element the current element is based on. Used for referencing/
6232
+ # aligning, removal and replacement operations.
6217
6233
  class GoogleCloudDocumentaiV1beta3DocumentProvenanceParent
6218
6234
  include Google::Apis::Core::Hashable
6219
6235
 
@@ -6228,7 +6244,7 @@ module Google
6228
6244
  # @return [Fixnum]
6229
6245
  attr_accessor :index
6230
6246
 
6231
- # The index of the [Document.revisions] identifying the parent revision.
6247
+ # The index of the index into current revision's parent_ids list.
6232
6248
  # Corresponds to the JSON property `revision`
6233
6249
  # @return [Fixnum]
6234
6250
  attr_accessor :revision
@@ -6276,6 +6292,13 @@ module Google
6276
6292
  # @return [Array<Fixnum>]
6277
6293
  attr_accessor :parent
6278
6294
 
6295
+ # The revisions that this revision is based on. Must include all the ids that
6296
+ # have anything to do with this revision - eg. there are `provenance.parent.
6297
+ # revision` fields that index into this field.
6298
+ # Corresponds to the JSON property `parentIds`
6299
+ # @return [Array<String>]
6300
+ attr_accessor :parent_ids
6301
+
6279
6302
  # If the annotation was made by processor identify the processor by its resource
6280
6303
  # name.
6281
6304
  # Corresponds to the JSON property `processor`
@@ -6293,6 +6316,7 @@ module Google
6293
6316
  @human_review = args[:human_review] if args.key?(:human_review)
6294
6317
  @id = args[:id] if args.key?(:id)
6295
6318
  @parent = args[:parent] if args.key?(:parent)
6319
+ @parent_ids = args[:parent_ids] if args.key?(:parent_ids)
6296
6320
  @processor = args[:processor] if args.key?(:processor)
6297
6321
  end
6298
6322
  end
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.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 = "20211105"
25
+ REVISION = "20211203"
26
26
  end
27
27
  end
28
28
  end
@@ -2196,6 +2196,7 @@ module Google
2196
2196
 
2197
2197
  property :id, as: 'id'
2198
2198
  collection :parent, as: 'parent'
2199
+ collection :parent_ids, as: 'parentIds'
2199
2200
  property :processor, as: 'processor'
2200
2201
  end
2201
2202
  end
@@ -2694,6 +2695,7 @@ module Google
2694
2695
 
2695
2696
  property :id, as: 'id'
2696
2697
  collection :parent, as: 'parent'
2698
+ collection :parent_ids, as: 'parentIds'
2697
2699
  property :processor, as: 'processor'
2698
2700
  end
2699
2701
  end
@@ -3327,6 +3329,7 @@ module Google
3327
3329
 
3328
3330
  property :id, as: 'id'
3329
3331
  collection :parent, as: 'parent'
3332
+ collection :parent_ids, as: 'parentIds'
3330
3333
  property :processor, as: 'processor'
3331
3334
  end
3332
3335
  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.28.0
4
+ version: 0.29.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-11-15 00:00:00.000000000 Z
11
+ date: 2021-12-13 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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.29.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: []