Skip to content

Commit 2c66186

Browse files
feat(all): auto-regenerate discovery clients (#2825)
1 parent 02a3fa0 commit 2c66186

28 files changed

+20921
-932
lines changed

‎appengine/v1/appengine-api.json

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,6 +1710,66 @@
17101710
]
17111711
}
17121712
}
1713+
},
1714+
"services": {
1715+
"resources": {
1716+
"versions": {
1717+
"methods": {
1718+
"delete": {
1719+
"description": "Deletes an existing Version resource.",
1720+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
1721+
"httpMethod": "DELETE",
1722+
"id": "appengine.projects.locations.applications.services.versions.delete",
1723+
"parameterOrder": [
1724+
"projectsId",
1725+
"locationsId",
1726+
"applicationsId",
1727+
"servicesId",
1728+
"versionsId"
1729+
],
1730+
"parameters": {
1731+
"applicationsId": {
1732+
"description": "Part of `name`. See documentation of `projectsId`.",
1733+
"location": "path",
1734+
"required": true,
1735+
"type": "string"
1736+
},
1737+
"locationsId": {
1738+
"description": "Part of `name`. See documentation of `projectsId`.",
1739+
"location": "path",
1740+
"required": true,
1741+
"type": "string"
1742+
},
1743+
"projectsId": {
1744+
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
1745+
"location": "path",
1746+
"required": true,
1747+
"type": "string"
1748+
},
1749+
"servicesId": {
1750+
"description": "Part of `name`. See documentation of `projectsId`.",
1751+
"location": "path",
1752+
"required": true,
1753+
"type": "string"
1754+
},
1755+
"versionsId": {
1756+
"description": "Part of `name`. See documentation of `projectsId`.",
1757+
"location": "path",
1758+
"required": true,
1759+
"type": "string"
1760+
}
1761+
},
1762+
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
1763+
"response": {
1764+
"$ref": "Operation"
1765+
},
1766+
"scopes": [
1767+
"https://www.googleapis.com/auth/cloud-platform"
1768+
]
1769+
}
1770+
}
1771+
}
1772+
}
17131773
}
17141774
}
17151775
}
@@ -1718,7 +1778,7 @@
17181778
}
17191779
}
17201780
},
1721-
"revision": "20240906",
1781+
"revision": "20241007",
17221782
"rootUrl": "https://appengine.googleapis.com/",
17231783
"schemas": {
17241784
"ApiConfigHandler": {

‎appengine/v1/appengine-gen.go

Lines changed: 136 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎appengine/v1beta/appengine-api.json

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,6 +1817,66 @@
18171817
]
18181818
}
18191819
}
1820+
},
1821+
"services": {
1822+
"resources": {
1823+
"versions": {
1824+
"methods": {
1825+
"delete": {
1826+
"description": "Deletes an existing Version resource.",
1827+
"flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
1828+
"httpMethod": "DELETE",
1829+
"id": "appengine.projects.locations.applications.services.versions.delete",
1830+
"parameterOrder": [
1831+
"projectsId",
1832+
"locationsId",
1833+
"applicationsId",
1834+
"servicesId",
1835+
"versionsId"
1836+
],
1837+
"parameters": {
1838+
"applicationsId": {
1839+
"description": "Part of `name`. See documentation of `projectsId`.",
1840+
"location": "path",
1841+
"required": true,
1842+
"type": "string"
1843+
},
1844+
"locationsId": {
1845+
"description": "Part of `name`. See documentation of `projectsId`.",
1846+
"location": "path",
1847+
"required": true,
1848+
"type": "string"
1849+
},
1850+
"projectsId": {
1851+
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
1852+
"location": "path",
1853+
"required": true,
1854+
"type": "string"
1855+
},
1856+
"servicesId": {
1857+
"description": "Part of `name`. See documentation of `projectsId`.",
1858+
"location": "path",
1859+
"required": true,
1860+
"type": "string"
1861+
},
1862+
"versionsId": {
1863+
"description": "Part of `name`. See documentation of `projectsId`.",
1864+
"location": "path",
1865+
"required": true,
1866+
"type": "string"
1867+
}
1868+
},
1869+
"path": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
1870+
"response": {
1871+
"$ref": "Operation"
1872+
},
1873+
"scopes": [
1874+
"https://www.googleapis.com/auth/cloud-platform"
1875+
]
1876+
}
1877+
}
1878+
}
1879+
}
18201880
}
18211881
}
18221882
},
@@ -1918,7 +1978,7 @@
19181978
}
19191979
}
19201980
},
1921-
"revision": "20240906",
1981+
"revision": "20241007",
19221982
"rootUrl": "https://appengine.googleapis.com/",
19231983
"schemas": {
19241984
"ApiConfigHandler": {

0 commit comments

Comments
 (0)