Full name: projects.locations.notebookRuntimes.assign
Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one.
Endpoint
posthttps://{service-endpoint}/v1/{parent}/notebookRuntimes:assign     
              
            
            Where {service-endpoint} is one of the supported service endpoints.
Path parameters
parentstring
                  
                Required. The resource name of the Location to get the NotebookRuntime assignment. Format: projects/{project}/locations/{location}
Request body
The request body contains data with the following structure:
notebookRuntimeTemplatestring
                    
                  Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).
Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.
notebookRuntimeIdstring
                    
                  Optional. user specified id for the notebook runtime.
Response body
If successful, the response body contains an instance of Operation.