ProjectsLocationsNotebookRuntimesResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  assign(GoogleCloudAiplatformV1AssignNotebookRuntimeRequest request, String parent, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Assigns a NotebookRuntime to a user for a particular Notebook file.
  
- 
  delete(String name, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Deletes a NotebookRuntime.
  
- 
  get(String name, {String? $fields})
    → Future<GoogleCloudAiplatformV1NotebookRuntime>
  
  
- 
  Gets a NotebookRuntime.
  
- 
  list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields})
    → Future<GoogleCloudAiplatformV1ListNotebookRuntimesResponse>
  
  
- 
  Lists NotebookRuntimes in a Location.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  start(GoogleCloudAiplatformV1StartNotebookRuntimeRequest request, String name, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Starts a NotebookRuntime.
  
- 
  stop(GoogleCloudAiplatformV1StopNotebookRuntimeRequest request, String name, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Stops a NotebookRuntime.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  upgrade(GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest request, String name, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Upgrades a NotebookRuntime.