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 Details

    • AccountBudgetProposalServiceImplBase

      public AccountBudgetProposalServiceImplBase()
  • Method Details

    • bindService

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