google-apis-documentai_v1beta3 0.55.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: 0ca7e53e63e9cc0c279405e06981aad9f6eb01d1cbe78938d175b8a8505d5e10
4
- data.tar.gz: f46149f9b79224a302154d56ec3ee062b9d4938fbfa2c31d4678324cd804e5b2
3
+ metadata.gz: '090cb91fff9a84af730645b1699af357aa1bec9383f9f39ede578b199dfbc01f'
4
+ data.tar.gz: 4c384c2b348806f183601b2cc87ff24c6a43cfa0ea29525a361bf6b1c1c214d8
5
5
  SHA512:
6
- metadata.gz: 900731b44316c0c6ee71bee2af180e09948fadf2bc810fd4ec87872c0f5341e2acf68e4a9d1b508858a557e207759bcf582cc3e7c8e4534fd082e5c7cae981ff
7
- data.tar.gz: dde87c53bf6dacd9e03ca39dbfe96f3420ece5e1a89a147ea0118f21cb79c9e2fc353923dc810c78f2d4c77135cba8404c90eb3a52fb08c43e324c1a888fe850
6
+ metadata.gz: a46a6b1173c2716842497385f6b9603480e2c7260af835b2be4f774ea1337d77779b86b43001ec6752fe5f7840990c9a4cef535c0ce013053be818796801d754
7
+ data.tar.gz: 498c667a4852e044acf788c3ad3859f551aadcce94b3273d324975d753705b479b9a7afa189e8db8dfdfe8707b8149d4b1447b5040f5cdb38c4d180f482998dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.56.0 (2022-09-18)
9
+
10
+ * Regenerated from discovery document revision 20220912
11
+
3
12
  ### v0.55.0 (2022-08-31)
4
13
 
5
14
  * Regenerated from discovery document revision 20220824
@@ -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
@@ -3086,6 +3085,12 @@ module Google
3086
3085
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeColor]
3087
3086
  attr_accessor :color
3088
3087
 
3088
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
3089
+ # cssref/pr_font_font-family.asp
3090
+ # Corresponds to the JSON property `fontFamily`
3091
+ # @return [String]
3092
+ attr_accessor :font_family
3093
+
3089
3094
  # Font size with unit.
3090
3095
  # Corresponds to the JSON property `fontSize`
3091
3096
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize]
@@ -3122,6 +3127,7 @@ module Google
3122
3127
  def update!(**args)
3123
3128
  @background_color = args[:background_color] if args.key?(:background_color)
3124
3129
  @color = args[:color] if args.key?(:color)
3130
+ @font_family = args[:font_family] if args.key?(:font_family)
3125
3131
  @font_size = args[:font_size] if args.key?(:font_size)
3126
3132
  @font_weight = args[:font_weight] if args.key?(:font_weight)
3127
3133
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -3670,8 +3676,7 @@ module Google
3670
3676
  # @return [String]
3671
3677
  attr_accessor :mention_id
3672
3678
 
3673
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
3674
- # entity is not present in the document, this field will be empty.
3679
+ # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
3675
3680
  # Corresponds to the JSON property `mentionText`
3676
3681
  # @return [String]
3677
3682
  attr_accessor :mention_text
@@ -4952,6 +4957,12 @@ module Google
4952
4957
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeColor]
4953
4958
  attr_accessor :color
4954
4959
 
4960
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
4961
+ # cssref/pr_font_font-family.asp
4962
+ # Corresponds to the JSON property `fontFamily`
4963
+ # @return [String]
4964
+ attr_accessor :font_family
4965
+
4955
4966
  # Font size with unit.
4956
4967
  # Corresponds to the JSON property `fontSize`
4957
4968
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize]
@@ -4988,6 +4999,7 @@ module Google
4988
4999
  def update!(**args)
4989
5000
  @background_color = args[:background_color] if args.key?(:background_color)
4990
5001
  @color = args[:color] if args.key?(:color)
5002
+ @font_family = args[:font_family] if args.key?(:font_family)
4991
5003
  @font_size = args[:font_size] if args.key?(:font_size)
4992
5004
  @font_weight = args[:font_weight] if args.key?(:font_weight)
4993
5005
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -5921,8 +5933,7 @@ module Google
5921
5933
  # @return [String]
5922
5934
  attr_accessor :mention_id
5923
5935
 
5924
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
5925
- # entity is not present in the document, this field will be empty.
5936
+ # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
5926
5937
  # Corresponds to the JSON property `mentionText`
5927
5938
  # @return [String]
5928
5939
  attr_accessor :mention_text
@@ -6140,6 +6151,11 @@ module Google
6140
6151
  class GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfig
6141
6152
  include Google::Apis::Core::Hashable
