Skip to content

Commit 360ab61

Browse files
feat: Automated regeneration of chromewebstore v1.1 client
1 parent 1fce69b commit 360ab61

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

generated/google-apis-chromewebstore_v1_1/CHANGELOG.md

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

3+
### v0.2.0 (2025-10-19)
4+
5+
* Regenerated from discovery document revision 20251015
6+
37
### v0.1.0 (2025-10-12)
48

59
* Regenerated from discovery document revision 20251006

generated/google-apis-chromewebstore_v1_1/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
7979

8080
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
8181

82-
The [product documentation](https://developer.chrome.com/webstore/api_index) may provide guidance regarding the preferred client library to use.
82+
The [product documentation](https://developer.chrome.com/docs/webstore/api) may provide guidance regarding the preferred client library to use.
8383

8484
## Supported Ruby versions
8585

generated/google-apis-chromewebstore_v1_1/lib/google/apis/chromewebstore_v1_1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module Apis
2424
# The Chrome Web Store API provides access to data about apps and extensions, as
2525
# well as developer tools for managing them.
2626
#
27-
# @see https://developer.chrome.com/webstore/api_index
27+
# @see https://developer.chrome.com/docs/webstore/api
2828
module ChromewebstoreV1_1
2929
# Version of the Chrome Web Store API this client connects to.
3030
# This is NOT the gem version.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ChromewebstoreV1_1
1818
# Version of the google-apis-chromewebstore_v1_1 gem
19-
GEM_VERSION = "0.1.0"
19+
GEM_VERSION = "0.2.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

generated/google-apis-chromewebstore_v1_1/lib/google/apis/chromewebstore_v1_1/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module ChromewebstoreV1_1
3131
# Chromewebstore = Google::Apis::ChromewebstoreV1_1 # Alias the module
3232
# service = Chromewebstore::ChromewebstoreService.new
3333
#
34-
# @see https://developer.chrome.com/webstore/api_index
34+
# @see https://developer.chrome.com/docs/webstore/api
3535
class ChromewebstoreService < Google::Apis::Core::BaseService
3636
DEFAULT_ENDPOINT_TEMPLATE = "https://chromewebstore.$UNIVERSE_DOMAIN$/"
3737

0 commit comments

Comments
 (0)