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