Skip to content

Commit 07afff7

Browse files
feat: Automated regeneration of Dataform client (googleapis#13236)
Auto-created at 2025-03-27 13:17:21 +0000 using the toys pull request generator.
1 parent 70ee9da commit 07afff7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
169169
* `: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.
170170
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
171171
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
172+
* `: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.
172173
* `: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).
173174
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
174175
* `: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.
@@ -197,6 +198,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
197198
:quotaUser => :query,
198199
:uploadType => :query,
199200
:upload_protocol => :query,
201+
:extraLocationTypes => :query,
200202
:filter => :query,
201203
:pageSize => :query,
202204
:pageToken => :query

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

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

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

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

0 commit comments

Comments
 (0)