google-apis-documentai_v1 0.56.0 → 0.58.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: 39ed666036e415996aa5742094876cd9977b392f4d55ffaca0acde82606a7584
4
- data.tar.gz: fe2018747c14709276c33033f83a267d0ad7ed8c1870632f4be9e5cf11d6e58f
3
+ metadata.gz: bd2691bdd56d6a633b3e15381117fbefe4ec008ad24ab88bd2a59bc28d29db3f
4
+ data.tar.gz: e462e7d28b0d663691155bcf506ed9488bcbc8df5a727e62ff5a43c3e5adecd6
5
5
  SHA512:
6
- metadata.gz: 2d837dc7e08f8c8e129e21c4b0a6d56ab37938221d354d751a7173b8e5039c43f6efc08f54185da88be734c0f11787f1c2af7de3959d7d7eff993d5f80de85ed
7
- data.tar.gz: 7d5ac8e8e92e0018c642688d585f7c43385c295dfaac960e31619e3acda68930e76496ad8c9cdeb3a6b2a9b1ad636207615c9146d1e5287583dccae3109ca944
6
+ metadata.gz: a57aea5013347611a81409345810cf780022bf3b0071805b4516479b846dea98e5f97086bd24368363b298c330f5886d57bf9d44bcb82a369ad85eba319137dc
7
+ data.tar.gz: 59deba54da75d08eca52a9893e514dbb21ae84d08d3339d0adb722d4b7edc38da53aa6c9999f7856228ba2d76860eb8510c931a75635c5d2803a11e44d0c9080
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.58.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230202
6
+
7
+ ### v0.57.0 (2023-02-05)
8
+
9
+ * Regenerated from discovery document revision 20230129
10
+
3
11
  ### v0.56.0 (2023-01-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20230120
@@ -381,11 +381,6 @@ module Google
381
381
  # @return [Google::Apis::DocumentaiV1::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::DocumentaiV1::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
@@ -2891,7 +2854,8 @@ module Google
2891
2854
  # @return [String]
2892
2855
  attr_accessor :agent
2893
2856
 
2894
- # The time that the revision was created.
2857
+ # The time that the revision was created, internally generated by doc proto
2858
+ # storage at the time of create.
2895
2859
  # Corresponds to the JSON property `createTime`
2896
2860
  # @return [String]
2897
2861
  attr_accessor :create_time
@@ -2901,7 +2865,8 @@ module Google
2901
2865
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentRevisionHumanReview]
2902
2866
  attr_accessor :human_review
2903
2867
 
2904
- # Id of the revision. Unique within the context of the document.
2868
+ # Id of the revision, internally generated by doc proto storage. Unique within
2869
+ # the context of the document.
2905
2870
  # Corresponds to the JSON property `id`
2906
2871
  # @return [String]
2907
2872
  attr_accessor :id
@@ -3497,6 +3462,25 @@ module Google
3497
3462
  end
3498
3463
  end
3499
3464
 
3465
+ # Metadata of the EvaluateProcessorVersion method.
3466
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata
3467
+ include Google::Apis::Core::Hashable
3468
+
3469
+ # The common metadata for long running operations.
3470
+ # Corresponds to the JSON property `commonMetadata`
3471
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata]
3472
+ attr_accessor :common_metadata
3473
+
3474
+ def initialize(**args)
3475
+ update!(**args)
3476
+ end
3477
+
3478
+ # Update properties of this object
3479
+ def update!(**args)
3480
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
3481
+ end
3482
+ end
3483
+
3500
3484
  # Evaluates the given ProcessorVersion against the supplied documents.
3501
3485
  class GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest
3502
3486
  include Google::Apis::Core::Hashable
@@ -3516,6 +3500,25 @@ module Google
3516
3500
  end
3517
3501
  end
3518
3502
 
