google-apis-documentai_v1beta2 0.31.0 → 0.32.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05f8f26aab5057e00c06afecb789a3eabb31577abfeb74f8acc8f45bc84e95a0
|
4
|
+
data.tar.gz: f9a020ee4c84469621ed30e7da6995a3e124df93833b64e6bcc69bd61eb0fbeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef9e7d23a51b3d190eb28399286e9f4d8b2d9d62c0c8320173be8eacf31674688875bf5f2095aef2671009c727174dca1e6ce538e78ebc43bce7badef7ce5737
|
7
|
+
data.tar.gz: 9acc7f80bf739e19251ca408a71e2cca163f2fec02793ff075001395d54f42e3aa300b6dbe2e98d6a45d2f84d0b52ff19fea384301c4fe382121c0b290afc693
|
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::DocumentaiV1beta2::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 DocumentaiV1beta2
|
18
18
|
# Version of the google-apis-documentai_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.32.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
|
@@ -1146,6 +1146,7 @@ module Google
|
|
1146
1146
|
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1147
1147
|
|
1148
1148
|
property :dest_dataset_type, as: 'destDatasetType'
|
1149
|
+
property :dest_split_type, as: 'destSplitType'
|
1149
1150
|
collection :individual_batch_move_statuses, as: 'individualBatchMoveStatuses', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus::Representation
|
1150
1151
|
|
1151
1152
|
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.32.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_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.32.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: []
|