Skip to content

Commit dd85f66

Browse files
feat: Automated regeneration of AppEngine client (#13044)
Auto-created at 2025-02-28 13:11:01 +0000 using the toys pull request generator.
1 parent 06126ab commit dd85f66

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

clients/app_engine/lib/google_api/app_engine/v1/api/apps.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,6 @@ defmodule GoogleApi.AppEngine.V1.Api.Apps do
19081908
* `: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.
19091909
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
19101910
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
1911-
* `:force` (*type:* `boolean()`) - Optional. If set to true, any versions of this service will also be deleted. (Otherwise, the request will only succeed if the service has no versions.)
19121911
* `opts` (*type:* `keyword()`) - Call options
19131912
19141913
## Returns
@@ -1945,8 +1944,7 @@ defmodule GoogleApi.AppEngine.V1.Api.Apps do
19451944
:prettyPrint => :query,
19461945
:quotaUser => :query,
19471946
:uploadType => :query,
1948-
:upload_protocol => :query,
1949-
:force => :query
1947+
:upload_protocol => :query
19501948
}
19511949

19521950
request =

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ defmodule GoogleApi.AppEngine.V1.Api.Projects do
134134
* `: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.
135135
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
136136
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
137-
* `:force` (*type:* `boolean()`) - Optional. If set to true, any versions of this service will also be deleted. (Otherwise, the request will only succeed if the service has no versions.)
138137
* `opts` (*type:* `keyword()`) - Call options
139138
140139
## Returns
@@ -175,8 +174,7 @@ defmodule GoogleApi.AppEngine.V1.Api.Projects do
175174
:prettyPrint => :query,
176175
:quotaUser => :query,
177176
:uploadType => :query,
178-
:upload_protocol => :query,
179-
:force => :query
177+
:upload_protocol => :query
180178
}
181179

182180
request =

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

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

23-
@discovery_revision "20250210"
23+
@discovery_revision "20250223"
2424

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

0 commit comments

Comments
 (0)