google-apis-documentai_v1beta2 0.23.0 → 0.24.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dec77324a3707529adefde7b1770a1f66e3f9f984af95acb1f9e13efa2cf8f3a
|
|
4
|
+
data.tar.gz: 79fcf5ee7e79ea1e43f4e3ee0b8423abc6a5eae38fbd589b5ad48a4044544eec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6705ad91f1ab684736d84dca95d508f6e35ad432f4b7d3c4c4217b3f7261303f45268e3c136793e4dd9c08e66a8b4ef404e63a9f9c71977cba0fd0b599331fe5
|
|
7
|
+
data.tar.gz: 93ec8ca98d8b7a7899ada0036387a90c582bd995b2080b12e94a41bcf80a490b33d2b3cf7df56af0add6c18ff14454e4f3bafd0af09f9a6a30cb38208a628e99
|
data/CHANGELOG.md
CHANGED
|
@@ -2313,8 +2313,8 @@ module Google
|
|
|
2313
2313
|
end
|
|
2314
2314
|
end
|
|
2315
2315
|
|
|
2316
|
-
#
|
|
2317
|
-
#
|
|
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
|
|
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
|
|
@@ -4109,8 +4117,8 @@ module Google
|
|
|
4109
4117
|
end
|
|
4110
4118
|
end
|
|
4111
4119
|
|
|
4112
|
-
#
|
|
4113
|
-
#
|
|
4120
|
+
# The parent element the current element is based on. Used for referencing/
|
|
4121
|
+
# aligning, removal and replacement operations.
|
|
4114
4122
|
class GoogleCloudDocumentaiV1beta2DocumentProvenanceParent
|
|
4115
4123
|
include Google::Apis::Core::Hashable
|
|
4116
4124
|
|
|
@@ -4125,7 +4133,7 @@ module Google
|
|
|
4125
4133
|
# @return [Fixnum]
|
|
4126
4134
|
attr_accessor :index
|
|
4127
4135
|
|
|
4128
|
-
# The index of the
|
|
4136
|
+
# The index of the index into current revision's parent_ids list.
|
|
4129
4137
|
# Corresponds to the JSON property `revision`
|
|
4130
4138
|
# @return [Fixnum]
|
|
4131
4139
|
attr_accessor :revision
|
|
@@ -4173,6 +4181,13 @@ module Google
|
|
|
4173
4181
|
# @return [Array<Fixnum>]
|
|
4174
4182
|
attr_accessor :parent
|
|
4175
4183
|
|
|
4184
|
+
# The revisions that this revision is based on. Must include all the ids that
|
|
4185
|
+
# have anything to do with this revision - eg. there are `provenance.parent.
|
|
4186
|
+
# revision` fields that index into this field.
|
|
4187
|
+
# Corresponds to the JSON property `parentIds`
|
|
4188
|
+
# @return [Array<String>]
|
|
4189
|
+
attr_accessor :parent_ids
|
|
4190
|
+
|
|
4176
4191
|
# If the annotation was made by processor identify the processor by its resource
|
|
4177
4192
|
# name.
|
|
4178
4193
|
# Corresponds to the JSON property `processor`
|
|
@@ -4190,6 +4205,7 @@ module Google
|
|
|
4190
4205
|
@human_review = args[:human_review] if args.key?(:human_review)
|
|
4191
4206
|
@id = args[:id] if args.key?(:id)
|
|
4192
4207
|
@parent = args[:parent] if args.key?(:parent)
|
|
4208
|
+
@parent_ids = args[:parent_ids] if args.key?(:parent_ids)
|
|
4193
4209
|
@processor = args[:processor] if args.key?(:processor)
|
|
4194
4210
|
end
|
|
4195
4211
|
end
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.24.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 = "
|
|
25
|
+
REVISION = "20211203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1872,6 +1872,7 @@ module Google
|
|
|
1872
1872
|
|
|
1873
1873
|
property :id, as: 'id'
|
|
1874
1874
|
collection :parent, as: 'parent'
|
|
1875
|
+
collection :parent_ids, as: 'parentIds'
|
|
1875
1876
|
property :processor, as: 'processor'
|
|
1876
1877
|
end
|
|
1877
1878
|
end
|
|
@@ -2385,6 +2386,7 @@ module Google
|
|
|
2385
2386
|
|
|
2386
2387
|
property :id, as: 'id'
|
|
2387
2388
|
collection :parent, as: 'parent'
|
|
2389
|
+
collection :parent_ids, as: 'parentIds'
|
|
2388
2390
|
property :processor, as: 'processor'
|
|
2389
2391
|
end
|
|
2390
2392
|
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.
|
|
4
|
+
version: 0.24.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
|
+
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_v1beta2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.24.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: []
|