google-apis-documentai_v1beta3 0.37.0 → 0.38.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: 34e2976796bee34eaa026392da168ffdce3312314bd12f91c7a75af3c8e49e41
4
- data.tar.gz: 0f8e0b30172a2e9abb0fe10de3b7236fd1ff3ce064052295ecb7024f012b679a
3
+ metadata.gz: f6516ef3504d473d8a34ac41978eeec840bd9b6ff1864e4ec95ff1f97aaf926b
4
+ data.tar.gz: 94b26bba62e448efd229d4092817474b05ed61da786a5a86789e77d7705c0a6f
5
5
  SHA512:
6
- metadata.gz: 70440bc8057990857ec3da91eba1c310d0a65a719c2dfac45fb1b4143f1d4f7d4ba0e0f423590f0dc033bcb251905c19f5b19eb27e9e65235b4426501cf890a5
7
- data.tar.gz: d4c37829dc3783f4944a1edda9ec953d8f4c95b3e8835b61d8a4ec8f94e856c67ff1801a4a50059aa1030ceff1f8a472bbaba40220e94af77c320ec39f6ff9df
6
+ metadata.gz: ca084d924a7592a34a414a4742c10a91ae1bbf7d81a6c30c2c850e96eb55bf6e5dcb0ffa6bfc8e49a124ea23a62f9e43f15f02ebe7110bbeaa3d82900b8e83ee
7
+ data.tar.gz: bc5224581392c8cd9a518ad0061d3c09d4d5275f5e608daf0ebcab67b75ff78b0e0cf4dc69cb102ae9c40da41f7e3b540950c8e3a8cf748a3af93bab2d6a2821
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.38.0 (2022-03-15)
4
+
5
+ * Regenerated from discovery document revision 20220311
6
+
3
7
  ### v0.37.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::DocumentaiV1beta3::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 DocumentaiV1beta3
18
18
  # Version of the google-apis-documentai_v1beta3 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.38.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
@@ -1476,6 +1476,7 @@ module Google
1476
1476
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1477
1477
 
1478
1478
  property :dest_dataset_type, as: 'destDatasetType'
1479
+ property :dest_split_type, as: 'destSplitType'
1479
1480
  collection :individual_batch_move_statuses, as: 'individualBatchMoveStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus::Representation
1480
1481
 
1481
1482
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []