Class SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub>
-
- com.google.ads.googleads.v10.services.SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub
-
- Enclosing class:
- SmartCampaignSuggestServiceGrpc
public static final class SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub extends io.grpc.stub.AbstractAsyncStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub>
Service to get suggestions for Smart Campaigns.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidsuggestKeywordThemes(SuggestKeywordThemesRequest request, io.grpc.stub.StreamObserver<SuggestKeywordThemesResponse> responseObserver)Suggests keyword themes to advertise on.voidsuggestSmartCampaignAd(SuggestSmartCampaignAdRequest request, io.grpc.stub.StreamObserver<SuggestSmartCampaignAdResponse> responseObserver)Suggests a Smart campaign ad compatible with the Ad family of resources, based on data points such as targeting and the business to advertise.voidsuggestSmartCampaignBudgetOptions(SuggestSmartCampaignBudgetOptionsRequest request, io.grpc.stub.StreamObserver<SuggestSmartCampaignBudgetOptionsResponse> responseObserver)Returns BudgetOption suggestions.
-
-
-
Method Detail
-
build
protected SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub>
-
suggestSmartCampaignBudgetOptions
public void suggestSmartCampaignBudgetOptions(SuggestSmartCampaignBudgetOptionsRequest request, io.grpc.stub.StreamObserver<SuggestSmartCampaignBudgetOptionsResponse> responseObserver)
Returns BudgetOption suggestions.
-
suggestSmartCampaignAd
public void suggestSmartCampaignAd(SuggestSmartCampaignAdRequest request, io.grpc.stub.StreamObserver<SuggestSmartCampaignAdResponse> responseObserver)
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 void suggestKeywordThemes(SuggestKeywordThemesRequest request, io.grpc.stub.StreamObserver<SuggestKeywordThemesResponse> responseObserver)
Suggests keyword themes to advertise on.
-
-