google-apis-documentai_v1beta3 0.32.0 → 0.33.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: 67ebc6f151b9404d2a3e7d006f589837d7a462950090b65c5e98f6cb9fa14304
4
- data.tar.gz: 5cdc9a47634d9a70ca3264e1508408575f8bfde27b6cdf1d5c6129c66f867ec2
3
+ metadata.gz: ae2184bc70965678a2a88c88aef6904acfc5568eb2671208a65213a35dc57945
4
+ data.tar.gz: dd3e7b32350bf3112289e1eb5bff40a59add704c5ac9b37faaaa40a93b2f1019
5
5
  SHA512:
6
- metadata.gz: 2e9187a38a88556c347b17a27e445105018f42f2af7378557843f7705a3485d8f29c982f63aa30ab4517288c14f9db58b6146df499a5391972cb1e1316d4175d
7
- data.tar.gz: 1a94120522ef3f8828e16ebb1920cad716f54a630ad6be2dd0bbd6f00a784ca5d443c342fc4e28155cda17eefd00216ede6b8454fd6eb74fda79ef5dec60e7fa
6
+ metadata.gz: 7443590e4bb38d05792bae98cad15da7d00cb06337279132497b52d8858ec2aae2e8de6a6ad40cf501663c310fbdd035292994540df043a51f44e23c577184f3
7
+ data.tar.gz: 4eee0a963a9c081e111bba859c05d45e3276ad6bad41c6af08a404ff31f66adcd4506d978070860a6eccd8f834d552b1f9394543759e89adb0c8948578506e2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.33.0 (2022-02-08)
4
+
5
+ * Regenerated from discovery document revision 20220205
6
+
3
7
  ### v0.32.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::DocumentaiV1beta3::GoogleTypeDate]
1550
1556
  attr_accessor :date_value
@@ -3264,8 +3270,14 @@ module Google
3264
3270
  attr_accessor :boolean_value
3265
3271
  alias_method :boolean_value?, :boolean_value
3266
3272
 
3267
- # Date value. Includes year, month, day. See also: https://github.com/googleapis/
3268
- # googleapis/blob/master/google/type/date.proto
3273
+ # Represents a whole or partial calendar date, such as a birthday. The time of
3274
+ # day and time zone are either specified elsewhere or are insignificant. The
3275
+ # date is relative to the Gregorian Calendar. This can represent one of the
3276
+ # following: * A full date, with non-zero year, month, and day values * A month
3277
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
3278
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
3279
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
3280
+ # DateTime * google.protobuf.Timestamp
3269
3281
  # Corresponds to the JSON property `dateValue`
3270
3282
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
3271
3283
  attr_accessor :date_value
@@ -5407,8 +5419,14 @@ module Google
5407
5419
  attr_accessor :boolean_value
5408
5420
  alias_method :boolean_value?, :boolean_value
5409
5421
 
5410
- # Date value. Includes year, month, day. See also: https://github.com/googleapis/
5411
- # googleapis/blob/master/google/type/date.proto
5422
+ # Represents a whole or partial calendar date, such as a birthday. The time of
5423
+ # day and time zone are either specified elsewhere or are insignificant. The
5424
+ # date is relative to the Gregorian Calendar. This can represent one of the
5425
+ # following: * A full date, with non-zero year, month, and day values * A month
5426
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
5427
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
5428
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
5429
+ # DateTime * google.protobuf.Timestamp
5412
5430
  # Corresponds to the JSON property `dateValue`
5413
5431
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
5414
5432
  attr_accessor :date_value
@@ -7750,7 +7768,14 @@ module Google
7750
7768
  end
7751
7769
  end
7752
7770
 
7753
- #
7771
+ # Represents a whole or partial calendar date, such as a birthday. The time of
7772
+ # day and time zone are either specified elsewhere or are insignificant. The
7773
+ # date is relative to the Gregorian Calendar. This can represent one of the
7774
+ # following: * A full date, with non-zero year, month, and day values * A month
7775
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
7776
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
7777
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
7778
+ # DateTime * google.protobuf.Timestamp
7754
7779
  class GoogleTypeDate
7755
7780
  include Google::Apis::Core::Hashable
7756
7781
 
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.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_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.33.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: []