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 KeyRingName
KeyRingName.Builder. build()
static KeyRingName
KeyRingName. of(String project, String location, String keyRing)
static KeyRingName
KeyRingName. 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 CryptoKey
KeyManagementServiceClient. createCryptoKey(KeyRingName parent, String cryptoKeyId, CryptoKey cryptoKey)
Create a new [CryptoKey][google.cloud.kms.v1.CryptoKey] within a [KeyRing][google.cloud.kms.v1.KeyRing].ImportJob
KeyManagementServiceClient. createImportJob(KeyRingName parent, String importJobId, ImportJob importJob)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a [KeyRing][google.cloud.kms.v1.KeyRing].KeyRing
KeyManagementServiceClient. getKeyRing(KeyRingName name)
Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].KeyManagementServiceClient.ListCryptoKeysPagedResponse
KeyManagementServiceClient. listCryptoKeys(KeyRingName parent)
Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].KeyManagementServiceClient.ListImportJobsPagedResponse
KeyManagementServiceClient. 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)
-