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
TypeDescription
UnaryCallable<CreateBudgetRequest,Budget>

deleteBudgetCallable()

public UnaryCallable<DeleteBudgetRequest,Empty> deleteBudgetCallable()
Returns
TypeDescription
UnaryCallable<DeleteBudgetRequest,Empty>

getBudgetCallable()

public UnaryCallable<GetBudgetRequest,Budget> getBudgetCallable()
Returns
TypeDescription
UnaryCallable<GetBudgetRequest,Budget>

listBudgetsCallable()

public UnaryCallable<ListBudgetsRequest,ListBudgetsResponse> listBudgetsCallable()
Returns
TypeDescription
UnaryCallable<ListBudgetsRequest,ListBudgetsResponse>

listBudgetsPagedCallable()

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

updateBudgetCallable()

public UnaryCallable<UpdateBudgetRequest,Budget> updateBudgetCallable()
Returns
TypeDescription
UnaryCallable<UpdateBudgetRequest,Budget>