google-apis-documentai_v1beta3 0.36.0 → 0.39.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: 4a4de9850a42e842c07adc73c0feb22080bbcfcac2926e6150210558fe7ec8b5
4
- data.tar.gz: 810bb4302fd3ba18dc50c718472f5677a32f48417196b884f4fcfbf8837505cf
3
+ metadata.gz: 87601590185a1d189c9f035851f236da1954b5ede2051e6f0ec16539856bef36
4
+ data.tar.gz: 0ccc15c66ecd88eef60ebd55f3ada6e21ddc2508c22ea712ad4330da3728e2b7
5
5
  SHA512:
6
- metadata.gz: 9947aff59b628bbc1a49fb816ef75c0896fabe20c5d41271f2d1b1f63e505c385714655370ae4a5cd89448132df0e4f4ae16cad9a016f78b3fbc7fea957f1b97
7
- data.tar.gz: ae318c33264306e575dc10dec0869145cc1a556464d58107bf77d6d87372eb69bff1db3585d81d09e4185541448aaf6a2605be7f5544295696dd9f0cfcb75a04
6
+ metadata.gz: a14c653f15c49d370a6af06b1f14c1dff5a349c380fb0e0e9d1c114209ad86abde8e124f8347ea388b66988c9f7b2c0b7610d9647f216b02e0a893feb731587a
7
+ data.tar.gz: 43f5ff91da96ec403b37cec0a57c7f6d2d7c9d3919657ef36bb30ac068444f5cbfa6036daa54035ab7b1725d2b224b4b192272b5c638927a13b4e7ad67f02991
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.39.0 (2022-03-23)
4
+
5
+ * Regenerated from discovery document revision 20220321
6
+
7
+ ### v0.38.0 (2022-03-15)
8
+
9
+ * Regenerated from discovery document revision 20220311
10
+
11
+ ### v0.37.0 (2022-03-09)
12
+
13
+ * Regenerated from discovery document revision 20220307
14
+
3
15
  ### v0.36.0 (2022-03-01)
4
16
 
5
17
  * Regenerated from discovery document revision 20220226
@@ -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::DocumentaiV1beta3::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
@@ -1403,10 +1409,10 @@ module Google
1403
1409
  end
1404
1410
  end
1405
1411
 
1406
- # Document represents the canonical document resource in Document Understanding
1407
- # AI. It is an interchange format that provides insights into documents and
1408
- # allows for collaboration between users and Document Understanding AI to
1409
- # iterate and optimize for quality.
1412
+ # Document represents the canonical document resource in Document AI. It is an
1413
+ # interchange format that provides insights into documents and allows for
1414
+ # collaboration between users and Document AI to iterate and optimize for
1415
+ # quality.
1410
1416
  class GoogleCloudDocumentaiV1beta1Document
1411
1417
  include Google::Apis::Core::Hashable
1412
1418
 
@@ -1536,6 +1542,15 @@ module Google
1536
1542
  # @return [String]
1537
1543
  attr_accessor :mention_text
1538
1544
 
1545
+ # Optional. This attribute indicates that the processing didn't actually
1546
+ # identify this entity, but a confidence score was assigned that represent the
1547
+ # potential that this could be a false negative. A non-present entity should
1548
+ # have an empty mention_text and text_anchor.
1549
+ # Corresponds to the JSON property `nonPresent`
1550
+ # @return [Boolean]
1551
+ attr_accessor :non_present
1552
+ alias_method :non_present?, :non_present
1553
+
1539
1554
  # Parsed and normalized entity value.
1540
1555
  # Corresponds to the JSON property `normalizedValue`
1541
1556
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue]
@@ -1586,6 +1601,7 @@ module Google
1586
1601
  @id = args[:id] if args.key?(:id)
1587
1602
  @mention_id = args[:mention_id] if args.key?(:mention_id)
1588
1603
  @mention_text = args[:mention_text] if args.key?(:mention_text)
1604
+ @non_present = args[:non_present] if args.key?(:non_present)
1589
1605
  @normalized_value = args[:normalized_value] if args.key?(:normalized_value)
1590
1606
  @page_anchor = args[:page_anchor] if args.key?(:page_anchor)
1591
1607
  @properties = args[:properties] if args.key?(:properties)
@@ -1623,11 +1639,11 @@ module Google
1623
1639
  # Represents a whole or partial calendar date, such as a birthday. The time of
