Class ChallengeName (0.25.0)

public class ChallengeName implements ResourceName

Inheritance

Object > ChallengeName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String uuid)

public static String format(String project, String location, String uuid)
Parameters
NameDescription
projectString
locationString
uuidString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String uuid)

public static ChallengeName of(String project, String location, String uuid)
Parameters
NameDescription
projectString
locationString
uuidString
Returns
TypeDescription
ChallengeName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<ChallengeName> values)

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

Constructors

ChallengeName() (deprecated)

protected ChallengeName()

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

getUuid()

public String getUuid()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides