Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of retail v2 client #21393

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
2 changes: 1 addition & 1 deletion generated/google-apis-retail_v2/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"api_id": "retail:v2",
"name_pretty": "Vertex AI Search for Retail API",
"name_pretty": "Vertex AI Search for commerce API",
"distribution_name": "google-apis-retail_v2",
"language": "ruby",
"library_type": "REST"
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-retail_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-retail_v2

### v0.110.0 (2025-01-19)

* Regenerated from discovery document revision 20250109

### v0.109.0 (2025-01-12)

* Regenerated from discovery document revision 20250107
Expand Down
6 changes: 3 additions & 3 deletions generated/google-apis-retail_v2/OVERVIEW.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple REST client for version V2 of the Vertex AI Search for Retail API
# Simple REST client for version V2 of the Vertex AI Search for commerce API

This is a simple client library for version V2 of the Vertex AI Search for Retail API. It provides:
This is a simple client library for version V2 of the Vertex AI Search for commerce API. It provides:

* A client object that connects to the HTTP/JSON REST endpoint for the service.
* Ruby objects for data structures related to the service.
Expand Down Expand Up @@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw

(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Retail service in particular.)

For reference information on specific calls in the Vertex AI Search for Retail API, see the {Google::Apis::RetailV2::CloudRetailService class reference docs}.
For reference information on specific calls in the Vertex AI Search for commerce API, see the {Google::Apis::RetailV2::CloudRetailService class reference docs}.

## Which client should I use?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Gem::Specification.new do |gem|
gem.version = gem_version
gem.authors = ["Google LLC"]
gem.email = "[email protected]"
gem.summary = "Simple REST client for Vertex AI Search for Retail API V2"
gem.summary = "Simple REST client for Vertex AI Search for commerce API V2"
gem.description =
"This is the simple REST client for Vertex AI Search for Retail API V2." \
"This is the simple REST client for Vertex AI Search for commerce API V2." \
" Simple REST clients are Ruby client libraries that provide access to" \
" Google services via their HTTP REST API endpoints. These libraries are" \
" generated and updated automatically based on the discovery documents" \
" published by the service, and they handle most concerns such as" \
" authentication, pagination, retry, timeouts, and logging. You can use" \
" this client to access the Vertex AI Search for Retail API, but note that some" \
" this client to access the Vertex AI Search for commerce API, but note that some" \
" services may provide a separate modern client that is easier to use."
gem.homepage = "https://github.com/google/google-api-ruby-client"
gem.license = "Apache-2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@

module Google
module Apis
# Vertex AI Search for Retail API
# Vertex AI Search for commerce API
#
# Vertex AI Search for Retail API is made up of Retail Search, Browse and
# Vertex AI Search for commerce API is made up of Retail Search, Browse and
# Recommendations. These discovery AI solutions help you implement personalized
# search, browse and recommendations, based on machine learning models, across
# your websites and mobile applications.
#
# @see https://cloud.google.com/recommendations
module RetailV2
# Version of the Vertex AI Search for Retail API this client connects to.
# Version of the Vertex AI Search for commerce API this client connects to.
# This is NOT the gem version.
VERSION = 'V2'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module RetailV2
# Version of the google-apis-retail_v2 gem
GEM_VERSION = "0.109.0"
GEM_VERSION = "0.110.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250107"
REVISION = "20250109"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
module Google
module Apis
module RetailV2
# Vertex AI Search for Retail API
# Vertex AI Search for commerce API
#
# Vertex AI Search for Retail API is made up of Retail Search, Browse and
# Vertex AI Search for commerce API is made up of Retail Search, Browse and
# Recommendations. These discovery AI solutions help you implement personalized
# search, browse and recommendations, based on machine learning models, across
# your websites and mobile applications.
Expand Down
Loading