public sealed class CreateImportJobRequest : IMessage<CreateImportJobRequest>, IEquatable<CreateImportJobRequest>, IDeepCloneable<CreateImportJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class CreateImportJobRequest.
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 document provides reference information for the `CreateImportJobRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for version 3.6.0 and spanning other versions as far back as 2.2.0."],["The `CreateImportJobRequest` class is used as the request message for the `KeyManagementService.CreateImportJob` function, and it inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateImportJobRequest` class has properties such as `ImportJob`, `ImportJobId`, `Parent`, and `ParentAsKeyRingName`, which are all required to create a new import job and associate it with the correct key ring."],["The latest version of the `CreateImportJobRequest` documentation is 3.16.0, though the page includes links to documentation for versions all the way back to 2.2.0, allowing comparison."],["`CreateImportJobRequest` has a constructor with no parameters, `CreateImportJobRequest()`, and a constructor that accepts a `CreateImportJobRequest` parameter, `CreateImportJobRequest(CreateImportJobRequest other)`."]]],[]]