google-apis-documentai_v1beta2 0.53.0 → 0.54.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: f7c7cd95b3596f68737fef7e2ea297e45d876c5e7115d1cdbd2373f704112309
4
- data.tar.gz: 1d5755aebd093bfa1921de917b95d467af7a18c3a7fd9858f8c7600db0aef487
3
+ metadata.gz: 2234fc64aba7f9b660965853eb0d0906d7a4bfe487c750b917ace30040de49df
4
+ data.tar.gz: b45fc737a45d65676d7bf929a102b07be6b18e2ad5743ae32df4ec958677ac23
5
5
  SHA512:
6
- metadata.gz: 6d40bd460c653fab297c0feadc37b8ae93d6412f43a68837341aef9dd5f86f03e52f5fdc9be05879ecf1c4e6876f2fcf80bc34c49d06d5854dfd32c633f7a7a5
7
- data.tar.gz: fffd0021c47fdc9e9cc00e9af3364d4c49a8b1bfe55a8d47fb0d1f765dad43518e3dbd8dcf5f48d74825ca14b9d1708e9624c4c4c5ad858bd948089faa723915
6
+ metadata.gz: 91c0fe4813e6de41693424461274c9e159c0ab4edda116dc7140653d8a556e56dd7abb57749c52f513b708ae5db2141398845a8963acde3a6207d18f910fa26c
7
+ data.tar.gz: 968f9eb7eb2cc9974f00e457b39826d97fa087c1b4c77e287c5808f11aa0784297a34fe8ee452e39403ad0e46f9416fd72ad56b58b00a662e6fcfb386b069fd6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.54.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230120
6
+
3
7
  ### v0.53.0 (2023-01-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20230113
@@ -244,25 +244,6 @@ module Google
244
244
  end
245
245
  end
246
246
 
247
- # The long running operation metadata for DeleteDataLabelingJob.
248
- class GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata
249
- include Google::Apis::Core::Hashable
250
-
251
- # The common metadata for long running operations.
252
- # Corresponds to the JSON property `commonMetadata`
253
- # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
254
- attr_accessor :common_metadata
255
-
256
- def initialize(**args)
257
- update!(**args)
258
- end
259
-
260
- # Update properties of this object
261
- def update!(**args)
262
- @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
263
- end
264
- end
265
-
266
247
  # The long running operation metadata for DeleteLabelerPool.
267
248
  class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
268
249
  include Google::Apis::Core::Hashable
@@ -777,6 +758,44 @@ module Google
777
758
  end
778
759
  end
779
760
 
761
+ # The long running operation metadata for the ImportProcessorVersion method.
762
+ class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata
763
+ include Google::Apis::Core::Hashable
764
+
765
+ # The common metadata for long running operations.
766
+ # Corresponds to the JSON property `commonMetadata`
767
+ # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
768
+ attr_accessor :common_metadata
769
+
770
+ def initialize(**args)
771
+ update!(**args)
772
+ end
773
+
774
+ # Update properties of this object
775
+ def update!(**args)
776
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
777
+ end
778
+ end
779
+
780
+ # The response message for the ImportProcessorVersion method.
781
+ class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse
782
+ include Google::Apis::Core::Hashable
783
+
784
+ # The destination processor version name.
785
+ # Corresponds to the JSON property `processorVersion`
786
+ # @return [String]
787
+ attr_accessor :processor_version
788
+
789
+ def initialize(**args)
790
+ update!(**args)
791
+ end
792
+
793
+ # Update properties of this object
794
+ def update!(**args)
795
+ @processor_version = args[:processor_version] if args.key?(:processor_version)
796
+ end
797
+ end
798
+
780
799
  # The metadata proto of ResyncDataset method.
781
800
  class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata
782
801
  include Google::Apis::Core::Hashable
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230113"
25
+ REVISION = "20230120"
26
26
  end
27
27
  end
28
28
  end
@@ -70,12 +70,6 @@ module Google
70
70
  include Google::Apis::Core::JsonObjectSupport
71
71
  end
72
72
 
73
- class GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata
74
- class Representation < Google::Apis::Core::JsonRepresentation; end
75
-
76
- include Google::Apis::Core::JsonObjectSupport
77
- end
78
-
79
73
  class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
80
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
75
 
@@ -214,6 +208,18 @@ module Google
214
208
  include Google::Apis::Core::JsonObjectSupport
215
209
  end
216
210
 
211
+ class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
217
223
  class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata
218
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
225
 
@@ -1321,14 +1327,6 @@ module Google
1321
1327
  end
1322
1328
  end
1323
1329
 
1324
- class GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata
1325
- # @private
1326
- class Representation < Google::Apis::Core::JsonRepresentation
1327
- property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1328
-
1329
- end
1330
- end
1331
-
1332
1330
  class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
1333
1331
  # @private
1334
1332
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1520,6 +1518,21 @@ module Google
1520
1518
  end
1521
1519
  end
1522
1520
 
1521
+ class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata
1522
+ # @private
1523
+ class Representation < Google::Apis::Core::JsonRepresentation
1524
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1525
+
1526
+ end
1527
+ end
1528
+
1529
+ class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse
1530
+ # @private
1531
+ class Representation < Google::Apis::Core::JsonRepresentation
1532
+ property :processor_version, as: 'processorVersion'
1533
+ end
1534
+ end
1535
+
1523
1536
  class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata
1524
1537
  # @private
1525
1538
  class Representation < Google::Apis::Core::JsonRepresentation
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.53.0
4
+ version: 0.54.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: 2023-01-22 00:00:00.000000000 Z
11
+ date: 2023-01-29 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.54.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: []