Package com.google.cloud.notebooks.v1
Class RuntimeName.Builder
- java.lang.Object
-
- com.google.cloud.notebooks.v1.RuntimeName.Builder
-
- Enclosing class:
- RuntimeName
public static class RuntimeName.Builder extends Object
Builder for projects/{project}/locations/{location}/runtimes/{runtime}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeName
build()
String
getLocation()
String
getProject()
String
getRuntime()
RuntimeName.Builder
setLocation(String location)
RuntimeName.Builder
setProject(String project)
RuntimeName.Builder
setRuntime(String runtime)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getRuntime
public String getRuntime()
-
setProject
public RuntimeName.Builder setProject(String project)
-
setLocation
public RuntimeName.Builder setLocation(String location)
-
setRuntime
public RuntimeName.Builder setRuntime(String runtime)
-
build
public RuntimeName build()
-
-