google-apis-documentai_v1 0.84.0 → 0.85.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: c5412844501758c12e3e6f5c5ec67ea3ab4135d152861fd4f26241592da1eda9
4
- data.tar.gz: 9b02b6a2840266d00b3dcb4fa0330e111283c5c466739f2cf5454f3e06ef5822
3
+ metadata.gz: dd560d86ff690faea09edf8d687adf34bc7acdf4b2f264d14e8fba8b2f8cd8f9
4
+ data.tar.gz: fd051ba83216fd99ae651282eab37563626b700ffa3a62933b2202cf8be112b7
5
5
  SHA512:
6
- metadata.gz: bc4b278fab5a0025ea08c71f39f0bc9b7ad52de2abf48e8e646cb19853d7ac6ddcf53726265d951f6268940faca65e9d7f349748f81712c18839a5ac0006c11f
7
- data.tar.gz: 1ce45b6e6d8455caf9a3bdd8d9eaf720323b689815f1e4981e28a3b0e701c689b9136511bb1754253b1e1db49e3f6bc65ee6fb718f0e94f5a1a1d66f86cbfdd6
6
+ metadata.gz: 3ccc97a80fb55fc3f7ea9d74fed3c6744ca3d261bf9eeb2fbeca22f0ae63f95882936548fd2acb632c2259da084f882901c97625cbc939a6df0c51b1f22127dd
7
+ data.tar.gz: 2ffe01c6136cfce8bfc1f7bb0fee5b5a74ede2aea1bbbebc83926ec49b2c63e1c8030a726405a929ecacad131054664142c285b145b9458a7a2c377faff5803e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.85.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240417
6
+
3
7
  ### v0.84.0 (2024-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240328
@@ -3114,25 +3114,25 @@ module Google
3114
3114
  # @return [Float]
3115
3115
  attr_accessor :pixel_font_size
3116
3116
 
3117
- # Whether the text is in small caps.
3117
+ # Whether the text is in small caps. This feature is not supported yet.
3118
3118
  # Corresponds to the JSON property `smallcaps`
3119
3119
  # @return [Boolean]
3120
3120
  attr_accessor :smallcaps
3121
3121
  alias_method :smallcaps?, :smallcaps
3122
3122
 
3123
- # Whether the text is strikethrough.
3123
+ # Whether the text is strikethrough. This feature is not supported yet.
3124
3124
  # Corresponds to the JSON property `strikeout`
3125
3125
  # @return [Boolean]
3126
3126
  attr_accessor :strikeout
3127
3127
  alias_method :strikeout?, :strikeout
3128
3128
 
3129
- # Whether the text is a subscript.
3129
+ # Whether the text is a subscript. This feature is not supported yet.
3130
3130
  # Corresponds to the JSON property `subscript`
3131
3131
  # @return [Boolean]
3132
3132
  attr_accessor :subscript
3133
3133
  alias_method :subscript?, :subscript
3134
3134
 
3135
- # Whether the text is a superscript.
3135
+ # Whether the text is a superscript. This feature is not supported yet.
3136
3136
  # Corresponds to the JSON property `superscript`
3137
3137
  # @return [Boolean]
3138
3138
  attr_accessor :superscript
@@ -6894,25 +6894,25 @@ module Google
6894
6894
  # @return [Float]
6895
6895
  attr_accessor :pixel_font_size
6896
6896
 
6897
- # Whether the text is in small caps.
6897
+ # Whether the text is in small caps. This feature is not supported yet.
6898
6898
  # Corresponds to the JSON property `smallcaps`
6899
6899
  # @return [Boolean]
6900
6900
  attr_accessor :smallcaps
6901
6901
  alias_method :smallcaps?, :smallcaps
6902
6902
 
6903
- # Whether the text is strikethrough.
6903
+ # Whether the text is strikethrough. This feature is not supported yet.
6904
6904
  # Corresponds to the JSON property `strikeout`
6905
6905
  # @return [Boolean]
6906
6906
  attr_accessor :strikeout
6907
6907
  alias_method :strikeout?, :strikeout
6908
6908
 
6909
- # Whether the text is a subscript.
6909
+ # Whether the text is a subscript. This feature is not supported yet.
6910
6910
  # Corresponds to the JSON property `subscript`
6911
6911
  # @return [Boolean]
6912
6912
  attr_accessor :subscript
6913
6913
  alias_method :subscript?, :subscript
6914
6914
 
6915
- # Whether the text is a superscript.
6915
+ # Whether the text is a superscript. This feature is not supported yet.
6916
6916
  # Corresponds to the JSON property `superscript`
6917
6917
  # @return [Boolean]
6918
6918
  attr_accessor :superscript
@@ -9043,25 +9043,25 @@ module Google
9043
9043
  # @return [Float]
9044
9044
  attr_accessor :pixel_font_size
9045
9045
 
9046
- # Whether the text is in small caps.
9046
+ # Whether the text is in small caps. This feature is not supported yet.
9047
9047
  # Corresponds to the JSON property `smallcaps`
9048
9048
  # @return [Boolean]
9049
9049
  attr_accessor :smallcaps
9050
9050
  alias_method :smallcaps?, :smallcaps
9051
9051
 
9052
- # Whether the text is strikethrough.
9052
+ # Whether the text is strikethrough. This feature is not supported yet.
9053
9053
  # Corresponds to the JSON property `strikeout`
9054
9054
  # @return [Boolean]
9055
9055
  attr_accessor :strikeout
9056
9056
  alias_method :strikeout?, :strikeout
9057
9057
 
9058
- # Whether the text is a subscript.
9058
+ # Whether the text is a subscript. This feature is not supported yet.
9059
9059
  # Corresponds to the JSON property `subscript`
9060
9060
  # @return [Boolean]
9061
9061
  attr_accessor :subscript
9062
9062
  alias_method :subscript?, :subscript
9063
9063
 
9064
- # Whether the text is a superscript.
9064
+ # Whether the text is a superscript. This feature is not supported yet.
9065
9065
  # Corresponds to the JSON property `superscript`
9066
9066
  # @return [Boolean]
9067
9067
  attr_accessor :superscript
@@ -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.84.0"
19
+ GEM_VERSION = "0.85.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 = "20240328"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.84.0
4
+ version: 0.85.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-04-07 00:00:00.000000000 Z
11
+ date: 2024-04-28 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.84.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.85.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: []