Class IndexEndpointServiceGrpc.IndexEndpointServiceImplBase
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.IndexEndpointServiceGrpc.IndexEndpointServiceImplBase
-
- All Implemented Interfaces:
IndexEndpointServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- IndexEndpointServiceGrpc
public abstract static class IndexEndpointServiceGrpc.IndexEndpointServiceImplBase extends Object implements io.grpc.BindableService, IndexEndpointServiceGrpc.AsyncService
Base class for the server implementation of the service IndexEndpointService.A service for managing Vertex AI's IndexEndpoints.
-
-
Constructor Summary
Constructors Constructor Description IndexEndpointServiceImplBase()
-
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.IndexEndpointServiceGrpc.AsyncService
createIndexEndpoint, deleteIndexEndpoint, deployIndex, getIndexEndpoint, listIndexEndpoints, mutateDeployedIndex, undeployIndex, updateIndexEndpoint
-
-