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-03-21 UTC."],[[["This document provides reference information for the `CreateImportJobRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for version 3.5.0."],["The `CreateImportJobRequest` class is used to create an import job in the KMS, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateImportJobRequest` class includes properties like `ImportJob`, `ImportJobId`, `Parent`, and `ParentAsKeyRingName`, which are required to define the details of the import job, including its ID and the associated KeyRing."],["The latest version of this document is 3.16.0, but this document details version 3.5.0, and there are multiple past versions spanning from 3.15.0 all the way back to 2.2.0."],["The class inherits from an `object` class, and has the capability to use multiple constructors, one that requires no parameter, and another that requires an `CreateImportJobRequest` parameter."]]],[]]