Class IndexServiceGrpc.IndexServiceImplBase
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.IndexServiceGrpc.IndexServiceImplBase
-
- All Implemented Interfaces:
IndexServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- IndexServiceGrpc
public abstract static class IndexServiceGrpc.IndexServiceImplBase extends Object implements io.grpc.BindableService, IndexServiceGrpc.AsyncService
Base class for the server implementation of the service IndexService.A service for creating and managing Vertex AI's Index resources.
-
-
Constructor Summary
Constructors Constructor Description IndexServiceImplBase()
-
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.v1beta1.IndexServiceGrpc.AsyncService
createIndex, deleteIndex, getIndex, listIndexes, removeDatapoints, updateIndex, upsertDatapoints
-
-