Class RuntimeVersionName (2.42.0)

public class RuntimeVersionName implements ResourceName

Inheritance

Object > RuntimeVersionName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String runtimeVersion)

public static String format(String project, String location, String runtimeVersion)
Parameters
NameDescription
projectString
locationString
runtimeVersionString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String runtimeVersion)

public static RuntimeVersionName of(String project, String location, String runtimeVersion)
Parameters
NameDescription
projectString
locationString
runtimeVersionString
Returns
TypeDescription
RuntimeVersionName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<RuntimeVersionName> values)

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

Constructors

RuntimeVersionName() (deprecated)

protected RuntimeVersionName()

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

getRuntimeVersion()

public String getRuntimeVersion()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides