google-apis-documentai_v1beta2 0.16.0 → 0.17.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: 50650cb0eb4a856ed9ccd6bac1d82a4a4d99101851d3689ad0f2158e69e27536
|
4
|
+
data.tar.gz: aea2128789ed1c6c28008845688548ebedd947f90c6ea508adde01561ba7b939
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b59b1bbbbf3b2be7410823ed9d7af4544ab2527b634be79f922996a7021271ee0163bc8d31efe104025ed375b1b8c2bda522b619c50758bcbb56b1cabe65a309
|
7
|
+
data.tar.gz: 139940df84b0f59ebfe4f98d0c807f38ded22580d3fcb16a62bc52c82d398eb97fb810b3ade5528cf8e4caeae0e10ee9852ab48873b266d372cecdf22b9c163f
|
data/CHANGELOG.md
CHANGED
@@ -1795,8 +1795,8 @@ module Google
|
|
1795
1795
|
# @return [Fixnum]
|
1796
1796
|
attr_accessor :id
|
1797
1797
|
|
1798
|
-
# The index of the parent
|
1799
|
-
#
|
1798
|
+
# The index of the parent item in the corresponding item list (eg. list of
|
1799
|
+
# entities, properties within entities, etc.) on parent revision.
|
1800
1800
|
# Corresponds to the JSON property `index`
|
1801
1801
|
# @return [Fixnum]
|
1802
1802
|
attr_accessor :index
|
@@ -3559,8 +3559,8 @@ module Google
|
|
3559
3559
|
# @return [Fixnum]
|
3560
3560
|
attr_accessor :id
|
3561
3561
|
|
3562
|
-
# The index of the parent
|
3563
|
-
#
|
3562
|
+
# The index of the parent item in the corresponding item list (eg. list of
|
3563
|
+
# entities, properties within entities, etc.) on parent revision.
|
3564
3564
|
# Corresponds to the JSON property `index`
|
3565
3565
|
# @return [Fixnum]
|
3566
3566
|
attr_accessor :index
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1beta2
|
18
18
|
# Version of the google-apis-documentai_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.17.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_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|