google-apis-documentai_v1 0.8.0 → 0.9.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: ed1c47bce791e2ee78219fe550aac1dbcdbc52fd17f5ea6a4199e83ee5f7302a
4
- data.tar.gz: 917f7d8c9fdee3e16955e746a8d6f5f2990e1823e776d4043d8704f9b4d5f531
3
+ metadata.gz: 865fc2e5326a70e680ce746bd6eef376f3b3b3050efba0961252512749a6cd30
4
+ data.tar.gz: 32b8a033dd759885199d6d47867317931138ff608932c709a427bdb4ff262df7
5
5
  SHA512:
6
- metadata.gz: 98b5b2a1fbf52953464b1d306c68559945d36e95eaa16a4b30981301a04bbdeb39319b0430f99c28742190f26b00f9e653fef4376b74bbcf297185fde311149c
7
- data.tar.gz: 853a45a14999f4889f1a12427d1463c20456b4a1272fa933a31872367a778004283cfc1ca2f1f489e72af6fb3ff7fd587f06ec30cbb8cf60d2dc6fbccd4360bb
6
+ metadata.gz: 19301178efd5c417cf15775ed40bf52da8e321a5954cea3145f2c18bf511bb0f0b1fc8b2b87e98d0a2e5eec44cb7884ae6d36b4cf5f88ef453233e47a5340eb6
7
+ data.tar.gz: f5ded62402a44923789ae6dba1079cea2d8506a0bddea517085de3ae365006adc5a3ccc20bb509d854cdc1bb7a775f27c5123ce3c94f9c8b0468860552892fc1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.9.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.8.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 DocumentaiV1
18
18
  # Version of the google-apis-documentai_v1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.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
@@ -1248,6 +1248,7 @@ module Google
1248
1248
  class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
1249
1249
  # @private
1250
1250
  class Representation < Google::Apis::Core::JsonRepresentation
1251
+ property :gcs_uri, as: 'gcsUri'
1251
1252
  end
1252
1253
  end
1253
1254
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1
63
63
  post_install_message:
64
64
  rdoc_options: []