Class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceImplBase

  • All Implemented Interfaces:
    AccountBudgetProposalServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    AccountBudgetProposalServiceGrpc

    public abstract static class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, AccountBudgetProposalServiceGrpc.AsyncService
    Base class for the server implementation of the service AccountBudgetProposalService.
     A service for managing account-level budgets through proposals.
     A proposal is a request to create a new budget or make changes to an
     existing one.
     Mutates:
     The CREATE operation creates a new proposal.
     UPDATE operations aren't supported.
     The REMOVE operation cancels a pending proposal.
     
    • Constructor Detail

      • AccountBudgetProposalServiceImplBase

        public AccountBudgetProposalServiceImplBase()
    • Method Detail

      • bindService

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