Uses of Class
com.google.cloud.kms.v1.ImportJobName
-
Packages that use ImportJobName Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of ImportJobName in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return ImportJobName Modifier and Type Method Description ImportJobName
ImportJobName.Builder. build()
static ImportJobName
ImportJobName. of(String project, String location, String keyRing, String importJob)
static ImportJobName
ImportJobName. parse(String formattedString)
Methods in com.google.cloud.kms.v1 that return types with arguments of type ImportJobName Modifier and Type Method Description static List<ImportJobName>
ImportJobName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.kms.v1 with parameters of type ImportJobName Modifier and Type Method Description ImportJob
KeyManagementServiceClient. getImportJob(ImportJobName name)
Returns metadata for a given [ImportJob][google.cloud.kms.v1.ImportJob].Method parameters in com.google.cloud.kms.v1 with type arguments of type ImportJobName Modifier and Type Method Description static List<String>
ImportJobName. toStringList(List<ImportJobName> values)
-