Class BudgetServiceStub (2.2.0)

public abstract class BudgetServiceStub implements BackgroundResource

Base stub class for the BudgetService service API.

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

Inheritance

java.lang.Object > BudgetServiceStub

Implements

BackgroundResource

Constructors

BudgetServiceStub()

public BudgetServiceStub()

Methods

close()

public abstract void close()

createBudgetCallable()

public UnaryCallable<CreateBudgetRequest,Budget> createBudgetCallable()
Returns

deleteBudgetCallable()

public UnaryCallable<DeleteBudgetRequest,Empty> deleteBudgetCallable()
Returns

getBudgetCallable()

public UnaryCallable<GetBudgetRequest,Budget> getBudgetCallable()
Returns

listBudgetsCallable()

public UnaryCallable<ListBudgetsRequest,ListBudgetsResponse> listBudgetsCallable()
Returns

listBudgetsPagedCallable()

public UnaryCallable<ListBudgetsRequest,BudgetServiceClient.ListBudgetsPagedResponse> listBudgetsPagedCallable()
Returns

updateBudgetCallable()

public UnaryCallable<UpdateBudgetRequest,Budget> updateBudgetCallable()
Returns