Skip to content

Commit 5356c38

Browse files
feat: Automated regeneration of chromewebstore v2 client (#26638)
Auto-created at 2026-06-14 10:14:15 +0000 using the toys pull request generator.
1 parent 3f4a182 commit 5356c38

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

generated/google-apis-chromewebstore_v2/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-chromewebstore_v2
22

3+
### v0.4.0 (2026-06-14)
4+
5+
* Regenerated from discovery document revision 20260601
6+
* Regenerated using generator version 0.19.0
7+
38
### v0.3.0 (2026-05-24)
49

510
* Regenerated from discovery document revision 20260517

generated/google-apis-chromewebstore_v2/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The [product documentation](https://developer.chrome.com/docs/webstore/api) may
8383

8484
## Supported Ruby versions
8585

86-
This library is supported on Ruby 3.1+.
86+
This library is supported on Ruby 3.2+.
8787

8888
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.
8989

generated/google-apis-chromewebstore_v2/google-apis-chromewebstore_v2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
2929
gem.require_paths = ["lib"]
3030

31-
gem.required_ruby_version = '>= 3.1'
31+
gem.required_ruby_version = '>= 3.2'
3232
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

generated/google-apis-chromewebstore_v2/lib/google/apis/chromewebstore_v2/classes.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class PublishItemRequest
191191
include Google::Apis::Core::Hashable
192192

193193
# Optional. When set to true the request will fail if there are any warnings
194-
# during validation and the details will be included in the error_details.
194+
# during validation and the details will be included in the `error.details`.
195195
# Otherwise warnings are treated as non-blocking and will be ignored for
196196
# validation but will be included in the response for inspection. Defaults to `
197197
# false` if unset.
@@ -369,8 +369,7 @@ class Warning
369369
attr_accessor :description
370370

371371
# The reason for the warning. This is a constant value that identifies the
372-
# proximate cause of the warning. This should be at most 63 characters and match
373-
# a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
372+
# proximate cause of the warning.
374373
# Corresponds to the JSON property `reason`
375374
# @return [String]
376375
attr_accessor :reason

generated/google-apis-chromewebstore_v2/lib/google/apis/chromewebstore_v2/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ChromewebstoreV2
1818
# Version of the google-apis-chromewebstore_v2 gem
19-
GEM_VERSION = "0.3.0"
19+
GEM_VERSION = "0.4.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.18.0"
22+
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260517"
25+
REVISION = "20260601"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)