@googleapis/vault 3.8.0 → 3.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/build/v1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.8.1](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v3.8.0...vault-v3.8.1) (2025-02-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **vault:** update the API ([4068fd4](https://github.com/googleapis/google-api-nodejs-client/commit/4068fd4a03dc27832d4ae95bbc005b16d7855ea4))
|
|
9
|
+
|
|
3
10
|
## [3.8.0](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v3.7.0...vault-v3.8.0) (2024-08-16)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -1864,7 +1864,7 @@ export declare namespace vault_v1 {
|
|
|
1864
1864
|
context: APIRequestContext;
|
|
1865
1865
|
constructor(context: APIRequestContext);
|
|
1866
1866
|
/**
|
|
1867
|
-
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
1867
|
+
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
|
|
1868
1868
|
*
|
|
1869
1869
|
* @param params - Parameters for request
|
|
1870
1870
|
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -4135,7 +4135,7 @@ export namespace vault_v1 {
|
|
|
4135
4135
|
}
|
|
4136
4136
|
|
|
4137
4137
|
/**
|
|
4138
|
-
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
4138
|
+
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
|
|
4139
4139
|
*
|
|
4140
4140
|
* @param params - Parameters for request
|
|
4141
4141
|
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
|