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