Class NotebookRuntimeName.Builder (3.44.0)

public static class NotebookRuntimeName.Builder

Builder for projects/{project}/locations/{location}/notebookRuntimes/{notebook_runtime}.

Inheritance

java.lang.Object > NotebookRuntimeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NotebookRuntimeName build()
Returns
Type Description
NotebookRuntimeName

getLocation()

public String getLocation()
Returns
Type Description
String

getNotebookRuntime()

public String getNotebookRuntime()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

public NotebookRuntimeName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
NotebookRuntimeName.Builder

setNotebookRuntime(String notebookRuntime)

public NotebookRuntimeName.Builder setNotebookRuntime(String notebookRuntime)
Parameter
Name Description
notebookRuntime String
Returns
Type Description
NotebookRuntimeName.Builder

setProject(String project)

public NotebookRuntimeName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
NotebookRuntimeName.Builder