Class PaidOrganicSearchTermViewServiceGrpc.PaidOrganicSearchTermViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.PaidOrganicSearchTermViewServiceGrpc.PaidOrganicSearchTermViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- PaidOrganicSearchTermViewServiceGrpc
public abstract static class PaidOrganicSearchTermViewServiceGrpc.PaidOrganicSearchTermViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch paid organic search term views.
-
-
Constructor Summary
Constructors Constructor Description PaidOrganicSearchTermViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetPaidOrganicSearchTermView(GetPaidOrganicSearchTermViewRequest request, io.grpc.stub.StreamObserver<PaidOrganicSearchTermView> responseObserver)Returns the requested paid organic search term view in full detail.
-
-
-
Method Detail
-
getPaidOrganicSearchTermView
public void getPaidOrganicSearchTermView(GetPaidOrganicSearchTermViewRequest request, io.grpc.stub.StreamObserver<PaidOrganicSearchTermView> responseObserver)
Returns the requested paid organic search term view in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-