Uses of Class
com.google.cloud.confidentialcomputing.v1.ChallengeName
-
Packages that use ChallengeName Package Description com.google.cloud.confidentialcomputing.v1 A client to Confidential Computing API -
-
Uses of ChallengeName in com.google.cloud.confidentialcomputing.v1
Methods in com.google.cloud.confidentialcomputing.v1 that return ChallengeName Modifier and Type Method Description ChallengeName
ChallengeName.Builder. build()
static ChallengeName
ChallengeName. of(String project, String location, String uuid)
static ChallengeName
ChallengeName. parse(String formattedString)
Methods in com.google.cloud.confidentialcomputing.v1 that return types with arguments of type ChallengeName Modifier and Type Method Description static List<ChallengeName>
ChallengeName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.confidentialcomputing.v1 with type arguments of type ChallengeName Modifier and Type Method Description static List<String>
ChallengeName. toStringList(List<ChallengeName> values)
-