public sealed class CreateImportJobRequest : IMessage<CreateImportJobRequest>, IEquatable<CreateImportJobRequest>, IDeepCloneable<CreateImportJobRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.CreateImportJob][google.cloud.kms.v1.KeyManagementService.CreateImportJob].
Implements
IMessage<CreateImportJobRequest>, IEquatable<CreateImportJobRequest>, IDeepCloneable<CreateImportJobRequest>, 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 |