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