Class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceImplBase
java.lang.Object
com.google.ads.googleads.v18.services.AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceImplBase
- All Implemented Interfaces:
AccountBudgetProposalServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- AccountBudgetProposalServiceGrpc
public abstract static class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceImplBase
extends 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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.ads.googleads.v18.services.AccountBudgetProposalServiceGrpc.AsyncService
mutateAccountBudgetProposal
-
Constructor Details
-
AccountBudgetProposalServiceImplBase
public AccountBudgetProposalServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-