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-04-09 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."],["The `GetImportJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data transfer and manipulation."],["The latest version documented is 3.16.0, while the provided class details are specific to version 2.4.0 of the `GetImportJobRequest`."],["The class includes two constructors, a default one and another that accepts an existing `GetImportJobRequest` instance, as well as two properties, `ImportJobName` and `Name`."],["The content includes all versions of the `GetImportJobRequest` from 2.2.0 to the most recent version of 3.16.0."]]],[]]