Class EntityServiceStub (0.2.0)

public abstract class EntityServiceStub implements BackgroundResource

Base stub class for the EntityService service API.

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

Inheritance

java.lang.Object > EntityServiceStub

Implements

BackgroundResource

Constructors

EntityServiceStub()

public EntityServiceStub()

Methods

close()

public abstract void close()

createWatchlistCallable()

public UnaryCallable<CreateWatchlistRequest,Watchlist> createWatchlistCallable()
Returns
Type Description
UnaryCallable<CreateWatchlistRequest,Watchlist>

deleteWatchlistCallable()

public UnaryCallable<DeleteWatchlistRequest,Empty> deleteWatchlistCallable()
Returns
Type Description
UnaryCallable<DeleteWatchlistRequest,Empty>

getWatchlistCallable()

public UnaryCallable<GetWatchlistRequest,Watchlist> getWatchlistCallable()
Returns
Type Description
UnaryCallable<GetWatchlistRequest,Watchlist>

listWatchlistsCallable()

public UnaryCallable<ListWatchlistsRequest,ListWatchlistsResponse> listWatchlistsCallable()
Returns
Type Description
UnaryCallable<ListWatchlistsRequest,ListWatchlistsResponse>

listWatchlistsPagedCallable()

public UnaryCallable<ListWatchlistsRequest,EntityServiceClient.ListWatchlistsPagedResponse> listWatchlistsPagedCallable()
Returns
Type Description
UnaryCallable<ListWatchlistsRequest,ListWatchlistsPagedResponse>

updateWatchlistCallable()

public UnaryCallable<UpdateWatchlistRequest,Watchlist> updateWatchlistCallable()
Returns
Type Description
UnaryCallable<UpdateWatchlistRequest,Watchlist>