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.ImportMethod
ImportJob.ImportMethod. forNumber(int value)
ImportJob.ImportMethod
ImportJob.Builder. getImportMethod()
Required.ImportJob.ImportMethod
ImportJob. getImportMethod()
Required.ImportJob.ImportMethod
ImportJobOrBuilder. getImportMethod()
Required.static ImportJob.ImportMethod
ImportJob.ImportMethod. valueOf(int value)
Deprecated.static ImportJob.ImportMethod
ImportJob.ImportMethod. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ImportJob.ImportMethod
ImportJob.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.Builder
ImportJob.Builder. setImportMethod(ImportJob.ImportMethod value)
Required.
-