3503
+ # Metadata of the EvaluateProcessorVersion method.
3504
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse
3505
+ include Google::Apis::Core::Hashable
3506
+
3507
+ # The resource name of the created evaluation.
3508
+ # Corresponds to the JSON property `evaluation`
3509
+ # @return [String]
3510
+ attr_accessor :evaluation
3511
+
3512
+ def initialize(**args)
3513
+ update!(**args)
3514
+ end
3515
+
3516
+ # Update properties of this object
3517
+ def update!(**args)
3518
+ @evaluation = args[:evaluation] if args.key?(:evaluation)
3519
+ end
3520
+ end
3521
+
3519
3522
  # An evaluation of a ProcessorVersion's performance.
3520
3523
  class GoogleCloudDocumentaiV1Evaluation
3521
3524
  include Google::Apis::Core::Hashable
@@ -4552,6 +4555,80 @@ module Google
4552
4555
  end
4553
4556
  end
4554
4557
 
4558
+ # The metadata that represents a processor version being created.
4559
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadata
4560
+ include Google::Apis::Core::Hashable
4561
+
4562
+ # The common metadata for long running operations.
4563
+ # Corresponds to the JSON property `commonMetadata`
4564
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata]
4565
+ attr_accessor :common_metadata
4566
+
4567
+ # The dataset validation information. This includes any and all errors with
4568
+ # documents and the dataset.
4569
+ # Corresponds to the JSON property `testDatasetValidation`
4570
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation]
4571
+ attr_accessor :test_dataset_validation
4572
+
4573
+ # The dataset validation information. This includes any and all errors with
4574
+ # documents and the dataset.
4575
+ # Corresponds to the JSON property `trainingDatasetValidation`
4576
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation]
4577
+ attr_accessor :training_dataset_validation
4578
+
4579
+ def initialize(**args)
4580
+ update!(**args)
4581
+ end
4582
+
4583
+ # Update properties of this object
4584
+ def update!(**args)
4585
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
4586
+ @test_dataset_validation = args[:test_dataset_validation] if args.key?(:test_dataset_validation)
4587
+ @training_dataset_validation = args[:training_dataset_validation] if args.key?(:training_dataset_validation)
4588
+ end
4589
+ end
4590
+
4591
+ # The dataset validation information. This includes any and all errors with
4592
+ # documents and the dataset.
4593
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation
4594
+ include Google::Apis::Core::Hashable
4595
+
4596
+ # The total number of dataset errors.
4597
+ # Corresponds to the JSON property `datasetErrorCount`
4598
+ # @return [Fixnum]
4599
+ attr_accessor :dataset_error_count
4600
+
4601
+ # Error information for the dataset as a whole. A maximum of 10 dataset errors
4602
+ # will be returned. A single dataset error is terminal for training.
4603
+ # Corresponds to the JSON property `datasetErrors`
4604
+ # @return [Array<Google::Apis::DocumentaiV1::GoogleRpcStatus>]
4605
+ attr_accessor :dataset_errors
4606
+
4607
+ # The total number of document errors.
4608
+ # Corresponds to the JSON property `documentErrorCount`
4609
+ # @return [Fixnum]
4610
+ attr_accessor :document_error_count
4611
+
4612
+ # Error information pertaining to specific documents. A maximum of 10 document
4613
+ # errors will be returned. Any document with errors will not be used throughout
4614
+ # training.
4615
+ # Corresponds to the JSON property `documentErrors`
4616
+ # @return [Array<Google::Apis::DocumentaiV1::GoogleRpcStatus>]
4617
+ attr_accessor :document_errors
4618
+
4619
+ def initialize(**args)
4620
+ update!(**args)
4621
+ end
4622
+
4623
+ # Update properties of this object
4624
+ def update!(**args)
4625
+ @dataset_error_count = args[:dataset_error_count] if args.key?(:dataset_error_count)
4626
+ @dataset_errors = args[:dataset_errors] if args.key?(:dataset_errors)
4627
+ @document_error_count = args[:document_error_count] if args.key?(:document_error_count)
4628
+ @document_errors = args[:document_errors] if args.key?(:document_errors)
4629
+ end
4630
+ end
4631
+
4555
4632
  # Request message for the create processor version method.
4556
4633
  class GoogleCloudDocumentaiV1TrainProcessorVersionRequest
4557
4634
  include Google::Apis::Core::Hashable
@@ -4620,6 +4697,25 @@ module Google
4620
4697
  end
4621
4698
  end
4622
4699
 
4700
+ # The response for the TrainProcessorVersion method.
4701
+ class GoogleCloudDocumentaiV1TrainProcessorVersionResponse
4702
+ include Google::Apis::Core::Hashable
4703
+
4704
+ # The resource name of the processor version produced by training.
4705
+ # Corresponds to the JSON property `processorVersion`
4706
+ # @return [String]
4707
+ attr_accessor :processor_version
4708
+
4709
+ def initialize(**args)
4710
+ update!(**args)
4711
+ end
4712
+
4713
+ # Update properties of this object
4714
+ def update!(**args)
4715
+ @processor_version = args[:processor_version] if args.key?(:processor_version)
4716
+ end
4717
+ end
4718
+
4623
4719
  # The long running operation metadata for the undeploy processor version method.
4624
4720
  class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
4625
4721
  include Google::Apis::Core::Hashable
@@ -6003,7 +6099,8 @@ module Google
6003
6099
  # @return [String]
6004
6100
  attr_accessor :agent
6005
6101
 
6006
- # The time that the revision was created.
6102
+ # The time that the revision was created, internally generated by doc proto
6103
+ # storage at the time of create.
6007
6104
  # Corresponds to the JSON property `createTime`
6008
6105
  # @return [String]
6009
6106
  attr_accessor :create_time
@@ -6013,7 +6110,8 @@ module Google
6013
6110
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview]
6014
6111
  attr_accessor :human_review
6015
6112
 
6016
- # Id of the revision. Unique within the context of the document.
6113
+ # Id of the revision, internally generated by doc proto storage. Unique within
6114
+ # the context of the document.
6017
6115
  # Corresponds to the JSON property `id`
6018
6116
  # @return [String]
6019
6117
  attr_accessor :id
@@ -7944,7 +8042,8 @@ module Google
7944
8042
  # @return [String]
7945
8043
  attr_accessor :agent
7946
8044
 
7947
- # The time that the revision was created.
8045
+ # The time that the revision was created, internally generated by doc proto
8046
+ # storage at the time of create.
7948
8047
  # Corresponds to the JSON property `createTime`
7949
8048
  # @return [String]
7950
8049
  attr_accessor :create_time
@@ -7954,7 +8053,8 @@ module Google
7954
8053
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview]
7955
8054
  attr_accessor :human_review
7956
8055
 
7957
- # Id of the revision. Unique within the context of the document.
8056
+ # Id of the revision, internally generated by doc proto storage. Unique within
8057
+ # the context of the document.
7958
8058
  # Corresponds to the JSON property `id`
7959
8059
  # @return [String]
7960
8060
  attr_accessor :id
@@ -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.56.0"
19
+ GEM_VERSION = "0.58.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
 
@@ -694,12 +688,24 @@ module Google
694
688
  include Google::Apis::Core::JsonObjectSupport
695
689
  end
696
690
 
691
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
697
  class GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest
698
698
  class Representation < Google::Apis::Core::JsonRepresentation; end
699
699
 
700
700
  include Google::Apis::Core::JsonObjectSupport
701
701
  end
702
702
 
703
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
703
709
  class GoogleCloudDocumentaiV1Evaluation
704
710
  class Representation < Google::Apis::Core::JsonRepresentation; end
705
711
 
@@ -880,6 +886,18 @@ module Google
880
886
  include Google::Apis::Core::JsonObjectSupport
881
887
  end
882
888
 
889
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadata
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
883
901
  class GoogleCloudDocumentaiV1TrainProcessorVersionRequest
884
902
  class Representation < Google::Apis::Core::JsonRepresentation; end
885
903
 
@@ -892,6 +910,12 @@ module Google
892
910
  include Google::Apis::Core::JsonObjectSupport
