public sealed class CreateImportJobRequest : IMessage<CreateImportJobRequest>, IEquatable<CreateImportJobRequest>, IDeepCloneable<CreateImportJobRequest>, IBufferMessage, IMessage
Request message for
[KeyManagementService.CreateImportJob][google.cloud.kms.v1.KeyManagementService.CreateImportJob].
Required. It must be unique within a KeyRing and match the regular
expression [a-zA-Z0-9_-]{1,63}
Property Value
Type
Description
System.String
Parent
public string Parent { get; set; }
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].
Property Value
Type
Description
System.String
ParentAsKeyRingName
public KeyRingName ParentAsKeyRingName { get; set; }
[[["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."],[[["The content details the `CreateImportJobRequest` class within the `Google.Cloud.Kms.V1` namespace, a message type used for requesting the creation of an import job in the Key Management Service."],["Version 3.16.0 is the latest, and the document has up to version 3.0.0, as well as a list of older version references dating back to 2.2.0 with their corresponding reference pages, all of which implement the `CreateImportJobRequest` class."],["The `CreateImportJobRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateImportJobRequest` requires parameters like `ImportJob`, `ImportJobId`, and `Parent` or `ParentAsKeyRingName` for configuring and creating a unique import job within a specific KeyRing."],["The constructor `CreateImportJobRequest` can be initialized with no paramters, or a `CreateImportJobRequest` type parameter, and the class defines properties for configuration such as `ImportJob`, `ImportJobId`, `Parent` and `ParentAsKeyRingName`."]]],[]]