@maxim_mazurok/gapi.client.storage-v1
Advanced tools
Comparing version 0.0.20240928 to 0.0.20241004
{ | ||
"name": "@maxim_mazurok/gapi.client.storage-v1", | ||
"version": "0.0.20240928", | ||
"version": "0.0.20241004", | ||
"description": "TypeScript typings for Cloud Storage JSON API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -560,2 +560,10 @@ # TypeScript typings for Cloud Storage JSON API v1 | ||
/* | ||
Starts asynchronous advancement of the relocate bucket operation in the case of required write downtime, to allow it to lock the bucket at the source location, and proceed with the bucket location swap. The server makes a best effort to advance the relocate bucket operation, but success is not guaranteed. | ||
*/ | ||
await gapi.client.storage.buckets.operations.advanceRelocateBucket({ | ||
bucket: 'bucket', | ||
operationId: 'operationId', | ||
}); | ||
/* | ||
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. | ||
@@ -562,0 +570,0 @@ */ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
264947
5030
4233
588