Class SearchTermViewServiceGrpc.SearchTermViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.SearchTermViewServiceGrpc.SearchTermViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- SearchTermViewServiceGrpc
public abstract static class SearchTermViewServiceGrpc.SearchTermViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage search term views.
-
-
Constructor Summary
Constructors Constructor Description SearchTermViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetSearchTermView(GetSearchTermViewRequest request, io.grpc.stub.StreamObserver<SearchTermView> responseObserver)Returns the attributes of the requested search term view.
-
-
-
Method Detail
-
getSearchTermView
public void getSearchTermView(GetSearchTermViewRequest request, io.grpc.stub.StreamObserver<SearchTermView> responseObserver)
Returns the attributes of the requested 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
-
-