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