Package com.google.cloud.tpu.v2
Class RuntimeVersionName.Builder
- java.lang.Object
-
- com.google.cloud.tpu.v2.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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeVersionNamebuild()StringgetLocation()StringgetProject()StringgetRuntimeVersion()RuntimeVersionName.BuildersetLocation(String location)RuntimeVersionName.BuildersetProject(String project)RuntimeVersionName.BuildersetRuntimeVersion(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()
-
-