Class UserInterestServiceGrpc.UserInterestServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<UserInterestServiceGrpc.UserInterestServiceStub>
-
- com.google.ads.googleads.v9.services.UserInterestServiceGrpc.UserInterestServiceStub
-
- Enclosing class:
- UserInterestServiceGrpc
public static final class UserInterestServiceGrpc.UserInterestServiceStub extends io.grpc.stub.AbstractAsyncStub<UserInterestServiceGrpc.UserInterestServiceStub>
Service to fetch Google Ads User Interest.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UserInterestServiceGrpc.UserInterestServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)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
-
build
protected UserInterestServiceGrpc.UserInterestServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<UserInterestServiceGrpc.UserInterestServiceStub>
-
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]()
-
-