google-apis-documentai_v1beta2 0.60.0 → 0.61.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: 15de839ae1765c99fb7d9af43c663a1a209e57af7237ed9b70868ba08d260c7f
4
- data.tar.gz: 0ec20c6ee7c3597a9367b63e678cdfa317d2df5638da655063ec66f524a63efe
3
+ metadata.gz: cbef72df7d7a3289b07f0879e1a7288958631fa316415184c7975e9b22b79111
4
+ data.tar.gz: 43802225038dbdc4c4ac84049ebdd5647506ea9d79f81f7e12f4648cdef091ae
5
5
  SHA512:
6
- metadata.gz: 92262b552b46415f6744aa9f2cadd4c397b5b0b58f3e07b5c9fc962f73b38f883c2f4c9e53a76cd69814669cea8448c747f46340dd4186e3aeed05c0f808f747
7
- data.tar.gz: e35a5a44d4560d0d779d44f8409296e82efaa81c2ada12705fe634e23a75db6f4cbf8d5d6c08f4864a8762b6535826f7592a08e145e7b08e6929575d617ae53c
6
+ metadata.gz: 4b2e02aa6a35c3e909ebb7ee88a581377bb643f45a80eb88d4901b0a4c47d1f4f7be73bd01f8d39c2a79b5421f202b8d0072fc3edcb836ba8c00829fb4decf33
7
+ data.tar.gz: 7733cbd54d242eff519a16f6eeaff1ecca1a2e164d1d56eb86fefb6a2b200e720a83f95d26364fdcce51c778444588b62084a5bb94492bcab95a38db9cc63b2e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.61.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230504
6
+
3
7
  ### v0.60.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230420
@@ -300,7 +300,7 @@ module Google
300
300
  end
301
301
  end
302
302
 
303
- # The long-running operation metadata for CreateLabelerPool.
303
+ # The long-running operation metadata for the CreateLabelerPool method.
304
304
  class GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata
305
305
  include Google::Apis::Core::Hashable
306
306
 
@@ -338,7 +338,7 @@ module Google
338
338
  end
339
339
  end
340
340
 
341
- # The long-running operation metadata for delete processor method.
341
+ # The long-running operation metadata for the DeleteProcessor method.
342
342
  class GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata
343
343
  include Google::Apis::Core::Hashable
344
344
 
@@ -357,7 +357,7 @@ module Google
357
357
  end
358
358
  end
359
359
 
360
- # The long-running operation metadata for delete processor version method.
360
+ # The long-running operation metadata for the DeleteProcessorVersion method.
361
361
  class GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata
362
362
  include Google::Apis::Core::Hashable
363
363
 
@@ -376,7 +376,7 @@ module Google
376
376
  end
377
377
  end
378
378
 
379
- # The long-running operation metadata for deploy processor version method.
379
+ # The long-running operation metadata for the DeployProcessorVersion method.
380
380
  class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata
381
381
  include Google::Apis::Core::Hashable
382
382
 
@@ -395,7 +395,7 @@ module Google
395
395
  end
396
396
  end
397
397
 
398
- # Response message for the deploy processor version method.
398
+ # Response message for the DeployProcessorVersion method.
399
399
  class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse
400
400
  include Google::Apis::Core::Hashable
401
401
 
@@ -408,7 +408,7 @@ module Google
408
408
  end
409
409
  end
410
410
 
411
- # The long-running operation metadata for disable processor method.
411
+ # The long-running operation metadata for the DisableProcessor method.
412
412
  class GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata
413
413
  include Google::Apis::Core::Hashable
414
414
 
@@ -427,7 +427,7 @@ module Google
427
427
  end
428
428
  end
429
429
 
430
- # Response message for the disable processor method. Intentionally empty proto
430
+ # Response message for the DisableProcessor method. Intentionally empty proto
431
431
  # for adding fields in future.
432
432
  class GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse
433
433
  include Google::Apis::Core::Hashable
@@ -493,7 +493,7 @@ module Google
493
493
  end
494
494
  end
495
495
 
