google-apis-documentai_v1beta3 0.62.0 → 0.63.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: 112eccd42e75cf14e6541e7dc94818c8419a40fff21d09a3368a83a215bc3a45
4
- data.tar.gz: 5c4c23a09108850e5969fb88ea3d8e4f1620a24ed84ddbfc695bd232c91526a0
3
+ metadata.gz: 6d2b2d3a07a44947d5b0746a37cb9f45c1ed068dc266ddde3e96d7ebafb2259f
4
+ data.tar.gz: 1ef3734bc7bd7ab6d87a2a632b4469a60079ce643c8d5bf13cc42f92faf07da4
5
5
  SHA512:
6
- metadata.gz: c838d0f22fcba96943988fac75899cd3b9621f73d94b477583cc63c3e242758a451aedb2e73e6a8c45fc8fe0cf22a7df7f4e520112351336c0a36d07e3a0860d
7
- data.tar.gz: fccac0c3da0a3c695f49ba4ccd6e78e3b8fd44c68a2046eca32f6f9ffc0bff6a25beafcb9d930dad8995eced61cdc84c3860bfad89372fc7250e96dc93d44647
6
+ metadata.gz: e59290c4088fe6adde181210b9d4355c59c15cfc6d9d5c2a0e1e453cfc4543d50d76f1f7c5013f3cfbcf8cad35589a549c214beb99e347b6861793e7593af5fb
7
+ data.tar.gz: 5f84acd3c85098a320c1841af16e1e82f1d4de6f399c971e7048ae2a1f8b52dca68ce074b353116a8d7d801c8fe55a648fda5597930fa27b9bcad1bbca0b0894
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.63.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230202
6
+
3
7
  ### v0.62.0 (2023-01-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20230120
@@ -381,11 +381,6 @@ module Google
381
381
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionRef]
382
382
  attr_accessor :revision_ref
383
383
 
384
- # The revision reference specifies which revision on the document to read.
385
- # Corresponds to the JSON property `revisionReference`
386
- # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionReference]
387
- attr_accessor :revision_reference
388
-
389
384
  def initialize(**args)
390
385
  update!(**args)
391
386
  end
@@ -394,7 +389,6 @@ module Google
394
389
  def update!(**args)
395
390
  @gcs_managed_doc_id = args[:gcs_managed_doc_id] if args.key?(:gcs_managed_doc_id)
396
391
  @revision_ref = args[:revision_ref] if args.key?(:revision_ref)
397
- @revision_reference = args[:revision_reference] if args.key?(:revision_reference)
398
392
  end
399
393
  end
400
394
 
@@ -941,37 +935,6 @@ module Google
941
935
  end
942
936
  end
943
937
 
944
- # The revision reference specifies which revision on the document to read.
945
- class GoogleCloudDocumentaiUiv1beta3RevisionReference
946
- include Google::Apis::Core::Hashable
947
-
948
- # Reads the revision generated by the processor version.
949
- # Corresponds to the JSON property `latestProcessorVersion`
950
- # @return [String]
951
- attr_accessor :latest_processor_version
952
-
953
- # Reads the revision by the predefined case.
954
- # Corresponds to the JSON property `revisionCase`
955
- # @return [String]
956
- attr_accessor :revision_case
957
-
958
- # Reads the revision given by the id.
959
- # Corresponds to the JSON property `revisionId`
960
- # @return [String]
961
- attr_accessor :revision_id
962
-
963
- def initialize(**args)
964
- update!(**args)
965
- end
966
-
967
- # Update properties of this object
968
- def update!(**args)
969
- @latest_processor_version = args[:latest_processor_version] if args.key?(:latest_processor_version)
970
- @revision_case = args[:revision_case] if args.key?(:revision_case)
971
- @revision_id = args[:revision_id] if args.key?(:revision_id)
972
- end
973
- end
974
-
975
938
  # The long running operation metadata for set default processor version method.
976
939
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
977
940
  include Google::Apis::Core::Hashable
@@ -1469,6 +1432,44 @@ module Google
1469
1432
  end
1470
1433
  end
1471
1434
 
