google-apis-documentai_v1beta3 0.19.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: 19fbc2630b5a61a32cc540165e61cf5353999d7cdc2c970e85f30b9b3c79ac60
4
- data.tar.gz: 415db239d9314eeb130244b58fe7a24eac2b5bb977cfcf33bb8f1e27372df691
3
+ metadata.gz: dbde03746245d27ec383f56ecd554d77fb03a37917e5232f0338426a533fd5c4
4
+ data.tar.gz: 840d7a5e19b90b754d87af2169a34e8039ca890d90e24fe29572d9cd50c98efb
5
5
  SHA512:
6
- metadata.gz: 28942c4619aa709e39f6466821adffa9e205ca30e94d0b17c7a687c3d214faa38a9f2d827cc410971cebad76cd3d9f77e2e80a97c81dd5e26397cb1339032c5a
7
- data.tar.gz: 31057e8cb87e43f37225d2d8fbd5b4bf79c0268dae7de3cf55e687dcf58fea6a45cc3f01d3d7ccf2b7556f524f61654aa69a40401426af671c4061129843ef0c
6
+ metadata.gz: 2ffc3b1223d8f71b485dadeff6b691d1912d1848e4ac3ea1e4d19dd5fb77fba44a2faf7c43986a404fdb9d8cf242fafd16c851df71507e7bbd24bd24731d69da
7
+ data.tar.gz: 3224122468754d7cc6bff70fbbe7f9f50548d369b57486bdb358869108f4edef433edb40b8cf035e5e77201f1c1c19f846a8a34277e945b5de3dfa0208a55d82
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.19.0 (2021-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210731
@@ -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
@@ -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.19.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 = "20210731"
25
+ REVISION = "20210817"
26
26
  end
27
27
  end
28
28
  end
@@ -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.19.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-08-09 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.19.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: []