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