public static class NotebookRuntimeTemplateName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
NotebookRuntimeTemplateName |
build() |
String |
getLocation() |
String |
getNotebookRuntimeTemplate() |
String |
getProject() |
NotebookRuntimeTemplateName.Builder |
setLocation(String location) |
NotebookRuntimeTemplateName.Builder |
setNotebookRuntimeTemplate(String notebookRuntimeTemplate) |
NotebookRuntimeTemplateName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getNotebookRuntimeTemplate()
public NotebookRuntimeTemplateName.Builder setProject(String project)
public NotebookRuntimeTemplateName.Builder setLocation(String location)
public NotebookRuntimeTemplateName.Builder setNotebookRuntimeTemplate(String notebookRuntimeTemplate)
public NotebookRuntimeTemplateName build()
Copyright © 2025 Google LLC. All rights reserved.