Uses of Class
com.google.spanner.admin.database.v1.CryptoKeyName
-
-
Uses of CryptoKeyName in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 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.spanner.admin.database.v1 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.spanner.admin.database.v1 with type arguments of type CryptoKeyName Modifier and Type Method Description static List<String>CryptoKeyName. toStringList(List<CryptoKeyName> values)
-