Package com.google.cloud.tpu.v1
Class TensorFlowVersionName
- java.lang.Object
-
- com.google.cloud.tpu.v1.TensorFlowVersionName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class TensorFlowVersionName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TensorFlowVersionName.Builder
Builder for projects/{project}/locations/{location}/tensorFlowVersions/{tensor_flow_version}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
TensorFlowVersionName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String tensorFlowVersion)
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
String
getTensorFlowVersion()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static TensorFlowVersionName.Builder
newBuilder()
static TensorFlowVersionName
of(String project, String location, String tensorFlowVersion)
static TensorFlowVersionName
parse(String formattedString)
static List<TensorFlowVersionName>
parseList(List<String> formattedStrings)
TensorFlowVersionName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<TensorFlowVersionName> values)
-
-
-
Constructor Detail
-
TensorFlowVersionName
@Deprecated protected TensorFlowVersionName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getTensorFlowVersion
public String getTensorFlowVersion()
-
newBuilder
public static TensorFlowVersionName.Builder newBuilder()
-
toBuilder
public TensorFlowVersionName.Builder toBuilder()
-
of
public static TensorFlowVersionName of(String project, String location, String tensorFlowVersion)
-
parse
public static TensorFlowVersionName parse(String formattedString)
-
parseList
public static List<TensorFlowVersionName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<TensorFlowVersionName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-