public static final class RecommendationServiceGrpc.RecommendationServiceFutureStub extends io.grpc.stub.AbstractFutureStub<RecommendationServiceGrpc.RecommendationServiceFutureStub>
Service for making recommendations.
| Modifier and Type | Method and Description |
|---|---|
protected RecommendationServiceGrpc.RecommendationServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<RecommendResponse> |
recommend(RecommendRequest request)
Makes a recommendation, which requires a contextual user event.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected RecommendationServiceGrpc.RecommendationServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<RecommendationServiceGrpc.RecommendationServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<RecommendResponse> recommend(RecommendRequest request)
Makes a recommendation, which requires a contextual user event.
Copyright © 2025 Google LLC. All rights reserved.