Class NotebookRuntimeTemplateName.Builder (3.44.0)

public static class NotebookRuntimeTemplateName.Builder

Builder for projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}.

Inheritance

java.lang.Object > NotebookRuntimeTemplateName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NotebookRuntimeTemplateName build()
Returns
Type Description
NotebookRuntimeTemplateName

getLocation()

public String getLocation()
Returns
Type Description
String

getNotebookRuntimeTemplate()

public String getNotebookRuntimeTemplate()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

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

setNotebookRuntimeTemplate(String notebookRuntimeTemplate)

public NotebookRuntimeTemplateName.Builder setNotebookRuntimeTemplate(String notebookRuntimeTemplate)
Parameter
Name Description
notebookRuntimeTemplate String
Returns
Type Description
NotebookRuntimeTemplateName.Builder

setProject(String project)

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