Class RoutesStub (1.6.0-beta)

public abstract class RoutesStub implements BackgroundResource

Base stub class for the Routes service API.

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

Inheritance

java.lang.Object > RoutesStub

Implements

BackgroundResource

Constructors

RoutesStub()

public RoutesStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteRouteRequest,Operation> deleteCallable()
Returns

deleteOperationCallable()

public OperationCallable<DeleteRouteRequest,Operation,Operation> deleteOperationCallable()
Returns

getCallable()

public UnaryCallable<GetRouteRequest,Route> getCallable()
Returns

insertCallable()

public UnaryCallable<InsertRouteRequest,Operation> insertCallable()
Returns

insertOperationCallable()

public OperationCallable<InsertRouteRequest,Operation,Operation> insertOperationCallable()
Returns

listCallable()

public UnaryCallable<ListRoutesRequest,RouteList> listCallable()
Returns

listPagedCallable()

public UnaryCallable<ListRoutesRequest,RoutesClient.ListPagedResponse> listPagedCallable()
Returns