Uses of Class
com.google.cloud.functions.v2alpha.CryptoKeyName
-
Packages that use CryptoKeyName Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions API -
-
Uses of CryptoKeyName in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return CryptoKeyName Modifier and Type Method Description CryptoKeyName
CryptoKeyName.Builder. build()
static CryptoKeyName
CryptoKeyName. of(String project, String location, String keyRing, String cryptoKey)
static CryptoKeyName
CryptoKeyName. parse(String formattedString)
Methods in com.google.cloud.functions.v2alpha that return types with arguments of type CryptoKeyName Modifier and Type Method Description static List<CryptoKeyName>
CryptoKeyName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.functions.v2alpha with type arguments of type CryptoKeyName Modifier and Type Method Description static List<String>
CryptoKeyName. toStringList(List<CryptoKeyName> values)
-