Package com.google.cloud.notebooks.v1
Class NotebookServiceGrpc.NotebookServiceImplBase
- java.lang.Object
-
- com.google.cloud.notebooks.v1.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 v1 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.v1.NotebookServiceGrpc.AsyncService
createEnvironment, createExecution, createInstance, createSchedule, deleteEnvironment, deleteExecution, deleteInstance, deleteSchedule, diagnoseInstance, getEnvironment, getExecution, getInstance, getInstanceHealth, getSchedule, isInstanceUpgradeable, listEnvironments, listExecutions, listInstances, listSchedules, registerInstance, reportInstanceInfo, resetInstance, rollbackInstance, setInstanceAccelerator, setInstanceLabels, setInstanceMachineType, startInstance, stopInstance, triggerSchedule, updateInstanceConfig, updateInstanceMetadataItems, updateShieldedInstanceConfig, upgradeInstance, upgradeInstanceInternal
-
-