google-apis-documentai_v1beta3 0.43.0 → 0.46.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: 5ded7b3bf435ff17ce0900e56e1199e4ed3e7107fc34e3535ed8fe63c4201e5a
4
- data.tar.gz: bba4a2235f1c4e7361a163ea8a7196b6784896cd97c29de69c31cfe6fa8d5110
3
+ metadata.gz: a4c6e76a594f2895c0a00d636676caaadee9ee61f5c9dd70a222c7b939b0f332
4
+ data.tar.gz: d529c189a60a550de00460cc9437b49d25c5eef3d12d41564b9ce05490d87d6f
5
5
  SHA512:
6
- metadata.gz: a62448e746e22e32213ec4e054b36a8efd452a5c7963ee6979facf8d4de9ee61128e8b426c310edb27460dc1f37a6432c37e0758c410122a270a18018806c76d
7
- data.tar.gz: b19c2d1a9c1ec5455f556c94b9e19fec492a7912be8093fda1858ba346c5c392f2e55e0b3b74a03d4030c7b7566f0f468ae7d1f860f081fbcbc4e06ff0b373c5
6
+ metadata.gz: f36ca221f3ebec5cb34d4018e6c2e4bdd967feb9c93ccab09c2d7c4d87f77aef5428d074c9f194def8fd8ce577d295796a1855effd404969065dd8506fd13e92
7
+ data.tar.gz: 97887a8537a688ee8cc062d16989d66eeca662094c226bf84ba703639111cbccc36b54778d8b92641ff3c92030cff3cb9ac57f2f0ee841a9608547a62ed2c624
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.46.0 (2022-06-08)
4
+
5
+ * Regenerated from discovery document revision 20220602
6
+ * Regenerated using generator version 0.5.0
7
+
8
+ ### v0.45.0 (2022-05-17)
9
+
10
+ * Regenerated from discovery document revision 20220513
11
+
12
+ ### v0.44.0 (2022-05-10)
13
+
14
+ * Regenerated from discovery document revision 20220505
15
+
3
16
  ### v0.43.0 (2022-04-26)
4
17
 
5
18
  * Regenerated from discovery document revision 20220421
@@ -7215,6 +7215,11 @@ module Google
7215
7215
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document]
7216
7216
  attr_accessor :document
7217
7217
 
7218
+ # Specifies which fields to include in ProcessResponse's document.
7219
+ # Corresponds to the JSON property `fieldMask`
7220
+ # @return [String]
7221
+ attr_accessor :field_mask
7222
+
7218
7223
  # Document represents the canonical document resource in Document AI. It is an
7219
7224
  # interchange format that provides insights into documents and allows for
7220
7225
  # collaboration between users and Document AI to iterate and optimize for
@@ -7242,6 +7247,7 @@ module Google
7242
7247
  # Update properties of this object
7243
7248
  def update!(**args)
7244
7249
  @document = args[:document] if args.key?(:document)
7250
+ @field_mask = args[:field_mask] if args.key?(:field_mask)
7245
7251
  @inline_document = args[:inline_document] if args.key?(:inline_document)
7246
7252
  @raw_document = args[:raw_document] if args.key?(:raw_document)
7247
7253
  @skip_human_review = args[:skip_human_review] if args.key?(:skip_human_review)
@@ -7679,6 +7685,8 @@ module Google
7679
7685
  include Google::Apis::Core::Hashable
7680
7686
 
7681
7687
  # Required. The resource name of child ProcessorVersion to use as default.
7688
+ # Format: `projects/`project`/locations/`location`/processors/`processor`/
7689
+ # processorVersions/`version``
7682
7690
  # Corresponds to the JSON property `defaultProcessorVersion`
7683
7691
  # @return [String]
7684
7692
  attr_accessor :default_processor_version
@@ -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.43.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220421"
25
+ REVISION = "20220602"
26
26
  end
27
27
  end
28
28
  end
@@ -3667,6 +3667,7 @@ module Google
3667
3667
  class Representation < Google::Apis::Core::JsonRepresentation
3668
3668
  property :document, as: 'document', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document::Representation
3669
3669
 
3670
+ property :field_mask, as: 'fieldMask'
3670
3671
  property :inline_document, as: 'inlineDocument', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3Document::Representation
3671
3672
 
3672
3673
  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.43.0
4
+ version: 0.46.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-02 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.46.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Document AI API V1beta3