Class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v15.services.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 Summary
Constructors Constructor Description AccountBudgetProposalServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.ads.googleads.v15.services.AccountBudgetProposalServiceGrpc.AsyncService
mutateAccountBudgetProposal
-
-