Skip to content

Commit 249bc98

Browse files
feat: Automated regeneration of IDS client (#13266)
Auto-created at 2025-03-29 13:17:22 +0000 using the toys pull request generator.
1 parent 5a7fa6a commit 249bc98

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

clients/ids/lib/google_api/ids/v1/api/projects.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ defmodule GoogleApi.IDS.V1.Api.Projects do
104104
* `: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.
105105
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
106106
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
107+
* `: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.
107108
* `: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).
108109
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
109110
* `: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.
@@ -132,6 +133,7 @@ defmodule GoogleApi.IDS.V1.Api.Projects do
132133
:quotaUser => :query,
133134
:uploadType => :query,
134135
:upload_protocol => :query,
136+
:extraLocationTypes => :query,
135137
:filter => :query,
136138
:pageSize => :query,
137139
:pageToken => :query

clients/ids/lib/google_api/ids/v1/metadata.ex

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

23-
@discovery_revision "20250304"
23+
@discovery_revision "20250320"
2424

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

0 commit comments

Comments
 (0)