496
- # The long-running operation metadata for enable processor method.
496
+ # The long-running operation metadata for the EnableProcessor method.
497
497
  class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata
498
498
  include Google::Apis::Core::Hashable
499
499
 
@@ -512,8 +512,8 @@ module Google
512
512
  end
513
513
  end
514
514
 
515
- # Response message for the enable processor method. Intentionally empty proto
516
- # for adding fields in future.
515
+ # Response message for the EnableProcessor method. Intentionally empty proto for
516
+ # adding fields in future.
517
517
  class GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse
518
518
  include Google::Apis::Core::Hashable
519
519
 
@@ -1010,7 +1010,64 @@ module Google
1010
1010
  end
1011
1011
  end
1012
1012
 
1013
- # The long-running operation metadata for set default processor version method.
1013
+ # Metadata of the sample documents operation.
1014
+ class GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata
1015
+ include Google::Apis::Core::Hashable
1016
+
1017
+ # The common metadata for long running operations.
1018
+ # Corresponds to the JSON property `commonMetadata`
1019
+ # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
1020
+ attr_accessor :common_metadata
1021
+
1022
+ def initialize(**args)
1023
+ update!(**args)
1024
+ end
1025
+
1026
+ # Update properties of this object
1027
+ def update!(**args)
1028
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
1029
+ end
1030
+ end
1031
+
1032
+ # Response of the sample documents operation.
1033
+ class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse
1034
+ include Google::Apis::Core::Hashable
1035
+
1036
+ # The result of the sampling process.
1037
+ # Corresponds to the JSON property `selectedDocuments`
1038
+ # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument>]
1039
+ attr_accessor :selected_documents
1040
+
1041
+ def initialize(**args)
1042
+ update!(**args)
1043
+ end
1044
+
1045
+ # Update properties of this object
1046
+ def update!(**args)
1047
+ @selected_documents = args[:selected_documents] if args.key?(:selected_documents)
1048
+ end
1049
+ end
1050
+
1051
+ #
1052
+ class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument
1053
+ include Google::Apis::Core::Hashable
1054
+
1055
+ # An internal identifier for document.
1056
+ # Corresponds to the JSON property `documentId`
1057
+ # @return [String]
1058
+ attr_accessor :document_id
1059
+
1060
+ def initialize(**args)
1061
+ update!(**args)
1062
+ end
1063
+
1064
+ # Update properties of this object
1065
+ def update!(**args)
1066
+ @document_id = args[:document_id] if args.key?(:document_id)
1067
+ end
1068
+ end
1069
+
1070
+ # The long-running operation metadata for the SetDefaultProcessorVersion method.
1014
1071
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
1015
1072
  include Google::Apis::Core::Hashable
1016
1073
 
@@ -1029,7 +1086,7 @@ module Google
1029
1086
  end
1030
1087
  end
1031
1088
 
1032
- # Response message for set default processor version method.
1089
+ # Response message for the SetDefaultProcessorVersion method.
1033
1090
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse
1034
1091
  include Google::Apis::Core::Hashable
1035
1092
 
@@ -1135,7 +1192,7 @@ module Google
1135
1192
  end
1136
1193
  end
1137
1194
 
1138
- # The long-running operation metadata for the undeploy processor version method.
1195
+ # The long-running operation metadata for the UndeployProcessorVersion method.
1139
1196
  class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata
1140
1197
  include Google::Apis::Core::Hashable
1141
1198
 
@@ -1154,7 +1211,7 @@ module Google
1154
1211
  end
1155
1212
  end
1156
1213
 
1157
- # Response message for the undeploy processor version method.
1214
+ # Response message for the UndeployProcessorVersion method.
1158
1215
  class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse
1159
1216
  include Google::Apis::Core::Hashable
1160
1217
 
@@ -1278,16 +1335,15 @@ module Google
1278
1335
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1HumanReviewStatus]
1279
1336
  attr_accessor :human_review_status
1280
1337
 
