google-apis-documentai_v1 0.48.0 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9914d08be79086d3146180e0dda743b27a28737fa027f000417a7b103221639
4
- data.tar.gz: 60329e2e0de7b6e2d433b879b687827dc4e0973843a83cc115c310d053ca9c97
3
+ metadata.gz: 5fde809417649966ff829d4db0f7ac0677d40c0793d5633cc062f0972da55886
4
+ data.tar.gz: 5707386ee619e889932bbb3a83995484ba85a090418c57021b6541ff468ece01
5
5
  SHA512:
6
- metadata.gz: d3b66e70b67e24353a5105c6ac2489148f82ecf312f0d063a2704d97bd2716870ea9221c24757b3f4eef6c15bb49e593bd9c781178e89ceb0e75b197f75a5544
7
- data.tar.gz: e5d6cf09d5aabb1ed35254d0c3692997772541bf179b38233e7957b7a63eadfcfa3963471aaa5dbe6110073e78dbaf7b5a56a1878899cfd660b5571798879e94
6
+ metadata.gz: 55d84e4e50ff18bf738db25db43b5ca74d7629b12a51086a502b6c5628a079fb3112923dec7f055560e1a52d46b77bbda1cf3b9e75c994ac9f3cf12c7c296d43
7
+ data.tar.gz: 63704e8824731c35324e6cab97c85e64b42eb7de32c072178390d31b169be6dc81517ed4dc1cdc5c781363b34b4dfdead2585d8ff66bd79f8da6feb60f1d23e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.49.0 (2022-09-21)
4
+
5
+ * Regenerated from discovery document revision 20220919
6
+ * Regenerated using generator version 0.10.0
7
+
3
8
  ### v0.48.0 (2022-09-14)
4
9
 
5
10
  * Regenerated from discovery document revision 20220912
@@ -1656,8 +1656,7 @@ module Google
1656
1656
  # @return [String]
1657
1657
  attr_accessor :mention_id
1658
1658
 
1659
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
1660
- # entity is not present in the document, this field will be empty.
1659
+ # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
1661
1660
  # Corresponds to the JSON property `mentionText`
1662
1661
  # @return [String]
1663
1662
  attr_accessor :mention_text
@@ -1875,6 +1874,11 @@ module Google
1875
1874
  class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig
1876
1875
  include Google::Apis::Core::Hashable
1877
1876
 
1877
+ # Specifies which fields to include in the output documents.
1878
+ # Corresponds to the JSON property `fieldMask`
1879
+ # @return [String]
1880
+ attr_accessor :field_mask
1881
+
1878
1882
  # The Cloud Storage uri (a directory) of the output.
1879
1883
  # Corresponds to the JSON property `gcsUri`
1880
1884
  # @return [String]
@@ -1886,6 +1890,7 @@ module Google
1886
1890
 
1887
1891
  # Update properties of this object
1888
1892
  def update!(**args)
1893
+ @field_mask = args[:field_mask] if args.key?(:field_mask)
1889
1894
  @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
1890
1895
  end
1891
1896
  end
@@ -3365,12 +3370,6 @@ module Google
3365
3370
  attr_accessor :inactive
3366
3371
  alias_method :inactive?, :inactive
3367
3372
 
3368
- # If set, the properties of this entity type must be prefixed with the parents.
3369
- # Corresponds to the JSON property `prefixedNamingOnProperties`
3370
- # @return [Boolean]
3371
- attr_accessor :prefixed_naming_on_properties
3372
- alias_method :prefixed_naming_on_properties?, :prefixed_naming_on_properties
3373
-
3374
3373
  def initialize(**args)
3375
3374
  update!(**args)
3376
3375
  end
@@ -3380,7 +3379,6 @@ module Google
3380
3379
  @human_review_labeling_metadata = args[:human_review_labeling_metadata] if args.key?(:human_review_labeling_metadata)
3381
3380
  @human_review_metadata = args[:human_review_metadata] if args.key?(:human_review_metadata)
3382
3381
  @inactive = args[:inactive] if args.key?(:inactive)
3383
- @prefixed_naming_on_properties = args[:prefixed_naming_on_properties] if args.key?(:prefixed_naming_on_properties)
3384
3382
  end
3385
3383
  end
3386
3384
 
@@ -4502,8 +4500,7 @@ module Google
4502
4500
  # @return [String]
4503
4501
  attr_accessor :mention_id
4504
4502
 
4505
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
4506
- # entity is not present in the document, this field will be empty.
4503
+ # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
4507
4504
  # Corresponds to the JSON property `mentionText`
4508
4505
  # @return [String]
4509
4506
  attr_accessor :mention_text
@@ -6338,8 +6335,7 @@ module Google
6338
6335
  # @return [String]
6339
6336
  attr_accessor :mention_id
6340
6337
 
6341
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
6342
- # entity is not present in the document, this field will be empty.
6338
+ # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
6343
6339
  # Corresponds to the JSON property `mentionText`
6344
6340
  # @return [String]
6345
6341
  attr_accessor :mention_text
@@ -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.48.0"
19
+ GEM_VERSION = "0.49.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
@@ -2219,6 +2219,7 @@ module Google
2219
2219
  class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig
2220
2220
  # @private
2221
2221
  class Representation < Google::Apis::Core::JsonRepresentation
2222
+ property :field_mask, as: 'fieldMask'
2222
2223
  property :gcs_uri, as: 'gcsUri'
2223
2224
  end
2224
2225
  end
@@ -2658,7 +2659,6 @@ module Google
2658
2659
  property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1HumanReviewValidationMetadata::Representation
2659
2660
 
2660
2661
  property :inactive, as: 'inactive'
2661
- property :prefixed_naming_on_properties, as: 'prefixedNamingOnProperties'
2662
2662
  end
2663
2663
  end
2664
2664
 
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.48.0
4
+ version: 0.49.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'
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'
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.49.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: []