1435
+ # Metadata of the EvaluateProcessorVersion method.
1436
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata
1437
+ include Google::Apis::Core::Hashable
1438
+
1439
+ # The common metadata for long running operations.
1440
+ # Corresponds to the JSON property `commonMetadata`
1441
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata]
1442
+ attr_accessor :common_metadata
1443
+
1444
+ def initialize(**args)
1445
+ update!(**args)
1446
+ end
1447
+
1448
+ # Update properties of this object
1449
+ def update!(**args)
1450
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
1451
+ end
1452
+ end
1453
+
1454
+ # Metadata of the EvaluateProcessorVersion method.
1455
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse
1456
+ include Google::Apis::Core::Hashable
1457
+
1458
+ # The resource name of the created evaluation.
1459
+ # Corresponds to the JSON property `evaluation`
1460
+ # @return [String]
1461
+ attr_accessor :evaluation
1462
+
1463
+ def initialize(**args)
1464
+ update!(**args)
1465
+ end
1466
+
1467
+ # Update properties of this object
1468
+ def update!(**args)
1469
+ @evaluation = args[:evaluation] if args.key?(:evaluation)
1470
+ end
1471
+ end
1472
+
1472
1473
  # The status of human review on a processed document.
1473
1474
  class GoogleCloudDocumentaiV1HumanReviewStatus
1474
1475
  include Google::Apis::Core::Hashable
@@ -1592,6 +1593,99 @@ module Google
1592
1593
  end
1593
1594
  end
1594
1595
 
1596
+ # The metadata that represents a processor version being created.
1597
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadata
1598
+ include Google::Apis::Core::Hashable
1599
+
1600
+ # The common metadata for long running operations.
1601
+ # Corresponds to the JSON property `commonMetadata`
1602
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata]
1603
+ attr_accessor :common_metadata
1604
+
1605
+ # The dataset validation information. This includes any and all errors with
1606
+ # documents and the dataset.
1607
+ # Corresponds to the JSON property `testDatasetValidation`
1608
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation]
1609
+ attr_accessor :test_dataset_validation
1610
+
1611
+ # The dataset validation information. This includes any and all errors with
1612
+ # documents and the dataset.
1613
+ # Corresponds to the JSON property `trainingDatasetValidation`
1614
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation]
1615
+ attr_accessor :training_dataset_validation
1616
+
1617
+ def initialize(**args)
1618
+ update!(**args)
1619
+ end
1620
+
1621
+ # Update properties of this object
1622
+ def update!(**args)
1623
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
1624
+ @test_dataset_validation = args[:test_dataset_validation] if args.key?(:test_dataset_validation)
1625
+ @training_dataset_validation = args[:training_dataset_validation] if args.key?(:training_dataset_validation)
1626
+ end
1627
+ end
1628
+
1629
+ # The dataset validation information. This includes any and all errors with
1630
+ # documents and the dataset.
1631
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation
1632
+ include Google::Apis::Core::Hashable
1633
+
1634
+ # The total number of dataset errors.
1635
+ # Corresponds to the JSON property `datasetErrorCount`
1636
+ # @return [Fixnum]
1637
+ attr_accessor :dataset_error_count
1638
+
1639
+ # Error information for the dataset as a whole. A maximum of 10 dataset errors
1640
+ # will be returned. A single dataset error is terminal for training.
1641
+ # Corresponds to the JSON property `datasetErrors`
1642
+ # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleRpcStatus>]
1643
+ attr_accessor :dataset_errors
1644
+
1645
+ # The total number of document errors.
1646
+ # Corresponds to the JSON property `documentErrorCount`
1647
+ # @return [Fixnum]
1648
+ attr_accessor :document_error_count
1649
+
1650
+ # Error information pertaining to specific documents. A maximum of 10 document
1651
+ # errors will be returned. Any document with errors will not be used throughout
1652
+ # training.
1653
+ # Corresponds to the JSON property `documentErrors`
1654
+ # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleRpcStatus>]
1655
+ attr_accessor :document_errors
1656
+
1657
+ def initialize(**args)
1658
+ update!(**args)
1659
+ end
1660
+
1661
+ # Update properties of this object
1662
+ def update!(**args)
1663
+ @dataset_error_count = args[:dataset_error_count] if args.key?(:dataset_error_count)
1664
+ @dataset_errors = args[:dataset_errors] if args.key?(:dataset_errors)
1665
+ @document_error_count = args[:document_error_count] if args.key?(:document_error_count)
1666
+ @document_errors = args[:document_errors] if args.key?(:document_errors)
1667
+ end
1668
+ end
1669
+
1670
+ # The response for the TrainProcessorVersion method.
1671
+ class GoogleCloudDocumentaiV1TrainProcessorVersionResponse
1672
+ include Google::Apis::Core::Hashable
1673
+
1674
+ # The resource name of the processor version produced by training.
1675
+ # Corresponds to the JSON property `processorVersion`
1676
+ # @return [String]
1677
+ attr_accessor :processor_version
1678
+
1679
+ def initialize(**args)
1680
+ update!(**args)
1681
+ end
1682
+
1683
+ # Update properties of this object
1684
+ def update!(**args)
1685
+ @processor_version = args[:processor_version] if args.key?(:processor_version)
1686
+ end
1687
+ end
1688
+
1595
1689
  # The long running operation metadata for the undeploy processor version method.
