google-apis-documentai_v1beta3 0.16.0 → 0.17.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: 4902b98ec6adf7b6f9442ecf8c15b31d76b8bc3e90327d8b7bf7434362f54432
4
- data.tar.gz: 0c3df683b76f29e42860f189b3b8e498ca89111f3a2beaeb3df24d17c9fc8bbd
3
+ metadata.gz: ac8647d8aa63d547562ea71e8ab6dda319b2c236197801f15b1a3e5970be29ad
4
+ data.tar.gz: 2d0b57c926c18d10155c3962113176f2d60c28ff9f10391d24b36036000d2829
5
5
  SHA512:
6
- metadata.gz: a4d0e416207e790e0d2724e3b3eaedbee26b068166114aa8d787826806d6f26748d1074604dcf0463b64e9515aa7581405dc25b5d5b7d34c70e3ddc5ad78487e
7
- data.tar.gz: 177758ce994927159a9c0d339527e8111611e1d0f2fe50c7fc66169afa99d9ef478312ba79c4a19716bcc914f038f7fac906f66c36edbc62e1b2ff4d6f60fd72
6
+ metadata.gz: 9f12a8385f23b3b6a16ee5b4d8d7ca62947efd701205dbc34036bb98caff83dcd73c86487834f03a9ea84bbdde8f6902cf5548e6120e26163efefa554bd934d7
7
+ data.tar.gz: 6e4918f0307d85b54f73f8d7f6c0de6d73c9d7a2380c30fcdc92ab1fdfbdb4036e662adfd45a6dfda845d7ea4e82fec2729ad100edadb1a4233b544dc2f3bc6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.17.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.16.0 (2021-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210625
@@ -294,12 +294,18 @@ module Google
294
294
  class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
295
295
  include Google::Apis::Core::Hashable
296
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
+
297
302
  def initialize(**args)
298
303
  update!(**args)
299
304
  end
300
305
 
301
306
  # Update properties of this object
302
307
  def update!(**args)
308
+ @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
303
309
  end
304
310
  end
305
311
 
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210625"
25
+ REVISION = "20210709"
26
26
  end
27
27
  end
28
28
  end
@@ -1302,6 +1302,7 @@ module Google
1302
1302
  class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
1303
1303
  # @private
1304
1304
  class Representation < Google::Apis::Core::JsonRepresentation
1305
+ property :gcs_uri, as: 'gcsUri'
1305
1306
  end
1306
1307
  end
1307
1308
 
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.16.0
4
+ version: 0.17.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 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/master/generated/google-apis-documentai_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []