Class LfpStoreServiceStub (0.3.0)

public abstract class LfpStoreServiceStub implements BackgroundResource

Base stub class for the LfpStoreService service API.

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

Inheritance

java.lang.Object > LfpStoreServiceStub

Implements

BackgroundResource

Constructors

LfpStoreServiceStub()

public LfpStoreServiceStub()

Methods

close()

public abstract void close()

deleteLfpStoreCallable()

public UnaryCallable<DeleteLfpStoreRequest,Empty> deleteLfpStoreCallable()
Returns
Type Description
UnaryCallable<DeleteLfpStoreRequest,Empty>

getLfpStoreCallable()

public UnaryCallable<GetLfpStoreRequest,LfpStore> getLfpStoreCallable()
Returns
Type Description
UnaryCallable<GetLfpStoreRequest,LfpStore>

insertLfpStoreCallable()

public UnaryCallable<InsertLfpStoreRequest,LfpStore> insertLfpStoreCallable()
Returns
Type Description
UnaryCallable<InsertLfpStoreRequest,LfpStore>

listLfpStoresCallable()

public UnaryCallable<ListLfpStoresRequest,ListLfpStoresResponse> listLfpStoresCallable()
Returns
Type Description
UnaryCallable<ListLfpStoresRequest,ListLfpStoresResponse>

listLfpStoresPagedCallable()

public UnaryCallable<ListLfpStoresRequest,LfpStoreServiceClient.ListLfpStoresPagedResponse> listLfpStoresPagedCallable()
Returns
Type Description
UnaryCallable<ListLfpStoresRequest,ListLfpStoresPagedResponse>