Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 228bed2

Browse files
committedMar 4, 2025
feat(appengine): update the api
#### appengine:v1 The following keys were deleted: - 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 deleted: - 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 6acda54 commit 228bed2

6 files changed

+10
-34
lines changed
 

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

+2-3
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, force=None, x__xgafv=None)</a></code></p>
86+
<code><a href="#delete">delete(appsId, servicesId, 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,13 +104,12 @@ <h3>Method Details</h3>
104104
</div>
105105

106106
<div class="method">
107-
<code class="details" id="delete">delete(appsId, servicesId, force=None, x__xgafv=None)</code>
107+
<code class="details" id="delete">delete(appsId, servicesId, 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.)
114113
x__xgafv: string, V1 error format.
115114
Allowed values
116115
1 - v1 error format

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

+2-3
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, force=None, x__xgafv=None)</a></code></p>
86+
<code><a href="#delete">delete(projectsId, locationsId, applicationsId, servicesId, 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,15 +92,14 @@ <h3>Method Details</h3>
9292
</div>
9393

9494
<div class="method">
95-
<code class="details" id="delete">delete(projectsId, locationsId, applicationsId, servicesId, force=None, x__xgafv=None)</code>
95+
<code class="details" id="delete">delete(projectsId, locationsId, applicationsId, servicesId, 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.)
104103
x__xgafv: string, V1 error format.
105104
Allowed values
106105
1 - v1 error format

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

+2-3
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, force=None, x__xgafv=None)</a></code></p>
86+
<code><a href="#delete">delete(appsId, servicesId, 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,13 +104,12 @@ <h3>Method Details</h3>
104104
</div>
105105

106106
<div class="method">
107-
<code class="details" id="delete">delete(appsId, servicesId, force=None, x__xgafv=None)</code>
107+
<code class="details" id="delete">delete(appsId, servicesId, 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.)
114113
x__xgafv: string, V1 error format.
115114
Allowed values
116115
1 - v1 error format

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

+2-3
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, force=None, x__xgafv=None)</a></code></p>
86+
<code><a href="#delete">delete(projectsId, locationsId, applicationsId, servicesId, 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,15 +92,14 @@ <h3>Method Details</h3>
9292
</div>
9393

9494
<div class="method">
95-
<code class="details" id="delete">delete(projectsId, locationsId, applicationsId, servicesId, force=None, x__xgafv=None)</code>
95+
<code class="details" id="delete">delete(projectsId, locationsId, applicationsId, servicesId, 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.)
104103
x__xgafv: string, V1 error format.
105104
Allowed values
106105
1 - v1 error format

‎googleapiclient/discovery_cache/documents/appengine.v1.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -1084,11 +1084,6 @@
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-
},
10921087
"servicesId": {
10931088
"description": "Part of `name`. See documentation of `appsId`.",
10941089
"location": "path",
@@ -1736,11 +1731,6 @@
17361731
"required": true,
17371732
"type": "string"
17381733
},
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-
},
17441734
"locationsId": {
17451735
"description": "Part of `name`. See documentation of `projectsId`.",
17461736
"location": "path",
@@ -1835,7 +1825,7 @@
18351825
}
18361826
}
18371827
},
1838-
"revision": "20250217",
1828+
"revision": "20250223",
18391829
"rootUrl": "https://appengine.googleapis.com/",
18401830
"schemas": {
18411831
"ApiConfigHandler": {

‎googleapiclient/discovery_cache/documents/appengine.v1beta.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -1084,11 +1084,6 @@
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-
},
10921087
"servicesId": {
10931088
"description": "Part of `name`. See documentation of `appsId`.",
10941089
"location": "path",
@@ -1843,11 +1838,6 @@
18431838
"required": true,
18441839
"type": "string"
18451840
},
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-
},
18511841
"locationsId": {
18521842
"description": "Part of `name`. See documentation of `projectsId`.",
18531843
"location": "path",
@@ -2035,7 +2025,7 @@
20352025
}
20362026
}
20372027
},
2038-
"revision": "20250217",
2028+
"revision": "20250223",
20392029
"rootUrl": "https://appengine.googleapis.com/",
20402030
"schemas": {
20412031
"ApiConfigHandler": {

0 commit comments

Comments
 (0)
Please sign in to comment.