Skip to content

Commit a6f1b97

Browse files
feat: Automated regeneration of Retail client (googleapis#12927)
Auto-created at 2025-02-05 13:16:07 +0000 using the toys pull request generator.
1 parent e8769e8 commit a6f1b97

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Retail.V2.Model.GoogleCloudRetailV2SearchRequestTileNavigati
2121
2222
## Attributes
2323
24-
* `appliedTiles` (*type:* `list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Tile.t)`, *default:* `nil`) - This field specifies the tiles which are already clicked in client side. NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in SearchRequest.filter.
24+
* `appliedTiles` (*type:* `list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Tile.t)`, *default:* `nil`) - This optional field specifies the tiles which are already clicked in client side. While the feature works without this field set, particularly for an initial query, it is highly recommended to set this field because it can improve the quality of the search response and removes possible duplicate tiles. NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in SearchRequest.filter.
2525
* `tileNavigationRequested` (*type:* `boolean()`, *default:* `nil`) - This field specifies whether the customer would like to request tile navigation.
2626
"""
2727

0 commit comments

Comments
 (0)