google-apis-documentai_v1beta2 0.27.0 → 0.28.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: 7e1567c737a9f43c77998ad7c9bd4bb676b47796aca39567fd86b8df689e0cb3
4
- data.tar.gz: b9ef6018a1525f30a1356379d7aba114b15a804d3d6208e54929b4bff4b88941
3
+ metadata.gz: e81c30249be8b97eb645893e0e04a88d8a820e449860d715163af306ab48790b
4
+ data.tar.gz: 40e72f7932e0b5ba2c5e3a5ad3b13ae1ebd85164a5747a45006bb4a21651d899
5
5
  SHA512:
6
- metadata.gz: 3b80cd8740095ef561a5494f4074e19882a93c9e5b6b98a75970983cc3387de7ae5836c9663e4f3665201731c0ae9aa28971f88e0f2954d302f560c8cd1192e2
7
- data.tar.gz: 0a7d381f357bf5bd8908748989196a978ab0d717a80e4d3cabd07ea9c4e9f1af191d97c98f4fd5681df15003d49cb51bd50524cef69aee45ca950980f9dce5d2
6
+ metadata.gz: 8838a3cf2c5d39d0c2beafce7da660fe81dd35409d16f9830866a50ffc8207605ed825e51a9c671a9ea0417a170c300a2d79dfe57bc9537a71b47d33e0090064
7
+ data.tar.gz: 39e88f1c14dcb387b4b7d7d2fcd53b500b955709a999f0e09d91dcefb328081c2da54a501dfbffc5feda9cdf5f57e7f3483338db4492bef341cdbf86ba77584d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.28.0 (2022-02-08)
4
+
5
+ * Regenerated from discovery document revision 20220205
6
+
3
7
  ### v0.27.0 (2022-02-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20220129
@@ -1543,8 +1543,14 @@ module Google
1543
1543
  attr_accessor :boolean_value
1544
1544
  alias_method :boolean_value?, :boolean_value
1545
1545
 
1546
- # Date value. Includes year, month, day. See also: https://github.com/googleapis/
1547
- # googleapis/blob/master/google/type/date.proto
1546
+ # Represents a whole or partial calendar date, such as a birthday. The time of
1547
+ # day and time zone are either specified elsewhere or are insignificant. The
1548
+ # date is relative to the Gregorian Calendar. This can represent one of the
1549
+ # following: * A full date, with non-zero year, month, and day values * A month
1550
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1551
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1552
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1553
+ # DateTime * google.protobuf.Timestamp
1548
1554
  # Corresponds to the JSON property `dateValue`
1549
1555
  # @return [Google::Apis::DocumentaiV1beta2::GoogleTypeDate]
1550
1556
  attr_accessor :date_value
@@ -3304,8 +3310,14 @@ module Google
3304
3310
  attr_accessor :boolean_value
3305
3311
  alias_method :boolean_value?, :boolean_value
3306
3312
 
3307
- # Date value. Includes year, month, day. See also: https://github.com/googleapis/
3308
- # googleapis/blob/master/google/type/date.proto
3313
+ # Represents a whole or partial calendar date, such as a birthday. The time of
3314
+ # day and time zone are either specified elsewhere or are insignificant. The
3315
+ # date is relative to the Gregorian Calendar. This can represent one of the
3316
+ # following: * A full date, with non-zero year, month, and day values * A month
3317
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
3318
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
3319
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
3320
+ # DateTime * google.protobuf.Timestamp
3309
3321
  # Corresponds to the JSON property `dateValue`
3310
3322
  # @return [Google::Apis::DocumentaiV1beta2::GoogleTypeDate]
3311
3323
  attr_accessor :date_value
@@ -5721,7 +5733,14 @@ module Google
5721
5733
  end
5722
5734
  end
5723
5735
 
5724
- #
5736
+ # Represents a whole or partial calendar date, such as a birthday. The time of
5737
+ # day and time zone are either specified elsewhere or are insignificant. The
5738
+ # date is relative to the Gregorian Calendar. This can represent one of the
5739
+ # following: * A full date, with non-zero year, month, and day values * A month
5740
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
5741
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
5742
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
5743
+ # DateTime * google.protobuf.Timestamp
5725
5744
  class GoogleTypeDate
5726
5745
  include Google::Apis::Core::Hashable
5727
5746
 
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.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 = "20220129"
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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.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-07 00:00:00.000000000 Z
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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []