Class FeaturestoreOnlineServingServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.FeaturestoreOnlineServingServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/featurestore_online_service.proto") public final class FeaturestoreOnlineServingServiceGrpc extends Object
A service for serving online feature values.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FeaturestoreOnlineServingServiceGrpc.AsyncService
A service for serving online feature values.static class
FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service FeaturestoreOnlineServingService.static class
FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service FeaturestoreOnlineServingService.static class
FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceImplBase
Base class for the server implementation of the service FeaturestoreOnlineServingService.static class
FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceStub
A stub to allow clients to do asynchronous rpc calls to service FeaturestoreOnlineServingService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReadFeatureValuesMethod
public static io.grpc.MethodDescriptor<ReadFeatureValuesRequest,ReadFeatureValuesResponse> getReadFeatureValuesMethod()
-
getStreamingReadFeatureValuesMethod
public static io.grpc.MethodDescriptor<StreamingReadFeatureValuesRequest,ReadFeatureValuesResponse> getStreamingReadFeatureValuesMethod()
-
getWriteFeatureValuesMethod
public static io.grpc.MethodDescriptor<WriteFeatureValuesRequest,WriteFeatureValuesResponse> getWriteFeatureValuesMethod()
-
newStub
public static FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static FeaturestoreOnlineServingServiceGrpc.FeaturestoreOnlineServingServiceFutureStub 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(FeaturestoreOnlineServingServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-