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: 30502816e907346312887c5ddb71d7748d850df12402f8d2fd1dccb57f550f49
4
- data.tar.gz: 2a91db245183ae4734d3818bf4ddef53ebab9cfd0af89742a4ed02885ab78d54
3
+ metadata.gz: 05f8f26aab5057e00c06afecb789a3eabb31577abfeb74f8acc8f45bc84e95a0
4
+ data.tar.gz: f9a020ee4c84469621ed30e7da6995a3e124df93833b64e6bcc69bd61eb0fbeb
5
5
  SHA512:
6
- metadata.gz: 4e89659f7afa2dbdf012f1e4101cdd86e5ec30287c6796685820ccb35195ba14f8960c5abfd210c1a8014c90429d3948bdd06ce99618b074e2dfa5c7872de300
7
- data.tar.gz: bc08843549b1519fa8f677f9a78d34feb6117f046393c8417a957630ae6fafccc094d4a4d3dc2ff6bfcfd6040a69483d44c109f4acf0badff0d8f7a4d5c33d19
6
+ metadata.gz: ef9e7d23a51b3d190eb28399286e9f4d8b2d9d62c0c8320173be8eacf31674688875bf5f2095aef2671009c727174dca1e6ce538e78ebc43bce7badef7ce5737
7
+ data.tar.gz: 9acc7f80bf739e19251ca408a71e2cca163f2fec02793ff075001395d54f42e3aa300b6dbe2e98d6a45d2f84d0b52ff19fea384301c4fe382121c0b290afc693
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.32.0 (2022-03-15)
4
+
5
+ * Regenerated from discovery document revision 20220311
6
+
3
7
  ### v0.31.0 (2022-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20220307
@@ -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.31.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 = "20220307"
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.31.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-14 00:00:00.000000000 Z
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.31.0
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: []