Package com.google.cloud.aiplatform.v1
Class FeaturestoreServiceGrpc.FeaturestoreServiceImplBase
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.FeaturestoreServiceGrpc.FeaturestoreServiceImplBase
-
- All Implemented Interfaces:
FeaturestoreServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- FeaturestoreServiceGrpc
public abstract static class FeaturestoreServiceGrpc.FeaturestoreServiceImplBase extends Object implements io.grpc.BindableService, FeaturestoreServiceGrpc.AsyncService
Base class for the server implementation of the service FeaturestoreService.The service that handles CRUD and List for resources for Featurestore.
-
-
Constructor Summary
Constructors Constructor Description FeaturestoreServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.aiplatform.v1.FeaturestoreServiceGrpc.AsyncService
batchCreateFeatures, batchReadFeatureValues, createEntityType, createFeature, createFeaturestore, deleteEntityType, deleteFeature, deleteFeaturestore, deleteFeatureValues, exportFeatureValues, getEntityType, getFeature, getFeaturestore, importFeatureValues, listEntityTypes, listFeatures, listFeaturestores, searchFeatures, updateEntityType, updateFeature, updateFeaturestore
-
-