google-apis-documentai_v1beta2 0.34.0 → 0.35.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: 105945c947af3049dc41cb6884100a154502db5c6699a74f43a8f916a39af4ab
4
- data.tar.gz: a80c8898324b94e97508b85117d7ba34e174ca2d382d31d6b8b3b9d5cf3a4279
3
+ metadata.gz: 2dc146df10f1af92a2e983c11b3298d57deb81fdac3c3986f8d41c3f4dfd2946
4
+ data.tar.gz: a2d00151044a2a2d846a43d0ca1602096fac45f25b5856d6246eb519ac691113
5
5
  SHA512:
6
- metadata.gz: c80ec7893021e6ff2b166399e062451d6fd5f16e96fb4cf7217474bf2ab4cbdc855fa7168210c089c2c5dd7e3305d206a70564998695599c3ba87dbe19ca65d9
7
- data.tar.gz: f90049cf35a3b1b47278cc00eee82b11b2d6a53810b5df2252b81e15f678bba3ccc6e0d3b3a97a8aaf6b3e2afffc1bcb5582c934cefd9cf41fadf14116a7045d
6
+ metadata.gz: e8f7da0a4725c1999bf6177d8f2e42f6269804d26ba518e9cd565a2b79c6de6d36ad16a8f41f67e283098cfc83d82847055ed9f10bc7b42533d22b04e3da4acb
7
+ data.tar.gz: 16a000c274306e21f6a56642340ab8f6e680452b3c22fb8e57e6fde64b261a58cf40e6a0eb0ee1eb5e4660f8acc3eb999b6553146f5da9c37d96c3530e0c8ce3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.35.0 (2022-04-12)
4
+
5
+ * Regenerated from discovery document revision 20220409
6
+
3
7
  ### v0.34.0 (2022-03-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20220326
@@ -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::DocumentaiV1beta2::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
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.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 = "20220326"
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
 
@@ -1187,6 +1193,14 @@ module Google
1187
1193
  end
1188
1194
  end
1189
1195
 
1196
+ class GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata
1197
+ # @private
1198
+ class Representation < Google::Apis::Core::JsonRepresentation
1199
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1200
+
1201
+ end
1202
+ end
1203
+
1190
1204
  class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
1191
1205
  # @private
1192
1206
  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.34.0
4
+ version: 0.35.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-04 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.35.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: []