google-apis-documentai_v1beta3 0.16.0 → 0.20.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: dbde03746245d27ec383f56ecd554d77fb03a37917e5232f0338426a533fd5c4
4
+ data.tar.gz: 840d7a5e19b90b754d87af2169a34e8039ca890d90e24fe29572d9cd50c98efb
5
5
  SHA512:
6
- metadata.gz: a4d0e416207e790e0d2724e3b3eaedbee26b068166114aa8d787826806d6f26748d1074604dcf0463b64e9515aa7581405dc25b5d5b7d34c70e3ddc5ad78487e
7
- data.tar.gz: 177758ce994927159a9c0d339527e8111611e1d0f2fe50c7fc66169afa99d9ef478312ba79c4a19716bcc914f038f7fac906f66c36edbc62e1b2ff4d6f60fd72
6
+ metadata.gz: 2ffc3b1223d8f71b485dadeff6b691d1912d1848e4ac3ea1e4d19dd5fb77fba44a2faf7c43986a404fdb9d8cf242fafd16c851df71507e7bbd24bd24731d69da
7
+ data.tar.gz: 3224122468754d7cc6bff70fbbe7f9f50548d369b57486bdb358869108f4edef433edb40b8cf035e5e77201f1c1c19f846a8a34277e945b5de3dfa0208a55d82
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.20.0 (2021-08-19)
4
+
5
+ * Regenerated from discovery document revision 20210817
6
+
7
+ ### v0.19.0 (2021-08-03)
8
+
9
+ * Regenerated from discovery document revision 20210731
10
+
11
+ ### v0.18.0 (2021-07-29)
12
+
13
+ * Regenerated from discovery document revision 20210728
14
+
15
+ ### v0.17.0 (2021-07-13)
16
+
17
+ * Regenerated from discovery document revision 20210709
18
+
3
19
  ### v0.16.0 (2021-06-29)
4
20
 
5
21
  * Regenerated from discovery document revision 20210625
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1beta3'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  end
@@ -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
 
@@ -1789,8 +1795,8 @@ module Google
1789
1795
  # @return [Fixnum]
1790
1796
  attr_accessor :id
1791
1797
 
1792
- # The index of the parent revisions corresponding collection of items (eg. list
1793
- # of entities, properties within entities, etc.)
1798
+ # The index of the parent item in the corresponding item list (eg. list of
1799
+ # entities, properties within entities, etc.) on parent revision.
1794
1800
  # Corresponds to the JSON property `index`
1795
1801
  # @return [Fixnum]
1796
1802
  attr_accessor :index
@@ -3513,8 +3519,8 @@ module Google
3513
3519
  # @return [Fixnum]
3514
3520
  attr_accessor :id
3515
3521
 
3516
- # The index of the parent revisions corresponding collection of items (eg. list
3517
- # of entities, properties within entities, etc.)
3522
+ # The index of the parent item in the corresponding item list (eg. list of
3523
+ # entities, properties within entities, etc.) on parent revision.
3518
3524
  # Corresponds to the JSON property `index`
3519
3525
  # @return [Fixnum]
3520
3526
  attr_accessor :index
@@ -5554,8 +5560,8 @@ module Google
5554
5560
  # @return [Fixnum]
5555
5561
  attr_accessor :id
5556
5562
 
5557
- # The index of the parent revisions corresponding collection of items (eg. list
5558
- # of entities, properties within entities, etc.)
5563
+ # The index of the parent item in the corresponding item list (eg. list of
5564
+ # entities, properties within entities, etc.) on parent revision.
5559
5565
  # Corresponds to the JSON property `index`
5560
5566
  # @return [Fixnum]
5561
5567
  attr_accessor :index
@@ -6319,7 +6325,7 @@ module Google
6319
6325
  # EU' endpoint to feach processor types. In the return, we will have an 'invoice
6320
6326
  # parsing' processor with 'available_locations' field only containing 'US'. So
6321
6327
  # the user can try to create an 'invoice parsing' processor under the location '
6322
- # US'. Such attempt of creating under the location 'EU' will fail. Next ID: 7.
6328
+ # US'. Such attempt of creating under the location 'EU' will fail. Next ID: 8.
6323
6329
  class GoogleCloudDocumentaiV1beta3ProcessorType
6324
6330
  include Google::Apis::Core::Hashable
6325
6331
 
@@ -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.20.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 = "20210817"
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
 
@@ -183,8 +183,8 @@ module Google
183
183
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
184
184
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
185
185
  # @raise [Google::Apis::AuthorizationError] Authorization is required
186
- def cancel_project_location_operation_operation(name, fields: nil, quota_user: nil, options: nil, &block)
187
- command = make_simple_command(:delete, 'v1beta3/{+name}', options)
186
+ def cancel_project_location_operation(name, fields: nil, quota_user: nil, options: nil, &block)
187
+ command = make_simple_command(:post, 'v1beta3/{+name}:cancel', options)
188
188
  command.response_representation = Google::Apis::DocumentaiV1beta3::GoogleProtobufEmpty::Representation
189
189
  command.response_class = Google::Apis::DocumentaiV1beta3::GoogleProtobufEmpty
190
190
  command.params['name'] = name unless name.nil?
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.20.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-08-23 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.20.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: []