Package com.google.cloud.notebooks.v1
Class ManagedNotebookServiceGrpc.ManagedNotebookServiceImplBase
- java.lang.Object
-
- com.google.cloud.notebooks.v1.ManagedNotebookServiceGrpc.ManagedNotebookServiceImplBase
-
- All Implemented Interfaces:
ManagedNotebookServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ManagedNotebookServiceGrpc
public abstract static class ManagedNotebookServiceGrpc.ManagedNotebookServiceImplBase extends Object implements io.grpc.BindableService, ManagedNotebookServiceGrpc.AsyncService
Base class for the server implementation of the service ManagedNotebookService.API v1 service for Managed Notebooks.
-
-
Constructor Summary
Constructors Constructor Description ManagedNotebookServiceImplBase()
-
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.v1.ManagedNotebookServiceGrpc.AsyncService
createRuntime, deleteRuntime, diagnoseRuntime, getRuntime, listRuntimes, refreshRuntimeTokenInternal, reportRuntimeEvent, resetRuntime, startRuntime, stopRuntime, switchRuntime, updateRuntime, upgradeRuntime
-
-