Class BudgetServiceGrpc.BudgetServiceImplBase
- java.lang.Object
-
- com.google.cloud.billing.budgets.v1beta1.BudgetServiceGrpc.BudgetServiceImplBase
-
- All Implemented Interfaces:
BudgetServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- BudgetServiceGrpc
public abstract static class BudgetServiceGrpc.BudgetServiceImplBase extends Object implements io.grpc.BindableService, BudgetServiceGrpc.AsyncService
Base class for the server implementation of the service BudgetService.BudgetService stores Cloud Billing budgets, which define a budget plan and rules to execute as we track spend against that plan.
-
-
Constructor Summary
Constructors Constructor Description BudgetServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.billing.budgets.v1beta1.BudgetServiceGrpc.AsyncService
createBudget, deleteBudget, getBudget, listBudgets, updateBudget
-
-