Class SynonymSetServiceStub (0.6.0)

public abstract class SynonymSetServiceStub implements BackgroundResource

Base stub class for the SynonymSetService service API.

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

Inheritance

java.lang.Object > SynonymSetServiceStub

Implements

BackgroundResource

Constructors

SynonymSetServiceStub()

public SynonymSetServiceStub()

Methods

close()

public abstract void close()

createSynonymSetCallable()

public UnaryCallable<CreateSynonymSetRequest,SynonymSet> createSynonymSetCallable()
Returns

deleteSynonymSetCallable()

public UnaryCallable<DeleteSynonymSetRequest,Empty> deleteSynonymSetCallable()
Returns

getSynonymSetCallable()

public UnaryCallable<GetSynonymSetRequest,SynonymSet> getSynonymSetCallable()
Returns

listSynonymSetsCallable()

public UnaryCallable<ListSynonymSetsRequest,ListSynonymSetsResponse> listSynonymSetsCallable()
Returns

listSynonymSetsPagedCallable()

public UnaryCallable<ListSynonymSetsRequest,SynonymSetServiceClient.ListSynonymSetsPagedResponse> listSynonymSetsPagedCallable()
Returns

updateSynonymSetCallable()

public UnaryCallable<UpdateSynonymSetRequest,SynonymSet> updateSynonymSetCallable()
Returns