public sealed class GetImportJobRequest : IMessage<GetImportJobRequest>, IEquatable<GetImportJobRequest>, IDeepCloneable<GetImportJobRequest>, IBufferMessage, IMessage
Request message for
[KeyManagementService.GetImportJob][google.cloud.kms.v1.KeyManagementService.GetImportJob].
[[["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-03-21 UTC."],[[["The content pertains to the `GetImportJobRequest` class within the `Google.Cloud.Kms.V1` namespace, which is used to retrieve information about an import job within the Key Management Service."],["This class, `GetImportJobRequest`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetImportJobRequest` is the request message utilized for `KeyManagementService.GetImportJob`, and has two constructors: one default, and the other taking a `GetImportJobRequest` as a parameter."],["The `GetImportJobRequest` class has two properties: `ImportJobName` of type `ImportJobName`, and `Name` of type `String`, where `Name` is the resource name of the import job to be retrieved."],["This document covers versions 2.8.0 to 3.16.0 of the Google Cloud Kms V1 library, with version 3.16.0 being the latest."]]],[]]