google-apis-documentai_v1 0.29.0 → 0.30.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: 89acd2b04ff36e88c20c9e7118acf413cb9fdcfa1961c92554475259ea82e85e
4
- data.tar.gz: 68828fea3a1410497ca27bfa7e7a3d1ce97c1014fac70b043a5b08f330bcc3fd
3
+ metadata.gz: 1ad16f5038e19c0c83b15b329bcda41d55027b82bdc939f34f3625c530ba2311
4
+ data.tar.gz: cc627ce60bf87f4e9aa27a6217b09091a79ac103868e05467d707bc2044927b4
5
5
  SHA512:
6
- metadata.gz: 2b35037105b1b0eb377257d429e45c26c2911bc1457a9d798af0088976e742fb3ff9b55789b6543be6a9a656632aac5a7f44778476bc74e82c15aa5a6d0d81ae
7
- data.tar.gz: d9f482ed42671a3da17457ee7e65940b113718f2b3ca4cbd108b20d4079aea148b2a91a371e7440840f35bd2e3f142d1b591b94f7294cec3ace5738960361173
6
+ metadata.gz: 9d4621013e6bdcf4fd2f964451370e0ea91e9f57be46c47203a1297821cc12ad590156b1dd2a55cd6492f4c92e674ff565f6cce554176ae6058e2d6bfd149107
7
+ data.tar.gz: c5d255975824dbe7fb72981c89229083411c41c2db9e944c3eb52318d8889ea4485fdd0164c0fb6c017a0313efd9d22feaed445a8f6dc8204e3bf217245d604c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.30.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220307
6
+
3
7
  ### v0.29.0 (2022-03-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20220226
@@ -1451,11 +1451,11 @@ module Google
1451
1451
  # Represents a whole or partial calendar date, such as a birthday. The time of
1452
1452
  # day and time zone are either specified elsewhere or are insignificant. The
1453
1453
  # date is relative to the Gregorian Calendar. This can represent one of the
1454
- # following: * A full date, with non-zero year, month, and day values * A month
1455
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1456
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1457
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1458
- # DateTime * google.protobuf.Timestamp
1454
+ # following: * A full date, with non-zero year, month, and day values. * A month
1455
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1456
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1457
+ # example, a credit card expiration date). Related types: * google.type.
1458
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1459
1459
  # Corresponds to the JSON property `dateValue`
1460
1460
  # @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
1461
1461
  attr_accessor :date_value
@@ -3813,11 +3813,11 @@ module Google
3813
3813
  # Represents a whole or partial calendar date, such as a birthday. The time of
3814
3814
  # day and time zone are either specified elsewhere or are insignificant. The
3815
3815
  # date is relative to the Gregorian Calendar. This can represent one of the
3816
- # following: * A full date, with non-zero year, month, and day values * A month
3817
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
3818
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
3819
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
3820
- # DateTime * google.protobuf.Timestamp
3816
+ # following: * A full date, with non-zero year, month, and day values. * A month
3817
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3818
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3819
+ # example, a credit card expiration date). Related types: * google.type.
3820
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3821
3821
  # Corresponds to the JSON property `dateValue`
3822
3822
  # @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
3823
3823
  attr_accessor :date_value
@@ -5571,11 +5571,11 @@ module Google
5571
5571
  # Represents a whole or partial calendar date, such as a birthday. The time of
5572
5572
  # day and time zone are either specified elsewhere or are insignificant. The
5573
5573
  # date is relative to the Gregorian Calendar. This can represent one of the
5574
- # following: * A full date, with non-zero year, month, and day values * A month
5575
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
5576
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
5577
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
5578
- # DateTime * google.protobuf.Timestamp
5574
+ # following: * A full date, with non-zero year, month, and day values. * A month
5575
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
5576
+ # with a zero month and a zero day. * A year and month, with a zero day (for
5577
+ # example, a credit card expiration date). Related types: * google.type.
5578
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
5579
5579
  # Corresponds to the JSON property `dateValue`
5580
5580
  # @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
5581
5581
  attr_accessor :date_value
@@ -7869,11 +7869,11 @@ module Google
7869
7869
  # Represents a whole or partial calendar date, such as a birthday. The time of
7870
7870
  # day and time zone are either specified elsewhere or are insignificant. The
7871
7871
  # date is relative to the Gregorian Calendar. This can represent one of the
7872
- # following: * A full date, with non-zero year, month, and day values * A month
7873
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
7874
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
7875
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
7876
- # DateTime * google.protobuf.Timestamp
7872
+ # following: * A full date, with non-zero year, month, and day values. * A month
7873
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
7874
+ # with a zero month and a zero day. * A year and month, with a zero day (for
7875
+ # example, a credit card expiration date). Related types: * google.type.
7876
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
7877
7877
  class GoogleTypeDate
7878
7878
  include Google::Apis::Core::Hashable
7879
7879
 
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.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 = "20220226"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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-07 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.30.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: []