Class SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceBlockingV2Stub>
com.google.ads.googleads.v18.services.SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceBlockingV2Stub
- Enclosing class:
- SmartCampaignSuggestServiceGrpc
public static final class SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceBlockingV2Stub>
A stub to allow clients to do synchronous 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) Suggests keyword themes to advertise on.Suggests a Smart campaign ad compatible with the Ad family of resources, based on data points such as targeting and the business to advertise.Returns BudgetOption suggestions.Methods inherited from class io.grpc.stub.AbstractBlockingStub
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.SmartCampaignSuggestServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<SmartCampaignSuggestServiceGrpc.SmartCampaignSuggestServiceBlockingV2Stub>
-
suggestSmartCampaignBudgetOptions
public SuggestSmartCampaignBudgetOptionsResponse suggestSmartCampaignBudgetOptions(SuggestSmartCampaignBudgetOptionsRequest request) Returns BudgetOption suggestions.
-
suggestSmartCampaignAd
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
Suggests keyword themes to advertise on.
-