google-apis-documentai_v1 0.11.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 +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/google/apis/documentai_v1/classes.rb +553 -27
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- data/lib/google/apis/documentai_v1/representations.rb +354 -0
- data/lib/google/apis/documentai_v1/service.rb +4 -4
- data/lib/google/apis/documentai_v1.rb +1 -1
- metadata +3 -3
@@ -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
|
188
|
-
command = make_simple_command(:
|
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
|
589
|
-
command = make_simple_command(:
|
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?
|
@@ -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
|
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
|
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.
|
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-
|
11
|
+
date: 2021-09-13 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.15.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: []
|