Class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceImplBase

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

    public abstract static class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     A service for managing account-level budgets via proposals.
     A proposal is a request to create a new budget or make changes to an
     existing one.
     Reads for account-level budgets managed by these proposals will be
     supported in a future version. Until then, please use the
     BudgetOrderService from the AdWords API. Learn more at
     https://developers.google.com/adwords/api/docs/guides/budget-order
     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

      • getAccountBudgetProposal

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

        public 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]()
         
      • bindService

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