# Functions
ForEachNotebook iterates over all notebooks for a specific deployment, invoking the given callback for each of them.
No description provided by the author
NotebookURL creates a resource URL for the Notebook with given ID in given context.
RegisterNotebookServiceHandler registers the http handlers for service NotebookService to "mux".
RegisterNotebookServiceHandlerClient registers the http handlers for service NotebookService to "mux".
RegisterNotebookServiceHandlerFromEndpoint is same as RegisterNotebookServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterNotebookServiceHandlerServer registers the http handlers for service NotebookService to "mux".
No description provided by the author
# Constants
APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
EventTypeNotebookCreated is the type of event fired after a Notebook has been created.
EventTypeNotebookDeleted is the type of event fired after a Notebook has been deleted.
EventTypeNotebookUpdated is the type of event fired after a Notebook has been updated.
KindNotebook is a constants for the kind of Notebook resources.
Notebook has been marked for deletion and will clean-up all related resources.
Notebook is in an errored state.
Notebook has moved to a hibernated state.
Notebook is moving to a hibernated state.
Notebook is initialising.
Notebook is running.
PermissionCreateNotebook is required to create a notebook.
PermissionDeleteNotebook is required to delete a notebook.
PermissionExecuteNotebook is required to execute a notebook.
PermissionGetNotebook is required to get a notebook.
PermissionListNotebookModels is required to list notebook models.
PermissionListNotebooks is required to list notebooks.
PermissionPauseNotebook is required to pause a notebook.
PermissionResumeNotebook is required to resume a notebook.
PermissionUpdateNotebook is required to pause a notebook.
QuotaKindNotebooksPerDeployment limits the number of notebooks in a single (non-free) deployment.
QuotaKindNotebooksPerFreeDeployment limits the number of notebooks in a single free deployment.
UsageItemResourceKindNotebook is the kind used inside the UsageItem.Resource to refer to a notebook.
# Variables
No description provided by the author
# Structs
Requet for listing notebook models.
Request for listing notebooks.
Model specification for the notebook.
Contains the specification and status of a given notebook instance.
List of Notebooks.
Specifies the resource configuration for a notebook.
List of notebook models.
Status of the notebook.
Resource usage of the notebook.
UnimplementedNotebookServiceServer can be embedded to have forward compatible implementations.
# Interfaces
NotebookServiceClient is the client API for NotebookService service.
NotebookServiceServer is the server API for NotebookService service.
# Type aliases
No description provided by the author