google-apis-documentai_v1 0.79.0 → 0.80.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/documentai_v1/classes.rb +4 -4
- data/lib/google/apis/documentai_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbd5ac2d652d216c3c36f28595d73a56164b7c9c615442e831011f2a715d9b18
|
4
|
+
data.tar.gz: 0b1f4b02dc88b1d56e472c251e54638c03fc97ab839faf7510b988ba7ecac3a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0e6391f93f4bd855f62178651480ec902a6791fa85b061db3bdd56f5dc9d8f1b71c8274c1739749e3acbbed4f9cbffe1083a112b37744085719c596180593c5
|
7
|
+
data.tar.gz: 5cc7f74e3a3ea24bbb45a59b459d4d989cb2cb34cb08aa6e11b8ff8e1a08083f041c2aa3905963e498599621c3fb60485749139fb35b7be37b642b7f443869b0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-documentai_v1
|
2
2
|
|
3
|
+
### v0.80.0 (2024-02-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240126
|
6
|
+
* Regenerated using generator version 0.13.1
|
7
|
+
|
3
8
|
### v0.79.0 (2024-01-22)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240118
|
@@ -1576,8 +1576,8 @@ module Google
|
|
1576
1576
|
attr_accessor :input_documents
|
1577
1577
|
|
1578
1578
|
# Optional. The labels with user-defined metadata for the request. Label keys
|
1579
|
-
# and values can be no longer than 63 characters (Unicode codepoints)
|
1580
|
-
# contain lowercase letters, numeric characters, underscores and dashes.
|
1579
|
+
# and values can be no longer than 63 characters (Unicode codepoints) and can
|
1580
|
+
# only contain lowercase letters, numeric characters, underscores, and dashes.
|
1581
1581
|
# International characters are allowed. Label values are optional. Label keys
|
1582
1582
|
# must start with a letter.
|
1583
1583
|
# Corresponds to the JSON property `labels`
|
@@ -4747,8 +4747,8 @@ module Google
|
|
4747
4747
|
attr_accessor :inline_document
|
4748
4748
|
|
4749
4749
|
# Optional. The labels with user-defined metadata for the request. Label keys
|
4750
|
-
# and values can be no longer than 63 characters (Unicode codepoints)
|
4751
|
-
# contain lowercase letters, numeric characters, underscores and dashes.
|
4750
|
+
# and values can be no longer than 63 characters (Unicode codepoints) and can
|
4751
|
+
# only contain lowercase letters, numeric characters, underscores, and dashes.
|
4752
4752
|
# International characters are allowed. Label values are optional. Label keys
|
4753
4753
|
# must start with a letter.
|
4754
4754
|
# Corresponds to the JSON property `labels`
|
@@ -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.80.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.13.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240126"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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.80.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: 2024-
|
11
|
+
date: 2024-02-04 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.80.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: []
|