google-apis-documentai_v1beta2 0.74.0 → 0.75.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: 9fa157040363f301117185a9a9b57ab371b2617872f6f69e18023a71a5f386f7
4
- data.tar.gz: 5a7d1b3c92c3102c603c850e65d01353fccd5f419bc63a70b11d76275b74b9dc
3
+ metadata.gz: 5f977252a9c44160dfb52f0559ec76e5c922e546f89347b7d5fe9de439e192cb
4
+ data.tar.gz: b2c0042fb764ca943561e89a6abc64059268fe88eedfb6668106ed8f356c0c77
5
5
  SHA512:
6
- metadata.gz: 646cb713154bd4d7fd3309f5aa61a0a46c792303e57df752dc131a33260762714f081d308d4424891e162680373d7c994b761d45b33b6805c171b0c566c35f30
7
- data.tar.gz: ec33a5867520ee59122fc41f4054d64c6ea40ca5f47d4d6bf7b92f2e47ecc6fa934a524a3b648564e31d55afcf62094752cc291fa4f04cbd19155a5f75e76bfe
6
+ metadata.gz: d37dc6b08e4b75789afc017145bbb7e74743e976e324609b0ad30fa093259336b1210561772ca3607ed0381da6a988636c14983fc9a225bbabc76cc8f2428a84
7
+ data.tar.gz: c3788f87d6fc8ecfd38d115641d214d0643f2927f6ea365ae7b840524e09bfb2d869e867083cf68493d8672616c4aeafbd10d94143bf05a0f4c03f24b4e43ab8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.75.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240417
6
+
3
7
  ### v0.74.0 (2024-02-24)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
@@ -3275,25 +3275,25 @@ module Google
3275
3275
  # @return [Float]
3276
3276
  attr_accessor :pixel_font_size
3277
3277
 
3278
- # Whether the text is in small caps.
3278
+ # Whether the text is in small caps. This feature is not supported yet.
3279
3279
  # Corresponds to the JSON property `smallcaps`
3280
3280
  # @return [Boolean]
3281
3281
  attr_accessor :smallcaps
3282
3282
  alias_method :smallcaps?, :smallcaps
3283
3283
 
3284
- # Whether the text is strikethrough.
3284
+ # Whether the text is strikethrough. This feature is not supported yet.
3285
3285
  # Corresponds to the JSON property `strikeout`
3286
3286
  # @return [Boolean]
3287
3287
  attr_accessor :strikeout
3288
3288
  alias_method :strikeout?, :strikeout
3289
3289
 
3290
- # Whether the text is a subscript.
3290
+ # Whether the text is a subscript. This feature is not supported yet.
3291
3291
  # Corresponds to the JSON property `subscript`
3292
3292
  # @return [Boolean]
3293
3293
  attr_accessor :subscript
3294
3294
  alias_method :subscript?, :subscript
3295
3295
 
3296
- # Whether the text is a superscript.
3296
+ # Whether the text is a superscript. This feature is not supported yet.
3297
3297
  # Corresponds to the JSON property `superscript`
3298
3298
  # @return [Boolean]
3299
3299
  attr_accessor :superscript
@@ -5464,25 +5464,25 @@ module Google
5464
5464
  # @return [Float]
5465
5465
  attr_accessor :pixel_font_size
5466
5466
 
5467
- # Whether the text is in small caps.
5467
+ # Whether the text is in small caps. This feature is not supported yet.
5468
5468
  # Corresponds to the JSON property `smallcaps`
5469
5469
  # @return [Boolean]
5470
5470
  attr_accessor :smallcaps
5471
5471
  alias_method :smallcaps?, :smallcaps
5472
5472
 
5473
- # Whether the text is strikethrough.
5473
+ # Whether the text is strikethrough. This feature is not supported yet.
5474
5474
  # Corresponds to the JSON property `strikeout`
5475
5475
  # @return [Boolean]
5476
5476
  attr_accessor :strikeout
5477
5477
  alias_method :strikeout?, :strikeout
5478
5478
 
5479
- # Whether the text is a subscript.
5479
+ # Whether the text is a subscript. This feature is not supported yet.
5480
5480
  # Corresponds to the JSON property `subscript`
5481
5481
  # @return [Boolean]
5482
5482
  attr_accessor :subscript
5483
5483
  alias_method :subscript?, :subscript
5484
5484
 
5485
- # Whether the text is a superscript.
5485
+ # Whether the text is a superscript. This feature is not supported yet.
5486
5486
  # Corresponds to the JSON property `superscript`
5487
5487
  # @return [Boolean]
5488
5488
  attr_accessor :superscript
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta2
18
18
  # Version of the google-apis-documentai_v1beta2 gem
19
- GEM_VERSION = "0.74.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240112"
25
+ REVISION = "20240417"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-04-21 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.75.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []