Skip to content

Commit bd95112

Browse files
feat(appengine): update the api
#### appengine:v1 The following keys were added: - resources.apps.resources.services.methods.delete.parameters.force (Total Keys: 2) - resources.projects.resources.locations.resources.applications.resources.services.methods.delete.parameters.force (Total Keys: 2) #### appengine:v1beta The following keys were added: - resources.apps.resources.services.methods.delete.parameters.force (Total Keys: 2) - resources.projects.resources.locations.resources.applications.resources.services.methods.delete.parameters.force (Total Keys: 2)
1 parent ac3965d commit bd95112

8 files changed

+44
-20
lines changed

docs/dyn/appengine_v1.apps.services.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>Instance Methods</h2>
8383
<code><a href="#close">close()</a></code></p>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
86-
<code><a href="#delete">delete(appsId, servicesId, x__xgafv=None)</a></code></p>
86+
<code><a href="#delete">delete(appsId, servicesId, force=None, x__xgafv=None)</a></code></p>
8787
<p class="firstline">Deletes the specified service and all enclosed versions.</p>
8888
<p class="toc_element">
8989
<code><a href="#get">get(appsId, servicesId, x__xgafv=None)</a></code></p>
@@ -104,12 +104,13 @@ <h3>Method Details</h3>
104104
</div>
105105

106106
<div class="method">
107-
<code class="details" id="delete">delete(appsId, servicesId, x__xgafv=None)</code>
107+
<code class="details" id="delete">delete(appsId, servicesId, force=None, x__xgafv=None)</code>
108108
<pre>Deletes the specified service and all enclosed versions.
109109

110110
Args:
111111
appsId: string, Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. (required)
112112
servicesId: string, Part of `name`. See documentation of `appsId`. (required)
113+
force: 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.)
113114
x__xgafv: string, V1 error format.
114115
Allowed values
115116
1 - v1 error format

docs/dyn/appengine_v1.apps.services.versions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h3>Method Details</h3>
155155
&quot;targetRequestCountPerSecond&quot;: 42, # Target requests per second.
156156
},
157157
&quot;standardSchedulerSettings&quot;: { # Scheduler settings for standard environment. # Scheduler settings for standard environment.
158-
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
158+
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.
159159
&quot;minInstances&quot;: 42, # Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
160160
&quot;targetCpuUtilization&quot;: 3.14, # Target CPU utilization ratio to maintain when scaling.
161161
&quot;targetThroughputUtilization&quot;: 3.14, # Target throughput utilization ratio to maintain when scaling
@@ -457,7 +457,7 @@ <h3>Method Details</h3>
457457
&quot;targetRequestCountPerSecond&quot;: 42, # Target requests per second.
458458
},
459459
&quot;standardSchedulerSettings&quot;: { # Scheduler settings for standard environment. # Scheduler settings for standard environment.
460-
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
460+
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.
461461
&quot;minInstances&quot;: 42, # Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
462462
&quot;targetCpuUtilization&quot;: 3.14, # Target CPU utilization ratio to maintain when scaling.
463463
&quot;targetThroughputUtilization&quot;: 3.14, # Target throughput utilization ratio to maintain when scaling
@@ -698,7 +698,7 @@ <h3>Method Details</h3>
698698
&quot;targetRequestCountPerSecond&quot;: 42, # Target requests per second.
699699
},
700700
&quot;standardSchedulerSettings&quot;: { # Scheduler settings for standard environment. # Scheduler settings for standard environment.
701-
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
701+
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.
702702
&quot;minInstances&quot;: 42, # Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
703703
&quot;targetCpuUtilization&quot;: 3.14, # Target CPU utilization ratio to maintain when scaling.
704704
&quot;targetThroughputUtilization&quot;: 3.14, # Target throughput utilization ratio to maintain when scaling
@@ -942,7 +942,7 @@ <h3>Method Details</h3>
942942
&quot;targetRequestCountPerSecond&quot;: 42, # Target requests per second.
943943
},
944944
&quot;standardSchedulerSettings&quot;: { # Scheduler settings for standard environment. # Scheduler settings for standard environment.
945-
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
945+
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.
946946
&quot;minInstances&quot;: 42, # Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
947947
&quot;targetCpuUtilization&quot;: 3.14, # Target CPU utilization ratio to maintain when scaling.
948948
&quot;targetThroughputUtilization&quot;: 3.14, # Target throughput utilization ratio to maintain when scaling

docs/dyn/appengine_v1.projects.locations.applications.services.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>Instance Methods</h2>
8383
<code><a href="#close">close()</a></code></p>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
86-
<code><a href="#delete">delete(projectsId, locationsId, applicationsId, servicesId, x__xgafv=None)</a></code></p>
86+
<code><a href="#delete">delete(projectsId, locationsId, applicationsId, servicesId, force=None, x__xgafv=None)</a></code></p>
8787
<p class="firstline">Deletes the specified service and all enclosed versions.</p>
8888
<h3>Method Details</h3>
8989
<div class="method">
@@ -92,14 +92,15 @@ <h3>Method Details</h3>
9292
</div>
9393

9494
<div class="method">
95-
<code class="details" id="delete">delete(projectsId, locationsId, applicationsId, servicesId, x__xgafv=None)</code>
95+
<code class="details" id="delete">delete(projectsId, locationsId, applicationsId, servicesId, force=None, x__xgafv=None)</code>
9696
<pre>Deletes the specified service and all enclosed versions.
9797

9898
Args:
9999
projectsId: string, Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. (required)
100100
locationsId: string, Part of `name`. See documentation of `projectsId`. (required)
101101
applicationsId: string, Part of `name`. See documentation of `projectsId`. (required)
102102
servicesId: string, Part of `name`. See documentation of `projectsId`. (required)
103+
force: 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.)
103104
x__xgafv: string, V1 error format.
104105
Allowed values
105106
1 - v1 error format

docs/dyn/appengine_v1beta.apps.services.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>Instance Methods</h2>
8383
<code><a href="#close">close()</a></code></p>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
86-
<code><a href="#delete">delete(appsId, servicesId, x__xgafv=None)</a></code></p>
86+
<code><a href="#delete">delete(appsId, servicesId, force=None, x__xgafv=None)</a></code></p>
8787
<p class="firstline">Deletes the specified service and all enclosed versions.</p>
8888
<p class="toc_element">
8989
<code><a href="#get">get(appsId, servicesId, includeExtraData=None, x__xgafv=None)</a></code></p>
@@ -104,12 +104,13 @@ <h3>Method Details</h3>
104104
</div>
105105

106106
<div class="method">
107-
<code class="details" id="delete">delete(appsId, servicesId, x__xgafv=None)</code>
107+
<code class="details" id="delete">delete(appsId, servicesId, force=None, x__xgafv=None)</code>
108108
<pre>Deletes the specified service and all enclosed versions.
109109

110110
Args:
111111
appsId: string, Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. (required)
112112
servicesId: string, Part of `name`. See documentation of `appsId`. (required)
113+
force: 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.)
113114
x__xgafv: string, V1 error format.
114115
Allowed values
115116
1 - v1 error format

docs/dyn/appengine_v1beta.apps.services.versions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h3>Method Details</h3>
164164
&quot;targetRequestCountPerSecond&quot;: 42, # Target requests per second.
165165
},
166166
&quot;standardSchedulerSettings&quot;: { # Scheduler settings for standard environment. # Scheduler settings for standard environment.
167-
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
167+
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.
168168
&quot;minInstances&quot;: 42, # Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
169169
&quot;targetCpuUtilization&quot;: 3.14, # Target CPU utilization ratio to maintain when scaling.
170170
&quot;targetThroughputUtilization&quot;: 3.14, # Target throughput utilization ratio to maintain when scaling
@@ -483,7 +483,7 @@ <h3>Method Details</h3>
483483
&quot;targetRequestCountPerSecond&quot;: 42, # Target requests per second.
484484
},
485485
&quot;standardSchedulerSettings&quot;: { # Scheduler settings for standard environment. # Scheduler settings for standard environment.
486-
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
486+
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.
487487
&quot;minInstances&quot;: 42, # Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
488488
&quot;targetCpuUtilization&quot;: 3.14, # Target CPU utilization ratio to maintain when scaling.
489489
&quot;targetThroughputUtilization&quot;: 3.14, # Target throughput utilization ratio to maintain when scaling
@@ -736,7 +736,7 @@ <h3>Method Details</h3>
736736
&quot;targetRequestCountPerSecond&quot;: 42, # Target requests per second.
737737
},
738738
&quot;standardSchedulerSettings&quot;: { # Scheduler settings for standard environment. # Scheduler settings for standard environment.
739-
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
739+
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.
740740
&quot;minInstances&quot;: 42, # Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
741741
&quot;targetCpuUtilization&quot;: 3.14, # Target CPU utilization ratio to maintain when scaling.
742742
&quot;targetThroughputUtilization&quot;: 3.14, # Target throughput utilization ratio to maintain when scaling
@@ -992,7 +992,7 @@ <h3>Method Details</h3>
992992
&quot;targetRequestCountPerSecond&quot;: 42, # Target requests per second.
993993
},
994994
&quot;standardSchedulerSettings&quot;: { # Scheduler settings for standard environment. # Scheduler settings for standard environment.
995-
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
995+
&quot;maxInstances&quot;: 42, # Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.
996996
&quot;minInstances&quot;: 42, # Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
997997
&quot;targetCpuUtilization&quot;: 3.14, # Target CPU utilization ratio to maintain when scaling.
998998
&quot;targetThroughputUtilization&quot;: 3.14, # Target throughput utilization ratio to maintain when scaling

docs/dyn/appengine_v1beta.projects.locations.applications.services.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>Instance Methods</h2>
8383
<code><a href="#close">close()</a></code></p>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
86-
<code><a href="#delete">delete(projectsId, locationsId, applicationsId, servicesId, x__xgafv=None)</a></code></p>
86+
<code><a href="#delete">delete(projectsId, locationsId, applicationsId, servicesId, force=None, x__xgafv=None)</a></code></p>
8787
<p class="firstline">Deletes the specified service and all enclosed versions.</p>
8888
<h3>Method Details</h3>
8989
<div class="method">
@@ -92,14 +92,15 @@ <h3>Method Details</h3>
9292
</div>
9393

9494
<div class="method">
95-
<code class="details" id="delete">delete(projectsId, locationsId, applicationsId, servicesId, x__xgafv=None)</code>
95+
<code class="details" id="delete">delete(projectsId, locationsId, applicationsId, servicesId, force=None, x__xgafv=None)</code>
9696
<pre>Deletes the specified service and all enclosed versions.
9797

9898
Args:
9999
projectsId: string, Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. (required)
100100
locationsId: string, Part of `name`. See documentation of `projectsId`. (required)
101101
applicationsId: string, Part of `name`. See documentation of `projectsId`. (required)
102102
servicesId: string, Part of `name`. See documentation of `projectsId`. (required)
103+
force: 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.)
103104
x__xgafv: string, V1 error format.
104105
Allowed values
105106
1 - v1 error format

