google-apis-documentai_v1beta3 0.56.0 → 0.57.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: 78ee69543e7534a27236cd45e7aff21c1f013a3c4142a3adc769ef75f8fd4183
4
- data.tar.gz: 6b53cd5ed8501f9dd90e63877ad413983a4d0de065336a9f483ffbde64d8ca4e
3
+ metadata.gz: '090cb91fff9a84af730645b1699af357aa1bec9383f9f39ede578b199dfbc01f'
4
+ data.tar.gz: 4c384c2b348806f183601b2cc87ff24c6a43cfa0ea29525a361bf6b1c1c214d8
5
5
  SHA512:
6
- metadata.gz: 1ae2c394a708d58c4454a9e549fcc2199089709367d7eb11bad4f7f1782039812a72b9f899a6b74f017cdcf58451adb288809916dc2f808d1dbf58bb553fd75a
7
- data.tar.gz: 192008221dd4ce385536f957e146449d72584ed3b356ffd6dc87553c4b155dc88353b09e8f90e489e02c3e72e92bfcda3c35d78ddc3fd7a184c34765ffdd0de5
6
+ metadata.gz: a46a6b1173c2716842497385f6b9603480e2c7260af835b2be4f774ea1337d77779b86b43001ec6752fe5f7840990c9a4cef535c0ce013053be818796801d754
7
+ data.tar.gz: 498c667a4852e044acf788c3ad3859f551aadcce94b3273d324975d753705b479b9a7afa189e8db8dfdfe8707b8149d4b1447b5040f5cdb38c4d180f482998dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.57.0 (2022-09-20)
4
+
5
+ * Regenerated from discovery document revision 20220919
6
+ * Regenerated using generator version 0.10.0
7
+
3
8
  ### v0.56.0 (2022-09-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20220912
@@ -1841,8 +1841,7 @@ module Google
1841
1841
  # @return [String]
1842
1842
  attr_accessor :mention_id
1843
1843
 
1844
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
1845
- # entity is not present in the document, this field will be empty.
1844
+ # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
1846
1845
  # Corresponds to the JSON property `mentionText`
1847
1846
  # @return [String]
1848
1847
  attr_accessor :mention_text
@@ -3677,8 +3676,7 @@ module Google
3677
3676
  # @return [String]
3678
3677
  attr_accessor :mention_id
3679
3678
 
3680
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
3681
- # entity is not present in the document, this field will be empty.
3679
+ # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
3682
3680
  # Corresponds to the JSON property `mentionText`
3683
3681
  # @return [String]
3684
3682
  attr_accessor :mention_text
@@ -5935,8 +5933,7 @@ module Google
5935
5933
  # @return [String]
5936
5934
  attr_accessor :mention_id
5937
5935
 
5938
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
5939
- # entity is not present in the document, this field will be empty.
5936
+ # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
5940
5937
  # Corresponds to the JSON property `mentionText`
5941
5938
  # @return [String]
5942
5939
  attr_accessor :mention_text
@@ -6154,6 +6151,11 @@ module Google
6154
6151
  class GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfig
6155
6152
  include Google::Apis::Core::Hashable
6156
6153
 
6154
+ # Specifies which fields to include in the output documents.
6155
+ # Corresponds to the JSON property `fieldMask`
6156
+ # @return [String]
6157
+ attr_accessor :field_mask
6158
+
6157
6159
  # The Cloud Storage uri (a directory) of the output.
6158
6160
  # Corresponds to the JSON property `gcsUri`
6159
6161
  # @return [String]
@@ -6165,6 +6167,7 @@ module Google
6165
6167
 
6166
6168
  # Update properties of this object
6167
6169
  def update!(**args)
6170
+ @field_mask = args[:field_mask] if args.key?(:field_mask)
6168
6171
  @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
6169
6172
  end
6170
6173
  end
@@ -7644,12 +7647,6 @@ module Google
7644
7647
  attr_accessor :inactive
7645
7648
  alias_method :inactive?, :inactive
7646
7649
 
7647
- # If set, the properties of this entity type must be prefixed with the parents.
7648
- # Corresponds to the JSON property `prefixedNamingOnProperties`
7649
- # @return [Boolean]
7650
- attr_accessor :prefixed_naming_on_properties
7651
- alias_method :prefixed_naming_on_properties?, :prefixed_naming_on_properties
7652
-
7653
7650
  def initialize(**args)
7654
7651
  update!(**args)
7655
7652
  end
@@ -7659,7 +7656,6 @@ module Google
7659
7656
  @human_review_labeling_metadata = args[:human_review_labeling_metadata] if args.key?(:human_review_labeling_metadata)
7660
7657
  @human_review_metadata = args[:human_review_metadata] if args.key?(:human_review_metadata)
7661
7658
  @inactive = args[:inactive] if args.key?(:inactive)
7662
- @prefixed_naming_on_properties = args[:prefixed_naming_on_properties] if args.key?(:prefixed_naming_on_properties)
7663
7659
  end
7664
7660
  end
7665
7661
 
@@ -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.56.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220912"
25
+ REVISION = "20220919"
26
26
  end
27
27
  end
28
28
  end
@@ -3480,6 +3480,7 @@ module Google
3480
3480
  class GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfig
3481
3481
  # @private
3482
3482
  class Representation < Google::Apis::Core::JsonRepresentation
3483
+ property :field_mask, as: 'fieldMask'
3483
3484
  property :gcs_uri, as: 'gcsUri'
3484
3485
  end
3485
3486
  end
@@ -3919,7 +3920,6 @@ module Google
3919
3920
  property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata::Representation
3920
3921
 
3921
3922
  property :inactive, as: 'inactive'
3922
- property :prefixed_naming_on_properties, as: 'prefixedNamingOnProperties'
3923
3923
  end
3924
3924
  end
3925
3925
 
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.56.0
4
+ version: 0.57.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-09-19 00:00:00.000000000 Z
11
+ date: 2022-09-26 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.7.2
19
+ version: 0.9.0
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.7.2
29
+ version: 0.9.0
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.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.57.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: []