Class SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- SmartCampaignSuggestServiceGrpc
public abstract static class SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to get suggestions for Smart Campaigns.
-
-
Constructor Summary
Constructors Constructor Description SmartCampaignSuggestServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()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
-
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.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-