public static final class RecommendationServiceGrpc.RecommendationServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<RecommendationServiceGrpc.RecommendationServiceBlockingStub>
Service for making recommendations.
| Modifier and Type | Method and Description |
|---|---|
protected RecommendationServiceGrpc.RecommendationServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
RecommendResponse |
recommend(RecommendRequest request)
Makes a recommendation, which requires a contextual user event.
|
protected RecommendationServiceGrpc.RecommendationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<RecommendationServiceGrpc.RecommendationServiceBlockingStub>public RecommendResponse recommend(RecommendRequest request)
Makes a recommendation, which requires a contextual user event.
Copyright © 2023 Google LLC. All rights reserved.