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 webpage details the `CreateImportJobRequest` class, which is a request message for the `KeyManagementService.CreateImportJob` operation within the Google Cloud KMS API."],["The `CreateImportJobRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, indicating its role in handling API requests and data structures."],["Key properties of `CreateImportJobRequest` include `ImportJob` (an ImportJob object), `ImportJobId` (a unique identifier), `Parent` (the KeyRing's name), and `ParentAsKeyRingName` (a typed view of the Parent resource name)."],["The page also lists all the previous versions, starting from version 3.16.0 (latest), back to 2.2.0, as related documentation to this request message."],["The current version, 2.9.0, includes two constructors, a default one and one that takes a `CreateImportJobRequest` parameter."]]],[]]