Storage Control API

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

The Storage Control API creates one space to perform metadata-specific, control plane, and long-running operations apart from the Storage 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
CancelOperation Starts asynchronous cancellation on a long-running operation.
DeleteOperation Deletes a long-running operation.
GetOperation Gets the latest state of a long-running operation.
ListOperations Lists operations that match the specified filter in the request.
WaitOperation Waits 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
CreateFolder Creates a folder within a bucket with hierarchical namespace enabled.
CreateManagedFolder Create a managed folder within a bucket.
DeleteFolder Deletes a folder within a bucket with hierarchical namespace enabled.
DeleteManagedFolder Delete a managed folder within a bucket.
GetFolder Retrieves metadata of a folder within a bucket with hierarchical namespace enabled.
GetManagedFolder Returns metadata for the specified managed folder.
GetStorageLayout Returns the storage layout of the specified bucket.
ListFolders View the folders within a bucket with hierarchical namespace enabled.
ListManagedFolders Retrieves a list of managed folders for a given bucket.
RenameFolder Renames a folder within a bucket with hierarchical namespace enabled.