google-apis-documentai_v1beta3 0.35.0 → 0.38.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: 6105745b0a523b8cf53b0caeccda6b180e01d8f730755537b35093cfafe2f8c6
4
- data.tar.gz: 0ec1e2dd05ec8fe39a667cc03e24a67516e922bf3bf9614d1ca40f0336845e45
3
+ metadata.gz: f6516ef3504d473d8a34ac41978eeec840bd9b6ff1864e4ec95ff1f97aaf926b
4
+ data.tar.gz: 94b26bba62e448efd229d4092817474b05ed61da786a5a86789e77d7705c0a6f
5
5
  SHA512:
6
- metadata.gz: af34877b1519632fd15b405116a8d6ed4bb9164059d6fa5ea9063390fafea64ab6e85c9bc756028fd8110a3480c92a465468bb8a9dbcbac4703fe0428ccd915f
7
- data.tar.gz: f4bb612720c55e0c77d7a9ab0255c570e6b0c5952a31022eb6d223b1d9a0356d32bb4baa086f315a60444a3c7f2fcce8c2e1599de913d01b26c7cfb15af791ec
6
+ metadata.gz: ca084d924a7592a34a414a4742c10a91ae1bbf7d81a6c30c2c850e96eb55bf6e5dcb0ffa6bfc8e49a124ea23a62f9e43f15f02ebe7110bbeaa3d82900b8e83ee
7
+ data.tar.gz: bc5224581392c8cd9a518ad0061d3c09d4d5275f5e608daf0ebcab67b75ff78b0e0cf4dc69cb102ae9c40da41f7e3b540950c8e3a8cf748a3af93bab2d6a2821
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.38.0 (2022-03-15)
4
+
5
+ * Regenerated from discovery document revision 20220311
6
+
7
+ ### v0.37.0 (2022-03-09)
8
+
9
+ * Regenerated from discovery document revision 20220307
10
+
11
+ ### v0.36.0 (2022-03-01)
12
+
13
+ * Regenerated from discovery document revision 20220226
14
+
3
15
  ### v0.35.0 (2022-02-24)
4
16
 
5
17
  * Regenerated from discovery document revision 20220222
@@ -68,6 +68,11 @@ module Google
68
68
  # @return [String]
69
69
  attr_accessor :dest_dataset_type
70
70
 
71
+ # The destination dataset split type.
72
+ # Corresponds to the JSON property `destSplitType`
73
+ # @return [String]
74
+ attr_accessor :dest_split_type
75
+
71
76
  # The list of response details of each document.
72
77
  # Corresponds to the JSON property `individualBatchMoveStatuses`
73
78
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus>]
@@ -81,6 +86,7 @@ module Google
81
86
  def update!(**args)
82
87
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
83
88
  @dest_dataset_type = args[:dest_dataset_type] if args.key?(:dest_dataset_type)
89
+ @dest_split_type = args[:dest_split_type] if args.key?(:dest_split_type)
84
90
  @individual_batch_move_statuses = args[:individual_batch_move_statuses] if args.key?(:individual_batch_move_statuses)
85
91
  end
86
92
  end
@@ -1623,11 +1629,11 @@ module Google
1623
1629
  # Represents a whole or partial calendar date, such as a birthday. The time of
1624
1630
  # day and time zone are either specified elsewhere or are insignificant. The
1625
1631
  # date is relative to the Gregorian Calendar. This can represent one of the
1626
- # following: * A full date, with non-zero year, month, and day values * A month
1627
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1628
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1629
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1630
- # DateTime * google.protobuf.Timestamp
1632
+ # following: * A full date, with non-zero year, month, and day values. * A month
1633
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1634
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1635
+ # example, a credit card expiration date). Related types: * google.type.
1636
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1631
1637
  # Corresponds to the JSON property `dateValue`
1632
1638
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
1633
1639
  attr_accessor :date_value
@@ -3381,11 +3387,11 @@ module Google
3381
3387
  # Represents a whole or partial calendar date, such as a birthday. The time of
3382
3388
  # day and time zone are either specified elsewhere or are insignificant. The
3383
3389
  # date is relative to the Gregorian Calendar. This can represent one of the
3384
- # following: * A full date, with non-zero year, month, and day values * A month
3385
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
3386
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
3387
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
3388
- # DateTime * google.protobuf.Timestamp
3390
+ # following: * A full date, with non-zero year, month, and day values. * A month
3391
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3392
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3393
+ # example, a credit card expiration date). Related types: * google.type.
3394
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3389
3395
  # Corresponds to the JSON property `dateValue`
3390
3396
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
3391
3397
  attr_accessor :date_value
@@ -5561,11 +5567,11 @@ module Google
5561
5567
  # Represents a whole or partial calendar date, such as a birthday. The time of
5562
5568
  # day and time zone are either specified elsewhere or are insignificant. The
5563
5569
  # date is relative to the Gregorian Calendar. This can represent one of the
5564
- # following: * A full date, with non-zero year, month, and day values * A month
5565
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
5566
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
5567
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
5568
- # DateTime * google.protobuf.Timestamp
5570
+ # following: * A full date, with non-zero year, month, and day values. * A month
5571
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
5572
+ # with a zero month and a zero day. * A year and month, with a zero day (for
5573
+ # example, a credit card expiration date). Related types: * google.type.
5574
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
5569
5575
  # Corresponds to the JSON property `dateValue`
5570
5576
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
5571
5577
  attr_accessor :date_value
@@ -7237,7 +7243,8 @@ module Google
7237
7243
  # @return [String]
7238
7244
  attr_accessor :state
7239
7245
 
7240
- # The processor type, e.g., INVOICE_PARSING, W2_PARSING, etc.
7246
+ # The processor type, e.g., OCR_PROCESSOR, INVOICE_PROCESSOR, etc. To get a list
7247
+ # of processors types, see FetchProcessorTypes.
7241
7248
  # Corresponds to the JSON property `type`
7242
7249
  # @return [String]
7243
7250
  attr_accessor :type
@@ -7953,11 +7960,11 @@ module Google
7953
7960
  # Represents a whole or partial calendar date, such as a birthday. The time of
7954
7961
  # day and time zone are either specified elsewhere or are insignificant. The
7955
7962
  # date is relative to the Gregorian Calendar. This can represent one of the
7956
- # following: * A full date, with non-zero year, month, and day values * A month
7957
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
7958
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
7959
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
7960
- # DateTime * google.protobuf.Timestamp
7963
+ # following: * A full date, with non-zero year, month, and day values. * A month
7964
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
7965
+ # with a zero month and a zero day. * A year and month, with a zero day (for
7966
+ # example, a credit card expiration date). Related types: * google.type.
7967
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
7961
7968
  class GoogleTypeDate
7962
7969
  include Google::Apis::Core::Hashable
7963
7970
 
@@ -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.35.0"
19
+ GEM_VERSION = "0.38.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 = "20220222"
25
+ REVISION = "20220311"
26
26
  end
27
27
  end
28
28
  end
@@ -1476,6 +1476,7 @@ module Google
1476
1476
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1477
1477
 
1478
1478
  property :dest_dataset_type, as: 'destDatasetType'
1479
+ property :dest_split_type, as: 'destSplitType'
1479
1480
  collection :individual_batch_move_statuses, as: 'individualBatchMoveStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus::Representation
1480
1481
 
1481
1482
  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.35.0
4
+ version: 0.38.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-28 00:00:00.000000000 Z
11
+ date: 2022-03-21 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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.38.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: []