google-apis-documentai_v1beta3 0.40.0 → 0.41.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b47142a5515eefb6795a7d4b9e7d07e91d8e3e566af847db9f16165840f347c
|
|
4
|
+
data.tar.gz: 80d3839d3062adef83fb7a5e1ffd6d16003c2d7f554b6677028cfadb91e8fe3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 262e98500ccc8211dce292b7674c10223ff10abf88671fcaef504e62c94aef82a4c1b14590712c93280e798d632e4e34a183b7e02887312ed22a58b0f2a04b47
|
|
7
|
+
data.tar.gz: 2c68c26e685cc25fa25e5fb62fed568ca918b4b4ea5d22478530f0706b72c346ca362d39b628719c28101fd69bf9d4796229441d437ac507f340f8a480a95a4d
|
data/CHANGELOG.md
CHANGED
|
@@ -7372,7 +7372,7 @@ module Google
|
|
|
7372
7372
|
# have multiple versions, pre-trained by Google internally or up-trained by the
|
|
7373
7373
|
# customer. At a time, a processor can only have one default version version. So
|
|
7374
7374
|
# the processor's behavior (when processing documents) is defined by a default
|
|
7375
|
-
# version
|
|
7375
|
+
# version
|
|
7376
7376
|
class GoogleCloudDocumentaiV1beta3ProcessorVersion
|
|
7377
7377
|
include Google::Apis::Core::Hashable
|
|
7378
7378
|
|
|
@@ -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
|
+
GEM_VERSION = "0.41.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
|
|
@@ -119,8 +119,8 @@ module Google
|
|
|
119
119
|
# The resource that owns the locations collection, if applicable.
|
|
120
120
|
# @param [String] filter
|
|
121
121
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
122
|
-
# accepts strings like "displayName=tokyo"
|
|
123
|
-
# AIP-160](https://google.aip.dev/160).
|
|
122
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
123
|
+
# in [AIP-160](https://google.aip.dev/160).
|
|
124
124
|
# @param [Fixnum] page_size
|
|
125
125
|
# The maximum number of results to return. If not set, the service selects a
|
|
126
126
|
# default.
|
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.
|
|
4
|
+
version: 0.41.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_v1beta3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.41.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|