google-apis-documentai_v1 0.29.0 → 0.30.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 +20 -20
- 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: 1ad16f5038e19c0c83b15b329bcda41d55027b82bdc939f34f3625c530ba2311
|
|
4
|
+
data.tar.gz: cc627ce60bf87f4e9aa27a6217b09091a79ac103868e05467d707bc2044927b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d4621013e6bdcf4fd2f964451370e0ea91e9f57be46c47203a1297821cc12ad590156b1dd2a55cd6492f4c92e674ff565f6cce554176ae6058e2d6bfd149107
|
|
7
|
+
data.tar.gz: c5d255975824dbe7fb72981c89229083411c41c2db9e944c3eb52318d8889ea4485fdd0164c0fb6c017a0313efd9d22feaed445a8f6dc8204e3bf217245d604c
|
data/CHANGELOG.md
CHANGED
|
@@ -1451,11 +1451,11 @@ module Google
|
|
|
1451
1451
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
1452
1452
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
1453
1453
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
1454
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
1455
|
-
# and day, with a zero year (
|
|
1456
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
1457
|
-
# card expiration date) Related types: * google.type.
|
|
1458
|
-
# DateTime * google.protobuf.Timestamp
|
|
1454
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
1455
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
1456
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
1457
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
1458
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
1459
1459
|
# Corresponds to the JSON property `dateValue`
|
|
1460
1460
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
|
|
1461
1461
|
attr_accessor :date_value
|
|
@@ -3813,11 +3813,11 @@ module Google
|
|
|
3813
3813
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
3814
3814
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
3815
3815
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
3816
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
3817
|
-
# and day, with a zero year (
|
|
3818
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
3819
|
-
# card expiration date) Related types: * google.type.
|
|
3820
|
-
# DateTime * google.protobuf.Timestamp
|
|
3816
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
3817
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
3818
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
3819
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
3820
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
3821
3821
|
# Corresponds to the JSON property `dateValue`
|
|
3822
3822
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
|
|
3823
3823
|
attr_accessor :date_value
|
|
@@ -5571,11 +5571,11 @@ module Google
|
|
|
5571
5571
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
5572
5572
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
5573
5573
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
5574
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
5575
|
-
# and day, with a zero year (
|
|
5576
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
5577
|
-
# card expiration date) Related types: * google.type.
|
|
5578
|
-
# DateTime * google.protobuf.Timestamp
|
|
5574
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
5575
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
5576
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
5577
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
5578
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
5579
5579
|
# Corresponds to the JSON property `dateValue`
|
|
5580
5580
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
|
|
5581
5581
|
attr_accessor :date_value
|
|
@@ -7869,11 +7869,11 @@ module Google
|
|
|
7869
7869
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
7870
7870
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
7871
7871
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
7872
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
7873
|
-
# and day, with a zero year (
|
|
7874
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
7875
|
-
# card expiration date) Related types: * google.type.
|
|
7876
|
-
# DateTime * google.protobuf.Timestamp
|
|
7872
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
7873
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
7874
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
7875
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
7876
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
7877
7877
|
class GoogleTypeDate
|
|
7878
7878
|
include Google::Apis::Core::Hashable
|
|
7879
7879
|
|
|
@@ -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.30.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 = "20220307"
|
|
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.30.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-03-
|
|
11
|
+
date: 2022-03-14 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.30.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: []
|