1281
- # The source of the document, same as the [input_gcs_source] field in the
1282
- # request when the batch process started. The batch process is started by take
1283
- # snapshot of that document, since a user can move or change that document
1284
- # during the process.
1338
+ # The source of the document, same as the input_gcs_source field in the request
1339
+ # when the batch process started.
1285
1340
  # Corresponds to the JSON property `inputGcsSource`
1286
1341
  # @return [String]
1287
1342
  attr_accessor :input_gcs_source
1288
1343
 
1289
- # The output_gcs_destination (in the request as `output_gcs_destination`) of the
1290
- # processed document if it was successful, otherwise empty.
1344
+ # The Cloud Storage output destination (in the request as DocumentOutputConfig.
1345
+ # GcsOutputConfig.gcs_uri) of the processed document if it was successful,
1346
+ # otherwise empty.
1291
1347
  # Corresponds to the JSON property `outputGcsDestination`
1292
1348
  # @return [String]
1293
1349
  attr_accessor :output_gcs_destination
@@ -1371,7 +1427,7 @@ module Google
1371
1427
  end
1372
1428
  end
1373
1429
 
1374
- # The long-running operation metadata for delete processor method.
1430
+ # The long-running operation metadata for the DeleteProcessor method.
1375
1431
  class GoogleCloudDocumentaiV1DeleteProcessorMetadata
1376
1432
  include Google::Apis::Core::Hashable
1377
1433
 
@@ -1390,7 +1446,7 @@ module Google
1390
1446
  end
1391
1447
  end
1392
1448
 
1393
- # The long-running operation metadata for delete processor version method.
1449
+ # The long-running operation metadata for the DeleteProcessorVersion method.
1394
1450
  class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
1395
1451
  include Google::Apis::Core::Hashable
1396
1452
 
@@ -1409,7 +1465,7 @@ module Google
1409
1465
  end
1410
1466
  end
1411
1467
 
1412
- # The long-running operation metadata for deploy processor version method.
1468
+ # The long-running operation metadata for the DeployProcessorVersion method.
1413
1469
  class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
1414
1470
  include Google::Apis::Core::Hashable
1415
1471
 
@@ -1428,7 +1484,7 @@ module Google
1428
1484
  end
1429
1485
  end
1430
1486
 
1431
- # Response message for the deploy processor version method.
1487
+ # Response message for the DeployProcessorVersion method.
1432
1488
  class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
1433
1489
  include Google::Apis::Core::Hashable
1434
1490
 
@@ -1441,7 +1497,7 @@ module Google
1441
1497
  end
1442
1498
  end
1443
1499
 
1444
- # The long-running operation metadata for disable processor method.
1500
+ # The long-running operation metadata for the DisableProcessor method.
1445
1501
  class GoogleCloudDocumentaiV1DisableProcessorMetadata
1446
1502
  include Google::Apis::Core::Hashable
1447
1503
 
@@ -1460,7 +1516,7 @@ module Google
1460
1516
  end
1461
1517
  end
1462
1518
 
1463
- # Response message for the disable processor method. Intentionally empty proto
1519
+ # Response message for the DisableProcessor method. Intentionally empty proto
1464
1520
  # for adding fields in future.
1465
1521
  class GoogleCloudDocumentaiV1DisableProcessorResponse
1466
1522
  include Google::Apis::Core::Hashable
@@ -1474,7 +1530,7 @@ module Google
1474
1530
  end
1475
1531
  end
1476
1532
 
1477
- # The long-running operation metadata for enable processor method.
1533
+ # The long-running operation metadata for the EnableProcessor method.
1478
1534
  class GoogleCloudDocumentaiV1EnableProcessorMetadata
1479
1535
  include Google::Apis::Core::Hashable
1480
1536
 
@@ -1493,8 +1549,8 @@ module Google
1493
1549
  end
1494
1550
  end
1495
1551
 
1496
- # Response message for the enable processor method. Intentionally empty proto
1497
- # for adding fields in future.
1552
+ # Response message for the EnableProcessor method. Intentionally empty proto for
1553
+ # adding fields in future.
1498
1554
  class GoogleCloudDocumentaiV1EnableProcessorResponse
1499
1555
  include Google::Apis::Core::Hashable
