Class RegionDiskTypesStub (1.51.0)

public abstract class RegionDiskTypesStub implements BackgroundResource

Base stub class for the RegionDiskTypes service API.

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

Inheritance

java.lang.Object > RegionDiskTypesStub

Implements

BackgroundResource

Constructors

RegionDiskTypesStub()

public RegionDiskTypesStub()

Methods

close()

public abstract void close()

getCallable()

public UnaryCallable<GetRegionDiskTypeRequest,DiskType> getCallable()
Returns
TypeDescription
UnaryCallable<GetRegionDiskTypeRequest,DiskType>

listCallable()

public UnaryCallable<ListRegionDiskTypesRequest,RegionDiskTypeList> listCallable()
Returns
TypeDescription
UnaryCallable<ListRegionDiskTypesRequest,RegionDiskTypeList>

listPagedCallable()

public UnaryCallable<ListRegionDiskTypesRequest,RegionDiskTypesClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListRegionDiskTypesRequest,ListPagedResponse>