Skip to content

Commit

Permalink
feat(vault): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent 243cc1b commit 8d1777b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions googleapiclient/discovery_cache/documents/vault.v1.json
Expand Up @@ -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`.",
Expand All @@ -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.",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 8d1777b

Please sign in to comment.