google-apis-documentai_v1 0.28.0 → 0.31.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: cfefcd0a66b980ef95b0568550121c22c6ad8688af878e7bffc2849ebe2866f3
4
- data.tar.gz: e72fa731e404096be56452caf9ae29148212058f3cf1985d8deea5d4a4811fc6
3
+ metadata.gz: '08657d5e36ec0f962059fc4d0baa9c129c13b79c37061c9b4b12ec96205c0471'
4
+ data.tar.gz: f6af43e879cfbf04a9a8f56b72102b7026b4f46ebfebff059f9831121930e71e
5
5
  SHA512:
6
- metadata.gz: 9347e2bd683de7aec03582412ea1a67d61784dc72a5edb3d6010d2fe904114fa18964d1f579c8ef1d4c66dc3a3f9bf6a033633c36841467377b1bf74ee63f267
7
- data.tar.gz: 21379bdec6bb6eaf54ad39efe037a19970c97cc4d9b4248c35d49426525a9a9878b846a2dca0ebaf51d2ce07181e999c13d0b4a7a71a01fe4c1f8d5241682eab
6
+ metadata.gz: '05492f7081b50993dd8e8b76bbdbef2a8c130e979d7f2da3f0f29136c4e3e4098eb07b24c349bfaf5c93036e4f3694de14e162eb69205d6c329bd537310dc09c'
7
+ data.tar.gz: 321b5fc345c22f7ef2ecee9e47e09f5899b3ea564a11e39aa271d17f2439355a4a6bc333bda4b6a976a65e93c2aac0df07d288101e854f7f23729fb31d0465db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.31.0 (2022-03-15)
4
+
5
+ * Regenerated from discovery document revision 20220311
6
+
7
+ ### v0.30.0 (2022-03-09)
8
+
9
+ * Regenerated from discovery document revision 20220307
10
+
11
+ ### v0.29.0 (2022-03-01)
12
+
13
+ * Regenerated from discovery document revision 20220226
14
+
3
15
  ### v0.28.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::DocumentaiV1::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
@@ -1451,11 +1457,11 @@ module Google
1451
1457
  # Represents a whole or partial calendar date, such as a birthday. The time of
1452
1458
  # day and time zone are either specified elsewhere or are insignificant. The
1453
1459
  # 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
1460
+ # following: * A full date, with non-zero year, month, and day values. * A month
1461
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1462
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1463
+ # example, a credit card expiration date). Related types: * google.type.
1464
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1459
1465
  # Corresponds to the JSON property `dateValue`
1460
1466
  # @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
1461
1467
  attr_accessor :date_value
@@ -3109,7 +3115,8 @@ module Google
3109
3115
  # @return [String]
3110
3116
  attr_accessor :state
3111
3117
 
3112
- # The processor type, e.g., INVOICE_PARSING, W2_PARSING, etc.
3118
+ # The processor type, e.g., OCR_PROCESSOR, INVOICE_PROCESSOR, etc. To get a list
3119
+ # of processors types, see FetchProcessorTypes.
3113
3120
  # Corresponds to the JSON property `type`
3114
3121
  # @return [String]
3115
3122
  attr_accessor :type
@@ -3812,11 +3819,11 @@ module Google
3812
3819
  # Represents a whole or partial calendar date, such as a birthday. The time of
3813
3820
  # day and time zone are either specified elsewhere or are insignificant. The
3814
3821
  # date is relative to the Gregorian Calendar. This can represent one of the
3815
- # following: * A full date, with non-zero year, month, and day values * A month
3816
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
3817
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
3818
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
3819
- # DateTime * google.protobuf.Timestamp
3822
+ # following: * A full date, with non-zero year, month, and day values. * A month
3823
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3824
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3825
+ # example, a credit card expiration date). Related types: * google.type.
3826
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3820
3827
  # Corresponds to the JSON property `dateValue`
3821
3828
  # @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
3822
3829
  attr_accessor :date_value
@@ -5570,11 +5577,11 @@ module Google
5570
5577
  # Represents a whole or partial calendar date, such as a birthday. The time of
5571
5578
  # day and time zone are either specified elsewhere or are insignificant. The
5572
5579
  # date is relative to the Gregorian Calendar. This can represent one of the
5573
- # following: * A full date, with non-zero year, month, and day values * A month
5574
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
5575
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
5576
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
5577
- # DateTime * google.protobuf.Timestamp
5580
+ # following: * A full date, with non-zero year, month, and day values. * A month
5581
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
5582
+ # with a zero month and a zero day. * A year and month, with a zero day (for
5583
+ # example, a credit card expiration date). Related types: * google.type.
5584
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
5578
5585
  # Corresponds to the JSON property `dateValue`
5579
5586
  # @return [Google::Apis::DocumentaiV1::GoogleTypeDate]
5580
5587
  attr_accessor :date_value
@@ -7868,11 +7875,11 @@ module Google
7868
7875
  # Represents a whole or partial calendar date, such as a birthday. The time of
7869
7876
  # day and time zone are either specified elsewhere or are insignificant. The
7870
7877
  # date is relative to the Gregorian Calendar. This can represent one of the
7871
- # following: * A full date, with non-zero year, month, and day values * A month
7872
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
7873
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
7874
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
7875
- # DateTime * google.protobuf.Timestamp
7878
+ # following: * A full date, with non-zero year, month, and day values. * A month
7879
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
7880
+ # with a zero month and a zero day. * A year and month, with a zero day (for
7881
+ # example, a credit card expiration date). Related types: * google.type.
7882
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
7876
7883
  class GoogleTypeDate
7877
7884
  include Google::Apis::Core::Hashable
7878
7885
 
@@ -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.28.0"
19
+ GEM_VERSION = "0.31.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
@@ -1464,6 +1464,7 @@ module Google
1464
1464
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1465
1465
 
1466
1466
  property :dest_dataset_type, as: 'destDatasetType'
1467
+ property :dest_split_type, as: 'destSplitType'
1467
1468
  collection :individual_batch_move_statuses, as: 'individualBatchMoveStatuses', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus::Representation
1468
1469
 
1469
1470
  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.28.0
4
+ version: 0.31.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.31.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: []