Google Cloud Key Management Service v1 API - Class GetImportJobRequest (3.10.0)

public sealed class GetImportJobRequest : IMessage<GetImportJobRequest>, IEquatable<GetImportJobRequest>, IDeepCloneable<GetImportJobRequest>, IBufferMessage, IMessage

Reference 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].

Inheritance

object > GetImportJobRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

GetImportJobRequest()

public GetImportJobRequest()

GetImportJobRequest(GetImportJobRequest)

public GetImportJobRequest(GetImportJobRequest other)
Parameter
NameDescription
otherGetImportJobRequest

Properties

ImportJobName

public ImportJobName ImportJobName { get; set; }

ImportJobName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string