Class AccountBudgetServiceGrpc.AccountBudgetServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<AccountBudgetServiceGrpc.AccountBudgetServiceFutureStub>
-
- com.google.ads.googleads.v9.services.AccountBudgetServiceGrpc.AccountBudgetServiceFutureStub
-
- Enclosing class:
- AccountBudgetServiceGrpc
public static final class AccountBudgetServiceGrpc.AccountBudgetServiceFutureStub extends io.grpc.stub.AbstractFutureStub<AccountBudgetServiceGrpc.AccountBudgetServiceFutureStub>
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.AccountBudgetServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<AccountBudget>getAccountBudget(GetAccountBudgetRequest request)Returns an account-level budget in full detail.
-
-
-
Method Detail
-
build
protected AccountBudgetServiceGrpc.AccountBudgetServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AccountBudgetServiceGrpc.AccountBudgetServiceFutureStub>
-
getAccountBudget
public com.google.common.util.concurrent.ListenableFuture<AccountBudget> getAccountBudget(GetAccountBudgetRequest request)
Returns an account-level budget in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-