Class SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- SmartCampaignSearchTermViewServiceGrpc
public abstract static class SmartCampaignSearchTermViewServiceGrpc.SmartCampaignSearchTermViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage Smart campaign search term views.
-
-
Constructor Summary
Constructors Constructor Description SmartCampaignSearchTermViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetSmartCampaignSearchTermView(GetSmartCampaignSearchTermViewRequest request, io.grpc.stub.StreamObserver<SmartCampaignSearchTermView> responseObserver)Returns the attributes of the requested Smart campaign search term view.
-
-
-
Method Detail
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-