Uses of Class
com.google.spanner.admin.database.v1.CryptoKeyVersionName
-
Packages that use CryptoKeyVersionName Package Description com.google.spanner.admin.database.v1 -
-
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 CryptoKeyVersionName
CryptoKeyVersionName.Builder. build()
static CryptoKeyVersionName
CryptoKeyVersionName. of(String project, String location, String keyRing, String cryptoKey, String cryptoKeyVersion)
static CryptoKeyVersionName
CryptoKeyVersionName. 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)
-