google-apis-documentai_v1 0.110.0 → 0.111.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 +4 -0
- data/lib/google/apis/documentai_v1/classes.rb +2 -2
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40f162721bcededa67d56dfb322268d487a8e54aa48e75264b20cb3dafe800b7
|
|
4
|
+
data.tar.gz: 747d5166c5b1a716c1ddf483b38e81198b560bec8fb93503b46da54940e99e9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e1aa1e3ff481e945349aa735b5d5762b3b641fc4eb4d1c57c5e0ca361dbabc781f77f811dc5e91b70c08741ad85185f71cb93eee169503534bd811574bc5ef5
|
|
7
|
+
data.tar.gz: 5ecca92c6d745b82364773c9a404d320915f0183b3fdedfde3db9b47a7d126bc3f5852bcd9bbab4ba02ad72a47c11ba1b67c09b16060458e27aa2766b904fee3
|
data/CHANGELOG.md
CHANGED
|
@@ -6720,7 +6720,7 @@ module Google
|
|
|
6720
6720
|
# @return [String]
|
|
6721
6721
|
attr_accessor :create_time
|
|
6722
6722
|
|
|
6723
|
-
#
|
|
6723
|
+
# Required. The user-defined name of the Schema.
|
|
6724
6724
|
# Corresponds to the JSON property `displayName`
|
|
6725
6725
|
# @return [String]
|
|
6726
6726
|
attr_accessor :display_name
|
|
@@ -7777,7 +7777,7 @@ module Google
|
|
|
7777
7777
|
# @return [String]
|
|
7778
7778
|
attr_accessor :create_time
|
|
7779
7779
|
|
|
7780
|
-
#
|
|
7780
|
+
# Required. The user-defined name of the SchemaVersion.
|
|
7781
7781
|
# Corresponds to the JSON property `displayName`
|
|
7782
7782
|
# @return [String]
|
|
7783
7783
|
attr_accessor :display_name
|
|
@@ -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.111.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251209"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.111.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.111.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|