googleapiclient/discovery_cache/documents/appengine.v1.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,11 @@
10841084
"required": true,
10851085
"type": "string"
10861086
},
1087+
"force": {
1088+
"description": "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.)",
1089+
"location": "query",
1090+
"type": "boolean"
1091+
},
10871092
"servicesId": {
10881093
"description": "Part of `name`. See documentation of `appsId`.",
10891094
"location": "path",
@@ -1731,6 +1736,11 @@
17311736
"required": true,
17321737
"type": "string"
17331738
},
1739+
"force": {
1740+
"description": "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.)",
1741+
"location": "query",
1742+
"type": "boolean"
1743+
},
17341744
"locationsId": {
17351745
"description": "Part of `name`. See documentation of `projectsId`.",
17361746
"location": "path",
@@ -1825,7 +1835,7 @@
18251835
}
18261836
}
18271837
},
1828-
"revision": "20250127",
1838+
"revision": "20250210",
18291839
"rootUrl": "https://appengine.googleapis.com/",
18301840
"schemas": {
18311841
"ApiConfigHandler": {
@@ -3925,7 +3935,7 @@ true
39253935
"id": "StandardSchedulerSettings",
39263936
"properties": {
39273937
"maxInstances": {
3928-
"description": "Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.",
3938+
"description": "Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.",
39293939
"format": "int32",
39303940
"type": "integer"
39313941
},

googleapiclient/discovery_cache/documents/appengine.v1beta.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,11 @@
10841084
"required": true,
10851085
"type": "string"
10861086
},
1087+
"force": {
1088+
"description": "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.)",
1089+
"location": "query",
1090+
"type": "boolean"
1091+
},
10871092
"servicesId": {
10881093
"description": "Part of `name`. See documentation of `appsId`.",
10891094
"location": "path",
@@ -1838,6 +1843,11 @@
18381843
"required": true,
18391844
"type": "string"
18401845
},
1846+
"force": {
1847+
"description": "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.)",
1848+
"location": "query",
1849+
"type": "boolean"
1850+
},
18411851
"locationsId": {
18421852
"description": "Part of `name`. See documentation of `projectsId`.",
18431853
"location": "path",
@@ -2025,7 +2035,7 @@
20252035
}
20262036
}
20272037
},
2028-
"revision": "20250127",
2038+
"revision": "20250210",
20292039
"rootUrl": "https://appengine.googleapis.com/",
20302040
"schemas": {
20312041
"ApiConfigHandler": {
@@ -4172,7 +4182,7 @@ true
41724182
"id": "StandardSchedulerSettings",
41734183
"properties": {
41744184
"maxInstances": {
4175-
"description": "Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.",
4185+
"description": "Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.",
41764186
"format": "int32",
41774187
"type": "integer"
41784188
},

0 commit comments

Comments
 (0)