Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 18, 2024
1 parent e95bd57 commit 21295a5
Show file tree
Hide file tree
Showing 16 changed files with 757 additions and 233 deletions.
34 changes: 1 addition & 33 deletions backupdr/v1/backupdr-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,38 +177,6 @@
}
},
"resources": {
"backupVaults": {
"methods": {
"testIamPermissions": {
"description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}:testIamPermissions",
"httpMethod": "POST",
"id": "backupdr.projects.locations.backupVaults.testIamPermissions",
"parameterOrder": [
"resource"
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+resource}:testIamPermissions",
"request": {
"$ref": "TestIamPermissionsRequest"
},
"response": {
"$ref": "TestIamPermissionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"managementServers": {
"methods": {
"create": {
Expand Down Expand Up @@ -567,7 +535,7 @@
}
}
},
"revision": "20240410",
"revision": "20240508",
"rootUrl": "https://backupdr.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
121 changes: 0 additions & 121 deletions backupdr/v1/backupdr-gen.go

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

0 comments on commit 21295a5

Please sign in to comment.