google-apis-documentai_v1 0.30.0 → 0.31.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: '08657d5e36ec0f962059fc4d0baa9c129c13b79c37061c9b4b12ec96205c0471'
|
|
4
|
+
data.tar.gz: f6af43e879cfbf04a9a8f56b72102b7026b4f46ebfebff059f9831121930e71e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '05492f7081b50993dd8e8b76bbdbef2a8c130e979d7f2da3f0f29136c4e3e4098eb07b24c349bfaf5c93036e4f3694de14e162eb69205d6c329bd537310dc09c'
|
|
7
|
+
data.tar.gz: 321b5fc345c22f7ef2ecee9e47e09f5899b3ea564a11e39aa271d17f2439355a4a6bc333bda4b6a976a65e93c2aac0df07d288101e854f7f23729fb31d0465db
|
data/CHANGELOG.md
CHANGED
|
@@ -68,6 +68,11 @@ module Google
|
|
|
68
68
|
# @return [String]
|
|
69
69
|
attr_accessor :dest_dataset_type
|
|
70
70
|
|
|
71
|
+
# The destination dataset split type.
|
|
72
|
+
# Corresponds to the JSON property `destSplitType`
|
|
73
|
+
# @return [String]
|
|
74
|
+
attr_accessor :dest_split_type
|
|
75
|
+
|
|
71
76
|
# The list of response details of each document.
|
|
72
77
|
# Corresponds to the JSON property `individualBatchMoveStatuses`
|
|
73
78
|
# @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus>]
|
|
@@ -81,6 +86,7 @@ module Google
|
|
|
81
86
|
def update!(**args)
|
|
82
87
|
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
|
83
88
|
@dest_dataset_type = args[:dest_dataset_type] if args.key?(:dest_dataset_type)
|
|
89
|
+
@dest_split_type = args[:dest_split_type] if args.key?(:dest_split_type)
|
|
84
90
|
@individual_batch_move_statuses = args[:individual_batch_move_statuses] if args.key?(:individual_batch_move_statuses)
|
|
85
91
|
end
|
|
86
92
|
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.
|
|
19
|
+
GEM_VERSION = "0.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220311"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1464,6 +1464,7 @@ module Google
|
|
|
1464
1464
|
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
|
1465
1465
|
|
|
1466
1466
|
property :dest_dataset_type, as: 'destDatasetType'
|
|
1467
|
+
property :dest_split_type, as: 'destSplitType'
|
|
1467
1468
|
collection :individual_batch_move_statuses, as: 'individualBatchMoveStatuses', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus::Representation
|
|
1468
1469
|
|
|
1469
1470
|
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.
|
|
4
|
+
version: 0.31.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: 2022-03-
|
|
11
|
+
date: 2022-03-21 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.31.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: []
|