Skip to content

Commit 2c65d8d

Browse files
feat: Automated regeneration of Retail client (googleapis#12852)
Auto-created at 2025-01-22 13:16:10 +0000 using the toys pull request generator.
1 parent bd5514f commit 2c65d8d

File tree

2 files changed

+3
-3
lines changed

2 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 "20250109"
23+
@discovery_revision "20250116"
2424

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
defmodule GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompleteQueryResponseAttributeResult do
1919
@moduledoc """
20-
Resource that represents attribute results. The list of suggestions for the attribute.
20+
Resource that represents attribute results.
2121
2222
## Attributes
2323
24-
* `suggestions` (*type:* `list(String.t)`, *default:* `nil`) -
24+
* `suggestions` (*type:* `list(String.t)`, *default:* `nil`) - The list of suggestions for the attribute.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)