google-apis-documentai_v1 0.33.0 → 0.34.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca4971f1633e4735830055b3e63ee5a33ca40b4784e2b06f6943231ab42e5ccb
|
4
|
+
data.tar.gz: 2962c29b1585e366bbc942262f3f26ecbbbe56bad68710138ce726af82f302fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1559df80662a33a38e5db3e8936d6accde0cd952ce656508d0405aea15cf8132be180a037a6171acf4012da04bceb4d413ea6d102a7bcdae1e1e978f0fe5f319
|
7
|
+
data.tar.gz: 3164768bf281859eb518ef5c39cc357a4e184c698bbed1f6049605b38906a71171fcb83079ed14f47200fa4dd5c4785b06654b390f77054c138396b1d148505f
|
data/CHANGELOG.md
CHANGED
@@ -3224,7 +3224,7 @@ module Google
|
|
3224
3224
|
# have multiple versions, pre-trained by Google internally or up-trained by the
|
3225
3225
|
# customer. At a time, a processor can only have one default version version. So
|
3226
3226
|
# the processor's behavior (when processing documents) is defined by a default
|
3227
|
-
# version
|
3227
|
+
# version
|
3228
3228
|
class GoogleCloudDocumentaiV1ProcessorVersion
|
3229
3229
|
include Google::Apis::Core::Hashable
|
3230
3230
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220401"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -152,8 +152,8 @@ module Google
|
|
152
152
|
# The resource that owns the locations collection, if applicable.
|
153
153
|
# @param [String] filter
|
154
154
|
# A filter to narrow down results to a preferred subset. The filtering language
|
155
|
-
# accepts strings like "displayName=tokyo"
|
156
|
-
# AIP-160](https://google.aip.dev/160).
|
155
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
156
|
+
# in [AIP-160](https://google.aip.dev/160).
|
157
157
|
# @param [Fixnum] page_size
|
158
158
|
# The maximum number of results to return. If not set, the service selects a
|
159
159
|
# default.
|
@@ -956,8 +956,8 @@ module Google
|
|
956
956
|
# The resource that owns the locations collection, if applicable.
|
957
957
|
# @param [String] filter
|
958
958
|
# A filter to narrow down results to a preferred subset. The filtering language
|
959
|
-
# accepts strings like "displayName=tokyo"
|
960
|
-
# AIP-160](https://google.aip.dev/160).
|
959
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
960
|
+
# in [AIP-160](https://google.aip.dev/160).
|
961
961
|
# @param [Fixnum] page_size
|
962
962
|
# The maximum number of results to return. If not set, the service selects a
|
963
963
|
# default.
|
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.34.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: 2022-04-
|
11
|
+
date: 2022-04-11 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/main/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.34.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|