@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/retail/v2beta/prediction_service.proto") public final class PredictionServiceGrpc extends Object
Service for making recommendation prediction.
| Modifier and Type | Class and Description |
|---|---|
static class |
PredictionServiceGrpc.PredictionServiceBlockingStub
Service for making recommendation prediction.
|
static class |
PredictionServiceGrpc.PredictionServiceFutureStub
Service for making recommendation prediction.
|
static class |
PredictionServiceGrpc.PredictionServiceImplBase
Service for making recommendation prediction.
|
static class |
PredictionServiceGrpc.PredictionServiceStub
Service for making recommendation prediction.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<PredictRequest,PredictResponse> |
getPredictMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static PredictionServiceGrpc.PredictionServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static PredictionServiceGrpc.PredictionServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static PredictionServiceGrpc.PredictionServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<PredictRequest,PredictResponse> getPredictMethod()
public static PredictionServiceGrpc.PredictionServiceStub newStub(io.grpc.Channel channel)
public static PredictionServiceGrpc.PredictionServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static PredictionServiceGrpc.PredictionServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.