google-apis-documentai_v1 0.21.0 → 0.22.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: 612bd185ac59da2c441ab685889c42bd9ee5f63481996cfb5bdc1ebcbaf4e6dc
4
- data.tar.gz: 4f8d0e0220eb1c5fe8470912da9cff9a71fe3ebc38dc49cb88065f8e2638461e
3
+ metadata.gz: 90d271cf9685a78ad2dd7d3e5a6f68ce8ea4228def3bd9e8908cc75e2c672276
4
+ data.tar.gz: bd54b0a10f031f392f8f48642c523e145e4c06ba9ff1e03b850d1837aba789dd
5
5
  SHA512:
6
- metadata.gz: 26bd3132f8648d61dc9b5d0653a3e0f466456e24d92c4c7f6ed6dfadda773450ebe7fdd760316a96e7001e652757d285a5909e1fa1d9dd1a7573add290f2615e
7
- data.tar.gz: 83a814a829886370189ab2f2c91d5a49e4c620a71b4d86df9ece1fd2ae710c78947ffaace9d82dc65c3f8512c7bee5a4eb3edec8029f663f3484bfc5eaf718f0
6
+ metadata.gz: 7cd1e8f0012c8c69e0eeb36e0a6ed12ec9a5fa126650570cb061e83f9bdd39eb0d8d136fd5a70bbfcdba2eb7309667179bca1e2cb0ce3218a46db47a85d3cb6a
7
+ data.tar.gz: 9a783e14d0af2ceb22edc904f6323f309202c232f3b15015f8e3e7080ef40c6c212e1b9d51487dcdcb7fd2c6863b50e8a2e0d56c6d75b10b5ae790518ce6bacf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.22.0 (2021-12-07)
4
+
5
+ * Regenerated from discovery document revision 20211203
6
+
3
7
  ### v0.21.0 (2021-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20211105
@@ -2248,8 +2248,8 @@ module Google
2248
2248
  end
2249
2249
  end
2250
2250
 
2251
- # Structure for referencing parent provenances. When an element replaces one of
2252
- # more other elements parent references identify the elements that are replaced.
2251
+ # The parent element the current element is based on. Used for referencing/
2252
+ # aligning, removal and replacement operations.
2253
2253
  class GoogleCloudDocumentaiV1DocumentProvenanceParent
2254
2254
  include Google::Apis::Core::Hashable
2255
2255
 
@@ -2264,7 +2264,7 @@ module Google
2264
2264
  # @return [Fixnum]
2265
2265
  attr_accessor :index
2266
2266
 
2267
- # The index of the [Document.revisions] identifying the parent revision.
2267
+ # The index of the index into current revision's parent_ids list.
2268
2268
  # Corresponds to the JSON property `revision`
2269
2269
  # @return [Fixnum]
2270
2270
  attr_accessor :revision
@@ -2312,6 +2312,13 @@ module Google
2312
2312
  # @return [Array<Fixnum>]
2313
2313
  attr_accessor :parent
2314
2314
 
2315
+ # The revisions that this revision is based on. Must include all the ids that
2316
+ # have anything to do with this revision - eg. there are `provenance.parent.
2317
+ # revision` fields that index into this field.
2318
+ # Corresponds to the JSON property `parentIds`
2319
+ # @return [Array<String>]
2320
+ attr_accessor :parent_ids
2321
+
2315
2322
  # If the annotation was made by processor identify the processor by its resource
2316
2323
  # name.
2317
2324
  # Corresponds to the JSON property `processor`
@@ -2329,6 +2336,7 @@ module Google
2329
2336
  @human_review = args[:human_review] if args.key?(:human_review)
2330
2337
  @id = args[:id] if args.key?(:id)
2331
2338
  @parent = args[:parent] if args.key?(:parent)
2339
+ @parent_ids = args[:parent_ids] if args.key?(:parent_ids)
2332
2340
  @processor = args[:processor] if args.key?(:processor)
2333
2341
  end
2334
2342
  end
@@ -4465,8 +4473,8 @@ module Google
4465
4473
  end
4466
4474
  end
4467
4475
 
4468
- # Structure for referencing parent provenances. When an element replaces one of
4469
- # more other elements parent references identify the elements that are replaced.
4476
+ # The parent element the current element is based on. Used for referencing/
4477
+ # aligning, removal and replacement operations.
4470
4478
  class GoogleCloudDocumentaiV1beta1DocumentProvenanceParent
4471
4479
  include Google::Apis::Core::Hashable
4472
4480
 
@@ -4481,7 +4489,7 @@ module Google
4481
4489
  # @return [Fixnum]
4482
4490
  attr_accessor :index
