Class AccountBudgetServiceGrpc.AccountBudgetServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AccountBudgetServiceGrpc.AccountBudgetServiceStub>
-
- com.google.ads.googleads.v9.services.AccountBudgetServiceGrpc.AccountBudgetServiceStub
-
- Enclosing class:
- AccountBudgetServiceGrpc
public static final class AccountBudgetServiceGrpc.AccountBudgetServiceStub extends io.grpc.stub.AbstractAsyncStub<AccountBudgetServiceGrpc.AccountBudgetServiceStub>
A service for fetching an account-level budget. Account-level budgets are mutated by creating proposal resources.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AccountBudgetServiceGrpc.AccountBudgetServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetAccountBudget(GetAccountBudgetRequest request, io.grpc.stub.StreamObserver<AccountBudget> responseObserver)Returns an account-level budget in full detail.
-
-
-
Method Detail
-
build
protected AccountBudgetServiceGrpc.AccountBudgetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AccountBudgetServiceGrpc.AccountBudgetServiceStub>
-
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]()
-
-