Skip to content

Commit 21295a5

Browse files
authoredMay 18, 2024··
feat(all): auto-regenerate discovery clients (#2594)
1 parent e95bd57 commit 21295a5

16 files changed

+757
-233
lines changed
 

‎backupdr/v1/backupdr-api.json

+1-33
Original file line numberDiff line numberDiff line change
@@ -177,38 +177,6 @@
177177
}
178178
},
179179
"resources": {
180-
"backupVaults": {
181-
"methods": {
182-
"testIamPermissions": {
183-
"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.",
184-
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}:testIamPermissions",
185-
"httpMethod": "POST",
186-
"id": "backupdr.projects.locations.backupVaults.testIamPermissions",
187-
"parameterOrder": [
188-
"resource"
189-
],
190-
"parameters": {
191-
"resource": {
192-
"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.",
193-
"location": "path",
194-
"pattern": "^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+$",
195-
"required": true,
196-
"type": "string"
197-
}
198-
},
199-
"path": "v1/{+resource}:testIamPermissions",
200-
"request": {
201-
"$ref": "TestIamPermissionsRequest"
202-
},
203-
"response": {
204-
"$ref": "TestIamPermissionsResponse"
205-
},
206-
"scopes": [
207-
"https://www.googleapis.com/auth/cloud-platform"
208-
]
209-
}
210-
}
211-
},
212180
"managementServers": {
213181
"methods": {
214182
"create": {
@@ -567,7 +535,7 @@
567535
}
568536
}
569537
},
570-
"revision": "20240410",
538+
"revision": "20240508",
571539
"rootUrl": "https://backupdr.googleapis.com/",
572540
"schemas": {
573541
"AuditConfig": {

‎backupdr/v1/backupdr-gen.go

-121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.