Class RegionOperationsStub (1.6.0-beta)

public abstract class RegionOperationsStub implements BackgroundResource

Base stub class for the RegionOperations service API.

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

Inheritance

java.lang.Object > RegionOperationsStub

Implements

BackgroundResource

Constructors

RegionOperationsStub()

public RegionOperationsStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteRegionOperationRequest,DeleteRegionOperationResponse> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteRegionOperationRequest,DeleteRegionOperationResponse>

getCallable()

public UnaryCallable<GetRegionOperationRequest,Operation> getCallable()
Returns
TypeDescription
UnaryCallable<GetRegionOperationRequest,Operation>

listCallable()

public UnaryCallable<ListRegionOperationsRequest,OperationList> listCallable()
Returns
TypeDescription
UnaryCallable<ListRegionOperationsRequest,OperationList>

listPagedCallable()

public UnaryCallable<ListRegionOperationsRequest,RegionOperationsClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListRegionOperationsRequest,ListPagedResponse>

longRunningClient()

public LongRunningClient longRunningClient()
Returns
TypeDescription
LongRunningClient

waitCallable()

public UnaryCallable<WaitRegionOperationRequest,Operation> waitCallable()
Returns
TypeDescription
UnaryCallable<WaitRegionOperationRequest,Operation>