Uses of Class
com.google.cloud.functions.v2beta.CryptoKeyName
-
Packages that use CryptoKeyName Package Description com.google.cloud.functions.v2beta A client to Cloud Functions API -
-
Uses of CryptoKeyName in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta 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.v2beta 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.v2beta with type arguments of type CryptoKeyName Modifier and Type Method Description static List<String>
CryptoKeyName. toStringList(List<CryptoKeyName> values)
-