Package com.google.cloud.automl.v1
Class PredictionServiceGrpc
- java.lang.Object
-
- com.google.cloud.automl.v1.PredictionServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/automl/v1/prediction_service.proto") public final class PredictionServiceGrpc extends Object
AutoML Prediction API. On any input that is documented to expect a string parameter in snake_case or dash-case, either of those cases is accepted.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PredictionServiceGrpc.AsyncService
AutoML Prediction API.static class
PredictionServiceGrpc.PredictionServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service PredictionService.static class
PredictionServiceGrpc.PredictionServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service PredictionService.static class
PredictionServiceGrpc.PredictionServiceImplBase
Base class for the server implementation of the service PredictionService.static class
PredictionServiceGrpc.PredictionServiceStub
A stub to allow clients to do asynchronous rpc calls to service PredictionService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(PredictionServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<BatchPredictRequest,com.google.longrunning.Operation>
getBatchPredictMethod()
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 servicestatic PredictionServiceGrpc.PredictionServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic PredictionServiceGrpc.PredictionServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPredictMethod
public static io.grpc.MethodDescriptor<PredictRequest,PredictResponse> getPredictMethod()
-
getBatchPredictMethod
public static io.grpc.MethodDescriptor<BatchPredictRequest,com.google.longrunning.Operation> getBatchPredictMethod()
-
newStub
public static PredictionServiceGrpc.PredictionServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static PredictionServiceGrpc.PredictionServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static PredictionServiceGrpc.PredictionServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(PredictionServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-