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