Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2825)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Oct 14, 2024
1 parent 02a3fa0 commit 2c66186
Show file tree
Hide file tree
Showing 28 changed files with 20,921 additions and 932 deletions.
62 changes: 61 additions & 1 deletion appengine/v1/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,66 @@
]
}
}
},
"services": {
"resources": {
"versions": {
"methods": {
"delete": {
"description": "Deletes an existing Version resource.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
"httpMethod": "DELETE",
"id": "appengine.projects.locations.applications.services.versions.delete",
"parameterOrder": [
"projectsId",
"locationsId",
"applicationsId",
"servicesId",
"versionsId"
],
"parameters": {
"applicationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"locationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"projectsId": {
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
"location": "path",
"required": true,
"type": "string"
},
"servicesId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"versionsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
}
}
}
Expand All @@ -1718,7 +1778,7 @@
}
}
},
"revision": "20240906",
"revision": "20241007",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down
136 changes: 136 additions & 0 deletions appengine/v1/appengine-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 61 additions & 1 deletion appengine/v1beta/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,66 @@
]
}
}
},
"services": {
"resources": {
"versions": {
"methods": {
"delete": {
"description": "Deletes an existing Version resource.",
"flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
"httpMethod": "DELETE",
"id": "appengine.projects.locations.applications.services.versions.delete",
"parameterOrder": [
"projectsId",
"locationsId",
"applicationsId",
"servicesId",
"versionsId"
],
"parameters": {
"applicationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"locationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"projectsId": {
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
"location": "path",
"required": true,
"type": "string"
},
"servicesId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"versionsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
}
}
},
Expand Down Expand Up @@ -1918,7 +1978,7 @@
}
}
},
"revision": "20240906",
"revision": "20241007",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down
Loading

0 comments on commit 2c66186

Please sign in to comment.