google-apis-documentai_v1beta3 0.41.0 → 0.42.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: 2b47142a5515eefb6795a7d4b9e7d07e91d8e3e566af847db9f16165840f347c
4
- data.tar.gz: 80d3839d3062adef83fb7a5e1ffd6d16003c2d7f554b6677028cfadb91e8fe3d
3
+ metadata.gz: d40531ea0a1e9d6bb4cae0ffd38c7a4a0dc0b7dcf578037f51f3c8c19f42788d
4
+ data.tar.gz: 494a21e95fbbb6f737c8b31ac700f6fc5dad326ea2bed64236014a253de64131
5
5
  SHA512:
6
- metadata.gz: 262e98500ccc8211dce292b7674c10223ff10abf88671fcaef504e62c94aef82a4c1b14590712c93280e798d632e4e34a183b7e02887312ed22a58b0f2a04b47
7
- data.tar.gz: 2c68c26e685cc25fa25e5fb62fed568ca918b4b4ea5d22478530f0706b72c346ca362d39b628719c28101fd69bf9d4796229441d437ac507f340f8a480a95a4d
6
+ metadata.gz: be6f680a9ca23e71ddf92261d95a0cc3a38a8f3c01e4ac3806ff2f289d525d22d59561d55233f688327ec8629ccb93e619ac9182e076d90a30eff0e555684362
7
+ data.tar.gz: 2740d6a4bf33e978bd00c9daceec6bf5c61abff806b58e5ba1fce5fef29ab3b8f61564999e01a5883a372d408e5b92a681bdddf985f8f6fea1e71f76921adb31
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.42.0 (2022-04-12)
4
+
5
+ * Regenerated from discovery document revision 20220409
6
+
3
7
  ### v0.41.0 (2022-04-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20220401
@@ -196,6 +196,25 @@ module Google
196
196
  end
197
197
  end
198
198
 
199
+ # The long running operation metadata for DeleteDataLabelingJob.
200
+ class GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata
201
+ include Google::Apis::Core::Hashable
202
+
203
+ # The common metadata for long running operations.
204
+ # Corresponds to the JSON property `commonMetadata`
205
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
206
+ attr_accessor :common_metadata
207
+
208
+ def initialize(**args)
209
+ update!(**args)
210
+ end
211
+
212
+ # Update properties of this object
213
+ def update!(**args)
214
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
215
+ end
216
+ end
217
+
199
218
  # The long running operation metadata for DeleteLabelerPool.
200
219
  class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
201
220
  include Google::Apis::Core::Hashable
@@ -7381,6 +7400,11 @@ module Google
7381
7400
  # @return [String]
7382
7401
  attr_accessor :create_time
7383
7402
 
7403
+ # Information about the upcoming deprecation of this processor version.
7404
+ # Corresponds to the JSON property `deprecationInfo`
7405
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo]
7406
+ attr_accessor :deprecation_info
7407
+
7384
7408
  # The display name of the processor version.
7385
7409
  # Corresponds to the JSON property `displayName`
7386
7410
  # @return [String]
@@ -7421,6 +7445,7 @@ module Google
7421
7445
  # Update properties of this object
7422
7446
  def update!(**args)
7423
7447
  @create_time = args[:create_time] if args.key?(:create_time)
7448
+ @deprecation_info = args[:deprecation_info] if args.key?(:deprecation_info)
7424
7449
  @display_name = args[:display_name] if args.key?(:display_name)
7425
7450
  @google_managed = args[:google_managed] if args.key?(:google_managed)
7426
7451
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
@@ -7430,6 +7455,31 @@ module Google
7430
7455
  end
7431
7456
  end
7432
7457
 
7458
+ # Information about the upcoming deprecation of this processor version.
7459
+ class GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo
7460
+ include Google::Apis::Core::Hashable
7461
+
7462
+ # The time at which this processor version will be deprecated.
7463
+ # Corresponds to the JSON property `deprecationTime`
7464
+ # @return [String]
7465
+ attr_accessor :deprecation_time
7466
+
7467
+ # If set, the processor version that will be used as a replacement.
7468
+ # Corresponds to the JSON property `replacementProcessorVersion`
7469
+ # @return [String]
7470
+ attr_accessor :replacement_processor_version
7471
+
7472
+ def initialize(**args)
7473
+ update!(**args)
7474
+ end
7475
+
7476
+ # Update properties of this object
7477
+ def update!(**args)
7478
+ @deprecation_time = args[:deprecation_time] if args.key?(:deprecation_time)
7479
+ @replacement_processor_version = args[:replacement_processor_version] if args.key?(:replacement_processor_version)
7480
+ end
7481
+ end
7482
+
7433
7483
  # Payload message of raw document content (bytes).
7434
7484
  class GoogleCloudDocumentaiV1beta3RawDocument
7435
7485
  include Google::Apis::Core::Hashable
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.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 = "20220401"
25
+ REVISION = "20220409"
26
26
  end
27
27
  end
28
28
  end
@@ -64,6 +64,12 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
+ class GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
67
73
  class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
68
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
75
 
@@ -1318,6 +1324,12 @@ module Google
1318
1324
  include Google::Apis::Core::JsonObjectSupport
1319
1325
  end
1320
1326
 
1327
+ class GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo
1328
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1329
+
1330
+ include Google::Apis::Core::JsonObjectSupport
1331
+ end
1332
+
1321
1333
  class GoogleCloudDocumentaiV1beta3RawDocument
1322
1334
  class Representation < Google::Apis::Core::JsonRepresentation; end
1323
1335
 
@@ -1517,6 +1529,14 @@ module Google
1517
1529
  end
1518
1530
  end
1519
1531
 
1532
+ class GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata
1533
+ # @private
1534
+ class Representation < Google::Apis::Core::JsonRepresentation
1535
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1536
+
1537
+ end
1538
+ end
1539
+
1520
1540
  class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
1521
1541
  # @private
1522
1542
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3686,6 +3706,8 @@ module Google
3686
3706
  # @private
3687
3707
  class Representation < Google::Apis::Core::JsonRepresentation
3688
3708
  property :create_time, as: 'createTime'
3709
+ property :deprecation_info, as: 'deprecationInfo', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo::Representation
3710
+
3689
3711
  property :display_name, as: 'displayName'
3690
3712
  property :google_managed, as: 'googleManaged'
3691
3713
  property :kms_key_name, as: 'kmsKeyName'
@@ -3695,6 +3717,14 @@ module Google
3695
3717
  end
3696
3718
  end
3697
3719
 
3720
+ class GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo
3721
+ # @private
3722
+ class Representation < Google::Apis::Core::JsonRepresentation
3723
+ property :deprecation_time, as: 'deprecationTime'
3724
+ property :replacement_processor_version, as: 'replacementProcessorVersion'
3725
+ end
3726
+ end
3727
+
3698
3728
  class GoogleCloudDocumentaiV1beta3RawDocument
3699
3729
  # @private
3700
3730
  class Representation < Google::Apis::Core::JsonRepresentation
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.41.0
4
+ version: 0.42.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.42.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: []