Class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceFutureStub>
com.google.ads.googleads.v18.services.AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceFutureStub
- Enclosing class:
- AccountBudgetProposalServiceGrpc
public static final class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<MutateAccountBudgetProposalResponse>Creates, updates, or removes account budget proposals.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceFutureStub>
-
mutateAccountBudgetProposal
public com.google.common.util.concurrent.ListenableFuture<MutateAccountBudgetProposalResponse> mutateAccountBudgetProposal(MutateAccountBudgetProposalRequest request) Creates, updates, or removes account budget proposals. Operation statuses are returned. List of thrown errors: [AccountBudgetProposalError]() [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [DateError]() [FieldError]() [FieldMaskError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]() [StringLengthError]()
-