Skip to content

Commit 4c6e7c1

Browse files
feat(all): auto-regenerate discovery clients (#2017)
1 parent 21af27f commit 4c6e7c1

36 files changed

+3361
-223
lines changed

appengine/v1/appengine-api.json

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,14 +1721,118 @@
17211721
"https://www.googleapis.com/auth/cloud-platform"
17221722
]
17231723
}
1724+
},
1725+
"resources": {
1726+
"services": {
1727+
"methods": {
1728+
"get": {
1729+
"description": "Gets the current configuration of the specified service.",
1730+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
1731+
"httpMethod": "GET",
1732+
"id": "appengine.projects.locations.applications.services.get",
1733+
"parameterOrder": [
1734+
"projectsId",
1735+
"locationsId",
1736+
"applicationsId",
1737+
"servicesId"
1738+
],
1739+
"parameters": {
1740+
"applicationsId": {
1741+
"description": "Part of `name`. See documentation of `projectsId`.",
1742+
"location": "path",
1743+
"required": true,
1744+
"type": "string"
1745+
},
1746+
"locationsId": {
1747+
"description": "Part of `name`. See documentation of `projectsId`.",
1748+
"location": "path",
1749+
"required": true,
1750+
"type": "string"
1751+
},
1752+
"projectsId": {
1753+
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
1754+
"location": "path",
1755+
"required": true,
1756+
"type": "string"
1757+
},
1758+
"servicesId": {
1759+
"description": "Part of `name`. See documentation of `projectsId`.",
1760+
"location": "path",
1761+
"required": true,
1762+
"type": "string"
1763+
}
1764+
},
1765+
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
1766+
"response": {
1767+
"$ref": "Service"
1768+
},
1769+
"scopes": [
1770+
"https://www.googleapis.com/auth/appengine.admin",
1771+
"https://www.googleapis.com/auth/cloud-platform",
1772+
"https://www.googleapis.com/auth/cloud-platform.read-only"
1773+
]
1774+
},
1775+
"list": {
1776+
"description": "Lists all the services in the application.",
1777+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services",
1778+
"httpMethod": "GET",
1779+
"id": "appengine.projects.locations.applications.services.list",
1780+
"parameterOrder": [
1781+
"projectsId",
1782+
"locationsId",
1783+
"applicationsId"
1784+
],
1785+
"parameters": {
1786+
"applicationsId": {
1787+
"description": "Part of `parent`. See documentation of `projectsId`.",
1788+
"location": "path",
1789+
"required": true,
1790+
"type": "string"
1791+
},
1792+
"locationsId": {
1793+
"description": "Part of `parent`. See documentation of `projectsId`.",
1794+
"location": "path",
1795+
"required": true,
1796+
"type": "string"
1797+
},
1798+
"pageSize": {
1799+
"description": "Maximum results to return per page.",
1800+
"format": "int32",
1801+
"location": "query",
1802+
"type": "integer"
1803+
},
1804+
"pageToken": {
1805+
"description": "Continuation token for fetching the next page of results.",
1806+
"location": "query",
1807+
"type": "string"
1808+
},
1809+
"projectsId": {
1810+
"description": "Part of `parent`. Name of the parent Application resource. Example: apps/myapp.",
1811+
"location": "path",
1812+
"required": true,
1813+
"type": "string"
1814+
}
1815+
},
1816+
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services",
1817+
"response": {
1818+
"$ref": "ListServicesResponse"
1819+
},
1820+
"scopes": [
1821+
"https://www.googleapis.com/auth/appengine.admin",
1822+
"https://www.googleapis.com/auth/cloud-platform",
1823+
"https://www.googleapis.com/auth/cloud-platform.read-only"
1824+
]
1825+
}
1826+
}
1827+
}
17241828
}
17251829
}
17261830
}
17271831
}
17281832
}
17291833
}
17301834
},
1731-
"revision": "20230529",
1835+
"revision": "20230601",
17321836
"rootUrl": "https://appengine.googleapis.com/",
17331837
"schemas": {
17341838
"ApiConfigHandler": {

0 commit comments

Comments
 (0)