Uses of Class
com.google.cloud.tpu.v2.RuntimeVersionName
-
Packages that use RuntimeVersionName Package Description com.google.cloud.tpu.v2 A client to Cloud TPU API -
-
Uses of RuntimeVersionName in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return RuntimeVersionName Modifier and Type Method Description RuntimeVersionNameRuntimeVersionName.Builder. build()static RuntimeVersionNameRuntimeVersionName. of(String project, String location, String runtimeVersion)static RuntimeVersionNameRuntimeVersionName. parse(String formattedString)Methods in com.google.cloud.tpu.v2 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.v2 with parameters of type RuntimeVersionName Modifier and Type Method Description RuntimeVersionTpuClient. getRuntimeVersion(RuntimeVersionName name)Gets a runtime version.Method parameters in com.google.cloud.tpu.v2 with type arguments of type RuntimeVersionName Modifier and Type Method Description static List<String>RuntimeVersionName. toStringList(List<RuntimeVersionName> values)
-