google-apis-documentai_v1beta3 0.36.0 → 0.37.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_v1beta3/classes.rb +20 -20
- data/lib/google/apis/documentai_v1beta3/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: 34e2976796bee34eaa026392da168ffdce3312314bd12f91c7a75af3c8e49e41
|
|
4
|
+
data.tar.gz: 0f8e0b30172a2e9abb0fe10de3b7236fd1ff3ce064052295ecb7024f012b679a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70440bc8057990857ec3da91eba1c310d0a65a719c2dfac45fb1b4143f1d4f7d4ba0e0f423590f0dc033bcb251905c19f5b19eb27e9e65235b4426501cf890a5
|
|
7
|
+
data.tar.gz: d4c37829dc3783f4944a1edda9ec953d8f4c95b3e8835b61d8a4ec8f94e856c67ff1801a4a50059aa1030ceff1f8a472bbaba40220e94af77c320ec39f6ff9df
|
data/CHANGELOG.md
CHANGED
|
@@ -1623,11 +1623,11 @@ module Google
|
|
|
1623
1623
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
1624
1624
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
1625
1625
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
1626
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
1627
|
-
# and day, with a zero year (
|
|
1628
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
1629
|
-
# card expiration date) Related types: * google.type.
|
|
1630
|
-
# DateTime * google.protobuf.Timestamp
|
|
1626
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
1627
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
1628
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
1629
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
1630
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
1631
1631
|
# Corresponds to the JSON property `dateValue`
|
|
1632
1632
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
|
|
1633
1633
|
attr_accessor :date_value
|
|
@@ -3381,11 +3381,11 @@ module Google
|
|
|
3381
3381
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
3382
3382
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
3383
3383
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
3384
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
3385
|
-
# and day, with a zero year (
|
|
3386
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
3387
|
-
# card expiration date) Related types: * google.type.
|
|
3388
|
-
# DateTime * google.protobuf.Timestamp
|
|
3384
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
3385
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
3386
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
3387
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
3388
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
3389
3389
|
# Corresponds to the JSON property `dateValue`
|
|
3390
3390
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
|
|
3391
3391
|
attr_accessor :date_value
|
|
@@ -5561,11 +5561,11 @@ module Google
|
|
|
5561
5561
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
5562
5562
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
5563
5563
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
5564
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
5565
|
-
# and day, with a zero year (
|
|
5566
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
5567
|
-
# card expiration date) Related types: * google.type.
|
|
5568
|
-
# DateTime * google.protobuf.Timestamp
|
|
5564
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
5565
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
5566
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
5567
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
5568
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
5569
5569
|
# Corresponds to the JSON property `dateValue`
|
|
5570
5570
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
|
|
5571
5571
|
attr_accessor :date_value
|
|
@@ -7954,11 +7954,11 @@ module Google
|
|
|
7954
7954
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
7955
7955
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
7956
7956
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
7957
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
7958
|
-
# and day, with a zero year (
|
|
7959
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
7960
|
-
# card expiration date) Related types: * google.type.
|
|
7961
|
-
# DateTime * google.protobuf.Timestamp
|
|
7957
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
7958
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
7959
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
7960
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
7961
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
7962
7962
|
class GoogleTypeDate
|
|
7963
7963
|
include Google::Apis::Core::Hashable
|
|
7964
7964
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocumentaiV1beta3
|
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.37.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_v1beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.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_v1beta3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.37.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|