Class AcceleratorTypeName (2.42.0)

public class AcceleratorTypeName implements ResourceName

Inheritance

Object > AcceleratorTypeName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String acceleratorType)

public static String format(String project, String location, String acceleratorType)
Parameters
NameDescription
projectString
locationString
acceleratorTypeString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String acceleratorType)

public static AcceleratorTypeName of(String project, String location, String acceleratorType)
Parameters
NameDescription
projectString
locationString
acceleratorTypeString
Returns
TypeDescription
AcceleratorTypeName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<AcceleratorTypeName> values)

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

Constructors

AcceleratorTypeName() (deprecated)

protected AcceleratorTypeName()

Methods

equals(Object o)

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

getAcceleratorType()

public String getAcceleratorType()
Returns
TypeDescription
String

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

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides