google-apis-documentai_v1beta2 0.14.0 → 0.15.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: 9469807fb3f0c4d870e26b7e7530eec8dd8e9403f432a8d5cf494177f921844c
4
- data.tar.gz: 9ec5dbff6fdd77cdd0f453a698caaaf3b22b91aced51348e2bdd109b786672ba
3
+ metadata.gz: 5988418ff0eabd721c442162a90b9713c639a860bc41a611f39698c618251ee6
4
+ data.tar.gz: 978762ef5e570dccab3ea6703d5aecee489915f02179f5a971ac892594541ced
5
5
  SHA512:
6
- metadata.gz: d1dcda20389c80889d5ef4e5c838783bc94af34256ef078bccb51f908f186bacb7692d4263d81dea625b09853cb4c41e2df218eabb19b02f13ca4784148010cb
7
- data.tar.gz: d070f6aa33aa2b83cb32df7dbc2fb0fe8bf27105a9bdd6608ea8e9362eedf69f46b14a8295d2facd523153839c1a858e01846a4925d9e5aa08db1c8f80312294
6
+ metadata.gz: 0001c8f13b793846400784c3f88503cf573e3e7e91213251cb171411bcd2126fea1f6eeb862f1f64ebe6e38da34f79ddcc88969949ce7ae64b1d3a05957d9ca4
7
+ data.tar.gz: f1f3d070923448dc2b7058d67d55a3af019c0bf19606241e20c523cf0fc4fcbf5e4b715989e65834a38c6c890adea69fd47bbc804b6b7775b2f100cc70fa1b5a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.15.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.14.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 DocumentaiV1beta2
18
18
  # Version of the google-apis-documentai_v1beta2 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.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
@@ -1008,6 +1008,7 @@ module Google
1008
1008
  class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
1009
1009
  # @private
1010
1010
  class Representation < Google::Apis::Core::JsonRepresentation
1011
+ property :gcs_uri, as: 'gcsUri'
1011
1012
  end
1012
1013
  end
1013
1014
 
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.14.0
4
+ version: 0.15.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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []