Class UserInterestServiceGrpc.UserInterestServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<UserInterestServiceGrpc.UserInterestServiceFutureStub>
-
- com.google.ads.googleads.v9.services.UserInterestServiceGrpc.UserInterestServiceFutureStub
-
- Enclosing class:
- UserInterestServiceGrpc
public static final class UserInterestServiceGrpc.UserInterestServiceFutureStub extends io.grpc.stub.AbstractFutureStub<UserInterestServiceGrpc.UserInterestServiceFutureStub>
Service to fetch Google Ads User Interest.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UserInterestServiceGrpc.UserInterestServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<UserInterest>getUserInterest(GetUserInterestRequest request)Returns the requested user interest in full detail List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-
-
Method Detail
-
build
protected UserInterestServiceGrpc.UserInterestServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<UserInterestServiceGrpc.UserInterestServiceFutureStub>
-
getUserInterest
public com.google.common.util.concurrent.ListenableFuture<UserInterest> getUserInterest(GetUserInterestRequest request)
Returns the requested user interest in full detail List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-