Skip to content

Commit 7d9b553

Browse files
feat: Automated regeneration of Recommender client (googleapis#13235)
Auto-created at 2025-03-27 13:17:02 +0000 using the toys pull request generator.
1 parent 0de9193 commit 7d9b553

File tree

7 files changed

+11
-3
lines changed

7 files changed

+11
-3
lines changed

clients/recommender/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_recommender, "~> 0.22"}]
14+
[{:google_api_recommender, "~> 0.23"}]
1515
end
1616
```
1717

clients/recommender/lib/google_api/recommender/v1beta1/api/billing_accounts.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ defmodule GoogleApi.Recommender.V1beta1.Api.BillingAccounts do
4444
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
4545
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4646
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
47+
* `:extraLocationTypes` (*type:* `list(String.t)`) - Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
4748
* `:filter` (*type:* `String.t`) - A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
4849
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
4950
* `:pageToken` (*type:* `String.t`) - A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
@@ -82,6 +83,7 @@ defmodule GoogleApi.Recommender.V1beta1.Api.BillingAccounts do
8283
:quotaUser => :query,
8384
:uploadType => :query,
8485
:upload_protocol => :query,
86+
:extraLocationTypes => :query,
8587
:filter => :query,
8688
:pageSize => :query,
8789
:pageToken => :query

clients/recommender/lib/google_api/recommender/v1beta1/api/folders.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ defmodule GoogleApi.Recommender.V1beta1.Api.Folders do
4444
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
4545
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4646
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
47+
* `:extraLocationTypes` (*type:* `list(String.t)`) - Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
4748
* `:filter` (*type:* `String.t`) - A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
4849
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
4950
* `:pageToken` (*type:* `String.t`) - A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
@@ -72,6 +73,7 @@ defmodule GoogleApi.Recommender.V1beta1.Api.Folders do
7273
:quotaUser => :query,
7374
:uploadType => :query,
7475
:upload_protocol => :query,
76+
:extraLocationTypes => :query,
7577
:filter => :query,
7678
:pageSize => :query,
7779
:pageToken => :query

clients/recommender/lib/google_api/recommender/v1beta1/api/organizations.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ defmodule GoogleApi.Recommender.V1beta1.Api.Organizations do
4444
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
4545
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4646
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
47+
* `:extraLocationTypes` (*type:* `list(String.t)`) - Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
4748
* `:filter` (*type:* `String.t`) - A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
4849
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
4950
* `:pageToken` (*type:* `String.t`) - A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
@@ -82,6 +83,7 @@ defmodule GoogleApi.Recommender.V1beta1.Api.Organizations do
8283
:quotaUser => :query,
8384
:uploadType => :query,
8485
:upload_protocol => :query,
86+
:extraLocationTypes => :query,
8587
:filter => :query,
8688
:pageSize => :query,
8789
:pageToken => :query

clients/recommender/lib/google_api/recommender/v1beta1/api/projects.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ defmodule GoogleApi.Recommender.V1beta1.Api.Projects do
4444
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
4545
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4646
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
47+
* `:extraLocationTypes` (*type:* `list(String.t)`) - Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
4748
* `:filter` (*type:* `String.t`) - A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
4849
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
4950
* `:pageToken` (*type:* `String.t`) - A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
@@ -72,6 +73,7 @@ defmodule GoogleApi.Recommender.V1beta1.Api.Projects do
7273
:quotaUser => :query,
7374
:uploadType => :query,
7475
:upload_protocol => :query,
76+
:extraLocationTypes => :query,
7577
:filter => :query,
7678
:pageSize => :query,
7779
:pageToken => :query

clients/recommender/lib/google_api/recommender/v1beta1/metadata.ex

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

23-
@discovery_revision "20241013"
23+
@discovery_revision "20250323"
2424

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

clients/recommender/mix.exs

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

21-
@version "0.22.0"
21+
@version "0.23.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)