Class SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceBlockingStub>
-
- com.google.ads.googleads.v14.services.SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceBlockingStub
-
- Enclosing class:
- SmartCampaignSettingServiceGrpc
public static final class SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service SmartCampaignSettingService.Service to manage Smart campaign settings.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GetSmartCampaignStatusResponsegetSmartCampaignStatus(GetSmartCampaignStatusRequest request)Returns the status of the requested Smart campaign.MutateSmartCampaignSettingsResponsemutateSmartCampaignSettings(MutateSmartCampaignSettingsRequest request)Updates Smart campaign settings for campaigns.
-
-
-
Method Detail
-
build
protected SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<SmartCampaignSettingServiceGrpc.SmartCampaignSettingServiceBlockingStub>
-
getSmartCampaignStatus
public GetSmartCampaignStatusResponse getSmartCampaignStatus(GetSmartCampaignStatusRequest request)
Returns the status of the requested Smart campaign.
-
mutateSmartCampaignSettings
public MutateSmartCampaignSettingsResponse mutateSmartCampaignSettings(MutateSmartCampaignSettingsRequest request)
Updates Smart campaign settings for campaigns.
-
-