google-apis-documentai_v1beta3 0.44.0 → 0.45.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: ab4b201e5c72cd115d89f323ef8f32053ed464924c66d2c2980b74dc4a8f87c2
4
- data.tar.gz: efeae32b898eac8534b1aede9d86794d1555dd575731a83121e19dd227973b7a
3
+ metadata.gz: 390cda7dd1322a38b09d1028def4e197798601ac0a90dd99859a0210da8220d2
4
+ data.tar.gz: 00120da15608eada5bc300e767ee8b4495bcd28d10417b7b5ccb91651c04ac86
5
5
  SHA512:
6
- metadata.gz: c8b78696de8b2b51ac61a101dd7c6320941e6b30c01af21d37ad0add596d05f68ac93826f98cdc712e4cbfcff6c30c650c2cc06870de275c42d5d63547d5082a
7
- data.tar.gz: 87bdc319c89456118765398dab6a5ea085bee358799c51b61fb74fb25378482a2284734b29da613fe6a9adcd987b9e57d3b696868b6035f1c89ef4364b676d07
6
+ metadata.gz: 6b005747bc206ab3d43e4155d65f1f288a8b6e91c52534773dc7d3a9820ee763311ed07c4791f233651a47b89725dad9eb2870f610d1671ad7722f824eedfb8b
7
+ data.tar.gz: f0edc1eb2f1c923474dcff55ec31a1bd9c57eeceb80f6632f79bfba8d34559f0579cd5c7e1eebaef40ca62acfc0533800b2fdce55fb809b72f9eb3a06df81e1c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.45.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.44.0 (2022-05-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220505
@@ -7242,6 +7242,11 @@ module Google
7242
7242
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document]
7243
7243
  attr_accessor :document
7244
7244
 
7245
+ # Specifies which fields to include in ProcessResponse's document.
7246
+ # Corresponds to the JSON property `fieldMask`
7247
+ # @return [String]
7248
+ attr_accessor :field_mask
7249
+
7245
7250
  # Document represents the canonical document resource in Document AI. It is an
7246
7251
  # interchange format that provides insights into documents and allows for
7247
7252
  # collaboration between users and Document AI to iterate and optimize for
@@ -7269,6 +7274,7 @@ module Google
7269
7274
  # Update properties of this object
7270
7275
  def update!(**args)
7271
7276
  @document = args[:document] if args.key?(:document)
7277
+ @field_mask = args[:field_mask] if args.key?(:field_mask)
7272
7278
  @inline_document = args[:inline_document] if args.key?(:inline_document)
7273
7279
  @raw_document = args[:raw_document] if args.key?(:raw_document)
7274
7280
  @skip_human_review = args[:skip_human_review] if args.key?(:skip_human_review)
@@ -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.44.0"
19
+ GEM_VERSION = "0.45.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 = "20220505"
25
+ REVISION = "20220513"
26
26
  end
27
27
  end
28
28
  end
@@ -3670,6 +3670,7 @@ module Google
3670
3670
  class Representation < Google::Apis::Core::JsonRepresentation
3671
3671
  property :document, as: 'document', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document::Representation
3672
3672
 
3673
+ property :field_mask, as: 'fieldMask'
3673
3674
  property :inline_document, as: 'inlineDocument', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document::Representation
3674
3675
 
3675
3676
  property :raw_document, as: 'rawDocument', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3RawDocument, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3RawDocument::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.44.0
4
+ version: 0.45.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-05-16 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.45.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: []