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 a request message used for the `KeyManagementService.CreateImportJob` function within Google Cloud KMS (Key Management Service)."],["The `CreateImportJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `Object` class."],["It contains a variety of different versioned links for the class, from the latest version `3.16.0` to the oldest `2.2.0`, showing the evolution of this class."],["The class has constructors for creating new instances and properties like `ImportJob`, `ImportJobId`, `Parent`, and `ParentAsKeyRingName`, which define the necessary information for creating an import job."],["The `Parent` property is required and defines the KeyRing the ImportJob will be associated with, and `ImportJobId` is also required and must be unique within the given KeyRing."]]],[]]