Interface AccountBudgetProposalServiceGrpc.AsyncService

All Known Implementing Classes:
AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceImplBase
Enclosing class:
AccountBudgetProposalServiceGrpc

public static interface AccountBudgetProposalServiceGrpc.AsyncService
 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.
 
  • Method Details

    • mutateAccountBudgetProposal

      default void mutateAccountBudgetProposal(MutateAccountBudgetProposalRequest request, io.grpc.stub.StreamObserver<MutateAccountBudgetProposalResponse> responseObserver)
       Creates, updates, or removes account budget proposals.  Operation statuses
       are returned.
       List of thrown errors:
         [AccountBudgetProposalError]()
         [AuthenticationError]()
         [AuthorizationError]()
         [DatabaseError]()
         [DateError]()
         [FieldError]()
         [FieldMaskError]()
         [HeaderError]()
         [InternalError]()
         [MutateError]()
         [QuotaError]()
         [RequestError]()
         [StringLengthError]()