public sealed class CreateImportJobRequest : IMessage<CreateImportJobRequest>, IEquatable<CreateImportJobRequest>, IDeepCloneable<CreateImportJobRequest>, IBufferMessage, IMessageReference 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].
Implements
IMessageCreateImportJobRequest, IEquatableCreateImportJobRequest, IDeepCloneableCreateImportJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
CreateImportJobRequest()
public CreateImportJobRequest()CreateImportJobRequest(CreateImportJobRequest)
public CreateImportJobRequest(CreateImportJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateImportJobRequest |
Properties
ImportJob
public ImportJob ImportJob { get; set; }Required. An [ImportJob][google.cloud.kms.v1.ImportJob] with initial field values.
| Property Value | |
|---|---|
| Type | Description |
ImportJob |
|
ImportJobId
public string ImportJobId { get; set; }Required. It must be unique within a KeyRing and match the regular
expression [a-zA-Z0-9_-]{1,63}
| Property Value | |
|---|---|
| Type | Description |
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 |
string |
|
ParentAsKeyRingName
public KeyRingName ParentAsKeyRingName { get; set; }KeyRingName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
KeyRingName |
|