google-apis-documentai_v1beta2 0.29.0 → 0.32.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: 6036bef4ac7be9ccc7e199383d668ceb9047d4de81cfcab27dfcb1f8ddb20d6b
4
- data.tar.gz: 187962bc592238797854a9506575eacdc83d9b3cdf5c01bbf0ea8632a1388745
3
+ metadata.gz: 05f8f26aab5057e00c06afecb789a3eabb31577abfeb74f8acc8f45bc84e95a0
4
+ data.tar.gz: f9a020ee4c84469621ed30e7da6995a3e124df93833b64e6bcc69bd61eb0fbeb
5
5
  SHA512:
6
- metadata.gz: 919cfb12935050604d0d5f88f1b7be1fcfbdc774103b244fb6d49b9ad08db0de4fd6e67c2b550bf224655a417b8c95b24d6e53f3a09539386dcdd6f0ccb7f1e7
7
- data.tar.gz: e9e5cdcac1fcc5425eddac5f34e40f3ebeb0242ff37a64a777b995bbd1abc332780fca2bc4bc59eb68385afffe848c373b77635bfa6c78d6cf03ba89fedb2d9f
6
+ metadata.gz: ef9e7d23a51b3d190eb28399286e9f4d8b2d9d62c0c8320173be8eacf31674688875bf5f2095aef2671009c727174dca1e6ce538e78ebc43bce7badef7ce5737
7
+ data.tar.gz: 9acc7f80bf739e19251ca408a71e2cca163f2fec02793ff075001395d54f42e3aa300b6dbe2e98d6a45d2f84d0b52ff19fea384301c4fe382121c0b290afc693
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.32.0 (2022-03-15)
4
+
5
+ * Regenerated from discovery document revision 20220311
6
+
7
+ ### v0.31.0 (2022-03-09)
8
+
9
+ * Regenerated from discovery document revision 20220307
10
+
11
+ ### v0.30.0 (2022-02-24)
12
+
13
+ * Regenerated from discovery document revision 20220222
14
+
3
15
  ### v0.29.0 (2022-02-15)
4
16
 
5
17
  * Regenerated from discovery document revision 20220212
@@ -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::DocumentaiV1beta2::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
@@ -1424,7 +1430,7 @@ module Google
1424
1430
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntity>]
1425
1431
  attr_accessor :entities
1426
1432
 
1427
- # Relationship among Document.entities.
1433
+ # Placeholder. Relationship among Document.entities.
1428
1434
  # Corresponds to the JSON property `entityRelations`
1429
1435
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntityRelation>]
1430
1436
  attr_accessor :entity_relations
@@ -1451,7 +1457,7 @@ module Google
1451
1457
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPage>]
1452
1458
  attr_accessor :pages
1453
1459
 
1454
- # Revision history of this document.
1460
+ # Placeholder. Revision history of this document.
1455
1461
  # Corresponds to the JSON property `revisions`
1456
1462
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentRevision>]
1457
1463
  attr_accessor :revisions
@@ -1467,14 +1473,14 @@ module Google
1467
1473
  # @return [String]
1468
1474
  attr_accessor :text
1469
1475
 
1470
- # A list of text corrections made to [Document.text]. This is usually used for
1471
- # annotating corrections to OCR mistakes. Text changes for a given revision may
1472
- # not overlap with each other.
1476
+ # Placeholder. A list of text corrections made to [Document.text]. This is
1477
+ # usually used for annotating corrections to OCR mistakes. Text changes for a
1478
+ # given revision may not overlap with each other.
1473
1479
  # Corresponds to the JSON property `textChanges`
1474
1480
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextChange>]
1475
1481
  attr_accessor :text_changes
1476
1482
 
1477
- # Styles for the Document.text.
1483
+ # Placeholder. Styles for the Document.text.
1478
1484
  # Corresponds to the JSON property `textStyles`
1479
1485
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentStyle>]
1480
1486
  attr_accessor :text_styles
@@ -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::DocumentaiV1beta2::GoogleTypeDate]
1633
1639
  attr_accessor :date_value
@@ -3216,7 +3222,7 @@ module Google
3216
3222
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntity>]
3217
3223
  attr_accessor :entities
3218
3224
 
3219
- # Relationship among Document.entities.
3225
+ # Placeholder. Relationship among Document.entities.
3220
3226
  # Corresponds to the JSON property `entityRelations`
