public sealed class StorageControlClientImpl : StorageControlClientReference documentation and code samples for the Cloud Storage v2 API class StorageControlClientImpl.
StorageControl client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Remarks
StorageControl service includes selected control plane operations.
Constructors
StorageControlClientImpl(StorageControlClient, StorageControlSettings, ILogger)
public StorageControlClientImpl(StorageControl.StorageControlClient grpcClient, StorageControlSettings settings, ILogger logger)Constructs a client wrapper for the StorageControl service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
StorageControlStorageControlClientThe underlying gRPC client. |
settings |
StorageControlSettingsThe base StorageControlSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
GrpcClient
public override StorageControl.StorageControlClient GrpcClient { get; }The underlying gRPC StorageControl client
| Property Value | |
|---|---|
| Type | Description |
StorageControlStorageControlClient |
|
RenameFolderOperationsClient
public override OperationsClient RenameFolderOperationsClient { get; }The long-running operations client for RenameFolder.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
CreateFolder(CreateFolderRequest, CallSettings)
public override Folder CreateFolder(CreateFolderRequest request, CallSettings callSettings = null)Creates a new folder. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Folder |
The RPC response. |
CreateFolderAsync(CreateFolderRequest, CallSettings)
public override Task<Folder> CreateFolderAsync(CreateFolderRequest request, CallSettings callSettings = null)Creates a new folder. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskFolder |
A Task containing the RPC response. |
CreateManagedFolder(CreateManagedFolderRequest, CallSettings)
public override ManagedFolder CreateManagedFolder(CreateManagedFolderRequest request, CallSettings callSettings = null)Creates a new managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateManagedFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
ManagedFolder |
The RPC response. |
CreateManagedFolderAsync(CreateManagedFolderRequest, CallSettings)
public override Task<ManagedFolder> CreateManagedFolderAsync(CreateManagedFolderRequest request, CallSettings callSettings = null)Creates a new managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateManagedFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskManagedFolder |
A Task containing the RPC response. |
DeleteFolder(DeleteFolderRequest, CallSettings)
public override void DeleteFolder(DeleteFolderRequest request, CallSettings callSettings = null)Permanently deletes an empty folder. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
DeleteFolderAsync(DeleteFolderRequest, CallSettings)
public override Task DeleteFolderAsync(DeleteFolderRequest request, CallSettings callSettings = null)Permanently deletes an empty folder. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task |
A Task containing the RPC response. |
DeleteManagedFolder(DeleteManagedFolderRequest, CallSettings)
public override void DeleteManagedFolder(DeleteManagedFolderRequest request, CallSettings callSettings = null)Permanently deletes an empty managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteManagedFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
DeleteManagedFolderAsync(DeleteManagedFolderRequest, CallSettings)
public override Task DeleteManagedFolderAsync(DeleteManagedFolderRequest request, CallSettings callSettings = null)Permanently deletes an empty managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteManagedFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task |
A Task containing the RPC response. |
GetFolder(GetFolderRequest, CallSettings)
public override Folder GetFolder(GetFolderRequest request, CallSettings callSettings = null)Returns metadata for the specified folder. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Folder |
The RPC response. |
GetFolderAsync(GetFolderRequest, CallSettings)
public override Task<Folder> GetFolderAsync(GetFolderRequest request, CallSettings callSettings = null)Returns metadata for the specified folder. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskFolder |
A Task containing the RPC response. |
GetManagedFolder(GetManagedFolderRequest, CallSettings)
public override ManagedFolder GetManagedFolder(GetManagedFolderRequest request, CallSettings callSettings = null)Returns metadata for the specified managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
GetManagedFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
ManagedFolder |
The RPC response. |
GetManagedFolderAsync(GetManagedFolderRequest, CallSettings)
public override Task<ManagedFolder> GetManagedFolderAsync(GetManagedFolderRequest request, CallSettings callSettings = null)Returns metadata for the specified managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
GetManagedFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskManagedFolder |
A Task containing the RPC response. |
GetStorageLayout(GetStorageLayoutRequest, CallSettings)
public override StorageLayout GetStorageLayout(GetStorageLayoutRequest request, CallSettings callSettings = null)Returns the storage layout configuration for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
GetStorageLayoutRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
StorageLayout |
The RPC response. |
GetStorageLayoutAsync(GetStorageLayoutRequest, CallSettings)
public override Task<StorageLayout> GetStorageLayoutAsync(GetStorageLayoutRequest request, CallSettings callSettings = null)Returns the storage layout configuration for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
GetStorageLayoutRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskStorageLayout |
A Task containing the RPC response. |
ListFolders(ListFoldersRequest, CallSettings)
public override PagedEnumerable<ListFoldersResponse, Folder> ListFolders(ListFoldersRequest request, CallSettings callSettings = null)Retrieves a list of folders. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFoldersRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListFoldersResponseFolder |
A pageable sequence of Folder resources. |
ListFoldersAsync(ListFoldersRequest, CallSettings)
public override PagedAsyncEnumerable<ListFoldersResponse, Folder> ListFoldersAsync(ListFoldersRequest request, CallSettings callSettings = null)Retrieves a list of folders. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFoldersRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListFoldersResponseFolder |
A pageable asynchronous sequence of Folder resources. |
ListManagedFolders(ListManagedFoldersRequest, CallSettings)
public override PagedEnumerable<ListManagedFoldersResponse, ManagedFolder> ListManagedFolders(ListManagedFoldersRequest request, CallSettings callSettings = null)Retrieves a list of managed folders for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListManagedFoldersRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListManagedFoldersResponseManagedFolder |
A pageable sequence of ManagedFolder resources. |
ListManagedFoldersAsync(ListManagedFoldersRequest, CallSettings)
public override PagedAsyncEnumerable<ListManagedFoldersResponse, ManagedFolder> ListManagedFoldersAsync(ListManagedFoldersRequest request, CallSettings callSettings = null)Retrieves a list of managed folders for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListManagedFoldersRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListManagedFoldersResponseManagedFolder |
A pageable asynchronous sequence of ManagedFolder resources. |
RenameFolder(RenameFolderRequest, CallSettings)
public override Operation<Folder, RenameFolderMetadata> RenameFolder(RenameFolderRequest request, CallSettings callSettings = null)Renames a source folder to a destination folder. This operation is only applicable to a hierarchical namespace enabled bucket. During a rename, the source and destination folders are locked until the long running operation completes. Hierarchical namespace buckets are in allowlist preview.
| Parameters | |
|---|---|
| Name | Description |
request |
RenameFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationFolderRenameFolderMetadata |
The RPC response. |
RenameFolderAsync(RenameFolderRequest, CallSettings)
public override Task<Operation<Folder, RenameFolderMetadata>> RenameFolderAsync(RenameFolderRequest request, CallSettings callSettings = null)Renames a source folder to a destination folder. This operation is only applicable to a hierarchical namespace enabled bucket. During a rename, the source and destination folders are locked until the long running operation completes. Hierarchical namespace buckets are in allowlist preview.
| Parameters | |
|---|---|
| Name | Description |
request |
RenameFolderRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationFolderRenameFolderMetadata |
A Task containing the RPC response. |