google-apis-documentai_v1beta3 0.50.0 → 0.51.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: 737e995cad5e4b0394749fa9e07b2d7ee29888ebd0be7920ffd223010fb3771a
4
- data.tar.gz: 12801566c2b29153a2b705fe90735308d8b6e975d2d7f20c6da67a60f5bc6e60
3
+ metadata.gz: f068b33e52840fe38988bb3a915d6cfae968da95b54a128a058bb956b374c942
4
+ data.tar.gz: 735910b119b61f50f2d603725bfdbcf2c84ad42df85c4192eacf3c5a0549d7d2
5
5
  SHA512:
6
- metadata.gz: 8a16d49bcc286caf856ef3807ccd90d1239a8358c59123a657ae7f13e122dc9371efded27e6fc253c0fe3b0adda6e4e297e17e536211e74119ee6ec87ea8a446
7
- data.tar.gz: c80e945de5ef1ae53123aa41bfcc631ce027fe596395c0d5b6b0c6a29d5c8666c669d50f256a5b19973abb02ca4df8f45da7b8bc848bd262a6ec8bc8ad4206c5
6
+ metadata.gz: 5eec68ad30d2b958c1dafee1c9891798fb59d20478a95031427bf3adf59d2950b4497593af60a32151bf8590f1c7b0362ce6082260c4b9eff0109a54ea12179f
7
+ data.tar.gz: fc624326535ceda7204941ec0b9ecbdd991fe50f0cb81639a936adbef4bdbead433b7a75ce84ca4a638e6b9515ce3ce35b8e533bac7782a5a1552caf327ff7e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.51.0 (2022-07-26)
4
+
5
+ * Regenerated from discovery document revision 20220720
6
+
3
7
  ### v0.50.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::DocumentaiV1beta3::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
@@ -3601,9 +3607,9 @@ module Google
3601
3607
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
3602
3608
  # calendar day in a particular time zone. * When neither time_zone nor
3603
3609
  # utc_offset is set: a civil time on a calendar day in local time. The date is
3604
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
3605
- # considered not to have a specific year. month and day must have valid, non-
3606
- # zero values. This type may also be used to represent a physical time if all
3610
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
3611
+ # the DateTime is considered not to have a specific year, month, or day
3612
+ # respectively. This type may also be used to represent a physical time if all
3607
3613
  # the date and time fields are set and either case of the `time_offset` oneof is
3608
3614
  # set. Consider using `Timestamp` message for physical time instead. If your use
3609
3615
  # case also would like to store the user's timezone, that can be done in another
@@ -5862,9 +5868,9 @@ module Google
5862
5868
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
5863
5869
  # calendar day in a particular time zone. * When neither time_zone nor
5864
5870
  # utc_offset is set: a civil time on a calendar day in local time. The date is
5865
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
5866
- # considered not to have a specific year. month and day must have valid, non-
5867
- # zero values. This type may also be used to represent a physical time if all
5871
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
5872
+ # the DateTime is considered not to have a specific year, month, or day
5873
+ # respectively. This type may also be used to represent a physical time if all
5868
5874
  # the date and time fields are set and either case of the `time_offset` oneof is
5869
5875
  # set. Consider using `Timestamp` message for physical time instead. If your use
5870
5876
  # case also would like to store the user's timezone, that can be done in another
@@ -8582,9 +8588,9 @@ module Google
8582
8588
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
8583
8589
  # calendar day in a particular time zone. * When neither time_zone nor
8584
8590
  # utc_offset is set: a civil time on a calendar day in local time. The date is
8585
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
8586
- # considered not to have a specific year. month and day must have valid, non-
8587
- # zero values. This type may also be used to represent a physical time if all
8591
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
8592
+ # the DateTime is considered not to have a specific year, month, or day
8593
+ # respectively. This type may also be used to represent a physical time if all
8588
8594
  # the date and time fields are set and either case of the `time_offset` oneof is
8589
8595
  # set. Consider using `Timestamp` message for physical time instead. If your use
8590
8596
  # case also would like to store the user's timezone, that can be done in another
@@ -8593,34 +8599,38 @@ module Google
8593
8599
  class GoogleTypeDateTime
8594
8600
  include Google::Apis::Core::Hashable
8595
8601
 
8596
- # Required. Day of month. Must be from 1 to 31 and valid for the year and month.
8602
+ # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
8603
+ # or 0 if specifying a datetime without a day.
8597
8604
  # Corresponds to the JSON property `day`
8598
8605
  # @return [Fixnum]
8599
8606
  attr_accessor :day
8600
8607
 
8601
- # Required. Hours of day in 24 hour format. Should be from 0 to 23. An API may
8602
- # choose to allow the value "24:00:00" for scenarios like business closing time.
8608
+ # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to
8609
+ # 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios
8610
+ # like business closing time.
8603
8611
  # Corresponds to the JSON property `hours`
8604
8612
  # @return [Fixnum]
8605
8613
  attr_accessor :hours
8606
8614
 
8607
- # Required. Minutes of hour of day. Must be from 0 to 59.
8615
+ # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
8608
8616
  # Corresponds to the JSON property `minutes`
8609
8617
  # @return [Fixnum]
8610
8618
  attr_accessor :minutes
8611
8619
 
8612
- # Required. Month of year. Must be from 1 to 12.
8620
+ # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime
8621
+ # without a month.
8613
8622
  # Corresponds to the JSON property `month`
8614
8623
  # @return [Fixnum]
8615
8624
  attr_accessor :month
8616
8625
 
8617
- # Required. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
8626
+ # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999,
8627
+ # defaults to 0.
8618
8628
  # Corresponds to the JSON property `nanos`
8619
8629
  # @return [Fixnum]
8620
8630
  attr_accessor :nanos
8621
8631
 
8622
- # Required. Seconds of minutes of the time. Must normally be from 0 to 59. An
8623
- # API may allow the value 60 if it allows leap-seconds.
8632
+ # Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
8633
+ # defaults to 0. An API may allow the value 60 if it allows leap-seconds.
8624
8634
  # Corresponds to the JSON property `seconds`
8625
8635
  # @return [Fixnum]
8626
8636
  attr_accessor :seconds
@@ -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.50.0"
19
+ GEM_VERSION = "0.51.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
@@ -1748,6 +1748,7 @@ module Google
1748
1748
 
1749
1749
  collection :individual_import_statuses, as: 'individualImportStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus::Representation
1750
1750
 
1751
+ property :total_document_count, as: 'totalDocumentCount'
1751
1752
  end
1752
1753
  end
1753
1754
 
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.50.0
4
+ version: 0.51.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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.51.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: []