google-apis-documentai_v1 0.6.0 → 0.10.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: 966915b091808e4904db1e1affc2898d34f29d5d2b2ea8873eedb5f997bf90a9
4
- data.tar.gz: ab800191cf9cc31456e68308093aaaf0178644bbdad093ac3951337852ab1185
3
+ metadata.gz: 80cf927b45e4e36631dac28696f00f1ce87c531f526ed371fcce72c8ef569624
4
+ data.tar.gz: 0bea49405279ae1a9b2faace512f3f0972124a15bf7c6eb9d8f248032ddc4222
5
5
  SHA512:
6
- metadata.gz: 5e382f289b3d6602966680fd5de4e5a1420ff18bca5f4c3af9f0fe1b34676e70db7c6583770edea5e9dd4f4e60394773a87738e7df20e134bf2910f966117549
7
- data.tar.gz: 1a8ded691418e42d7095282efc119eb779754bc961ba72ac9e6f8b9400e833a2b4f4d73fd1928cfd59cdbdb6a929dcae8e4ef8e39ba9295c0ee5f0fa8b1c6c94
6
+ metadata.gz: 68793cb5e6eea471bf98814aeed3d9dfa46b14b6ef78538ee77598f309913225bef9fdca3f7b9889b2ea3b041e9be1d283e72a788ffb42480165ca8451a13a6a
7
+ data.tar.gz: b56489227f3be7b1d67b87949b2b862242e818dc9b147565b30f9f7fd914fd02aec568096a3964f3b644317b9fbdc9bad1700119fea8332a95f4ee8373505598
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.10.0 (2021-07-29)
4
+
5
+ * Regenerated from discovery document revision 20210728
6
+
7
+ ### v0.9.0 (2021-07-13)
8
+
9
+ * Regenerated from discovery document revision 20210709
10
+
11
+ ### v0.8.0 (2021-06-29)
12
+
13
+ * Regenerated from discovery document revision 20210625
14
+ * Regenerated using generator version 0.4.0
15
+
16
+ ### v0.7.0 (2021-06-24)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.6.0 (2021-06-09)
4
21
 
5
22
  * Regenerated from discovery document revision 20210607
@@ -271,6 +271,44 @@ module Google
271
271
  end
272
272
  end
273
273
 
274
+ # Metadata message associated with the ExportProcessorVersion operation.
275
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
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::DocumentaiV1::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 associated with the ExportProcessorVersion operation.
294
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
295
+ include Google::Apis::Core::Hashable
296
+
297
+ # The Cloud Storage URI containing the output artifacts.
298
+ # Corresponds to the JSON property `gcsUri`
299
+ # @return [String]
300
+ attr_accessor :gcs_uri
301
+
302
+ def initialize(**args)
303
+ update!(**args)
304
+ end
305
+
306
+ # Update properties of this object
307
+ def update!(**args)
308
+ @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
309
+ end
310
+ end
311
+
274
312
  # The long running operation metadata for set default processor version method.
275
313
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
276
314
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1
18
18
  # Version of the google-apis-documentai_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210607"
25
+ REVISION = "20210728"
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 GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
103
115
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
104
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
117
 
@@ -1225,6 +1237,21 @@ module Google
1225
1237
  end
1226
1238
  end
1227
1239
 
1240
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
1241
+ # @private
1242
+ class Representation < Google::Apis::Core::JsonRepresentation
1243
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1244
+
1245
+ end
1246
+ end
1247
+
1248
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
1249
+ # @private
1250
+ class Representation < Google::Apis::Core::JsonRepresentation
1251
+ property :gcs_uri, as: 'gcsUri'
1252
+ end
1253
+ end
1254
+
1228
1255
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
1229
1256
  # @private
1230
1257
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.10.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-06-14 00:00:00.000000000 Z
11
+ date: 2021-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Document AI API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1
57
63
  post_install_message:
58
64
  rdoc_options: []