Class StorageControlStub (2.36.1)

public abstract class StorageControlStub implements BackgroundResource

Base stub class for the StorageControl service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > StorageControlStub

Implements

BackgroundResource

Constructors

StorageControlStub()

public StorageControlStub()

Methods

close()

public abstract void close()

createFolderCallable()

public UnaryCallable<CreateFolderRequest,Folder> createFolderCallable()
Returns
TypeDescription
UnaryCallable<CreateFolderRequest,Folder>

deleteFolderCallable()

public UnaryCallable<DeleteFolderRequest,Empty> deleteFolderCallable()
Returns
TypeDescription
UnaryCallable<DeleteFolderRequest,Empty>

getFolderCallable()

public UnaryCallable<GetFolderRequest,Folder> getFolderCallable()
Returns
TypeDescription
UnaryCallable<GetFolderRequest,Folder>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getStorageLayoutCallable()

public UnaryCallable<GetStorageLayoutRequest,StorageLayout> getStorageLayoutCallable()
Returns
TypeDescription
UnaryCallable<GetStorageLayoutRequest,StorageLayout>

listFoldersCallable()

public UnaryCallable<ListFoldersRequest,ListFoldersResponse> listFoldersCallable()
Returns
TypeDescription
UnaryCallable<ListFoldersRequest,ListFoldersResponse>

listFoldersPagedCallable()

public UnaryCallable<ListFoldersRequest,StorageControlClient.ListFoldersPagedResponse> listFoldersPagedCallable()
Returns
TypeDescription
UnaryCallable<ListFoldersRequest,ListFoldersPagedResponse>

renameFolderCallable()

public UnaryCallable<RenameFolderRequest,Operation> renameFolderCallable()
Returns
TypeDescription
UnaryCallable<RenameFolderRequest,Operation>

renameFolderOperationCallable()

public OperationCallable<RenameFolderRequest,Folder,RenameFolderMetadata> renameFolderOperationCallable()
Returns
TypeDescription
OperationCallable<RenameFolderRequest,Folder,RenameFolderMetadata>