1624
1640
  # day and time zone are either specified elsewhere or are insignificant. The
1625
1641
  # 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
1642
+ # following: * A full date, with non-zero year, month, and day values. * A month
1643
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1644
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1645
+ # example, a credit card expiration date). Related types: * google.type.
1646
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1631
1647
  # Corresponds to the JSON property `dateValue`
1632
1648
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
1633
1649
  attr_accessor :date_value
@@ -3155,10 +3171,10 @@ module Google
3155
3171
  end
3156
3172
  end
3157
3173
 
3158
- # Document represents the canonical document resource in Document Understanding
3159
- # AI. It is an interchange format that provides insights into documents and
3160
- # allows for collaboration between users and Document Understanding AI to
3161
- # iterate and optimize for quality.
3174
+ # Document represents the canonical document resource in Document AI. It is an
3175
+ # interchange format that provides insights into documents and allows for
3176
+ # collaboration between users and Document AI to iterate and optimize for
3177
+ # quality.
3162
3178
  class GoogleCloudDocumentaiV1beta2Document
3163
3179
  include Google::Apis::Core::Hashable
3164
3180
 
@@ -3294,6 +3310,15 @@ module Google
3294
3310
  # @return [String]
3295
3311
  attr_accessor :mention_text
3296
3312
 
3313
+ # Optional. This attribute indicates that the processing didn't actually
3314
+ # identify this entity, but a confidence score was assigned that represent the
3315
+ # potential that this could be a false negative. A non-present entity should
3316
+ # have an empty mention_text and text_anchor.
3317
+ # Corresponds to the JSON property `nonPresent`
3318
+ # @return [Boolean]
3319
+ attr_accessor :non_present
3320
+ alias_method :non_present?, :non_present
3321
+
3297
3322
  # Parsed and normalized entity value.
3298
3323
  # Corresponds to the JSON property `normalizedValue`
3299
3324
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue]
@@ -3344,6 +3369,7 @@ module Google
3344
3369
  @id = args[:id] if args.key?(:id)
3345
3370
  @mention_id = args[:mention_id] if args.key?(:mention_id)
3346
3371
  @mention_text = args[:mention_text] if args.key?(:mention_text)
3372
+ @non_present = args[:non_present] if args.key?(:non_present)
3347
3373
  @normalized_value = args[:normalized_value] if args.key?(:normalized_value)
3348
3374
  @page_anchor = args[:page_anchor] if args.key?(:page_anchor)
3349
3375
  @properties = args[:properties] if args.key?(:properties)
@@ -3381,11 +3407,11 @@ module Google
3381
3407
  # Represents a whole or partial calendar date, such as a birthday. The time of
3382
3408
  # day and time zone are either specified elsewhere or are insignificant. The
3383
3409
  # date is relative to the Gregorian Calendar. This can represent one of the
3384
- # following: * A full date, with non-zero year, month, and day values * A month
3385
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
3386
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
3387
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
3388
- # DateTime * google.protobuf.Timestamp
3410
+ # following: * A full date, with non-zero year, month, and day values. * A month
3411
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3412
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3413
+ # example, a credit card expiration date). Related types: * google.type.
3414
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3389
3415
  # Corresponds to the JSON property `dateValue`
3390
3416
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
3391
3417
  attr_accessor :date_value
@@ -5341,10 +5367,10 @@ module Google
5341
5367
  end
5342
5368
  end
5343
5369
 
5344
- # Document represents the canonical document resource in Document Understanding
5345
- # AI. It is an interchange format that provides insights into documents and
5346
- # allows for collaboration between users and Document Understanding AI to
5347
- # iterate and optimize for quality.
5370
+ # Document represents the canonical document resource in Document AI. It is an
5371
+ # interchange format that provides insights into documents and allows for
5372
+ # collaboration between users and Document AI to iterate and optimize for
5373
+ # quality.
5348
5374
  class GoogleCloudDocumentaiV1beta3Document
5349
5375
  include Google::Apis::Core::Hashable
5350
5376
 
@@ -5474,6 +5500,15 @@ module Google
5474
5500
  # @return [String]
5475
5501
  attr_accessor :mention_text
5476
5502
 
