Class BudgetServiceStub
- java.lang.Object
-
- com.google.cloud.billing.budgets.v1beta1.stub.BudgetServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcBudgetServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class BudgetServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the BudgetService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description BudgetServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateBudgetRequest,Budget>
createBudgetCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteBudgetRequest,com.google.protobuf.Empty>
deleteBudgetCallable()
com.google.api.gax.rpc.UnaryCallable<GetBudgetRequest,Budget>
getBudgetCallable()
com.google.api.gax.rpc.UnaryCallable<ListBudgetsRequest,ListBudgetsResponse>
listBudgetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListBudgetsRequest,BudgetServiceClient.ListBudgetsPagedResponse>
listBudgetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateBudgetRequest,Budget>
updateBudgetCallable()
-
-
-
Method Detail
-
createBudgetCallable
public com.google.api.gax.rpc.UnaryCallable<CreateBudgetRequest,Budget> createBudgetCallable()
-
updateBudgetCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateBudgetRequest,Budget> updateBudgetCallable()
-
getBudgetCallable
public com.google.api.gax.rpc.UnaryCallable<GetBudgetRequest,Budget> getBudgetCallable()
-
listBudgetsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListBudgetsRequest,BudgetServiceClient.ListBudgetsPagedResponse> listBudgetsPagedCallable()
-
listBudgetsCallable
public com.google.api.gax.rpc.UnaryCallable<ListBudgetsRequest,ListBudgetsResponse> listBudgetsCallable()
-
deleteBudgetCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteBudgetRequest,com.google.protobuf.Empty> deleteBudgetCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-