google-apis-documentai_v1beta2 0.3.0 → 0.4.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b036458f81a21f2a59f6164193dbfabfe4aba636d515677d9cd4e96962fef53
|
4
|
+
data.tar.gz: 9fe2eb7f814624d4884039ba06f6007b67e80d1606a4f45c5cf165f7c920805f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46d9933bd1ea564c10bbed64d8c6f3cb296a360bba2d5611f9f5f7000fd2a10ca4ac11914accc14ab1a81e10d546a2a823a074a5e009adfd43c6ad039a9f742a
|
7
|
+
data.tar.gz: 874d2dce45363c39cb79d7477159566ea4cfebe5a1501c2469976c9f693502f04124e730da2d08c369da721ab5eff606bf41fd3555d42f11806204f0dc2e6b34
|
data/CHANGELOG.md
CHANGED
@@ -896,6 +896,12 @@ module Google
|
|
896
896
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleTypePostalAddress]
|
897
897
|
attr_accessor :address_value
|
898
898
|
|
899
|
+
# Boolean value. Can be used for entities with binary values, or for checkboxes.
|
900
|
+
# Corresponds to the JSON property `booleanValue`
|
901
|
+
# @return [Boolean]
|
902
|
+
attr_accessor :boolean_value
|
903
|
+
alias_method :boolean_value?, :boolean_value
|
904
|
+
|
899
905
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
900
906
|
# day and time zone are either specified elsewhere or are insignificant. The
|
901
907
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
@@ -948,6 +954,7 @@ module Google
|
|
948
954
|
# Update properties of this object
|
949
955
|
def update!(**args)
|
950
956
|
@address_value = args[:address_value] if args.key?(:address_value)
|
957
|
+
@boolean_value = args[:boolean_value] if args.key?(:boolean_value)
|
951
958
|
@date_value = args[:date_value] if args.key?(:date_value)
|
952
959
|
@datetime_value = args[:datetime_value] if args.key?(:datetime_value)
|
953
960
|
@money_value = args[:money_value] if args.key?(:money_value)
|
@@ -2632,6 +2639,12 @@ module Google
|
|
2632
2639
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleTypePostalAddress]
|
2633
2640
|
attr_accessor :address_value
|
2634
2641
|
|
2642
|
+
# Boolean value. Can be used for entities with binary values, or for checkboxes.
|
2643
|
+
# Corresponds to the JSON property `booleanValue`
|
2644
|
+
# @return [Boolean]
|
2645
|
+
attr_accessor :boolean_value
|
2646
|
+
alias_method :boolean_value?, :boolean_value
|
2647
|
+
|
2635
2648
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
2636
2649
|
# day and time zone are either specified elsewhere or are insignificant. The
|
2637
2650
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
@@ -2684,6 +2697,7 @@ module Google
|
|
2684
2697
|
# Update properties of this object
|
2685
2698
|
def update!(**args)
|
2686
2699
|
@address_value = args[:address_value] if args.key?(:address_value)
|
2700
|
+
@boolean_value = args[:boolean_value] if args.key?(:boolean_value)
|
2687
2701
|
@date_value = args[:date_value] if args.key?(:date_value)
|
2688
2702
|
@datetime_value = args[:datetime_value] if args.key?(:datetime_value)
|
2689
2703
|
@money_value = args[:money_value] if args.key?(:money_value)
|
@@ -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.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210222"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1151,6 +1151,7 @@ module Google
|
|
1151
1151
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1152
1152
|
property :address_value, as: 'addressValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypePostalAddress, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypePostalAddress::Representation
|
1153
1153
|
|
1154
|
+
property :boolean_value, as: 'booleanValue'
|
1154
1155
|
property :date_value, as: 'dateValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeDate, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeDate::Representation
|
1155
1156
|
|
1156
1157
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime::Representation
|
@@ -1658,6 +1659,7 @@ module Google
|
|
1658
1659
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1659
1660
|
property :address_value, as: 'addressValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypePostalAddress, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypePostalAddress::Representation
|
1660
1661
|
|
1662
|
+
property :boolean_value, as: 'booleanValue'
|
1661
1663
|
property :date_value, as: 'dateValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeDate, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeDate::Representation
|
1662
1664
|
|
1663
1665
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime::Representation
|
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.4.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-
|
11
|
+
date: 2021-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta2/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.4.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta2
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.11
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud Document AI API V1beta2
|