Class AccountTaxServiceStub (0.1.0)

public abstract class AccountTaxServiceStub implements BackgroundResource

Base stub class for the AccountTaxService service API.

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

Inheritance

java.lang.Object > AccountTaxServiceStub

Implements

BackgroundResource

Constructors

AccountTaxServiceStub()

public AccountTaxServiceStub()

Methods

close()

public abstract void close()

getAccountTaxCallable()

public UnaryCallable<GetAccountTaxRequest,AccountTax> getAccountTaxCallable()
Returns
Type Description
UnaryCallable<GetAccountTaxRequest,AccountTax>

listAccountTaxCallable()

public UnaryCallable<ListAccountTaxRequest,ListAccountTaxResponse> listAccountTaxCallable()
Returns
Type Description
UnaryCallable<ListAccountTaxRequest,ListAccountTaxResponse>

listAccountTaxPagedCallable()

public UnaryCallable<ListAccountTaxRequest,AccountTaxServiceClient.ListAccountTaxPagedResponse> listAccountTaxPagedCallable()
Returns
Type Description
UnaryCallable<ListAccountTaxRequest,ListAccountTaxPagedResponse>

updateAccountTaxCallable()

public UnaryCallable<UpdateAccountTaxRequest,AccountTax> updateAccountTaxCallable()
Returns
Type Description
UnaryCallable<UpdateAccountTaxRequest,AccountTax>