Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Dec 9, 2024
1 parent 6528fb2 commit f37ece7
Show file tree
Hide file tree
Showing 20 changed files with 5,447 additions and 2,166 deletions.
49 changes: 48 additions & 1 deletion appengine/v1/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1712,6 +1712,53 @@
}
},
"services": {
"methods": {
"delete": {
"description": "Deletes the specified service and all enclosed versions.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
"httpMethod": "DELETE",
"id": "appengine.projects.locations.applications.services.delete",
"parameterOrder": [
"projectsId",
"locationsId",
"applicationsId",
"servicesId"
],
"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.",
"location": "path",
"required": true,
"type": "string"
},
"servicesId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
},
"resources": {
"versions": {
"methods": {
Expand Down Expand Up @@ -1778,7 +1825,7 @@
}
}
},
"revision": "20241118",
"revision": "20241205",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down
108 changes: 108 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.

49 changes: 48 additions & 1 deletion appengine/v1beta/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,53 @@
}
},
"services": {
"methods": {
"delete": {
"description": "Deletes the specified service and all enclosed versions.",
"flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
"httpMethod": "DELETE",
"id": "appengine.projects.locations.applications.services.delete",
"parameterOrder": [
"projectsId",
"locationsId",
"applicationsId",
"servicesId"
],
"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.",
"location": "path",
"required": true,
"type": "string"
},
"servicesId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
},
"resources": {
"versions": {
"methods": {
Expand Down Expand Up @@ -1978,7 +2025,7 @@
}
}
},
"revision": "20241118",
"revision": "20241205",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down
108 changes: 108 additions & 0 deletions appengine/v1beta/appengine-gen.go

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

Loading

0 comments on commit f37ece7

Please sign in to comment.