Class UserInterestServiceGrpc.UserInterestServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.UserInterestServiceGrpc.UserInterestServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- UserInterestServiceGrpc
public abstract static class UserInterestServiceGrpc.UserInterestServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch Google Ads User Interest.
-
-
Constructor Summary
Constructors Constructor Description UserInterestServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetUserInterest(GetUserInterestRequest request, io.grpc.stub.StreamObserver<UserInterest> responseObserver)Returns the requested user interest in full detail List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-
-
Method Detail
-
getUserInterest
public void getUserInterest(GetUserInterestRequest request, io.grpc.stub.StreamObserver<UserInterest> responseObserver)
Returns the requested user interest 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
-
-