Skip to content

Commit

Permalink
feat: Automated regeneration of Retail client (#11159)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-19 13:15:17 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 19, 2024
1 parent 4ea0d19 commit c46dbfe
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 "20240307"
@discovery_revision "20240315"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ExperimentInfoServingConf
## Attributes
* `experimentServingConfig` (*type:* `String.t`, *default:* `nil`) - The fully qualified resource name of the serving config VariantArm.serving_config_id responsible for generating the search response. For example: `projects/*/locations/*/catalogs/*/servingConfigs/*`.
* `experimentServingConfig` (*type:* `String.t`, *default:* `nil`) - The fully qualified resource name of the serving config Experiment.VariantArm.serving_config_id responsible for generating the search response. For example: `projects/*/locations/*/catalogs/*/servingConfigs/*`.
* `originalServingConfig` (*type:* `String.t`, *default:* `nil`) - The fully qualified resource name of the original SearchRequest.placement in the search request prior to reassignment by experiment API. For example: `projects/*/locations/*/catalogs/*/servingConfigs/*`.
"""

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.9.0"
@version "0.9.1"

def project() do
[
Expand Down

0 comments on commit c46dbfe

Please sign in to comment.