Class SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub>
com.google.ads.googleads.v18.services.SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub
- Enclosing class:
- SmartCampaignSuggestServiceGrpc
public static final class SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub
extends io.grpc.stub.AbstractAsyncStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceStub>
A stub to allow clients to do asynchronous 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) 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.Methods inherited from class io.grpc.stub.AbstractAsyncStub
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.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.
-