Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-chromewebstore_v1_1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-chromewebstore_v1_1

### v0.2.0 (2025-10-19)

* Regenerated from discovery document revision 20251015

### v0.1.0 (2025-10-12)

* Regenerated from discovery document revision 20251006
Expand Down
2 changes: 1 addition & 1 deletion generated/google-apis-chromewebstore_v1_1/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`

**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.

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

## Supported Ruby versions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Apis
# The Chrome Web Store API provides access to data about apps and extensions, as
# well as developer tools for managing them.
#
# @see https://developer.chrome.com/webstore/api_index
# @see https://developer.chrome.com/docs/webstore/api
module ChromewebstoreV1_1
# Version of the Chrome Web Store API this client connects to.
# This is NOT the gem version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ChromewebstoreV1_1
# Version of the google-apis-chromewebstore_v1_1 gem
GEM_VERSION = "0.1.0"
GEM_VERSION = "0.2.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20251006"
REVISION = "20251015"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module ChromewebstoreV1_1
# Chromewebstore = Google::Apis::ChromewebstoreV1_1 # Alias the module
# service = Chromewebstore::ChromewebstoreService.new
#
# @see https://developer.chrome.com/webstore/api_index
# @see https://developer.chrome.com/docs/webstore/api
class ChromewebstoreService < Google::Apis::Core::BaseService
DEFAULT_ENDPOINT_TEMPLATE = "https://chromewebstore.$UNIVERSE_DOMAIN$/"

Expand Down