Class AccountBudgetServiceGrpc.AccountBudgetServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    AccountBudgetServiceGrpc

    public abstract static class AccountBudgetServiceGrpc.AccountBudgetServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     A service for fetching an account-level budget.
     Account-level budgets are mutated by creating proposal resources.
     
    • Constructor Detail

      • AccountBudgetServiceImplBase

        public AccountBudgetServiceImplBase()
    • Method Detail

      • getAccountBudget

        public void getAccountBudget​(GetAccountBudgetRequest request,
                                     io.grpc.stub.StreamObserver<AccountBudget> responseObserver)
         Returns an account-level budget in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService