Skip to content

Commit 44d3741

Browse files
feat: Automated regeneration of AppEngine client (googleapis#12947)
Auto-created at 2025-02-11 13:10:52 +0000 using the toys pull request generator.
1 parent 9f52228 commit 44d3741

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,6 +1908,7 @@ 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.)
19111912
* `opts` (*type:* `keyword()`) - Call options
19121913
19131914
## Returns
@@ -1944,7 +1945,8 @@ defmodule GoogleApi.AppEngine.V1.Api.Apps do
19441945
:prettyPrint => :query,
19451946
:quotaUser => :query,
19461947
:uploadType => :query,
1947-
:upload_protocol => :query
1948+
:upload_protocol => :query,
1949+
:force => :query
19481950
}
19491951

19501952
request =

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ 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.)
137138
* `opts` (*type:* `keyword()`) - Call options
138139
139140
## Returns
@@ -174,7 +175,8 @@ defmodule GoogleApi.AppEngine.V1.Api.Projects do
174175
:prettyPrint => :query,
175176
:quotaUser => :query,
176177
:uploadType => :query,
177-
:upload_protocol => :query
178+
:upload_protocol => :query,
179+
:force => :query
178180
}
179181

180182
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 "20250127"
23+
@discovery_revision "20250210"
2424

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

clients/app_engine/lib/google_api/app_engine/v1/model/standard_scheduler_settings.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.AppEngine.V1.Model.StandardSchedulerSettings do
2121
2222
## Attributes
2323
24-
* `maxInstances` (*type:* `integer()`, *default:* `nil`) - Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
24+
* `maxInstances` (*type:* `integer()`, *default:* `nil`) - Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.
2525
* `minInstances` (*type:* `integer()`, *default:* `nil`) - Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
2626
* `targetCpuUtilization` (*type:* `float()`, *default:* `nil`) - Target CPU utilization ratio to maintain when scaling.
2727
* `targetThroughputUtilization` (*type:* `float()`, *default:* `nil`) - Target throughput utilization ratio to maintain when scaling

0 commit comments

Comments
 (0)