Skip to content

Commit

Permalink
feat: Automated regeneration of Retail client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 11, 2024
1 parent 0663be1 commit a0ae803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/retail/lib/google_api/retail/v2/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Retail.V2 do
API client metadata for GoogleApi.Retail.V2.
"""

@discovery_revision "20241114"
@discovery_revision "20241205"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Image do
@moduledoc """
Product image. Recommendations AI and Retail Search do not use product images to improve prediction and search results. However, product images can be returned in results, and are shown in prediction or search previews in the console.
Product image. Recommendations AI and Retail Search use product images to improve prediction and search results. Product images can be returned in results, and are shown in prediction or search previews in the console. Please try to provide correct product images and avoid using images with size too small.
## Attributes
Expand Down
2 changes: 1 addition & 1 deletion clients/retail/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Retail.Mixfile do
use Mix.Project

@version "0.19.0"
@version "0.19.1"

def project() do
[
Expand Down

0 comments on commit a0ae803

Please sign in to comment.