google-apis-documentai_v1 0.37.0 → 0.38.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: b169ad06927eeece80da8f752fddcc1b9c4acd132261413eb978e4bbbc60784a
4
- data.tar.gz: 415bb98ebc7ad7b61c4f29c8f8bac832b9a3347eae64f341238b81f411351d8f
3
+ metadata.gz: 5ed69d0e1c952ed963a6ec14dbb46cf282cc49a71d7f1009ffee557715a623fb
4
+ data.tar.gz: 1ba2ea3301e975fb155f02f82c9dd2d3228039544530db08b957b25db2bf6df7
5
5
  SHA512:
6
- metadata.gz: 0c3a3d736b1197d9c7f365b376248ad5661b5f70dd13e613b79781df116b78def2e056fc593792f2e0bb97fc972899481c454be9b0bafac1cda9aab28907d851
7
- data.tar.gz: e3c7e587c4c0301fbd4e4c3feb4f42ae155dc468ea7428ac1f6748abb6fcd629c76256cb30096885917cc93c9c5e2f77a3d9aa63a535ba24fbaa9d5d6aa88f21
6
+ metadata.gz: '06382443436bc0ceaa651f6d03f74f142cbe13774ce1c07b3bc64dff3d4b09086088fca091ee22512376e7dcd89ad82eb47ecd46e7e4c7d4b24ed2d7d1d78d26'
7
+ data.tar.gz: a017098d3055231f79b3418421dc29bf58a50f96cf65a7dbb6aa1ec4d39ffaeae7de91960f28aa7b56eb959b21612c428385e525cc79f6c4905d3699621a872b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.38.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.37.0 (2022-05-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220505
@@ -3086,6 +3086,11 @@ module Google
3086
3086
  class GoogleCloudDocumentaiV1ProcessRequest
3087
3087
  include Google::Apis::Core::Hashable
3088
3088
 
3089
+ # Specifies which fields to include in ProcessResponse's document.
3090
+ # Corresponds to the JSON property `fieldMask`
3091
+ # @return [String]
3092
+ attr_accessor :field_mask
3093
+
3089
3094
  # Document represents the canonical document resource in Document AI. It is an
3090
3095
  # interchange format that provides insights into documents and allows for
3091
3096
  # collaboration between users and Document AI to iterate and optimize for
@@ -3112,6 +3117,7 @@ module Google
3112
3117
 
3113
3118
  # Update properties of this object
3114
3119
  def update!(**args)
3120
+ @field_mask = args[:field_mask] if args.key?(:field_mask)
3115
3121
  @inline_document = args[:inline_document] if args.key?(:inline_document)
3116
3122
  @raw_document = args[:raw_document] if args.key?(:raw_document)
3117
3123
  @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 DocumentaiV1
18
18
  # Version of the google-apis-documentai_v1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.38.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
@@ -2449,6 +2449,7 @@ module Google
2449
2449
  class GoogleCloudDocumentaiV1ProcessRequest
2450
2450
  # @private
2451
2451
  class Representation < Google::Apis::Core::JsonRepresentation
2452
+ property :field_mask, as: 'fieldMask'
2452
2453
  property :inline_document, as: 'inlineDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document::Representation
2453
2454
 
2454
2455
  property :raw_document, as: 'rawDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1RawDocument, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1RawDocument::Representation
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.37.0
4
+ version: 0.38.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.38.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: []