Class TensorFlowVersionName (2.32.0)

public class TensorFlowVersionName implements ResourceName

Inheritance

Object > TensorFlowVersionName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String tensorFlowVersion)

public static String format(String project, String location, String tensorFlowVersion)
Parameters
NameDescription
projectString
locationString
tensorFlowVersionString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static TensorFlowVersionName.Builder newBuilder()
Returns
TypeDescription
TensorFlowVersionName.Builder

of(String project, String location, String tensorFlowVersion)

public static TensorFlowVersionName of(String project, String location, String tensorFlowVersion)
Parameters
NameDescription
projectString
locationString
tensorFlowVersionString
Returns
TypeDescription
TensorFlowVersionName

parse(String formattedString)

public static TensorFlowVersionName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
TensorFlowVersionName

parseList(List<String> formattedStrings)

public static List<TensorFlowVersionName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<TensorFlowVersionName>

toStringList(List<TensorFlowVersionName> values)

public static List<String> toStringList(List<TensorFlowVersionName> values)
Parameter
NameDescription
valuesList<TensorFlowVersionName>
Returns
TypeDescription
List<String>

Constructors

TensorFlowVersionName() (deprecated)

protected TensorFlowVersionName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTensorFlowVersion()

public String getTensorFlowVersion()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public TensorFlowVersionName.Builder toBuilder()
Returns
TypeDescription
TensorFlowVersionName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides