Package com.google.cloud.tpu.v2alpha1
Class RuntimeVersionName.Builder
- java.lang.Object
-
- com.google.cloud.tpu.v2alpha1.RuntimeVersionName.Builder
-
- Enclosing class:
- RuntimeVersionName
public static class RuntimeVersionName.Builder extends Object
Builder for projects/{project}/locations/{location}/runtimeVersions/{runtime_version}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeVersionName
build()
String
getLocation()
String
getProject()
String
getRuntimeVersion()
RuntimeVersionName.Builder
setLocation(String location)
RuntimeVersionName.Builder
setProject(String project)
RuntimeVersionName.Builder
setRuntimeVersion(String runtimeVersion)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getRuntimeVersion
public String getRuntimeVersion()
-
setProject
public RuntimeVersionName.Builder setProject(String project)
-
setLocation
public RuntimeVersionName.Builder setLocation(String location)
-
setRuntimeVersion
public RuntimeVersionName.Builder setRuntimeVersion(String runtimeVersion)
-
build
public RuntimeVersionName build()
-
-