Class PersistentResourceServiceGrpc.PersistentResourceServiceImplBase
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.PersistentResourceServiceGrpc.PersistentResourceServiceImplBase
-
- All Implemented Interfaces:
PersistentResourceServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- PersistentResourceServiceGrpc
public abstract static class PersistentResourceServiceGrpc.PersistentResourceServiceImplBase extends Object implements io.grpc.BindableService, PersistentResourceServiceGrpc.AsyncService
Base class for the server implementation of the service PersistentResourceService.A service for managing Vertex AI's machine learning PersistentResource.
-
-
Constructor Summary
Constructors Constructor Description PersistentResourceServiceImplBase()
-
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.PersistentResourceServiceGrpc.AsyncService
createPersistentResource, deletePersistentResource, getPersistentResource, listPersistentResources, updatePersistentResource
-
-