1500
1556
 
@@ -1579,7 +1635,7 @@ module Google
1579
1635
  end
1580
1636
  end
1581
1637
 
1582
- # The long-running operation metadata for review document method.
1638
+ # The long-running operation metadata for the ReviewDocument method.
1583
1639
  class GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata
1584
1640
  include Google::Apis::Core::Hashable
1585
1641
 
@@ -1604,7 +1660,7 @@ module Google
1604
1660
  end
1605
1661
  end
1606
1662
 
1607
- # Response message for review document method.
1663
+ # Response message for the ReviewDocument method.
1608
1664
  class GoogleCloudDocumentaiV1ReviewDocumentResponse
1609
1665
  include Google::Apis::Core::Hashable
1610
1666
 
@@ -1636,7 +1692,7 @@ module Google
1636
1692
  end
1637
1693
  end
1638
1694
 
1639
- # The long-running operation metadata for set default processor version method.
1695
+ # The long-running operation metadata for the SetDefaultProcessorVersion method.
1640
1696
  class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
1641
1697
  include Google::Apis::Core::Hashable
1642
1698
 
@@ -1655,7 +1711,7 @@ module Google
1655
1711
  end
1656
1712
  end
1657
1713
 
1658
- # Response message for set default processor version method.
1714
+ # Response message for the SetDefaultProcessorVersion method.
1659
1715
  class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
1660
1716
  include Google::Apis::Core::Hashable
1661
1717
 
@@ -1761,7 +1817,7 @@ module Google
1761
1817
  end
1762
1818
  end
1763
1819
 
1764
- # The long-running operation metadata for the undeploy processor version method.
1820
+ # The long-running operation metadata for the UndeployProcessorVersion method.
1765
1821
  class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
1766
1822
  include Google::Apis::Core::Hashable
1767
1823
 
@@ -1780,7 +1836,7 @@ module Google
1780
1836
  end
1781
1837
  end
1782
1838
 
1783
- # Response message for the undeploy processor version method.
1839
+ # Response message for the UndeployProcessorVersion method.
1784
1840
  class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
1785
1841
  include Google::Apis::Core::Hashable
1786
1842
 
@@ -1957,9 +2013,9 @@ module Google
1957
2013
  attr_accessor :text_styles
1958
2014
 
1959
2015
  # Optional. Currently supports Google Cloud Storage URI of the form `gs://
1960
- # bucket_name/object_name`. Object versioning is not supported. See [Google
1961
- # Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-
1962
- # uris) for more info.
2016
+ # bucket_name/object_name`. Object versioning is not supported. For more
2017
+ # information, refer to [Google Cloud Storage Request URIs](https://cloud.google.
2018
+ # com/storage/docs/reference-uris).
1963
2019
  # Corresponds to the JSON property `uri`
1964
2020
  # @return [String]
1965
2021
  attr_accessor :uri
@@ -3053,13 +3109,13 @@ module Google
3053
3109
  # @return [Google::Apis::DocumentaiV1beta2::GoogleTypeColor]
3054
3110
  attr_accessor :background_color
3055
3111
 
3056
- # Whether the text is bold (equivalent to font weight >= 700).
3112
+ # Whether the text is bold (equivalent to font_weight is at least `700`).
3057
3113
  # Corresponds to the JSON property `bold`
3058
3114
  # @return [Boolean]
3059
3115
  attr_accessor :bold
3060
3116
  alias_method :bold?, :bold
3061
3117
 
3062
- # Font size in points (1 point is 1/72").
3118
+ # Font size in points (`1` point is `¹⁄₇₂` inches).
3063
3119
  # Corresponds to the JSON property `fontSize`
3064
3120
  # @return [Fixnum]
3065
3121
  attr_accessor :font_size
@@ -3069,8 +3125,8 @@ module Google
3069
3125
  # @return [String]
3070
3126
  attr_accessor :font_type
3071
3127
 
3072
- # TrueType weight on a scale 100 (Thin) to 1000 (Ultra-heavy). Normal is 400,
3073
- # Bold is 700.
3128
+ # TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy). Normal is `
3129
+ # 400`, bold is `700`.
3074
3130
  # Corresponds to the JSON property `fontWeight`
