Class SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceFutureStub>
com.google.ads.googleads.v18.services.SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceFutureStub
- Enclosing class:
- SmartCampaignSuggestServiceGrpc
public static final class SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service SmartCampaignSuggestService.
Service to get suggestions for Smart Campaigns.
-
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<SuggestKeywordThemesResponse>Suggests keyword themes to advertise on.com.google.common.util.concurrent.ListenableFuture<SuggestSmartCampaignAdResponse>Suggests a Smart campaign ad compatible with the Ad family of resources, based on data points such as targeting and the business to advertise.com.google.common.util.concurrent.ListenableFuture<SuggestSmartCampaignBudgetOptionsResponse>Returns BudgetOption suggestions.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 SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceFutureStub>
-
suggestSmartCampaignBudgetOptions
public com.google.common.util.concurrent.ListenableFuture<SuggestSmartCampaignBudgetOptionsResponse> suggestSmartCampaignBudgetOptions(SuggestSmartCampaignBudgetOptionsRequest request) Returns BudgetOption suggestions.
-
suggestSmartCampaignAd
public com.google.common.util.concurrent.ListenableFuture<SuggestSmartCampaignAdResponse> suggestSmartCampaignAd(SuggestSmartCampaignAdRequest request) Suggests a Smart campaign ad compatible with the Ad family of resources, based on data points such as targeting and the business to advertise.
-
suggestKeywordThemes
public com.google.common.util.concurrent.ListenableFuture<SuggestKeywordThemesResponse> suggestKeywordThemes(SuggestKeywordThemesRequest request) Suggests keyword themes to advertise on.
-