2026-08-14
▼ ▲ storage.rapidCaches.insert
Path : b/{bucket}/rapidCaches
HTTP Method : POST
Description : Creates a Rapid Cache instance.
Parameters :
bucket
Type : string
Description : Name of the parent bucket.
Required : Yes
Location : path
Parameter Order : bucket
Scopes :
▼ ▲ storage.rapidCaches.update
Path : b/{bucket}/rapidCaches/{rapidCacheId}
HTTP Method : PATCH
Description : Updates the configuration of a Rapid Cache instance.
Parameters :
bucket
Type : string
Description : Name of the parent bucket.
Required : Yes
Location : path
rapidCacheId
Type : string
Description : The ID of the requested Rapid Cache instance.
Required : Yes
Location : path
Parameter Order :
Scopes :
▼ ▲ storage.rapidCaches.get
Path : b/{bucket}/rapidCaches/{rapidCacheId}
HTTP Method : GET
Description : Returns the metadata of a Rapid Cache instance.
Parameters :
bucket
Type : string
Description : Name of the parent bucket.
Required : Yes
Location : path
rapidCacheId
Type : string
Description : The ID of the requested Rapid Cache instance.
Required : Yes
Location : path
Parameter Order :
Scopes :
▼ ▲ storage.rapidCaches.list
Path : b/{bucket}/rapidCaches
HTTP Method : GET
Description : Returns a list of Rapid Cache instances of the bucket.
Parameters :
bucket
Type : string
Description : Name of the parent bucket.
Required : Yes
Location : path
pageSize
Type : integer
Description : Maximum number of items to return in a single page of responses.
Format : int32
Minimum : 0
Location : query
pageToken
Type : string
Description : A previously-returned page token representing part of the larger set of results to view.
Location : query
Parameter Order : bucket
Scopes :
▼ ▲ storage.rapidCaches.disable
Path : b/{bucket}/rapidCaches/{rapidCacheId}/disable
HTTP Method : POST
Description : Disables a Rapid Cache instance.
Parameters :
bucket
Type : string
Description : Name of the parent bucket.
Required : Yes
Location : path
rapidCacheId
Type : string
Description : The ID of the requested Rapid Cache instance.
Required : Yes
Location : path
Parameter Order :
Scopes :
▼ ▲ storage.managedFolders.update
Path : b/{bucket}/managedFolders/{managedFolder}
HTTP Method : PATCH
Description : Updates a managed folder using patch semantics.
Parameters :
bucket
Type : string
Description : The name of the bucket containing the managed folder.
Required : Yes
Location : path
managedFolder
Type : string
Description : The name of the managed folder.
Required : Yes
Location : path
ifMetagenerationMatch
Type : string
Description : Makes the operation conditional on whether the metageneration of the managed folder matches the specified value.
Format : int64
Location : query
ifMetagenerationNotMatch
Type : string
Description : Makes the operation conditional on whether the metageneration of the managed folder doesn't match the specified value.
Format : int64
Location : query
Parameter Order :
Scopes :