Class AccountBudgetServiceGrpc.AccountBudgetServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.AccountBudgetServiceGrpc.AccountBudgetServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AccountBudgetServiceGrpc
public abstract static class AccountBudgetServiceGrpc.AccountBudgetServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceA service for fetching an account-level budget. Account-level budgets are mutated by creating proposal resources.
-
-
Constructor Summary
Constructors Constructor Description AccountBudgetServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetAccountBudget(GetAccountBudgetRequest request, io.grpc.stub.StreamObserver<AccountBudget> responseObserver)Returns an account-level budget in full detail.
-
-
-
Method Detail
-
getAccountBudget
public void getAccountBudget(GetAccountBudgetRequest request, io.grpc.stub.StreamObserver<AccountBudget> responseObserver)
Returns an account-level budget in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-