google-apis-documentai_v1 0.25.0 → 0.26.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 +32 -7
- 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: 9335995e23ed4af0f56f6483e5fd80ea096064081f42ae4fc4fa7fd4f77af540
|
|
4
|
+
data.tar.gz: 6fbddd75f120be38fae80bb952bd3832ac898d141d4644bfa8671fcd9eaafac8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9f9f5e105e3177430edef647297b4afdae0b779cb9ca0ca154c9cd0d4f6d8386c3207c2bc7bd4066846a4df55270b368f9650eaa53b2a092e3c323a038d1b4f
|
|
7
|
+
data.tar.gz: 5b6556385eb0e5d5064376472d1fad5974ed28372628c539bb84bd40fd19ba95d609c1262da33210252b8a067755e93fe98c75aac0599d4b77f6c0ad4cf69f61
|
data/CHANGELOG.md
CHANGED
|
@@ -1371,8 +1371,14 @@ module Google
|
|
|
1371
1371
|
attr_accessor :boolean_value
|
|
1372
1372
|
alias_method :boolean_value?, :boolean_value
|
|
1373
1373
|
|
|
1374
|
-
#
|
|
1375
|
-
#
|
|
1374
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
1375
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
1376
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
1377
|
+
# following: * A full date, with non-zero year, month, and day values * A month
|
|
1378
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
1379
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
1380
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
1381
|
+
# DateTime * google.protobuf.Timestamp
|
|
1376
1382
|
# Corresponds to the JSON property `dateValue`
|
|
1377
1383
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
|
|
1378
1384
|
attr_accessor :date_value
|
|
@@ -3683,8 +3689,14 @@ module Google
|
|
|
3683
3689
|
attr_accessor :boolean_value
|
|
3684
3690
|
alias_method :boolean_value?, :boolean_value
|
|
3685
3691
|
|
|
3686
|
-
#
|
|
3687
|
-
#
|
|
3692
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
3693
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
3694
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
3695
|
+
# following: * A full date, with non-zero year, month, and day values * A month
|
|
3696
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
3697
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
3698
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
3699
|
+
# DateTime * google.protobuf.Timestamp
|
|
3688
3700
|
# Corresponds to the JSON property `dateValue`
|
|
3689
3701
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
|
|
3690
3702
|
attr_accessor :date_value
|
|
@@ -5404,8 +5416,14 @@ module Google
|
|
|
5404
5416
|
attr_accessor :boolean_value
|
|
5405
5417
|
alias_method :boolean_value?, :boolean_value
|
|
5406
5418
|
|
|
5407
|
-
#
|
|
5408
|
-
#
|
|
5419
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
5420
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
5421
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
5422
|
+
# following: * A full date, with non-zero year, month, and day values * A month
|
|
5423
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
5424
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
5425
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
5426
|
+
# DateTime * google.protobuf.Timestamp
|
|
5409
5427
|
# Corresponds to the JSON property `dateValue`
|
|
5410
5428
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
|
|
5411
5429
|
attr_accessor :date_value
|
|
@@ -7665,7 +7683,14 @@ module Google
|
|
|
7665
7683
|
end
|
|
7666
7684
|
end
|
|
7667
7685
|
|
|
7668
|
-
#
|
|
7686
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
7687
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
7688
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
7689
|
+
# following: * A full date, with non-zero year, month, and day values * A month
|
|
7690
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
7691
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
7692
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
7693
|
+
# DateTime * google.protobuf.Timestamp
|
|
7669
7694
|
class GoogleTypeDate
|
|
7670
7695
|
include Google::Apis::Core::Hashable
|
|
7671
7696
|
|
|
@@ -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.26.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 = "20220205"
|
|
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.26.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-02-
|
|
11
|
+
date: 2022-02-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.26.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: []
|