public sealed class CreateImportJobRequest : IMessage<CreateImportJobRequest>, IEquatable<CreateImportJobRequest>, IDeepCloneable<CreateImportJobRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.CreateImportJob][google.cloud.kms.v1.KeyManagementService.CreateImportJob].
Required. The [name][google.cloud.kms.v1.KeyRing.name] of the [KeyRing][google.cloud.kms.v1.KeyRing] associated with the
[ImportJobs][google.cloud.kms.v1.ImportJob].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page details the `CreateImportJobRequest` class, which is used to request the creation of an ImportJob within the Google Cloud Key Management Service (KMS)."],["The `CreateImportJobRequest` class includes properties such as `ImportJob`, `ImportJobId`, `Parent`, and `ParentAsKeyRingName` to define the parameters of the import job to be created."],["The current page contains documentation for `CreateImportJobRequest` class version 2.7.0, but there are links available for previous and newer versions of the class ranging from 2.2.0 to 3.16.0."],["The `CreateImportJobRequest` class inherits from the Object class, and implements the IMessage, IEquatable, IDeepCloneable and IBufferMessage interfaces."],["The `CreateImportJobRequest` class requires the parameters of a unique `ImportJobId`, an initial `ImportJob` with its values, and a `Parent` key ring to be associated with the import job."]]],[]]