1596
1690
  class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
1597
1691
  include Google::Apis::Core::Hashable
@@ -2936,7 +3030,8 @@ module Google
2936
3030
  # @return [String]
2937
3031
  attr_accessor :agent
2938
3032
 
2939
- # The time that the revision was created.
3033
+ # The time that the revision was created, internally generated by doc proto
3034
+ # storage at the time of create.
2940
3035
  # Corresponds to the JSON property `createTime`
2941
3036
  # @return [String]
2942
3037
  attr_accessor :create_time
@@ -2946,7 +3041,8 @@ module Google
2946
3041
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview]
2947
3042
  attr_accessor :human_review
2948
3043
 
2949
- # Id of the revision. Unique within the context of the document.
3044
+ # Id of the revision, internally generated by doc proto storage. Unique within
3045
+ # the context of the document.
2950
3046
  # Corresponds to the JSON property `id`
2951
3047
  # @return [String]
2952
3048
  attr_accessor :id
@@ -4877,7 +4973,8 @@ module Google
4877
4973
  # @return [String]
4878
4974
  attr_accessor :agent
4879
4975
 
4880
- # The time that the revision was created.
4976
+ # The time that the revision was created, internally generated by doc proto
4977
+ # storage at the time of create.
4881
4978
  # Corresponds to the JSON property `createTime`
4882
4979
  # @return [String]
4883
4980
  attr_accessor :create_time
@@ -4887,7 +4984,8 @@ module Google
4887
4984
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview]
4888
4985
  attr_accessor :human_review
4889
4986
 
4890
- # Id of the revision. Unique within the context of the document.
4987
+ # Id of the revision, internally generated by doc proto storage. Unique within
4988
+ # the context of the document.
4891
4989
  # Corresponds to the JSON property `id`
4892
4990
  # @return [String]
4893
4991
  attr_accessor :id
@@ -7250,7 +7348,8 @@ module Google
7250
7348
  # @return [String]
7251
7349
  attr_accessor :agent
7252
7350
 
7253
- # The time that the revision was created.
7351
+ # The time that the revision was created, internally generated by doc proto
7352
+ # storage at the time of create.
7254
7353
  # Corresponds to the JSON property `createTime`
7255
7354
  # @return [String]
7256
7355
  attr_accessor :create_time
@@ -7260,7 +7359,8 @@ module Google
7260
7359
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview]
7261
7360
  attr_accessor :human_review
7262
7361
 
7263
- # Id of the revision. Unique within the context of the document.
7362
+ # Id of the revision, internally generated by doc proto storage. Unique within
7363
+ # the context of the document.
7264
7364
  # Corresponds to the JSON property `id`
7265
7365
  # @return [String]
7266
7366
  attr_accessor :id
@@ -8455,6 +8555,11 @@ module Google
8455
8555
  class GoogleCloudDocumentaiV1beta3OcrConfig
8456
8556
  include Google::Apis::Core::Hashable
8457
8557
 
8558
+ # A list of advanced OCR options to further fine-tune OCR behavior.
8559
+ # Corresponds to the JSON property `advancedOcrOptions`
8560
+ # @return [Array<String>]
8561
+ attr_accessor :advanced_ocr_options
8562
+
8458
8563
  # Enables special handling for PDFs with existing text information. Results in
8459
8564
  # better text extraction quality in such PDF inputs.
8460
8565
  # Corresponds to the JSON property `enableNativePdfParsing`
@@ -8468,6 +8573,7 @@ module Google
8468
8573
 
8469
8574
  # Update properties of this object
8470
8575
  def update!(**args)
8576
+ @advanced_ocr_options = args[:advanced_ocr_options] if args.key?(:advanced_ocr_options)
8471
8577
  @enable_native_pdf_parsing = args[:enable_native_pdf_parsing] if args.key?(:enable_native_pdf_parsing)
8472
8578
  end
8473
8579
  end
@@ -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.62.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230120"
25
+ REVISION = "20230202"
26
26
  end
