Class DiskTypesStub (1.30.0)

public abstract class DiskTypesStub implements BackgroundResource

Base stub class for the DiskTypes service API.

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

Inheritance

java.lang.Object > DiskTypesStub

Implements

BackgroundResource

Constructors

DiskTypesStub()

public DiskTypesStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListDiskTypesRequest,DiskTypeAggregatedList> aggregatedListCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListDiskTypesRequest,DiskTypeAggregatedList>

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListDiskTypesRequest,DiskTypesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListDiskTypesRequest,AggregatedListPagedResponse>

close()

public abstract void close()

getCallable()

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

listCallable()

public UnaryCallable<ListDiskTypesRequest,DiskTypeList> listCallable()
Returns
TypeDescription
UnaryCallable<ListDiskTypesRequest,DiskTypeList>

listPagedCallable()

public UnaryCallable<ListDiskTypesRequest,DiskTypesClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListDiskTypesRequest,ListPagedResponse>