Uses of Class
com.google.cloud.kms.v1.ImportJob.ImportMethod
-
Packages that use ImportJob.ImportMethod Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of ImportJob.ImportMethod in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return ImportJob.ImportMethod Modifier and Type Method Description static ImportJob.ImportMethodImportJob.ImportMethod. forNumber(int value)ImportJob.ImportMethodImportJob.Builder. getImportMethod()Required.ImportJob.ImportMethodImportJob. getImportMethod()Required.ImportJob.ImportMethodImportJobOrBuilder. getImportMethod()Required.static ImportJob.ImportMethodImportJob.ImportMethod. valueOf(int value)Deprecated.static ImportJob.ImportMethodImportJob.ImportMethod. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ImportJob.ImportMethodImportJob.ImportMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportJob.ImportMethod[]ImportJob.ImportMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.kms.v1 that return types with arguments of type ImportJob.ImportMethod Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ImportJob.ImportMethod>ImportJob.ImportMethod. internalGetValueMap()Methods in com.google.cloud.kms.v1 with parameters of type ImportJob.ImportMethod Modifier and Type Method Description ImportJob.BuilderImportJob.Builder. setImportMethod(ImportJob.ImportMethod value)Required.
-