google-apis-documentai_v1beta2 0.42.0 → 0.43.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: 9e3ffdbceb5b0f31ad4b46834e93238e88a8ef82e3f4ded681cf62198f3a953d
4
- data.tar.gz: 2dd5056be8e318247b443183476d1ee7ff16fd8a80dfc5f24decaa86dc278f10
3
+ metadata.gz: a6ec0c9ab68bd0a8b7e773e130403f29a80f08bc83e57b932b20c0ce52dcb190
4
+ data.tar.gz: 21fb4713bf1a1677c5e7040c112c76a317dba014184f18b1e4b1122971524cfa
5
5
  SHA512:
6
- metadata.gz: bec01f6470e586b460379f360d1601d365ea485e96a0923f588146b1ec15cea2cbe98304d1aeb9cd20ecfe34f69bbf30648a033957a6fa3aa11b11654a626c0a
7
- data.tar.gz: d78bee712327a252b1e5573a403efb0a6229c25839d0cdad5ade0580a7648f2e6a692cdbc3938508616de016d8dda430b6dc6489358f304ab962b4235154c5a1
6
+ metadata.gz: 4d9d7d1440974420194fe90386164e5b03f252c6ec01ff814ddde1dc81f001b4e7655252fc319043ad6fc8477f61546f316a50d98eab307b8600e1a8f1fee39a
7
+ data.tar.gz: a992138b572b22f25560f75b2b9c6901914d908597e5807a2e7a5aa346b705033372623c1071e259484ec6fa84ae95b1cc4722c3f0772d1a5ce3bbe2dd6527c7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.43.0 (2022-07-26)
4
+
5
+ * Regenerated from discovery document revision 20220720
6
+
3
7
  ### v0.42.0 (2022-07-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220711
@@ -548,6 +548,11 @@ module Google
548
548
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus>]
549
549
  attr_accessor :individual_import_statuses
550
550
 
551
+ # Total number of the documents that are qualified for importing.
552
+ # Corresponds to the JSON property `totalDocumentCount`
553
+ # @return [Fixnum]
554
+ attr_accessor :total_document_count
555
+
551
556
  def initialize(**args)
552
557
  update!(**args)
553
558
  end
@@ -556,6 +561,7 @@ module Google
556
561
  def update!(**args)
557
562
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
558
563
  @individual_import_statuses = args[:individual_import_statuses] if args.key?(:individual_import_statuses)
564
+ @total_document_count = args[:total_document_count] if args.key?(:total_document_count)
559
565
  end
560
566
  end
561
567
 
@@ -1762,9 +1768,9 @@ module Google
1762
1768
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
1763
1769
  # calendar day in a particular time zone. * When neither time_zone nor
1764
1770
  # utc_offset is set: a civil time on a calendar day in local time. The date is
1765
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
1766
- # considered not to have a specific year. month and day must have valid, non-
1767
- # zero values. This type may also be used to represent a physical time if all
1771
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
1772
+ # the DateTime is considered not to have a specific year, month, or day
1773
+ # respectively. This type may also be used to represent a physical time if all
1768
1774
  # the date and time fields are set and either case of the `time_offset` oneof is
1769
1775
  # set. Consider using `Timestamp` message for physical time instead. If your use
1770
1776
  # case also would like to store the user's timezone, that can be done in another
@@ -3641,9 +3647,9 @@ module Google
3641
3647
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
3642
3648
  # calendar day in a particular time zone. * When neither time_zone nor
3643
3649
  # utc_offset is set: a civil time on a calendar day in local time. The date is
3644
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
3645
- # considered not to have a specific year. month and day must have valid, non-
3646
- # zero values. This type may also be used to represent a physical time if all
3650
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
3651
+ # the DateTime is considered not to have a specific year, month, or day
3652
+ # respectively. This type may also be used to represent a physical time if all
3647
3653
  # the date and time fields are set and either case of the `time_offset` oneof is
3648
3654
  # set. Consider using `Timestamp` message for physical time instead. If your use
3649
3655
  # case also would like to store the user's timezone, that can be done in another
@@ -6167,9 +6173,9 @@ module Google
6167
6173
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
6168
6174
  # calendar day in a particular time zone. * When neither time_zone nor
6169
6175
  # utc_offset is set: a civil time on a calendar day in local time. The date is
6170
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
6171
- # considered not to have a specific year. month and day must have valid, non-
6172
- # zero values. This type may also be used to represent a physical time if all
6176
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
6177
+ # the DateTime is considered not to have a specific year, month, or day
6178
+ # respectively. This type may also be used to represent a physical time if all
6173
6179
  # the date and time fields are set and either case of the `time_offset` oneof is
6174
6180
  # set. Consider using `Timestamp` message for physical time instead. If your use
6175
6181
  # case also would like to store the user's timezone, that can be done in another
@@ -6178,34 +6184,38 @@ module Google
6178
6184
  class GoogleTypeDateTime
6179
6185
  include Google::Apis::Core::Hashable
6180
6186
 
6181
- # Required. Day of month. Must be from 1 to 31 and valid for the year and month.
6187
+ # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
6188
+ # or 0 if specifying a datetime without a day.
6182
6189
  # Corresponds to the JSON property `day`
6183
6190
  # @return [Fixnum]
6184
6191
  attr_accessor :day
6185
6192
 
6186
- # Required. Hours of day in 24 hour format. Should be from 0 to 23. An API may
6187
- # choose to allow the value "24:00:00" for scenarios like business closing time.
6193
+ # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to
6194
+ # 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios
6195
+ # like business closing time.
6188
6196
  # Corresponds to the JSON property `hours`
6189
6197
  # @return [Fixnum]
6190
6198
  attr_accessor :hours
6191
6199
 
6192
- # Required. Minutes of hour of day. Must be from 0 to 59.
6200
+ # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
6193
6201
  # Corresponds to the JSON property `minutes`
6194
6202
  # @return [Fixnum]
6195
6203
  attr_accessor :minutes
6196
6204
 
6197
- # Required. Month of year. Must be from 1 to 12.
6205
+ # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime
6206
+ # without a month.
6198
6207
  # Corresponds to the JSON property `month`
6199
6208
  # @return [Fixnum]
6200
6209
  attr_accessor :month
6201
6210
 
6202
- # Required. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
6211
+ # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999,
6212
+ # defaults to 0.
6203
6213
  # Corresponds to the JSON property `nanos`
6204
6214
  # @return [Fixnum]
6205
6215
  attr_accessor :nanos
6206
6216
 
6207
- # Required. Seconds of minutes of the time. Must normally be from 0 to 59. An
6208
- # API may allow the value 60 if it allows leap-seconds.
6217
+ # Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
6218
+ # defaults to 0. An API may allow the value 60 if it allows leap-seconds.
6209
6219
  # Corresponds to the JSON property `seconds`
6210
6220
  # @return [Fixnum]
6211
6221
  attr_accessor :seconds
@@ -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.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220711"
25
+ REVISION = "20220720"
26
26
  end
27
27
  end
28
28
  end
@@ -1364,6 +1364,7 @@ module Google
1364
1364
 
1365
1365
  collection :individual_import_statuses, as: 'individualImportStatuses', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus::Representation
1366
1366
 
1367
+ property :total_document_count, as: 'totalDocumentCount'
1367
1368
  end
1368
1369
  end
1369
1370
 
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.42.0
4
+ version: 0.43.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-07-18 00:00:00.000000000 Z
11
+ date: 2022-08-01 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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.43.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: []