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 a specific import job."],["Version 3.16.0 is the latest version of the `GetImportJobRequest` class, and the document lists versions dating back to 2.2.0, including all the releases in between."],["`GetImportJobRequest` inherits from `Object` and implements `IMessage`, `IEquatable\u003cGetImportJobRequest\u003e`, `IDeepCloneable\u003cGetImportJobRequest\u003e`, and `IBufferMessage`."],["The `GetImportJobRequest` class has two constructors, a default one and one that takes another `GetImportJobRequest` instance as an argument."],["The class has two properties: `ImportJobName`, which provides a typed view of the import job name, and `Name`, which is a string representing the required name of the import job."]]],[]]