27
27
  end
28
28
  end
@@ -250,12 +250,6 @@ module Google
250
250
  include Google::Apis::Core::JsonObjectSupport
251
251
  end
252
252
 
253
- class GoogleCloudDocumentaiUiv1beta3RevisionReference
254
- class Representation < Google::Apis::Core::JsonRepresentation; end
255
-
256
- include Google::Apis::Core::JsonObjectSupport
257
- end
258
-
259
253
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
260
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
255
 
@@ -388,6 +382,18 @@ module Google
388
382
  include Google::Apis::Core::JsonObjectSupport
389
383
  end
390
384
 
385
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
391
397
  class GoogleCloudDocumentaiV1HumanReviewStatus
392
398
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
399
 
@@ -418,6 +424,24 @@ module Google
418
424
  include Google::Apis::Core::JsonObjectSupport
419
425
  end
420
426
 
427
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadata
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class GoogleCloudDocumentaiV1TrainProcessorVersionResponse
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
421
445
  class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
422
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
447
 
@@ -1860,8 +1884,6 @@ module Google
1860
1884
 
1861
1885
  property :revision_ref, as: 'revisionRef', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionRef, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionRef::Representation
1862
1886
 
1863
- property :revision_reference, as: 'revisionReference', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionReference, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3RevisionReference::Representation
1864
-
1865
1887
  end
1866
1888
  end
1867
1889
 
@@ -2054,15 +2076,6 @@ module Google
2054
2076
  end
2055
2077
  end
2056
2078
 
2057
- class GoogleCloudDocumentaiUiv1beta3RevisionReference
2058
- # @private
2059
- class Representation < Google::Apis::Core::JsonRepresentation
2060
- property :latest_processor_version, as: 'latestProcessorVersion'
2061
- property :revision_case, as: 'revisionCase'
2062
- property :revision_id, as: 'revisionId'
2063
- end
2064
- end
2065
-
2066
2079
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
2067
2080
  # @private
2068
2081
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2245,6 +2258,21 @@ module Google
2245
2258
  end
2246
2259
  end
2247
2260
 
2261
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata
2262
+ # @private
2263
+ class Representation < Google::Apis::Core::JsonRepresentation
2264
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
2265
+
2266
+ end
2267
+ end
2268
+
2269
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse
2270
+ # @private
2271
+ class Representation < Google::Apis::Core::JsonRepresentation
2272
+ property :evaluation, as: 'evaluation'
2273
+ end
2274
+ end
2275
+
2248
2276
  class GoogleCloudDocumentaiV1HumanReviewStatus
2249
2277
  # @private
2250
2278
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2286,6 +2314,37 @@ module Google
2286
2314
  end
2287
2315
  end
2288
2316
 
2317
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadata
2318
+ # @private
2319
+ class Representation < Google::Apis::Core::JsonRepresentation
2320
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
2321
+
2322
+ property :test_dataset_validation, as: 'testDatasetValidation', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation::Representation
2323
+
2324
+ property :training_dataset_validation, as: 'trainingDatasetValidation', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation::Representation
2325
+
2326
+ end
2327
+ end
2328
+
2329
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation
2330
+ # @private
2331
+ class Representation < Google::Apis::Core::JsonRepresentation
2332
+ property :dataset_error_count, as: 'datasetErrorCount'
2333
+ collection :dataset_errors, as: 'datasetErrors', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
2334
+
2335
+ property :document_error_count, as: 'documentErrorCount'
2336
+ collection :document_errors, as: 'documentErrors', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
2337
+
2338
+ end
2339
+ end
2340
+
2341
+ class GoogleCloudDocumentaiV1TrainProcessorVersionResponse
2342
+ # @private
2343
+ class Representation < Google::Apis::Core::JsonRepresentation
2344
+ property :processor_version, as: 'processorVersion'
2345
+ end
2346
+ end
2347
+
2289
2348
  class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
2290
2349
  # @private
2291
2350
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4291,6 +4350,7 @@ module Google
4291
4350
  class GoogleCloudDocumentaiV1beta3OcrConfig
4292
4351
  # @private
4293
4352
  class Representation < Google::Apis::Core::JsonRepresentation
4353
+ collection :advanced_ocr_options, as: 'advancedOcrOptions'
4294
4354
  property :enable_native_pdf_parsing, as: 'enableNativePdfParsing'
4295
4355
  end
4296
4356
  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.62.0
4
+ version: 0.63.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-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.63.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: []