google-apis-documentai_v1 0.36.0 → 0.39.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: '0991b9d49ab32d447089ee8257a327e3e414c242e1558a326bedc17b092ede72'
4
- data.tar.gz: 95914d6fedf40152aa35049f76da2250dbae9ef9e12de0d6a47967ed31847d86
3
+ metadata.gz: d1af260fcaeb07534ec1c40a85b1cd1b1cbc06ec39535bf7054dde3d87b6900d
4
+ data.tar.gz: 6c7f6d7c237afc4386ea8a4c129c196714aadf52c842e6211124a8734a55e9fc
5
5
  SHA512:
6
- metadata.gz: da24ed6780582653d2aaf324503e7d1a6d15e1d9a5449f527d4185eabc30fd4789c3c411b95bc1f35cd10a54bbd2be278048d42d7b95a72223a7094127258502
7
- data.tar.gz: f7d6a7a2496ddeb08c5efee2643faccf0c19af4d1b22a42bdc65d98e450b1890d250a8ff16e9024a9d2a28d45ed4bc5a750488262f9f0be9879dfe97a4611a5e
6
+ metadata.gz: 92f4199dcaea22eb3ea406ffb8ebff62205c89d84725222ee55d1d6399a61489e7846eb995bbc2574e688bdcecd698586499e49b7438afb5eda8f661f1731da7
7
+ data.tar.gz: 88804bb6dc8254f0945105bbde2e9fe025e487ad21272c4cf38ecc06a894c24816018899944953872fc38b3ca468a9199f3dfaf72c75cf848580dfd9a6b9c36c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.39.0 (2022-06-08)
4
+
5
+ * Regenerated from discovery document revision 20220602
6
+ * Regenerated using generator version 0.5.0
7
+ * Unspecified changes
8
+
9
+ ### v0.38.0 (2022-05-17)
10
+
11
+ * Regenerated from discovery document revision 20220513
12
+
13
+ ### v0.37.0 (2022-05-10)
14
+
15
+ * Regenerated from discovery document revision 20220505
16
+
3
17
  ### v0.36.0 (2022-04-26)
4
18
 
5
19
  * Regenerated from discovery document revision 20220421
@@ -3077,6 +3077,11 @@ module Google
3077
3077
  class GoogleCloudDocumentaiV1ProcessRequest
3078
3078
  include Google::Apis::Core::Hashable
3079
3079
 
3080
+ # Specifies which fields to include in ProcessResponse's document.
3081
+ # Corresponds to the JSON property `fieldMask`
3082
+ # @return [String]
3083
+ attr_accessor :field_mask
3084
+
3080
3085
  # Document represents the canonical document resource in Document AI. It is an
3081
3086
  # interchange format that provides insights into documents and allows for
3082
3087
  # collaboration between users and Document AI to iterate and optimize for
@@ -3103,6 +3108,7 @@ module Google
3103
3108
 
3104
3109
  # Update properties of this object
3105
3110
  def update!(**args)
3111
+ @field_mask = args[:field_mask] if args.key?(:field_mask)
3106
3112
  @inline_document = args[:inline_document] if args.key?(:inline_document)
3107
3113
  @raw_document = args[:raw_document] if args.key?(:raw_document)
3108
3114
  @skip_human_review = args[:skip_human_review] if args.key?(:skip_human_review)
@@ -3497,6 +3503,8 @@ module Google
3497
3503
  include Google::Apis::Core::Hashable
3498
3504
 
3499
3505
  # Required. The resource name of child ProcessorVersion to use as default.
3506
+ # Format: `projects/`project`/locations/`location`/processors/`processor`/
3507
+ # processorVersions/`version``
3500
3508
  # Corresponds to the JSON property `defaultProcessorVersion`
3501
3509
  # @return [String]
3502
3510
  attr_accessor :default_processor_version
@@ -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.36.0"
19
+ GEM_VERSION = "0.39.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
@@ -2448,6 +2448,7 @@ module Google
2448
2448
  class GoogleCloudDocumentaiV1ProcessRequest
2449
2449
  # @private
2450
2450
  class Representation < Google::Apis::Core::JsonRepresentation
2451
+ property :field_mask, as: 'fieldMask'
2451
2452
  property :inline_document, as: 'inlineDocument', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document::Representation
2452
2453
 
2453
2454
  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.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-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.39.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: []
@@ -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 V1