Uses of Class
com.google.cloud.kms.v1.KeyRingName
-
Packages that use KeyRingName Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of KeyRingName in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return KeyRingName Modifier and Type Method Description KeyRingNameKeyRingName.Builder. build()static KeyRingNameKeyRingName. of(String project, String location, String keyRing)static KeyRingNameKeyRingName. parse(String formattedString)Methods in com.google.cloud.kms.v1 that return types with arguments of type KeyRingName Modifier and Type Method Description static List<KeyRingName>KeyRingName. parseList(List<String> formattedStrings)Methods in com.google.cloud.kms.v1 with parameters of type KeyRingName Modifier and Type Method Description CryptoKeyKeyManagementServiceClient. createCryptoKey(KeyRingName parent, String cryptoKeyId, CryptoKey cryptoKey)Create a new [CryptoKey][google.cloud.kms.v1.CryptoKey] within a [KeyRing][google.cloud.kms.v1.KeyRing].ImportJobKeyManagementServiceClient. createImportJob(KeyRingName parent, String importJobId, ImportJob importJob)Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a [KeyRing][google.cloud.kms.v1.KeyRing].KeyRingKeyManagementServiceClient. getKeyRing(KeyRingName name)Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].KeyManagementServiceClient.ListCryptoKeysPagedResponseKeyManagementServiceClient. listCryptoKeys(KeyRingName parent)Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].KeyManagementServiceClient.ListImportJobsPagedResponseKeyManagementServiceClient. listImportJobs(KeyRingName parent)Lists [ImportJobs][google.cloud.kms.v1.ImportJob].Method parameters in com.google.cloud.kms.v1 with type arguments of type KeyRingName Modifier and Type Method Description static List<String>KeyRingName. toStringList(List<KeyRingName> values)
-