4483
4491
 
4484
- # The index of the [Document.revisions] identifying the parent revision.
4492
+ # The index of the index into current revision's parent_ids list.
4485
4493
  # Corresponds to the JSON property `revision`
4486
4494
  # @return [Fixnum]
4487
4495
  attr_accessor :revision
@@ -4529,6 +4537,13 @@ module Google
4529
4537
  # @return [Array<Fixnum>]
4530
4538
  attr_accessor :parent
4531
4539
 
4540
+ # The revisions that this revision is based on. Must include all the ids that
4541
+ # have anything to do with this revision - eg. there are `provenance.parent.
4542
+ # revision` fields that index into this field.
4543
+ # Corresponds to the JSON property `parentIds`
4544
+ # @return [Array<String>]
4545
+ attr_accessor :parent_ids
4546
+
4532
4547
  # If the annotation was made by processor identify the processor by its resource
4533
4548
  # name.
4534
4549
  # Corresponds to the JSON property `processor`
@@ -4546,6 +4561,7 @@ module Google
4546
4561
  @human_review = args[:human_review] if args.key?(:human_review)
4547
4562
  @id = args[:id] if args.key?(:id)
4548
4563
  @parent = args[:parent] if args.key?(:parent)
4564
+ @parent_ids = args[:parent_ids] if args.key?(:parent_ids)
4549
4565
  @processor = args[:processor] if args.key?(:processor)
4550
4566
  end
4551
4567
  end
@@ -6221,8 +6237,8 @@ module Google
6221
6237
  end
6222
6238
  end
6223
6239
 
6224
- # Structure for referencing parent provenances. When an element replaces one of
6225
- # more other elements parent references identify the elements that are replaced.
6240
+ # The parent element the current element is based on. Used for referencing/
6241
+ # aligning, removal and replacement operations.
6226
6242
  class GoogleCloudDocumentaiV1beta2DocumentProvenanceParent
6227
6243
  include Google::Apis::Core::Hashable
6228
6244
 
@@ -6237,7 +6253,7 @@ module Google
6237
6253
  # @return [Fixnum]
6238
6254
  attr_accessor :index
6239
6255
 
6240
- # The index of the [Document.revisions] identifying the parent revision.
6256
+ # The index of the index into current revision's parent_ids list.
6241
6257
  # Corresponds to the JSON property `revision`
6242
6258
  # @return [Fixnum]
6243
6259
  attr_accessor :revision
@@ -6285,6 +6301,13 @@ module Google
6285
6301
  # @return [Array<Fixnum>]
6286
6302
  attr_accessor :parent
6287
6303
 
6304
+ # The revisions that this revision is based on. Must include all the ids that
6305
+ # have anything to do with this revision - eg. there are `provenance.parent.
6306
+ # revision` fields that index into this field.
6307
+ # Corresponds to the JSON property `parentIds`
6308
+ # @return [Array<String>]
6309
+ attr_accessor :parent_ids
6310
+
6288
6311
  # If the annotation was made by processor identify the processor by its resource
6289
6312
  # name.
6290
6313
  # Corresponds to the JSON property `processor`
@@ -6302,6 +6325,7 @@ module Google
6302
6325
  @human_review = args[:human_review] if args.key?(:human_review)
6303
6326
  @id = args[:id] if args.key?(:id)
6304
6327
  @parent = args[:parent] if args.key?(:parent)
6328
+ @parent_ids = args[:parent_ids] if args.key?(:parent_ids)
6305
6329
  @processor = args[:processor] if args.key?(:processor)
6306
6330
  end
6307
6331
  end
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.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
@@ -2158,6 +2158,7 @@ module Google
2158
2158
 
2159
2159
  property :id, as: 'id'
2160
2160
  collection :parent, as: 'parent'
2161
+ collection :parent_ids, as: 'parentIds'
2161
2162
  property :processor, as: 'processor'
2162
2163
  end
2163
2164
  end
@@ -2810,6 +2811,7 @@ module Google
2810
2811
 
2811
2812
  property :id, as: 'id'
2812
2813
  collection :parent, as: 'parent'
2814
+ collection :parent_ids, as: 'parentIds'
2813
2815
  property :processor, as: 'processor'
2814
2816
  end
2815
2817
  end
@@ -3308,6 +3310,7 @@ module Google
3308
3310
 
3309
3311
  property :id, as: 'id'
3310
3312
  collection :parent, as: 'parent'
3313
+ collection :parent_ids, as: 'parentIds'
3311
3314
  property :processor, as: 'processor'
3312
3315
  end
3313
3316
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
63
63
  post_install_message:
64
64
  rdoc_options: []