google-apis-documentai_v1beta3 0.4.0 → 0.5.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: '0803862974190a0a02cc6378078979f9c0ba21b18eed77e74ba63638fdd784d3'
4
- data.tar.gz: ccb98735cf9d3397a580584af0178f7d9c636b984289056a432c5c2a0be1bc2d
3
+ metadata.gz: dcc2edc12786c0255981b70ff8372cbe52c3b2901d64a94a8c3da6286d2f9641
4
+ data.tar.gz: baacf1c3f551b7aacb6f5c88d2bc1358cbff7a62917483bcbd3456a716942a5b
5
5
  SHA512:
6
- metadata.gz: c526cd355017e449d85b7888b37a6ffc3e3fe83274d6d05090a1acca4823569cf3f629e794f89168bb587326b9526c2b3770f421ccf494595ed588295d6de0c4
7
- data.tar.gz: d6956507aa2d49d0bfda10a9c2b18282f22612df7993699e1d317170b55ef1da1cb0188fde26cc83f3fc52ecc19cbea08784b897732baa17c058c0a30bbc485f
6
+ metadata.gz: 98ce5be1a64367724a992bc58960a0e8e99460f4e7bb70c0630c491a0ce194c43ad52acd26ed4014822b577e9ab6a1461523d05719aad8e81002e433622b47a0
7
+ data.tar.gz: c2a696cb4a0bf028a24b057bdbd583a823a2d19988a54f2403c258621f7f24e90d00efeaff37bab5418a9b57f78c6fed14c73484f2c1d0b93c31b2f6be790265
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.5.0 (2021-03-04)
4
+
5
+ * Regenerated from discovery document revision 20210226
6
+
3
7
  ### v0.4.0 (2021-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20210222
@@ -271,6 +271,38 @@ module Google
271
271
  end
272
272
  end
273
273
 
274
+ # The long running operation metadata for set default processor version method.
275
+ class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
276
+ include Google::Apis::Core::Hashable
277
+
278
+ # The common metadata for long running operations.
279
+ # Corresponds to the JSON property `commonMetadata`
280
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
281
+ attr_accessor :common_metadata
282
+
283
+ def initialize(**args)
284
+ update!(**args)
285
+ end
286
+
287
+ # Update properties of this object
288
+ def update!(**args)
289
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
290
+ end
291
+ end
292
+
293
+ # Response message for set default processor version method.
294
+ class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse
295
+ include Google::Apis::Core::Hashable
296
+
297
+ def initialize(**args)
298
+ update!(**args)
299
+ end
300
+
301
+ # Update properties of this object
302
+ def update!(**args)
303
+ end
304
+ end
305
+
274
306
  # The metadata that represents a processor version being created.
275
307
  class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
276
308
  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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210222"
25
+ REVISION = "20210226"
26
26
  end
27
27
  end
28
28
  end
@@ -100,6 +100,18 @@ module Google
100
100
  include Google::Apis::Core::JsonObjectSupport
101
101
  end
102
102
 
103
+ class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
103
115
  class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
104
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
117
 
@@ -1207,6 +1219,20 @@ module Google
1207
1219
  end
1208
1220
  end
1209
1221
 
1222
+ class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
1223
+ # @private
1224
+ class Representation < Google::Apis::Core::JsonRepresentation
1225
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1226
+
1227
+ end
1228
+ end
1229
+
1230
+ class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse
1231
+ # @private
1232
+ class Representation < Google::Apis::Core::JsonRepresentation
1233
+ end
1234
+ end
1235
+
1210
1236
  class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
1211
1237
  # @private
1212
1238
  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.4.0
4
+ version: 0.5.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: 2021-03-01 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.11
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Document AI API V1beta3