@maxim_mazurok/gapi.client.storage-v1
Advanced tools
Comparing version 0.0.20231024 to 0.0.20231028
{ | ||
"name": "@maxim_mazurok/gapi.client.storage-v1", | ||
"version": "0.0.20231024", | ||
"version": "0.0.20231028", | ||
"description": "TypeScript typings for Cloud Storage JSON API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -82,2 +82,37 @@ # TypeScript typings for Cloud Storage JSON API v1 | ||
/* | ||
Disables an Anywhere Cache instance. | ||
*/ | ||
await gapi.client.storage.anywhereCaches.disable({ anywhereCacheId: "anywhereCacheId", bucket: "bucket", }); | ||
/* | ||
Returns the metadata of an Anywhere Cache instance. | ||
*/ | ||
await gapi.client.storage.anywhereCaches.get({ anywhereCacheId: "anywhereCacheId", bucket: "bucket", }); | ||
/* | ||
Creates an Anywhere Cache instance. | ||
*/ | ||
await gapi.client.storage.anywhereCaches.insert({ bucket: "bucket", }); | ||
/* | ||
Returns a list of Anywhere Cache instances of the bucket matching the criteria. | ||
*/ | ||
await gapi.client.storage.anywhereCaches.list({ bucket: "bucket", }); | ||
/* | ||
Pauses an Anywhere Cache instance. | ||
*/ | ||
await gapi.client.storage.anywhereCaches.pause({ anywhereCacheId: "anywhereCacheId", bucket: "bucket", }); | ||
/* | ||
Resumes a paused or disabled Anywhere Cache instance. | ||
*/ | ||
await gapi.client.storage.anywhereCaches.resume({ anywhereCacheId: "anywhereCacheId", bucket: "bucket", }); | ||
/* | ||
Updates the config(ttl and admissionPolicy) of an Anywhere Cache instance. | ||
*/ | ||
await gapi.client.storage.anywhereCaches.update({ anywhereCacheId: "anywhereCacheId", bucket: "bucket", }); | ||
/* | ||
Permanently deletes the ACL entry for the specified entity on the specified bucket. | ||
@@ -84,0 +119,0 @@ */ |
Sorry, the diff of this file is too big to display
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
375002
7584
406