Skip to content

Commit

Permalink
feat: Automated regeneration of retail v2beta client (#19099)
Browse files Browse the repository at this point in the history
Auto-created at 2024-05-19 09:54:28 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot committed May 21, 2024
1 parent 637a124 commit 76f2dcb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-retail_v2beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-retail_v2beta

### v0.98.0 (2024-05-19)

* Regenerated from discovery document revision 20240509
* Regenerated using generator version 0.15.0

### v0.97.0 (2024-05-12)

* Regenerated from discovery document revision 20240502
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 2.7'
gem.add_runtime_dependency "google-apis-core", ">= 0.14.0", "< 2.a"
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -8295,12 +8295,13 @@ class GoogleCloudRetailV2betaUserEvent
attr_accessor :event_time

# Required. User event type. Allowed values are: * `add-to-cart`: Products being
# added to cart. * `category-page-view`: Special pages such as sale or promotion
# pages viewed. * `detail-page-view`: Products detail page viewed. * `home-page-
# view`: Homepage viewed. * `promotion-offered`: Promotion is offered to a user.
# * `promotion-not-offered`: Promotion is not offered to a user. * `purchase-
# complete`: User finishing a purchase. * `search`: Product search. * `shopping-
# cart-page-view`: User viewing a shopping cart.
# added to cart. * `remove-from-cart`: Products being removed from cart. * `
# category-page-view`: Special pages such as sale or promotion pages viewed. * `
# detail-page-view`: Products detail page viewed. * `home-page-view`: Homepage
# viewed. * `promotion-offered`: Promotion is offered to a user. * `promotion-
# not-offered`: Promotion is not offered to a user. * `purchase-complete`: User
# finishing a purchase. * `search`: Product search. * `shopping-cart-page-view`:
# User viewing a shopping cart.
# Corresponds to the JSON property `eventType`
# @return [String]
attr_accessor :event_type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module RetailV2beta
# Version of the google-apis-retail_v2beta gem
GEM_VERSION = "0.97.0"
GEM_VERSION = "0.98.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240502"
REVISION = "20240509"
end
end
end

0 comments on commit 76f2dcb

Please sign in to comment.