Storage Control RPC API

The Storage Control RPC API lets you perform metadata-specific, control plane, and long-running operations.

The Storage Control RPC API creates one space to perform metadata-specific, control plane, and long-running operations apart from the Storage RPC API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.

Service: storage.googleapis.com

The Service name storage.googleapis.com is needed to create RPC client stubs.

google.longrunning.Operations

Methods
CancelOperationStarts asynchronous cancellation on a long-running operation.
DeleteOperationDeletes a long-running operation.
GetOperationGets the latest state of a long-running operation.
ListOperationsLists operations that match the specified filter in the request.
WaitOperationWaits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.

google.storage.control.v2.StorageControl

Methods
CreateFolderCreates a new folder.
CreateManagedFolderCreates a new managed folder.
DeleteFolderPermanently deletes an empty folder.
DeleteManagedFolderPermanently deletes an empty managed folder.
GetFolderReturns metadata for the specified folder.
GetManagedFolderReturns metadata for the specified managed folder.
GetStorageLayoutReturns the storage layout configuration for a given bucket.
ListFoldersRetrieves a list of folders.
ListManagedFoldersRetrieves a list of managed folders for a given bucket.
RenameFolderRenames a source folder to a destination folder.