Class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceBlockingStub

  • Enclosing class:
    AccountBudgetProposalServiceGrpc

    public static final class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceBlockingStub>
    A stub to allow clients to do synchronous rpc calls to 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.
     
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>