893
911
  end
894
912
 
913
+ class GoogleCloudDocumentaiV1TrainProcessorVersionResponse
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
895
919
  class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
896
920
  class Representation < Google::Apis::Core::JsonRepresentation; end
897
921
 
@@ -1836,8 +1860,6 @@ module Google
1836
1860
 
1837
1861
  property :revision_ref, as: 'revisionRef', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3RevisionRef, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3RevisionRef::Representation
1838
1862
 
1839
- property :revision_reference, as: 'revisionReference', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3RevisionReference, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3RevisionReference::Representation
1840
-
1841
1863
  end
1842
1864
  end
1843
1865
 
@@ -2030,15 +2052,6 @@ module Google
2030
2052
  end
2031
2053
  end
2032
2054
 
2033
- class GoogleCloudDocumentaiUiv1beta3RevisionReference
2034
- # @private
2035
- class Representation < Google::Apis::Core::JsonRepresentation
2036
- property :latest_processor_version, as: 'latestProcessorVersion'
2037
- property :revision_case, as: 'revisionCase'
2038
- property :revision_id, as: 'revisionId'
2039
- end
2040
- end
2041
-
2042
2055
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
2043
2056
  # @private
2044
2057
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2804,6 +2817,14 @@ module Google
2804
2817
  end
2805
2818
  end
2806
2819
 
2820
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata
2821
+ # @private
2822
+ class Representation < Google::Apis::Core::JsonRepresentation
2823
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
2824
+
2825
+ end
2826
+ end
2827
+
2807
2828
  class GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest
2808
2829
  # @private
2809
2830
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2812,6 +2833,13 @@ module Google
2812
2833
  end
2813
2834
  end
2814
2835
 
2836
+ class GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse
2837
+ # @private
2838
+ class Representation < Google::Apis::Core::JsonRepresentation
2839
+ property :evaluation, as: 'evaluation'
2840
+ end
2841
+ end
2842
+
2815
2843
  class GoogleCloudDocumentaiV1Evaluation
2816
2844
  # @private
2817
2845
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3118,6 +3146,30 @@ module Google
3118
3146
  end
3119
3147
  end
3120
3148
 
3149
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadata
3150
+ # @private
3151
+ class Representation < Google::Apis::Core::JsonRepresentation
3152
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
3153
+
3154
+ property :test_dataset_validation, as: 'testDatasetValidation', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation::Representation
3155
+
3156
+ property :training_dataset_validation, as: 'trainingDatasetValidation', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation::Representation
3157
+
3158
+ end
3159
+ end
3160
+
3161
+ class GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation
3162
+ # @private
3163
+ class Representation < Google::Apis::Core::JsonRepresentation
3164
+ property :dataset_error_count, as: 'datasetErrorCount'
3165
+ collection :dataset_errors, as: 'datasetErrors', class: Google::Apis::DocumentaiV1::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1::GoogleRpcStatus::Representation
3166
+
3167
+ property :document_error_count, as: 'documentErrorCount'
3168
+ collection :document_errors, as: 'documentErrors', class: Google::Apis::DocumentaiV1::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1::GoogleRpcStatus::Representation
3169
+
3170
+ end
3171
+ end
3172
+
3121
3173
  class GoogleCloudDocumentaiV1TrainProcessorVersionRequest
3122
3174
  # @private
3123
3175
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3141,6 +3193,13 @@ module Google
3141
3193
  end
3142
3194
  end
3143
3195
 
3196
+ class GoogleCloudDocumentaiV1TrainProcessorVersionResponse
3197
+ # @private
3198
+ class Representation < Google::Apis::Core::JsonRepresentation
3199
+ property :processor_version, as: 'processorVersion'
3200
+ end
3201
+ end
3202
+
3144
3203
  class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
3145
3204
  # @private
3146
3205
  class Representation < Google::Apis::Core::JsonRepresentation
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.56.0
4
+ version: 0.58.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.58.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: []