Class AccountBudgetProposalServiceStub
- java.lang.Object
-
- com.google.ads.googleads.v10.services.stub.AccountBudgetProposalServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,java.lang.AutoCloseable
- Direct Known Subclasses:
GrpcAccountBudgetProposalServiceStub
@Generated("by gapic-generator-java") public abstract class AccountBudgetProposalServiceStub extends java.lang.Object implements com.google.api.gax.core.BackgroundResourceBase stub class for the AccountBudgetProposalService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description AccountBudgetProposalServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<MutateAccountBudgetProposalRequest,MutateAccountBudgetProposalResponse>mutateAccountBudgetProposalCallable()
-
-
-
Method Detail
-
mutateAccountBudgetProposalCallable
public com.google.api.gax.rpc.UnaryCallable<MutateAccountBudgetProposalRequest,MutateAccountBudgetProposalResponse> mutateAccountBudgetProposalCallable()
-
close
public abstract void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
-