Class StoragePoolsStub (1.68.0)

public abstract class StoragePoolsStub implements BackgroundResource

Base stub class for the StoragePools service API.

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

Inheritance

java.lang.Object > StoragePoolsStub

Implements

BackgroundResource

Constructors

StoragePoolsStub()

public StoragePoolsStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList> aggregatedListCallable()

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListStoragePoolsRequest,StoragePoolsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteStoragePoolRequest,Operation> deleteCallable()

deleteOperationCallable()

public OperationCallable<DeleteStoragePoolRequest,Operation,Operation> deleteOperationCallable()

getCallable()

public UnaryCallable<GetStoragePoolRequest,StoragePool> getCallable()
Returns
Type Description
UnaryCallable<GetStoragePoolRequest,StoragePool>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyStoragePoolRequest,Policy> getIamPolicyCallable()

insertCallable()

public UnaryCallable<InsertStoragePoolRequest,Operation> insertCallable()

insertOperationCallable()

public OperationCallable<InsertStoragePoolRequest,Operation,Operation> insertOperationCallable()

listCallable()

public UnaryCallable<ListStoragePoolsRequest,StoragePoolList> listCallable()

listDisksCallable()

public UnaryCallable<ListDisksStoragePoolsRequest,StoragePoolListDisks> listDisksCallable()

listDisksPagedCallable()

public UnaryCallable<ListDisksStoragePoolsRequest,StoragePoolsClient.ListDisksPagedResponse> listDisksPagedCallable()

listPagedCallable()

public UnaryCallable<ListStoragePoolsRequest,StoragePoolsClient.ListPagedResponse> listPagedCallable()

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyStoragePoolRequest,Policy> setIamPolicyCallable()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsStoragePoolRequest,TestPermissionsResponse> testIamPermissionsCallable()

updateCallable()

public UnaryCallable<UpdateStoragePoolRequest,Operation> updateCallable()

updateOperationCallable()

public OperationCallable<UpdateStoragePoolRequest,Operation,Operation> updateOperationCallable()