3075
3131
  # @return [Fixnum]
3076
3132
  attr_accessor :font_weight
@@ -3092,12 +3148,12 @@ module Google
3092
3148
  # @return [Float]
3093
3149
  attr_accessor :letter_spacing
3094
3150
 
3095
- # Font size in pixels, equal to unrounded_fontsize * resolution / 72.0.
3151
+ # Font size in pixels, equal to _unrounded font_size_ * _resolution_ ÷ `72.0`.
3096
3152
  # Corresponds to the JSON property `pixelFontSize`
3097
3153
  # @return [Float]
3098
3154
  attr_accessor :pixel_font_size
3099
3155
 
3100
- # Whether the text are small caps.
3156
+ # Whether the text is in small caps.
3101
3157
  # Corresponds to the JSON property `smallcaps`
3102
3158
  # @return [Boolean]
3103
3159
  attr_accessor :smallcaps
@@ -4108,9 +4164,9 @@ module Google
4108
4164
  attr_accessor :text_styles
4109
4165
 
4110
4166
  # Optional. Currently supports Google Cloud Storage URI of the form `gs://
4111
- # bucket_name/object_name`. Object versioning is not supported. See [Google
4112
- # Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-
4113
- # uris) for more info.
4167
+ # bucket_name/object_name`. Object versioning is not supported. For more
4168
+ # information, refer to [Google Cloud Storage Request URIs](https://cloud.google.
4169
+ # com/storage/docs/reference-uris).
4114
4170
  # Corresponds to the JSON property `uri`
4115
4171
  # @return [String]
4116
4172
  attr_accessor :uri
@@ -5242,13 +5298,13 @@ module Google
5242
5298
  # @return [Google::Apis::DocumentaiV1beta2::GoogleTypeColor]
5243
5299
  attr_accessor :background_color
5244
5300
 
5245
- # Whether the text is bold (equivalent to font weight >= 700).
5301
+ # Whether the text is bold (equivalent to font_weight is at least `700`).
5246
5302
  # Corresponds to the JSON property `bold`
5247
5303
  # @return [Boolean]
5248
5304
  attr_accessor :bold
5249
5305
  alias_method :bold?, :bold
5250
5306
 
5251
- # Font size in points (1 point is 1/72").
5307
+ # Font size in points (`1` point is `¹⁄₇₂` inches).
5252
5308
  # Corresponds to the JSON property `fontSize`
5253
5309
  # @return [Fixnum]
5254
5310
  attr_accessor :font_size
@@ -5258,8 +5314,8 @@ module Google
5258
5314
  # @return [String]
5259
5315
  attr_accessor :font_type
5260
5316
 
5261
- # TrueType weight on a scale 100 (Thin) to 1000 (Ultra-heavy). Normal is 400,
5262
- # Bold is 700.
5317
+ # TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy). Normal is `
5318
+ # 400`, bold is `700`.
5263
5319
  # Corresponds to the JSON property `fontWeight`
5264
5320
  # @return [Fixnum]
5265
5321
  attr_accessor :font_weight
@@ -5281,12 +5337,12 @@ module Google
5281
5337
  # @return [Float]
5282
5338
  attr_accessor :letter_spacing
5283
5339
 
5284
- # Font size in pixels, equal to unrounded_fontsize * resolution / 72.0.
5340
+ # Font size in pixels, equal to _unrounded font_size_ * _resolution_ ÷ `72.0`.
5285
5341
  # Corresponds to the JSON property `pixelFontSize`
5286
5342
  # @return [Float]
5287
5343
  attr_accessor :pixel_font_size
5288
5344
 
5289
- # Whether the text are small caps.
5345
+ # Whether the text is in small caps.
5290
5346
  # Corresponds to the JSON property `smallcaps`
5291
5347
  # @return [Boolean]
5292
5348
  attr_accessor :smallcaps
@@ -6401,7 +6457,7 @@ module Google
6401
6457
 
