Class RegionsStub (1.6.0-beta)

public abstract class RegionsStub implements BackgroundResource

Base stub class for the Regions service API.

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

Inheritance

java.lang.Object > RegionsStub

Implements

BackgroundResource

Constructors

RegionsStub()

public RegionsStub()

Methods

close()

public abstract void close()

getCallable()

public UnaryCallable<GetRegionRequest,Region> getCallable()
Returns
TypeDescription
UnaryCallable<GetRegionRequest,Region>

listCallable()

public UnaryCallable<ListRegionsRequest,RegionList> listCallable()
Returns
TypeDescription
UnaryCallable<ListRegionsRequest,RegionList>

listPagedCallable()

public UnaryCallable<ListRegionsRequest,RegionsClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListRegionsRequest,ListPagedResponse>