5503
+ # Optional. This attribute indicates that the processing didn't actually
5504
+ # identify this entity, but a confidence score was assigned that represent the
5505
+ # potential that this could be a false negative. A non-present entity should
5506
+ # have an empty mention_text and text_anchor.
5507
+ # Corresponds to the JSON property `nonPresent`
5508
+ # @return [Boolean]
5509
+ attr_accessor :non_present
5510
+ alias_method :non_present?, :non_present
5511
+
5477
5512
  # Parsed and normalized entity value.
5478
5513
  # Corresponds to the JSON property `normalizedValue`
5479
5514
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue]
@@ -5524,6 +5559,7 @@ module Google
5524
5559
  @id = args[:id] if args.key?(:id)
5525
5560
  @mention_id = args[:mention_id] if args.key?(:mention_id)
5526
5561
  @mention_text = args[:mention_text] if args.key?(:mention_text)
5562
+ @non_present = args[:non_present] if args.key?(:non_present)
5527
5563
  @normalized_value = args[:normalized_value] if args.key?(:normalized_value)
5528
5564
  @page_anchor = args[:page_anchor] if args.key?(:page_anchor)
5529
5565
  @properties = args[:properties] if args.key?(:properties)
@@ -5561,11 +5597,11 @@ module Google
5561
5597
  # Represents a whole or partial calendar date, such as a birthday. The time of
5562
5598
  # day and time zone are either specified elsewhere or are insignificant. The
5563
5599
  # date is relative to the Gregorian Calendar. This can represent one of the
5564
- # following: * A full date, with non-zero year, month, and day values * A month
5565
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
5566
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
5567
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
5568
- # DateTime * google.protobuf.Timestamp
5600
+ # following: * A full date, with non-zero year, month, and day values. * A month
5601
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
5602
+ # with a zero month and a zero day. * A year and month, with a zero day (for
5603
+ # example, a credit card expiration date). Related types: * google.type.
5604
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
5569
5605
  # Corresponds to the JSON property `dateValue`
5570
5606
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDate]
5571
5607
  attr_accessor :date_value
@@ -7116,18 +7152,18 @@ module Google
7116
7152
  class GoogleCloudDocumentaiV1beta3ProcessRequest
7117
7153
  include Google::Apis::Core::Hashable
7118
7154
 
7119
- # Document represents the canonical document resource in Document Understanding
7120
- # AI. It is an interchange format that provides insights into documents and
7121
- # allows for collaboration between users and Document Understanding AI to
7122
- # iterate and optimize for quality.
7155
+ # Document represents the canonical document resource in Document AI. It is an
7156
+ # interchange format that provides insights into documents and allows for
7157
+ # collaboration between users and Document AI to iterate and optimize for
7158
+ # quality.
7123
7159
  # Corresponds to the JSON property `document`
7124
7160
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document]
7125
7161
  attr_accessor :document
7126
7162
 
7127
- # Document represents the canonical document resource in Document Understanding
7128
- # AI. It is an interchange format that provides insights into documents and
7129
- # allows for collaboration between users and Document Understanding AI to
7130
- # iterate and optimize for quality.
7163
+ # Document represents the canonical document resource in Document AI. It is an
7164
+ # interchange format that provides insights into documents and allows for
7165
+ # collaboration between users and Document AI to iterate and optimize for
7166
+ # quality.
7131
7167
  # Corresponds to the JSON property `inlineDocument`
7132
7168
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document]
7133
7169
  attr_accessor :inline_document
@@ -7161,10 +7197,10 @@ module Google
7161
7197
  class GoogleCloudDocumentaiV1beta3ProcessResponse
7162
7198
  include Google::Apis::Core::Hashable
7163
7199
 
7164
- # Document represents the canonical document resource in Document Understanding
7165
- # AI. It is an interchange format that provides insights into documents and
7166
- # allows for collaboration between users and Document Understanding AI to
7167
- # iterate and optimize for quality.
7200
+ # Document represents the canonical document resource in Document AI. It is an
7201
+ # interchange format that provides insights into documents and allows for
7202
+ # collaboration between users and Document AI to iterate and optimize for
7203
+ # quality.
7168
7204
  # Corresponds to the JSON property `document`
7169
7205
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document]
7170
7206
  attr_accessor :document
@@ -7467,10 +7503,10 @@ module Google
7467
7503
  class GoogleCloudDocumentaiV1beta3ReviewDocumentRequest
7468
7504
  include Google::Apis::Core::Hashable
7469
7505
 
