Skip to content

Commit 24c3be0

Browse files
feat: Automated regeneration of Retail client (googleapis#12685)
Auto-created at 2024-12-11 13:21:16 +0000 using the toys pull request generator.
1 parent ed784fb commit 24c3be0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/retail/lib/google_api/retail/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Retail.V2 do
2020
API client metadata for GoogleApi.Retail.V2.
2121
"""
2222

23-
@discovery_revision "20241114"
23+
@discovery_revision "20241205"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/retail/lib/google_api/retail/v2/model/google_cloud_retail_v2_image.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Image do
1919
@moduledoc """
20-
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.
20+
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.
2121
2222
## Attributes
2323

clients/retail/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Retail.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.19.0"
21+
@version "0.19.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)