Uses of Class
com.google.spanner.admin.database.v1.CryptoKeyVersionName
-
-
Uses of CryptoKeyVersionName in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return CryptoKeyVersionName Modifier and Type Method Description CryptoKeyVersionNameCryptoKeyVersionName.Builder. build()static CryptoKeyVersionNameCryptoKeyVersionName. of(String project, String location, String keyRing, String cryptoKey, String cryptoKeyVersion)static CryptoKeyVersionNameCryptoKeyVersionName. parse(String formattedString)Methods in com.google.spanner.admin.database.v1 that return types with arguments of type CryptoKeyVersionName Modifier and Type Method Description static List<CryptoKeyVersionName>CryptoKeyVersionName. parseList(List<String> formattedStrings)Method parameters in com.google.spanner.admin.database.v1 with type arguments of type CryptoKeyVersionName Modifier and Type Method Description static List<String>CryptoKeyVersionName. toStringList(List<CryptoKeyVersionName> values)
-