6402
6458
  # The name of the operation triggered by the processed document. If the human
6403
6459
  # review process isn't triggered, this field will be empty. It has the same
6404
- # response type and metadata as the long-running operation returned by
6460
+ # response type and metadata as the long-running operation returned by the
6405
6461
  # ReviewDocument method.
6406
6462
  # Corresponds to the JSON property `humanReviewOperation`
6407
6463
  # @return [String]
@@ -6412,16 +6468,15 @@ module Google
6412
6468
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3HumanReviewStatus]
6413
6469
  attr_accessor :human_review_status
6414
6470
 
6415
- # The source of the document, same as the [input_gcs_source] field in the
6416
- # request when the batch process started. The batch process is started by take
6417
- # snapshot of that document, since a user can move or change that document
6418
- # during the process.
6471
+ # The source of the document, same as the input_gcs_source field in the request
6472
+ # when the batch process started.
6419
6473
  # Corresponds to the JSON property `inputGcsSource`
6420
6474
  # @return [String]
6421
6475
  attr_accessor :input_gcs_source
6422
6476
 
6423
- # The output_gcs_destination (in the request as `output_gcs_destination`) of the
6424
- # processed document if it was successful, otherwise empty.
6477
+ # The Cloud Storage output destination (in the request as DocumentOutputConfig.
6478
+ # GcsOutputConfig.gcs_uri) of the processed document if it was successful,
6479
+ # otherwise empty.
6425
6480
  # Corresponds to the JSON property `outputGcsDestination`
6426
6481
  # @return [String]
6427
6482
  attr_accessor :output_gcs_destination
@@ -6506,7 +6561,7 @@ module Google
6506
6561
  end
6507
6562
  end
6508
6563
 
6509
- # The long-running operation metadata for delete processor method.
6564
+ # The long-running operation metadata for the DeleteProcessor method.
6510
6565
  class GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata
6511
6566
  include Google::Apis::Core::Hashable
6512
6567
 
@@ -6525,7 +6580,7 @@ module Google
6525
6580
  end
6526
6581
  end
6527
6582
 
6528
- # The long-running operation metadata for delete processor version method.
6583
+ # The long-running operation metadata for the DeleteProcessorVersion method.
6529
6584
  class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
6530
6585
  include Google::Apis::Core::Hashable
6531
6586
 
@@ -6544,7 +6599,7 @@ module Google
6544
6599
  end
6545
6600
  end
6546
6601
 
6547
- # The long-running operation metadata for deploy processor version method.
6602
+ # The long-running operation metadata for the DeployProcessorVersion method.
6548
6603
  class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
6549
6604
  include Google::Apis::Core::Hashable
6550
6605
 
@@ -6563,7 +6618,7 @@ module Google
6563
6618
  end
6564
6619
  end
6565
6620
 
6566
- # Response message for the deploy processor version method.
6621
+ # Response message for the DeployProcessorVersion method.
6567
6622
  class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
6568
6623
  include Google::Apis::Core::Hashable
6569
6624
 
@@ -6576,7 +6631,7 @@ module Google
6576
6631
  end
6577
6632
  end
6578
6633
 
6579
- # The long-running operation metadata for disable processor method.
6634
+ # The long-running operation metadata for the DisableProcessor method.
6580
6635
  class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
6581
6636
  include Google::Apis::Core::Hashable
6582
6637
 
@@ -6595,7 +6650,7 @@ module Google
6595
6650
  end
6596
6651
  end
6597
6652
 
6598
- # Response message for the disable processor method. Intentionally empty proto
6653
+ # Response message for the DisableProcessor method. Intentionally empty proto
6599
6654
  # for adding fields in future.
6600
6655
  class GoogleCloudDocumentaiV1beta3DisableProcessorResponse
6601
6656
  include Google::Apis::Core::Hashable
@@ -6609,7 +6664,7 @@ module Google
6609
6664
  end
6610
6665
  end
6611
6666
 
6612
- # The long-running operation metadata for enable processor method.
6667
+ # The long-running operation metadata for the EnableProcessor method.
6613
6668
  class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata
