google-apis-documentai_v1 0.10.0 → 0.11.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 +4 -0
- data/lib/google/apis/documentai_v1/classes.rb +6 -6
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- 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: bbe62526e8abaab91538e7808baddf2f1d0acb7787628fa6a9a09d5cba28e1dd
|
4
|
+
data.tar.gz: 71cd1647b261a03358535b393135b6d254d5eddf3ff7009a85d2b271030e25fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af920a9d39680b5f7b6cd74086fd90c376c82ca507e121348963866b9cc4bb704b068b16c3e7415277f86c7ed33aa87bedbd5d3be0203cc77b0d1fd148b8a83e
|
7
|
+
data.tar.gz: 741b983e46872fcca21feca3821150e0b858d25778b78faff5acf2fe978d02092bf2542df7e33604457438687a94ac09ca993b3ffec01e2cfa393bb09f75f894
|
data/CHANGELOG.md
CHANGED
@@ -1801,8 +1801,8 @@ module Google
|
|
1801
1801
|
# @return [Fixnum]
|
1802
1802
|
attr_accessor :id
|
1803
1803
|
|
1804
|
-
# The index of the parent
|
1805
|
-
#
|
1804
|
+
# The index of the parent item in the corresponding item list (eg. list of
|
1805
|
+
# entities, properties within entities, etc.) on parent revision.
|
1806
1806
|
# Corresponds to the JSON property `index`
|
1807
1807
|
# @return [Fixnum]
|
1808
1808
|
attr_accessor :index
|
@@ -3581,8 +3581,8 @@ module Google
|
|
3581
3581
|
# @return [Fixnum]
|
3582
3582
|
attr_accessor :id
|
3583
3583
|
|
3584
|
-
# The index of the parent
|
3585
|
-
#
|
3584
|
+
# The index of the parent item in the corresponding item list (eg. list of
|
3585
|
+
# entities, properties within entities, etc.) on parent revision.
|
3586
3586
|
# Corresponds to the JSON property `index`
|
3587
3587
|
# @return [Fixnum]
|
3588
3588
|
attr_accessor :index
|
@@ -5305,8 +5305,8 @@ module Google
|
|
5305
5305
|
# @return [Fixnum]
|
5306
5306
|
attr_accessor :id
|
5307
5307
|
|
5308
|
-
# The index of the parent
|
5309
|
-
#
|
5308
|
+
# The index of the parent item in the corresponding item list (eg. list of
|
5309
|
+
# entities, properties within entities, etc.) on parent revision.
|
5310
5310
|
# Corresponds to the JSON property `index`
|
5311
5311
|
# @return [Fixnum]
|
5312
5312
|
attr_accessor :index
|
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210731"
|
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.11.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-08-
|
11
|
+
date: 2021-08-09 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.11.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: []
|