google-apis-documentai_v1beta3 0.55.0 → 0.56.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: 78ee69543e7534a27236cd45e7aff21c1f013a3c4142a3adc769ef75f8fd4183
4
+ data.tar.gz: 6b53cd5ed8501f9dd90e63877ad413983a4d0de065336a9f483ffbde64d8ca4e
5
5
  SHA512:
6
- metadata.gz: 900731b44316c0c6ee71bee2af180e09948fadf2bc810fd4ec87872c0f5341e2acf68e4a9d1b508858a557e207759bcf582cc3e7c8e4534fd082e5c7cae981ff
7
- data.tar.gz: dde87c53bf6dacd9e03ca39dbfe96f3420ece5e1a89a147ea0118f21cb79c9e2fc353923dc810c78f2d4c77135cba8404c90eb3a52fb08c43e324c1a888fe850
6
+ metadata.gz: 1ae2c394a708d58c4454a9e549fcc2199089709367d7eb11bad4f7f1782039812a72b9f899a6b74f017cdcf58451adb288809916dc2f808d1dbf58bb553fd75a
7
+ data.tar.gz: 192008221dd4ce385536f957e146449d72584ed3b356ffd6dc87553c4b155dc88353b09e8f90e489e02c3e72e92bfcda3c35d78ddc3fd7a184c34765ffdd0de5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.56.0 (2022-09-18)
4
+
5
+ * Regenerated from discovery document revision 20220912
6
+
3
7
  ### v0.55.0 (2022-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20220824
@@ -3086,6 +3086,12 @@ module Google
3086
3086
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeColor]
3087
3087
  attr_accessor :color
3088
3088
 
3089
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
3090
+ # cssref/pr_font_font-family.asp
3091
+ # Corresponds to the JSON property `fontFamily`
3092
+ # @return [String]
3093
+ attr_accessor :font_family
3094
+
3089
3095
  # Font size with unit.
3090
3096
  # Corresponds to the JSON property `fontSize`
3091
3097
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize]
@@ -3122,6 +3128,7 @@ module Google
3122
3128
  def update!(**args)
3123
3129
  @background_color = args[:background_color] if args.key?(:background_color)
3124
3130
  @color = args[:color] if args.key?(:color)
3131
+ @font_family = args[:font_family] if args.key?(:font_family)
3125
3132
  @font_size = args[:font_size] if args.key?(:font_size)
3126
3133
  @font_weight = args[:font_weight] if args.key?(:font_weight)
3127
3134
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -4952,6 +4959,12 @@ module Google
4952
4959
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeColor]
4953
4960
  attr_accessor :color
4954
4961
 
4962
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
4963
+ # cssref/pr_font_font-family.asp
4964
+ # Corresponds to the JSON property `fontFamily`
4965
+ # @return [String]
4966
+ attr_accessor :font_family
4967
+
4955
4968
  # Font size with unit.
4956
4969
  # Corresponds to the JSON property `fontSize`
4957
4970
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize]
@@ -4988,6 +5001,7 @@ module Google
4988
5001
  def update!(**args)
4989
5002
  @background_color = args[:background_color] if args.key?(:background_color)
4990
5003
  @color = args[:color] if args.key?(:color)
5004
+ @font_family = args[:font_family] if args.key?(:font_family)
4991
5005
  @font_size = args[:font_size] if args.key?(:font_size)
4992
5006
  @font_weight = args[:font_weight] if args.key?(:font_weight)
4993
5007
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -7404,6 +7418,12 @@ module Google
7404
7418
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeColor]
7405
7419
  attr_accessor :color
7406
7420
 
7421
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
7422
+ # cssref/pr_font_font-family.asp
7423
+ # Corresponds to the JSON property `fontFamily`
7424
+ # @return [String]
7425
+ attr_accessor :font_family
7426
+
7407
7427
  # Font size with unit.
7408
7428
  # Corresponds to the JSON property `fontSize`
7409
7429
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentStyleFontSize]
@@ -7440,6 +7460,7 @@ module Google
7440
7460
  def update!(**args)
7441
7461
  @background_color = args[:background_color] if args.key?(:background_color)
7442
7462
  @color = args[:color] if args.key?(:color)
7463
+ @font_family = args[:font_family] if args.key?(:font_family)
7443
7464
  @font_size = args[:font_size] if args.key?(:font_size)
7444
7465
  @font_weight = args[:font_weight] if args.key?(:font_weight)
7445
7466
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -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.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220824"
25
+ REVISION = "20220912"
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'
@@ -3842,6 +3844,7 @@ module Google
3842
3844
 
3843
3845
  property :color, as: 'color', class: Google::Apis::DocumentaiV1beta3::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeColor::Representation
3844
3846
 
3847
+ property :font_family, as: 'fontFamily'
3845
3848
  property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentStyleFontSize::Representation
3846
3849
 
3847
3850
  property :font_weight, as: 'fontWeight'
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.56.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-19 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.7.2
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.7.2
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.56.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: []