google-apis-documentai_v1beta2 0.73.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: 2ff7c98e6a25b1e544c78adbf80d92dff1bbfb8e48b1932dd357e44aac6c48a0
4
- data.tar.gz: a755cd3061a154bc414b5ee263eb99712196a97e5c932a20c998552afcfef6c2
3
+ metadata.gz: 5f977252a9c44160dfb52f0559ec76e5c922e546f89347b7d5fe9de439e192cb
4
+ data.tar.gz: b2c0042fb764ca943561e89a6abc64059268fe88eedfb6668106ed8f356c0c77
5
5
  SHA512:
6
- metadata.gz: b807df56d7391d4a9d52d5e2526e51742644036e6da2b20c72cb85eb007d69822a43f8fe16c6bb337e3e68e86b388a6cef86280499d43a379121e09078477a56
7
- data.tar.gz: e67f17c46381386f801975b5f99afb6026605118bb1a223b50d581b4e499ab78951ccb29139eb8ef4d40567dfe311cf786263a174f65371bad5ce14f42bf1a40
6
+ metadata.gz: d37dc6b08e4b75789afc017145bbb7e74743e976e324609b0ad30fa093259336b1210561772ca3607ed0381da6a988636c14983fc9a225bbabc76cc8f2428a84
7
+ data.tar.gz: c3788f87d6fc8ecfd38d115641d214d0643f2927f6ea365ae7b840524e09bfb2d869e867083cf68493d8672616c4aeafbd10d94143bf05a0f4c03f24b4e43ab8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.74.0 (2024-02-24)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.73.0 (2024-01-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20240112
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/document-ai/docs/) may prov
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -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.73.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
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.73.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-01-23 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.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.12.0
29
+ version: 0.14.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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.73.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Document AI API V1beta2