google-apis-documentai_v1 0.47.0 → 0.48.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: 96fcbbf548accf2985f5e2d65398b256dc399292add3fc0ae5c0891dd7b67cd4
4
- data.tar.gz: fb0ba4aeae55be38f49e305cba29cb638d98d6dbc56b7b5d8bba53e07e4c4f1a
3
+ metadata.gz: c9914d08be79086d3146180e0dda743b27a28737fa027f000417a7b103221639
4
+ data.tar.gz: 60329e2e0de7b6e2d433b879b687827dc4e0973843a83cc115c310d053ca9c97
5
5
  SHA512:
6
- metadata.gz: 6e6c9eb34dfce3ddbe0efc10d51b1b9202067cc4b5c634c801b7059fc47743e3bce4bcc8c17f8191bb8872c473a003c06fc264627ef7bd9b90e20b06058ba92a
7
- data.tar.gz: 027e64fad91667ea944ae5cca09825172f2814912d4052371bcf92a9f11cc4e67ef75d8c1223a178f72a753b653ed4d98fa53ff6a34e84df9e61b4a10ac184de
6
+ metadata.gz: d3b66e70b67e24353a5105c6ac2489148f82ecf312f0d063a2704d97bd2716870ea9221c24757b3f4eef6c15bb49e593bd9c781178e89ceb0e75b197f75a5544
7
+ data.tar.gz: e5d6cf09d5aabb1ed35254d0c3692997772541bf179b38233e7957b7a63eadfcfa3963471aaa5dbe6110073e78dbaf7b5a56a1878899cfd660b5571798879e94
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.48.0 (2022-09-14)
4
+
5
+ * Regenerated from discovery document revision 20220912
6
+
3
7
  ### v0.47.0 (2022-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20220824
@@ -3139,6 +3139,12 @@ module Google
3139
3139
  # @return [Google::Apis::DocumentaiV1::GoogleTypeColor]
3140
3140
  attr_accessor :color
3141
3141
 
3142
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
3143
+ # cssref/pr_font_font-family.asp
3144
+ # Corresponds to the JSON property `fontFamily`
3145
+ # @return [String]
3146
+ attr_accessor :font_family
3147
+
3142
3148
  # Font size with unit.
3143
3149
  # Corresponds to the JSON property `fontSize`
3144
3150
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentStyleFontSize]
@@ -3175,6 +3181,7 @@ module Google
3175
3181
  def update!(**args)
3176
3182
  @background_color = args[:background_color] if args.key?(:background_color)
3177
3183
  @color = args[:color] if args.key?(:color)
3184
+ @font_family = args[:font_family] if args.key?(:font_family)
3178
3185
  @font_size = args[:font_size] if args.key?(:font_size)
3179
3186
  @font_weight = args[:font_weight] if args.key?(:font_weight)
3180
3187
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -5740,6 +5747,12 @@ module Google
5740
5747
  # @return [Google::Apis::DocumentaiV1::GoogleTypeColor]
5741
5748
  attr_accessor :color
5742
5749
 
5750
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
5751
+ # cssref/pr_font_font-family.asp
5752
+ # Corresponds to the JSON property `fontFamily`
5753
+ # @return [String]
5754
+ attr_accessor :font_family
5755
+
5743
5756
  # Font size with unit.
5744
5757
  # Corresponds to the JSON property `fontSize`
5745
5758
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize]
@@ -5776,6 +5789,7 @@ module Google
5776
5789
  def update!(**args)
5777
5790
  @background_color = args[:background_color] if args.key?(:background_color)
5778
5791
  @color = args[:color] if args.key?(:color)
5792
+ @font_family = args[:font_family] if args.key?(:font_family)
5779
5793
  @font_size = args[:font_size] if args.key?(:font_size)
5780
5794
  @font_weight = args[:font_weight] if args.key?(:font_weight)
5781
5795
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -7606,6 +7620,12 @@ module Google
7606
7620
  # @return [Google::Apis::DocumentaiV1::GoogleTypeColor]
7607
7621
  attr_accessor :color
7608
7622
 
7623
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
7624
+ # cssref/pr_font_font-family.asp
7625
+ # Corresponds to the JSON property `fontFamily`
7626
+ # @return [String]
7627
+ attr_accessor :font_family
7628
+
7609
7629
  # Font size with unit.
7610
7630
  # Corresponds to the JSON property `fontSize`
7611
7631
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize]
@@ -7642,6 +7662,7 @@ module Google
7642
7662
  def update!(**args)
7643
7663
  @background_color = args[:background_color] if args.key?(:background_color)
7644
7664
  @color = args[:color] if args.key?(:color)
7665
+ @font_family = args[:font_family] if args.key?(:font_family)
7645
7666
  @font_size = args[:font_size] if args.key?(:font_size)
7646
7667
  @font_weight = args[:font_weight] if args.key?(:font_weight)
7647
7668
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -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.47.0"
19
+ GEM_VERSION = "0.48.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
@@ -2583,6 +2583,7 @@ module Google
2583
2583
 
2584
2584
  property :color, as: 'color', class: Google::Apis::DocumentaiV1::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1::GoogleTypeColor::Representation
2585
2585
 
2586
+ property :font_family, as: 'fontFamily'
2586
2587
  property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentStyleFontSize::Representation
2587
2588
 
2588
2589
  property :font_weight, as: 'fontWeight'
@@ -3354,6 +3355,7 @@ module Google
3354
3355
 
3355
3356
  property :color, as: 'color', class: Google::Apis::DocumentaiV1::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1::GoogleTypeColor::Representation
3356
3357
 
3358
+ property :font_family, as: 'fontFamily'
3357
3359
  property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize::Representation
3358
3360
 
3359
3361
  property :font_weight, as: 'fontWeight'
@@ -3886,6 +3888,7 @@ module Google
3886
3888
 
3887
3889
  property :color, as: 'color', class: Google::Apis::DocumentaiV1::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1::GoogleTypeColor::Representation
3888
3890
 
3891
+ property :font_family, as: 'fontFamily'
3889
3892
  property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize::Representation
3890
3893
 
3891
3894
  property :font_weight, as: 'fontWeight'
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.47.0
4
+ version: 0.48.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
@@ -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.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.48.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: []