Class SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceFutureStub>
-
- com.google.ads.googleads.v9.services.SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceFutureStub
-
- Enclosing class:
- SmartCampaignSearchTermViewServiceGrpc
public static final class SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub<SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceFutureStub>
Service to manage Smart campaign search term views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<SmartCampaignSearchTermView>getSmartCampaignSearchTermView(GetSmartCampaignSearchTermViewRequest request)Returns the attributes of the requested Smart campaign search term view.
-
-
-
Method Detail
-
build
protected SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceFutureStub>
-
getSmartCampaignSearchTermView
public com.google.common.util.concurrent.ListenableFuture<SmartCampaignSearchTermView> getSmartCampaignSearchTermView(GetSmartCampaignSearchTermViewRequest request)
Returns the attributes of the requested Smart campaign search term view. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-