7470
- # Document represents the canonical document resource in Document Understanding
7471
- # AI. It is an interchange format that provides insights into documents and
7472
- # allows for collaboration between users and Document Understanding AI to
7473
- # iterate and optimize for quality.
7506
+ # Document represents the canonical document resource in Document AI. It is an
7507
+ # interchange format that provides insights into documents and allows for
7508
+ # collaboration between users and Document AI to iterate and optimize for
7509
+ # quality.
7474
7510
  # Corresponds to the JSON property `document`
7475
7511
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document]
7476
7512
  attr_accessor :document
@@ -7481,10 +7517,10 @@ module Google
7481
7517
  attr_accessor :enable_schema_validation
7482
7518
  alias_method :enable_schema_validation?, :enable_schema_validation
7483
7519
 
7484
- # Document represents the canonical document resource in Document Understanding
7485
- # AI. It is an interchange format that provides insights into documents and
7486
- # allows for collaboration between users and Document Understanding AI to
7487
- # iterate and optimize for quality.
7520
+ # Document represents the canonical document resource in Document AI. It is an
7521
+ # interchange format that provides insights into documents and allows for
7522
+ # collaboration between users and Document AI to iterate and optimize for
7523
+ # quality.
7488
7524
  # Corresponds to the JSON property `inlineDocument`
7489
7525
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document]
7490
7526
  attr_accessor :inline_document
@@ -7810,8 +7846,7 @@ module Google
7810
7846
  # A generic empty message that you can re-use to avoid defining duplicated empty
7811
7847
  # messages in your APIs. A typical example is to use it as the request or the
7812
7848
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
7813
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
7814
- # `Empty` is empty JSON object ````.
7849
+ # protobuf.Empty) returns (google.protobuf.Empty); `
7815
7850
  class GoogleProtobufEmpty
7816
7851
  include Google::Apis::Core::Hashable
7817
7852
 
@@ -7954,11 +7989,11 @@ module Google
7954
7989
  # Represents a whole or partial calendar date, such as a birthday. The time of
7955
7990
  # day and time zone are either specified elsewhere or are insignificant. The
7956
7991
  # date is relative to the Gregorian Calendar. This can represent one of the
7957
- # following: * A full date, with non-zero year, month, and day values * A month
7958
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
7959
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
7960
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
7961
- # DateTime * google.protobuf.Timestamp
7992
+ # following: * A full date, with non-zero year, month, and day values. * A month
7993
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
7994
+ # with a zero month and a zero day. * A year and month, with a zero day (for
7995
+ # example, a credit card expiration date). Related types: * google.type.
7996
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
7962
7997
  class GoogleTypeDate
7963
7998
  include Google::Apis::Core::Hashable
7964
7999
 
@@ -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.36.0"
19
+ GEM_VERSION = "0.39.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 = "20220226"
25
+ REVISION = "20220321"
26
26
  end
27
27
  end
28
28
  end
@@ -1476,6 +1476,7 @@ module Google
1476
1476
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1477
1477
 
1478
1478
  property :dest_dataset_type, as: 'destDatasetType'
1479
+ property :dest_split_type, as: 'destSplitType'
1479
1480
  collection :individual_batch_move_statuses, as: 'individualBatchMoveStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus::Representation
1480
1481
 
1481
1482
  end
@@ -1996,6 +1997,7 @@ module Google
1996
1997
  property :id, as: 'id'
1997
1998
  property :mention_id, as: 'mentionId'
1998
1999
  property :mention_text, as: 'mentionText'
2000
+ property :non_present, as: 'nonPresent'
1999
2001
  property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue::Representation
2000
2002
 
2001
2003
  property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageAnchor::Representation
@@ -2498,6 +2500,7 @@ module Google
2498
2500
  property :id, as: 'id'
2499
2501
  property :mention_id, as: 'mentionId'
2500
2502
  property :mention_text, as: 'mentionText'
2503
+ property :non_present, as: 'nonPresent'
2501
2504
  property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue::Representation
2502
2505
 
2503
2506
  property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageAnchor::Representation
@@ -3138,6 +3141,7 @@ module Google
3138
3141
  property :id, as: 'id'
3139
3142
  property :mention_id, as: 'mentionId'
3140
3143
  property :mention_text, as: 'mentionText'
3144
+ property :non_present, as: 'nonPresent'
3141
3145
  property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue::Representation
3142
3146
 
3143
3147
  property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageAnchor::Representation
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.36.0
4
+ version: 0.39.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-03-07 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.39.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: []