Class TaxonomyCategoryServiceStub (0.11.0)

public abstract class TaxonomyCategoryServiceStub implements BackgroundResource

Base stub class for the TaxonomyCategoryService service API.

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

Inheritance

java.lang.Object > TaxonomyCategoryServiceStub

Implements

BackgroundResource

Constructors

TaxonomyCategoryServiceStub()

public TaxonomyCategoryServiceStub()

Methods

close()

public abstract void close()

getTaxonomyCategoryCallable()

public UnaryCallable<GetTaxonomyCategoryRequest,TaxonomyCategory> getTaxonomyCategoryCallable()
Returns
Type Description
UnaryCallable<GetTaxonomyCategoryRequest,TaxonomyCategory>

listTaxonomyCategoriesCallable()

public UnaryCallable<ListTaxonomyCategoriesRequest,ListTaxonomyCategoriesResponse> listTaxonomyCategoriesCallable()
Returns
Type Description
UnaryCallable<ListTaxonomyCategoriesRequest,ListTaxonomyCategoriesResponse>

listTaxonomyCategoriesPagedCallable()

public UnaryCallable<ListTaxonomyCategoriesRequest,TaxonomyCategoryServiceClient.ListTaxonomyCategoriesPagedResponse> listTaxonomyCategoriesPagedCallable()
Returns
Type Description
UnaryCallable<ListTaxonomyCategoriesRequest,ListTaxonomyCategoriesPagedResponse>