6614
6669
  include Google::Apis::Core::Hashable
6615
6670
 
@@ -6628,8 +6683,8 @@ module Google
6628
6683
  end
6629
6684
  end
6630
6685
 
6631
- # Response message for the enable processor method. Intentionally empty proto
6632
- # for adding fields in future.
6686
+ # Response message for the EnableProcessor method. Intentionally empty proto for
6687
+ # adding fields in future.
6633
6688
  class GoogleCloudDocumentaiV1beta3EnableProcessorResponse
6634
6689
  include Google::Apis::Core::Hashable
6635
6690
 
@@ -6752,7 +6807,7 @@ module Google
6752
6807
  end
6753
6808
  end
6754
6809
 
6755
- # The long-running operation metadata for review document method.
6810
+ # The long-running operation metadata for the ReviewDocument method.
6756
6811
  class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
6757
6812
  include Google::Apis::Core::Hashable
6758
6813
 
@@ -6802,7 +6857,7 @@ module Google
6802
6857
  end
6803
6858
  end
6804
6859
 
6805
- # Response message for review document method.
6860
+ # Response message for the ReviewDocument method.
6806
6861
  class GoogleCloudDocumentaiV1beta3ReviewDocumentResponse
6807
6862
  include Google::Apis::Core::Hashable
6808
6863
 
@@ -6834,7 +6889,7 @@ module Google
6834
6889
  end
6835
6890
  end
6836
6891
 
6837
- # The long-running operation metadata for set default processor version method.
6892
+ # The long-running operation metadata for the SetDefaultProcessorVersion method.
6838
6893
  class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
6839
6894
  include Google::Apis::Core::Hashable
6840
6895
 
@@ -6853,7 +6908,7 @@ module Google
6853
6908
  end
6854
6909
  end
6855
6910
 
6856
- # Response message for set default processor version method.
6911
+ # Response message for the SetDefaultProcessorVersion method.
6857
6912
  class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
6858
6913
  include Google::Apis::Core::Hashable
6859
6914
 
@@ -6959,7 +7014,7 @@ module Google
6959
7014
  end
6960
7015
  end
6961
7016
 
6962
- # The long-running operation metadata for the undeploy processor version method.
7017
+ # The long-running operation metadata for the UndeployProcessorVersion method.
6963
7018
  class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
6964
7019
  include Google::Apis::Core::Hashable
6965
7020
 
@@ -6978,7 +7033,7 @@ module Google
6978
7033
  end
6979
7034
  end
6980
7035
 
6981
- # Response message for the undeploy processor version method.
7036
+ # Response message for the UndeployProcessorVersion method.
6982
7037
  class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
6983
7038
  include Google::Apis::Core::Hashable
6984
7039
 
@@ -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.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230420"
25
+ REVISION = "20230504"
26
26
  end
27
27
  end
28
28
  end
@@ -268,6 +268,24 @@ module Google
268
268
  include Google::Apis::Core::JsonObjectSupport
269
269
  end
270
270
 
271
+ class GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
271
289
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
272
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
291
 
@@ -1670,6 +1688,29 @@ module Google
1670
1688
  end
1671
1689
  end
1672
1690
 
1691
+ class GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata
1692
+ # @private
1693
+ class Representation < Google::Apis::Core::JsonRepresentation
1694
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1695
+
1696
+ end
1697
+ end
1698
+
1699
+ class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse
1700
+ # @private
1701
+ class Representation < Google::Apis::Core::JsonRepresentation
1702
+ collection :selected_documents, as: 'selectedDocuments', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument::Representation
1703
+
1704
+ end
1705
+ end
1706
+
1707
+ class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument
1708
+ # @private
1709
+ class Representation < Google::Apis::Core::JsonRepresentation
1710
+ property :document_id, as: 'documentId'
1711
+ end
1712
+ end
1713
+
1673
1714
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
1674
1715
  # @private
1675
1716
  class Representation < Google::Apis::Core::JsonRepresentation
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.60.0
4
+ version: 0.61.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: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-05-14 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.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.61.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: []