public sealed class GetImportJobRequest : IMessage<GetImportJobRequest>, IEquatable<GetImportJobRequest>, IDeepCloneable<GetImportJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Key Management Service v1 API class GetImportJobRequest.
Request message for [KeyManagementService.GetImportJob][google.cloud.kms.v1.KeyManagementService.GetImportJob].
Implements
IMessageGetImportJobRequest, IEquatableGetImportJobRequest, IDeepCloneableGetImportJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
GetImportJobRequest()
public GetImportJobRequest()GetImportJobRequest(GetImportJobRequest)
public GetImportJobRequest(GetImportJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetImportJobRequest |
Properties
ImportJobName
public ImportJobName ImportJobName { get; set; }ImportJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ImportJobName |
|
Name
public string Name { get; set; }Required. The [name][google.cloud.kms.v1.ImportJob.name] of the [ImportJob][google.cloud.kms.v1.ImportJob] to get.
| Property Value | |
|---|---|
| Type | Description |
string |
|