6142
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
+
6143
6159
  # The Cloud Storage uri (a directory) of the output.
6144
6160
  # Corresponds to the JSON property `gcsUri`
6145
6161
  # @return [String]
@@ -6151,6 +6167,7 @@ module Google
6151
6167
 
6152
6168
  # Update properties of this object
6153
6169
  def update!(**args)
6170
+ @field_mask = args[:field_mask] if args.key?(:field_mask)
6154
6171
  @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
6155
6172
  end
6156
6173
  end
@@ -7404,6 +7421,12 @@ module Google
7404
7421
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeColor]
7405
7422
  attr_accessor :color
7406
7423
 
7424
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
7425
+ # cssref/pr_font_font-family.asp
7426
+ # Corresponds to the JSON property `fontFamily`
7427
+ # @return [String]
7428
+ attr_accessor :font_family
7429
+
7407
7430
  # Font size with unit.
7408
7431
  # Corresponds to the JSON property `fontSize`
7409
7432
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentStyleFontSize]
@@ -7440,6 +7463,7 @@ module Google
7440
7463
  def update!(**args)
7441
7464
  @background_color = args[:background_color] if args.key?(:background_color)
7442
7465
  @color = args[:color] if args.key?(:color)
7466
+ @font_family = args[:font_family] if args.key?(:font_family)
7443
7467
  @font_size = args[:font_size] if args.key?(:font_size)
7444
7468
  @font_weight = args[:font_weight] if args.key?(:font_weight)
7445
7469
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -7623,12 +7647,6 @@ module Google
7623
7647
  attr_accessor :inactive
7624
7648
  alias_method :inactive?, :inactive
7625
7649
 
7626
- # If set, the properties of this entity type must be prefixed with the parents.
7627
- # Corresponds to the JSON property `prefixedNamingOnProperties`
7628
- # @return [Boolean]
7629
- attr_accessor :prefixed_naming_on_properties
7630
- alias_method :prefixed_naming_on_properties?, :prefixed_naming_on_properties
7631
-
7632
7650
  def initialize(**args)
7633
7651
  update!(**args)
7634
7652
  end
@@ -7638,7 +7656,6 @@ module Google
7638
7656
  @human_review_labeling_metadata = args[:human_review_labeling_metadata] if args.key?(:human_review_labeling_metadata)
7639
7657
  @human_review_metadata = args[:human_review_metadata] if args.key?(:human_review_metadata)
7640
7658
  @inactive = args[:inactive] if args.key?(:inactive)
7641
- @prefixed_naming_on_properties = args[:prefixed_naming_on_properties] if args.key?(:prefixed_naming_on_properties)
7642
7659
  end
7643
7660
  end
7644
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.55.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 = "20220824"
25
+ REVISION = "20220919"
26
26
  end
27
27
  end
28
28
  end
@@ -2588,6 +2588,7 @@ module Google
2588
2588
 
2589
2589
  property :color, as: 'color', class: Google::Apis::DocumentaiV1beta3::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeColor::Representation
2590
2590
 
2591
+ property :font_family, as: 'fontFamily'
2591
2592
  property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize::Representation
2592
2593
 
2593
2594
  property :font_weight, as: 'fontWeight'
@@ -3120,6 +3121,7 @@ module Google
3120
3121
 
3121
3122
  property :color, as: 'color', class: Google::Apis::DocumentaiV1beta3::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeColor::Representation
3122
3123
 
3124
+ property :font_family, as: 'fontFamily'
3123
3125
  property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize::Representation
3124
3126
 
3125
3127
  property :font_weight, as: 'fontWeight'
@@ -3478,6 +3480,7 @@ module Google
3478
3480
  class GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfig
3479
3481
  # @private
3480
3482
  class Representation < Google::Apis::Core::JsonRepresentation
3483
+ property :field_mask, as: 'fieldMask'
3481
3484
  property :gcs_uri, as: 'gcsUri'
3482
3485
  end
3483
3486
  end
@@ -3842,6 +3845,7 @@ module Google
3842
3845
 
3843
3846
  property :color, as: 'color', class: Google::Apis::DocumentaiV1beta3::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeColor::Representation
3844
3847
 
3848
+ property :font_family, as: 'fontFamily'
3845
3849
  property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentStyleFontSize::Representation
3846
3850
 
3847
3851
  property :font_weight, as: 'fontWeight'
@@ -3916,7 +3920,6 @@ module Google
3916
3920
  property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata::Representation
3917
3921
 
3918
3922
  property :inactive, as: 'inactive'
3919
- property :prefixed_naming_on_properties, as: 'prefixedNamingOnProperties'
3920
3923
  end
3921
3924
  end
3922
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.55.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-05 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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.55.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: []