Uses of Class
com.google.cloud.tpu.v2alpha1.RuntimeVersionName
-
Packages that use RuntimeVersionName Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU API -
-
Uses of RuntimeVersionName in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return RuntimeVersionName Modifier and Type Method Description RuntimeVersionName
RuntimeVersionName.Builder. build()
static RuntimeVersionName
RuntimeVersionName. of(String project, String location, String runtimeVersion)
static RuntimeVersionName
RuntimeVersionName. parse(String formattedString)
Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type RuntimeVersionName Modifier and Type Method Description static List<RuntimeVersionName>
RuntimeVersionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.tpu.v2alpha1 with parameters of type RuntimeVersionName Modifier and Type Method Description RuntimeVersion
TpuClient. getRuntimeVersion(RuntimeVersionName name)
Gets a runtime version.Method parameters in com.google.cloud.tpu.v2alpha1 with type arguments of type RuntimeVersionName Modifier and Type Method Description static List<String>
RuntimeVersionName. toStringList(List<RuntimeVersionName> values)
-