From 8d1777b0894171690758d7b5953d56497dabf77d Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 12 Mar 2024 07:08:30 +0000 Subject: [PATCH] feat(vault): update the api #### vault:v1 The following keys were added: - resources.operations.methods.cancel.scopes (Total Keys: 1) - resources.operations.methods.delete.scopes (Total Keys: 1) - resources.operations.methods.list.scopes (Total Keys: 1) --- .../discovery_cache/documents/vault.v1.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/googleapiclient/discovery_cache/documents/vault.v1.json b/googleapiclient/discovery_cache/documents/vault.v1.json index fc51cd461f..2bd23154c3 100644 --- a/googleapiclient/discovery_cache/documents/vault.v1.json +++ b/googleapiclient/discovery_cache/documents/vault.v1.json @@ -1102,7 +1102,10 @@ }, "response": { "$ref": "Empty" -} +}, +"scopes": [ +"https://www.googleapis.com/auth/ediscovery" +] }, "delete": { "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", @@ -1124,7 +1127,10 @@ "path": "v1/{+name}", "response": { "$ref": "Empty" -} +}, +"scopes": [ +"https://www.googleapis.com/auth/ediscovery" +] }, "get": { "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", @@ -1188,12 +1194,16 @@ "path": "v1/{+name}", "response": { "$ref": "ListOperationsResponse" -} +}, +"scopes": [ +"https://www.googleapis.com/auth/ediscovery", +"https://www.googleapis.com/auth/ediscovery.readonly" +] } } } }, -"revision": "20240220", +"revision": "20240226", "rootUrl": "https://vault.googleapis.com/", "schemas": { "AccountCount": {