Skip to content

Commit f37ece7

Browse files
authoredDec 9, 2024··
feat(all): auto-regenerate discovery clients (#2905)
1 parent 6528fb2 commit f37ece7

20 files changed

+5447
-2166
lines changed
 

Diff for: ‎appengine/v1/appengine-api.json

+48-1
Original file line numberDiff line numberDiff line change
@@ -1712,6 +1712,53 @@
17121712
}
17131713
},
17141714
"services": {
1715+
"methods": {
1716+
"delete": {
1717+
"description": "Deletes the specified service and all enclosed versions.",
1718+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
1719+
"httpMethod": "DELETE",
1720+
"id": "appengine.projects.locations.applications.services.delete",
1721+
"parameterOrder": [
1722+
"projectsId",
1723+
"locationsId",
1724+
"applicationsId",
1725+
"servicesId"
1726+
],
1727+
"parameters": {
1728+
"applicationsId": {
1729+
"description": "Part of `name`. See documentation of `projectsId`.",
1730+
"location": "path",
1731+
"required": true,
1732+
"type": "string"
1733+
},
1734+
"locationsId": {
1735+
"description": "Part of `name`. See documentation of `projectsId`.",
1736+
"location": "path",
1737+
"required": true,
1738+
"type": "string"
1739+
},
1740+
"projectsId": {
1741+
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
1742+
"location": "path",
1743+
"required": true,
1744+
"type": "string"
1745+
},
1746+
"servicesId": {
1747+
"description": "Part of `name`. See documentation of `projectsId`.",
1748+
"location": "path",
1749+
"required": true,
1750+
"type": "string"
1751+
}
1752+
},
1753+
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
1754+
"response": {
1755+
"$ref": "Operation"
1756+
},
1757+
"scopes": [
1758+
"https://www.googleapis.com/auth/cloud-platform"
1759+
]
1760+
}
1761+
},
17151762
"resources": {
17161763
"versions": {
17171764
"methods": {
@@ -1778,7 +1825,7 @@
17781825
}
17791826
}
17801827
},
1781-
"revision": "20241118",
1828+
"revision": "20241205",
17821829
"rootUrl": "https://appengine.googleapis.com/",
17831830
"schemas": {
17841831
"ApiConfigHandler": {

Diff for: ‎appengine/v1/appengine-gen.go

+108
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎appengine/v1beta/appengine-api.json

+48-1
Original file line numberDiff line numberDiff line change
@@ -1819,6 +1819,53 @@
18191819
}
18201820
},
18211821
"services": {
1822+
"methods": {
1823+
"delete": {
1824+
"description": "Deletes the specified service and all enclosed versions.",
1825+
"flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
1826+
"httpMethod": "DELETE",
1827+
"id": "appengine.projects.locations.applications.services.delete",
1828+
"parameterOrder": [
1829+
"projectsId",
1830+
"locationsId",
1831+
"applicationsId",
1832+
"servicesId"
1833+
],
1834+
"parameters": {
1835+
"applicationsId": {
1836+
"description": "Part of `name`. See documentation of `projectsId`.",
1837+
"location": "path",
1838+
"required": true,
1839+
"type": "string"
1840+
},
1841+
"locationsId": {
1842+
"description": "Part of `name`. See documentation of `projectsId`.",
1843+
"location": "path",
1844+
"required": true,
1845+
"type": "string"
1846+
},
1847+
"projectsId": {
1848+
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
1849+
"location": "path",
1850+
"required": true,
1851+
"type": "string"
1852+
},
1853+
"servicesId": {
1854+
"description": "Part of `name`. See documentation of `projectsId`.",
1855+
"location": "path",
1856+
"required": true,
1857+
"type": "string"
1858+
}
1859+
},
1860+
"path": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
1861+
"response": {
1862+
"$ref": "Operation"
1863+
},
1864+
"scopes": [
1865+
"https://www.googleapis.com/auth/cloud-platform"
1866+
]
1867+
}
1868+
},
18221869
"resources": {
18231870
"versions": {
18241871
"methods": {
@@ -1978,7 +2025,7 @@
19782025
}
19792026
}
19802027
},
1981-
"revision": "20241118",
2028+
"revision": "20241205",
19822029
"rootUrl": "https://appengine.googleapis.com/",
19832030
"schemas": {
19842031
"ApiConfigHandler": {

Diff for: ‎appengine/v1beta/appengine-gen.go

+108
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.