3221
3227
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntityRelation>]
3222
3228
  attr_accessor :entity_relations
@@ -3248,7 +3254,7 @@ module Google
3248
3254
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPage>]
3249
3255
  attr_accessor :pages
3250
3256
 
3251
- # Revision history of this document.
3257
+ # Placeholder. Revision history of this document.
3252
3258
  # Corresponds to the JSON property `revisions`
3253
3259
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentRevision>]
3254
3260
  attr_accessor :revisions
@@ -3264,14 +3270,14 @@ module Google
3264
3270
  # @return [String]
3265
3271
  attr_accessor :text
3266
3272
 
3267
- # A list of text corrections made to [Document.text]. This is usually used for
3268
- # annotating corrections to OCR mistakes. Text changes for a given revision may
3269
- # not overlap with each other.
3273
+ # Placeholder. A list of text corrections made to [Document.text]. This is
3274
+ # usually used for annotating corrections to OCR mistakes. Text changes for a
3275
+ # given revision may not overlap with each other.
3270
3276
  # Corresponds to the JSON property `textChanges`
3271
3277
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextChange>]
3272
3278
  attr_accessor :text_changes
3273
3279
 
3274
- # Styles for the Document.text.
3280
+ # Placeholder. Styles for the Document.text.
3275
3281
  # Corresponds to the JSON property `textStyles`
3276
3282
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentStyle>]
3277
3283
  attr_accessor :text_styles
@@ -3421,11 +3427,11 @@ module Google
3421
3427
  # Represents a whole or partial calendar date, such as a birthday. The time of
3422
3428
  # day and time zone are either specified elsewhere or are insignificant. The
3423
3429
  # date is relative to the Gregorian Calendar. This can represent one of the
3424
- # following: * A full date, with non-zero year, month, and day values * A month
3425
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
3426
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
3427
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
3428
- # DateTime * google.protobuf.Timestamp
3430
+ # following: * A full date, with non-zero year, month, and day values. * A month
3431
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3432
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3433
+ # example, a credit card expiration date). Related types: * google.type.
3434
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3429
3435
  # Corresponds to the JSON property `dateValue`
3430
3436
  # @return [Google::Apis::DocumentaiV1beta2::GoogleTypeDate]
3431
3437
  attr_accessor :date_value
@@ -5875,11 +5881,11 @@ module Google
5875
5881
  # Represents a whole or partial calendar date, such as a birthday. The time of
5876
5882
  # day and time zone are either specified elsewhere or are insignificant. The
5877
5883
  # date is relative to the Gregorian Calendar. This can represent one of the
5878
- # following: * A full date, with non-zero year, month, and day values * A month
5879
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
5880
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
5881
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
5882
- # DateTime * google.protobuf.Timestamp
5884
+ # following: * A full date, with non-zero year, month, and day values. * A month
5885
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
5886
+ # with a zero month and a zero day. * A year and month, with a zero day (for
5887
+ # example, a credit card expiration date). Related types: * google.type.
5888
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
5883
5889
  class GoogleTypeDate
5884
5890
  include Google::Apis::Core::Hashable
5885
5891
 
@@ -6118,8 +6124,8 @@ module Google
6118
6124
  attr_accessor :recipients
6119
6125
 
6120
6126
  # Required. CLDR region code of the country/region of the address. This is never
6121
- # inferred and it is up to the user to ensure the value is correct. See http://
6122
- # cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/
6127
+ # inferred and it is up to the user to ensure the value is correct. See https://
6128
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
6123
6129
  # territory_information.html for details. Example: "CH" for Switzerland.
6124
6130
  # Corresponds to the JSON property `regionCode`
6125
6131
  # @return [String]
@@ -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.29.0"
19
+ GEM_VERSION = "0.32.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 = "20220212"
25
+ REVISION = "20220311"
26
26
  end
27
27
  end
28
28
  end
@@ -1146,6 +1146,7 @@ module Google
1146
1146
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1147
1147
 
1148
1148
  property :dest_dataset_type, as: 'destDatasetType'
1149
+ property :dest_split_type, as: 'destSplitType'
1149
1150
  collection :individual_batch_move_statuses, as: 'individualBatchMoveStatuses', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus::Representation
1150
1151
 
1151
1152
  end
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.29.0
4
+ version: 0.32.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-21 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.32.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: []