Class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceStub>
com.google.ads.googleads.v18.services.AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceStub
- Enclosing class:
- AccountBudgetProposalServiceGrpc
public static final class AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceStub
extends io.grpc.stub.AbstractAsyncStub<AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceStub>
A stub to allow clients to do asynchronous 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) voidmutateAccountBudgetProposal(MutateAccountBudgetProposalRequest request, io.grpc.stub.StreamObserver<MutateAccountBudgetProposalResponse> responseObserver) Creates, updates, or removes account budget proposals.Methods inherited from class io.grpc.stub.AbstractAsyncStub
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.AccountBudgetProposalServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<AccountBudgetProposalServiceGrpc.AccountBudgetProposalServiceStub>
-
mutateAccountBudgetProposal
public void mutateAccountBudgetProposal(MutateAccountBudgetProposalRequest request, io.grpc.stub.StreamObserver<MutateAccountBudgetProposalResponse> responseObserver) 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]()
-