google-apis-documentai_v1 0.11.0 → 0.12.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: bbe62526e8abaab91538e7808baddf2f1d0acb7787628fa6a9a09d5cba28e1dd
4
- data.tar.gz: 71cd1647b261a03358535b393135b6d254d5eddf3ff7009a85d2b271030e25fb
3
+ metadata.gz: 17f0596603d66e5c60798aac60d500214c3d9d3f415b8825f88c5c4a9911b42a
4
+ data.tar.gz: f231df10c5ba07cbeabd30623f11aaabd12307a5ed9fd9550621cf464550a94d
5
5
  SHA512:
6
- metadata.gz: af920a9d39680b5f7b6cd74086fd90c376c82ca507e121348963866b9cc4bb704b068b16c3e7415277f86c7ed33aa87bedbd5d3be0203cc77b0d1fd148b8a83e
7
- data.tar.gz: 741b983e46872fcca21feca3821150e0b858d25778b78faff5acf2fe978d02092bf2542df7e33604457438687a94ac09ca993b3ffec01e2cfa393bb09f75f894
6
+ metadata.gz: 274550aa92676511dadbeff9fd983e8dfb775b68811e21b9954776dc00e17438fa001aa6d9acb6e6770acc87386f35e3c0186d089235d14dd16b1a750acd4b1a
7
+ data.tar.gz: f8aab4ad57c7a9548cb1c32430d84f140bba99f08356e4ea6f55402e7e5b3d6643160a954563c4cdb90b726cbc7a6b25e9591d553775c47b0c18896a3d7be2bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.12.0 (2021-08-19)
4
+
5
+ * Regenerated from discovery document revision 20210817
6
+
3
7
  ### v0.11.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 = 'V1'
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 DocumentaiV1
18
18
  # Version of the google-apis-documentai_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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
@@ -184,8 +184,8 @@ module Google
184
184
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
185
185
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
186
186
  # @raise [Google::Apis::AuthorizationError] Authorization is required
187
- def cancel_project_location_operation_operation(name, fields: nil, quota_user: nil, options: nil, &block)
188
- command = make_simple_command(:delete, 'v1/{+name}', options)
187
+ def cancel_project_location_operation(name, fields: nil, quota_user: nil, options: nil, &block)
188
+ command = make_simple_command(:post, 'v1/{+name}:cancel', options)
189
189
  command.response_representation = Google::Apis::DocumentaiV1::GoogleProtobufEmpty::Representation
190
190
  command.response_class = Google::Apis::DocumentaiV1::GoogleProtobufEmpty
191
191
  command.params['name'] = name unless name.nil?
@@ -585,8 +585,8 @@ module Google
585
585
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
586
586
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
587
587
  # @raise [Google::Apis::AuthorizationError] Authorization is required
588
- def cancel_uiv1beta3_project_location_operation_operation(name, fields: nil, quota_user: nil, options: nil, &block)
589
- command = make_simple_command(:delete, 'uiv1beta3/{+name}', options)
588
+ def cancel_uiv1beta3_project_location_operation(name, fields: nil, quota_user: nil, options: nil, &block)
589
+ command = make_simple_command(:post, 'uiv1beta3/{+name}:cancel', options)
590
590
  command.response_representation = Google::Apis::DocumentaiV1::GoogleProtobufEmpty::Representation
591
591
  command.response_class = Google::Apis::DocumentaiV1::GoogleProtobufEmpty
592
592
  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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.12.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: []