Class NotebookServiceGrpc.NotebookServiceImplBase
- java.lang.Object
-
- com.google.cloud.notebooks.v1beta1.NotebookServiceGrpc.NotebookServiceImplBase
-
- All Implemented Interfaces:
NotebookServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- NotebookServiceGrpc
public abstract static class NotebookServiceGrpc.NotebookServiceImplBase extends Object implements io.grpc.BindableService, NotebookServiceGrpc.AsyncService
Base class for the server implementation of the service NotebookService.API v1beta1 service for Cloud AI Platform Notebooks.
-
-
Constructor Summary
Constructors Constructor Description NotebookServiceImplBase()
-
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.notebooks.v1beta1.NotebookServiceGrpc.AsyncService
createEnvironment, createInstance, deleteEnvironment, deleteInstance, getEnvironment, getInstance, isInstanceUpgradeable, listEnvironments, listInstances, registerInstance, reportInstanceInfo, resetInstance, setInstanceAccelerator, setInstanceLabels, setInstanceMachineType, startInstance, stopInstance, upgradeInstance, upgradeInstanceInternal
-
-